Get Agents

Get Agents

Get all usage metering agents.

Request
URI
GET
https://eapi.broadcom.com/vcf/ums/api/v1/usage-metering-agents
COPY
Query Parameters
boolean
includeDeleted
Optional

whether to include deleted agents, by default true

string
effectiveFrom
Optional

start time for effectiveFrom filter


Authentication
This operation uses the following authentication methods.
Responses
200

all usage metering agents

[
    {
        "agentId": "string",
        "label": "string",
        "modifiedAt": "string",
        "meteringMode": "string",
        "version": "string",
        "connectivityMode": "string",
        "effectiveFrom": "string",
        "changedBy": "string",
        "agentSequence": 0,
        "deleted": false
    }
]
Optional

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/vcf/ums/api/v1/usage-metering-agents