Get Agents
Get all Usage Meter agents.
Request
URI
GET
https://eapi.broadcom.com/vcf/ums/api/v2/{tenantId}/agents
COPY
Path Parameters
string
tenantId
Required
used to specify the ID of the tenant
Query Parameters
boolean
includeDeleted
Optional
whether to include deleted agents, by default true.
string
effectiveFrom
Optional
start time for effectiveFrom filter
Responses
200
all Usage Meter agents
[
{
"agentId": "string",
"label": "string",
"modifiedAt": "string",
"version": "string",
"effectiveFrom": "string",
"changedBy": "string",
"agentSequence": 0,
"tenantId": "string",
"deleted": false
}
]
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/vcf/ums/api/v2/{tenantId}/agents
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