Patch Agent
Update the attributes of an 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.
the ID of the agent
new attributes for the agent
{
"label": "string",
"meteringMode": "string",
"agentSequence": 0
}
the new label
the new MeteringMode of the agent
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
{
"agentId": "string",
"organizationId": "string",
"label": "string",
"modifiedAt": "string",
"meteringMode": "string",
"version": "string",
"connectivityMode": "string",
"effectiveFrom": "string",
"changedBy": "string",
"agentSequence": 0,
"deleted": false
}
agentId
the ID of the organization to which this agent belongs to
human-readable label of the agent
when was the record modified
the MeteringMode of the agent
the Version of the agent
the ConnectivityMode of the agent
when will the settings take effect
the name of the account that did the change
agentSequence
deleted