NSX-T Data Center REST API

Get status for MPS Transport Node.

Returns current status of the deployment of MPS Service on a transport node.

Request:

Method:
GET
URI Path(s):
/api/v1/malware-prevention/transport-node/{transport-node-id}/status
Request Headers:
n/a
Query Parameters:
DataSourceParameters+
Request Body:
n/a

Successful Response:

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

Example Response:

{ "transport_node_id": "832079fe-d8b8-4871-bd0a-d9f67a6d0ad4", "deployment_status": "DEPLOYMENT_SUCCESSFUL", "deployment_issues": [], "service_health_status": [ { "service_name": "HOST_COMPONENT", "service_status": "SERVICE_STATUS_UP", "last_update_time": "1694159733251", "is_stale": false }, { "service_name": "SECURITY_HUB", "service_status": "SERVICE_STATUS_DOWN", "last_update_time": "1694159733251", "is_stale": false } ], "_protection": "NOT_PROTECTED" }

Required Permissions:

read

Feature:

intrusion_services

Additional Errors: