Get cluster namespace details

Get cluster namespace details

get

Get the namespace details of the cluster.

Path parameters
clusterIdstringRequired
namespaceNamestringRequired
Responses
chevron-right
200

OK

*/*
creationTimestampstringOptionalExample: 2022-12-02 06:21:35
deploymentstringOptional

Deployment information

Example: {"apiVersion":"v1","kind":"Namespace"...
deploymentYamlstringOptional

Deployment information(YAML)

Example: apiVersion: v1 kind: Node metadata...
namestringOptional

Namespace name

Example: cocktail-system
statusstringOptionalExample: Active
get
/v1/clusters/{clusterId}/namespaces/{namespaceName}
200

OK