Get Agents V1

Get Agents V1

Get all Usage Meter 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 Meter agents

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

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