Get cluster namespace secret details
Get detailed information for the Secret in the specified cluster and namespace.
Path parameters
clusterIdstringRequired
namespaceNamestringRequired
secretNamestringRequired
Responses
200
OK
*/*
creationTimestampstringOptionalExample:
2023-04-29 05:54:51deploymentstringOptionalExample:
Deployment informatio
{"apiVersion":"v1","data"...deploymentYamlstringOptionalExample:
Deployment informatio(YAML)
apiVersion: v1 kind: Secret metadata: ...descriptionstringOptional
namestringOptionalExample:
Secret name
cocktail-api-cmdbnamespacestringOptionalExample:
namespace name
cocktail-systemtypestringOptionalExample:
Secret type(Generic, DockerRegistry, Tls, BasicAuth, SshAuth)
Genericget
/v1/clusters/{clusterId}/namespaces/{namespaceName}/secrets/{secretName}200
OK