BatchUpdateLabels
Apply batch label add, remove, or replace operations across a set of selected agents
POST
/api/v1/agent/labels/batchOperation ID
BatchUpdateLabelsSince
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
selectorObjectRequiredSelector for this resource
uuidsListUuids for this resource
Example: item1,item2
typeStringFilter agents by type
Example: log
regionStringFilter agents by deployment region
Example: us-east-1
labelMatchLinkedHashMapLabel matching criteria for agent selection
Example: (nested object)
operationStringRequiredLabel operation to perform: add, remove, or replace
Example: add
labelsLinkedHashMapRequiredKey-value labels attached to this resource
Example: (nested object)
dryRunBooleanRequiredIf true, simulate the operation without applying changes
Example: false
