NSX-T Data Center REST API
Create container cluster status
Request:
Method:
              POST
            URI Path(s):
              
              
                  
                  /policy/api/v1/infra/sites/<site-id>/enforcement-points/<enforcement-point-id>/container-cluster-ncpstatus
                  
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    ContainerClusterStatus+
  Example Request:
POST https://<nsx-mgr>/policy/api/v1/infra/sites/default/enforcement-points/default/container-cluster-ncpstatus { "cluster_id": "b8b0889f-338c-5c65-98bd-a5642ae2aa00", "status": "HEALTHY", "detail": "" }Successful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    ContainerClusterStatus+
  