Patch Agent
Update the attributes of a Usage Meter agent. If an agent is in deleted state it can be undeleted by invoking this operation with empty object body '{}' - update spec with no attributes.
used to specify the ID of the tenant
the ID of the agent
new attributes for the agent
{
"label": "string",
"agentSequence": 0
}
the new label
the agent sequence. Used for optimistic locking. When updating or deleting an object one must provide the sequence number that it last used to view the state. When conflicts occur, client will get HTTP 412 precondition failed status code, and must either abort or obtain the new state of the object and retry.
the complete new state of the agent
"ReactivatedAgent Object"
agentId
human-readable label of the agent
when was the record modified
the Version of the agent
when will the settings take effect
the name of the account that did the change
agentSequence
tenantId
The access token that must be used during appliance configuration.
deleted
curl -X PATCH -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}'