Get Kubernetes Namespace

Get Kubernetes Namespace

Retrieves a specific Kubernetes namespace via its URN.

Request
URI
GET
https://{api_host}/cloudapi/1.0.0/kubernetesClusters/{clusterId}/namespaces/{namespaceId}
COPY
Path Parameters
string
clusterId
Required

clusterId

string
namespaceId
Required

namespaceId

string
clusterId
Required

clusterId

string
namespaceId
Required

namespaceId


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns KubernetesNamespace of type(s) application/json;version=39.0
{
    "id": "string",
    "name": "string",
    "cluster": {
        "name": "string",
        "id": "string"
    },
    "org": {
        "name": "string",
        "id": "string"
    }
}
string
id
Optional

A unique identifier for the Kubernetes namespace.

string
name
Optional

The name of the Kubernetes namespace.

cluster
Optional

Entity reference used to describe VCD entities

org
Optional

Entity reference used to describe VCD entities