System Administration > Configuration > Fabric > Containers > Container Clusters

Return a container cluster

Returns information about a specific container cluster

Request:

Method:
GET
URI Path(s):
/api/v1/fabric/container-clusters/<container-cluster-id>
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

GET https://<nsx-mgr>/api/v1/fabric/container-clusters/a19ad270-6026-11e9-980c-dca9048e157d

Successful Response:

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

Example Response:

{ "external_id": "a19ad270-6026-11e9-980c-dca9048e157d", "cluster_type": "Kubernetes", "infrastructure": { "infra_type": "vSphere" }, "origin_properties": [], "resource_type": "ContainerCluster", "display_name": "cluster-1", "_last_sync_time": 1555405468523 }

Required Permissions:

read

Feature:

containers_inventory

Additional Errors: