NSX-T Data Center REST API

Get status for MPS Compute collection.

Returns current status of the deployment of MPS Service on a given cluster.

Request:

Method:
GET
URI Path(s):
/api/v1/malware-prevention/compute-collection/{compute-collection-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:
MpsComputeCollectionStatus+

Example Response:

{ "compute_collection_id": "b81b9edc-45c9-4ac9-981d-bf717e524722:domain-c8", "deployment_status": "DEPLOYMENT_SUCCESSFUL", "deployment_issues": [], "transport_node_status": [ { "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": "1694159853256", "is_stale": false }, { "service_name": "SECURITY_HUB", "service_status": "SERVICE_STATUS_DOWN", "last_update_time": "1694159853256", "is_stale": false } ], "_protection": "NOT_PROTECTED" } ], "_protection": "NOT_PROTECTED" }

Required Permissions:

read

Feature:

intrusion_services

Additional Errors: