PatchResourceLabels
Partially update labels on the specified resource by adding or removing keys.
PATCH
/api/v1/resources/{resourceType}/{resourceUuid}/labelsOperation ID
PatchResourceLabelsSince
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/jsonPath Parameters
resourceTypeStringRequiredType of the resource to patch labels on (e.g. vm, host, volume)
resourceUuidStringRequiredUUID of the specific resource to patch labels on
Body Fields
addObjectRequiredThe add value
Example: (nested object)
removeListRequiredRemove for this resource
Example: item1,item2
