Get Agents

Get Agents

Get all usage metering agents.

Request
URI
GET
https://console.cloud.vmware.com/commerce/usage-insight/api/usage-metering-agents
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

all usage metering agents

Returns Array of UsageMeteringAgent of type(s) application/json
[
    {
        "agentId": "string",
        "organizationId": "string",
        "label": "string",
        "modifiedAt": "string",
        "meteringMode": "string",
        "version": "string",
        "connectivityMode": "string",
        "effectiveFrom": "string",
        "changedBy": "string",
        "agentSequence": 0,
        "deleted": false
    }
]