NSX-T Data Center REST API

Read BMC cluster status

Read BMC cluster status for a given BMC cluster identifier. This API is available when using VMware Cloud (AWS, Dell-EMC, Outpost, Hyperscalers) or VMware NSX.

Request:

Method:
GET
URI Path(s):
/policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/bm-ccpn/{cluster-control-plane-id}/status
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

GET https://<policy-mgr>/policy/api/v1/infra/sites/default/enforcement-points/default/bm-ccpn/cluster01/status

Successful Response:

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

Example Response:

{ "resource_type": "BMCClusterInfo", "id": "cluster01", "display_name": "2eb255f6-ce74-47fe-8fd7-ce725b977d97", "path": "/infra/sites/default/enforcement-points/default/bm-ccpn/cluster01/status", "relative_path": "status", "parent_path": "/infra/sites/default/enforcement-points/default/bm-ccpn/cluster01", "unique_id": "2eb255f6-ce74-47fe-8fd7-ce725b977d97", "realization_id": "2eb255f6-ce74-47fe-8fd7-ce725b977d97", "timestamp": "", "version": "9.0.0.0", "status": "FAILED", "detail": "The cluster control node is stopped." "_create_user": "admin", "_create_time": 1517310677604, "_last_modified_user": "admin", "_last_modified_time": 1517310677604, "_system_owned": false, "_protection": "NOT_PROTECTED", "_revision": 0 }

Required Permissions:

read

Feature:

policy_ops

Additional Errors: