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

[
    {
        "agentId": "string",
        "organizationId": "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}/commerce/usage-insight/api/usage-metering-agents
                
Usage Metering Agents Rest Operations Operations
GET
Get Agents
GET
Get Agent