Get Agent
Get all attributes for a usage metering agent.
Request
URI
GET
https://console.cloud.vmware.com/commerce/usage-insight/api/usage-metering-agents/{agentId}
COPY
Path Parameters
string
agentId
Required
the ID of the agent
Responses
200
the latest attributes for the agent
Returns 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
}
string As uuid As uuid
agentId
Required
agentId
string As uuid As uuid
organizationId
Required
the ID of the organization to which this agent belongs to
string
label
Required
human-readable label of the agent
string As date-time As date-time
modifiedAt
Required
when was the record modified
string
meteringMode
Required
the MeteringMode of the agent
Possible values are : PRODUCTION, TEST,
string
version
Required
the Version of the agent
string
connectivityMode
Required
the ConnectivityMode of the agent
Possible values are : ONLINE, OFFLINE,
string As date-time As date-time
effectiveFrom
Required
when will the settings take effect
string
changedBy
Required
the name of the account that did the change
integer As int64 As int64
agentSequence
Required
agentSequence
boolean
deleted
Required
deleted
Usage Metering Agents Rest Operations Operations
DELETE
Delete Agent
GET
Get Agent
GET
Get Agents
PATCH
Patch Agent
POST
Post Agent