Move Agents
Move Usage Meter agents to another tenant.
Request
URI
PATCH
https://eapi.broadcom.com/vcf/ums/api/v2/{tenantId}/agents
COPY
Path Parameters
string
tenantId
Required
used to specify the new tenant ID for all agents in the request list
Request Body
list of agents to move
[
{
"agentId": "string"
}
]
Responses
200
OK
[
"MoveResponse Object"
]
Code Samples
COPY
curl -X PATCH -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]'
On This Page
Usage Management Operations
GET
Get Agents
POST
Post Agent
PATCH
Move Agents
GET
Get Agent
DELETE
Delete Agent
PATCH
Patch Agent
GET
Get Agent Oauth App
POST
Post Agent Oauth App
DELETE
Delete Agent Oauth App