Policy > Monitoring > Heatmap

Get the container hyperbus status on given node

This API is available when using VMware Cloud (AWS, Dell-EMC, Outpost, Hyperscalers) or VMware NSX-T.

Request:

Method:
GET
URI Path(s):
/policy/api/v1/infra/sites/<site-id>/enforcement-points/<enforcement-point-id>/host-transport-nodes/<node-id>/hyperbus-status
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

GET https://<nsx-mgr>/policy/api/v1/infra/sites/default/enforcement-points/default/host-transport-nodes/TN1/hyperbus-status

Successful Response:

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

Example Response:

{ "transport_node_id": "7c7dd92c-d77a-4ce4-953c-cc04a4367984", "hyperbus_status": "HEALTHY", }

Required Permissions:

read

Feature:

policy_ops

Additional Errors: