CreateResourceLabelKey
Register a new custom label key for use in resource labeling.
POST
/api/v1/resource-label-keysOperation ID
CreateResourceLabelKeySince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
application/jsonBody Fields
keyNameStringRequiredInternal key name used in label expressions (snake_case recommended)
Example: cost_center
displayNameStringRequiredUser-facing display name for this label key
Example: Cost Center
descriptionStringRequiredDescription explaining the purpose of this label key
Example: Identifies the cost center responsible for this resource
valueSuggestionsListRequiredValue suggestions
Example: item1,item2
