Management Plane API > Security > Services > Service Insertion

Get operational status for an interface

Returns operational status of a specified interface

Request:

Method:
GET
URI Path(s):
/api/v1/serviceinsertion/services/<service-id>/service-instances/<service-instance-id>/instance-runtimes/<instance-runtime-id>/interfaces/<interface_index>/status
Request Headers:
n/a
Query Parameters:
DataSourceParameters+
Request Body:
n/a

Example Request:

GET https://<nsx-mgr>/api/v1/serviceinsertion/services/564dab50-63a0-8b4f-a1f8-20e4d36efc3b/service-instances/564dab50-63a0-8b4f-a1f8-20e4d36efc3c/instance-runtimes/564dab50-63a0-8b4f-a1f8-20e4d36efc3d/interfaces/1/status

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
RuntimeInterfaceOperationalStatus+

Example Response:

{ "interface_index": 1, "last_update_timestamp": 1453764613211, "status": "UP" }

Required Permissions:

read

Feature:

service_insertion

Additional Errors: