Move Agents

Move Agents
Move Usage Meter agents to another tenant.

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"
    }
]
array of MoveRequest
Optional
Authentication
This operation uses the following authentication methods.
Responses
200

OK

[
    {
        "agentId": "string",
        "accessToken": "string",
        "error": {
            "type": "string",
            "title": "string",
            "status": 0,
            "detail": "string",
            "instance": "string",
            "properties": {}
        }
    }
]

Code Samples
COPY
                    curl -X PATCH -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]'