System Administration > Configuration > Fabric > Containers > Container Clusters

Returns an ingress policy spec

Returns information about a specific ingress policy.

Request:

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

Example Request:

GET https://<nsx-mgr>/api/v1/fabric/container-ingress-policies/a241768e-6026-11e9-980c-dca9048e157d

Successful Response:

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

Example Response:

{ "external_id": "a241768e-6026-11e9-980c-dca9048e157d", "container_cluster_id": "a19ad270-6026-11e9-980c-dca9048e157d", "container_project_id": "a1ba2e72-6026-11e9-980c-dca9048e157d", "spec": "!!python/unicode 'podSelector':\n !!python/unicode 'matchLabels': {!!python/unicode 'app': !!python/unicode 'mgmtapp'}\n!!python/unicode 'policyTypes': [!!python/unicode 'Ingress']\n", "origin_properties": [ { "key": "prop0", "value": "val0" } ], "resource_type": "ContainerIngressPolicy", "display_name": "ingress-1", "_last_sync_time": 1555405484377 }

Required Permissions:

read

Feature:

containers_inventory

Additional Errors: