Get ConfigMap data

View as Markdown

Returns the key-value data of a ConfigMap in the deployment’s namespace.

Authentication

AuthorizationBearer
OAuth 2.0 device flow or platform session token

Path parameters

namespacestringRequired
Kubernetes namespace for the deployment
cmnamestringRequired
ConfigMap name

Query parameters

accountstringRequired

Account name (used for ownership verification)

Response

ConfigMap data
namestring
namespacestring
datamap from strings to strings

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error