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 session token from WorkOS

Path parameters

namespacestringRequired
Kubernetes namespace for the deployment
cmnamestringRequired
ConfigMap name

Query parameters

accountstringRequired

Account name (used for ownership verification)

Response

ConfigMap data
namestring or null
namespacestring or null
datamap from strings to strings or null

Errors