Get Agent V1
Get all attributes for a Usage Meter agent
Request
URI
GET
https://eapi.broadcom.com/vcf/ums/api/v1/usage-metering-agents/{agentId}
COPY
Path Parameters
string
agentId
Required
the ID of the agent
Responses
200
the latest attributes for the agent
Returns
UsageMeteringAgentV1
of type(s)
application/json
{
"agentId": "string",
"label": "string",
"modifiedAt": "string",
"version": "string",
"effectiveFrom": "string",
"changedBy": "string",
"agentSequence": 0,
"connectivityMode": "string",
"meteringMode": "string",
"deleted": false
}
string As uuid
As uuid
agentId
Required
agentId
string
label
Required
Constraints:
minLength: 1
maxLength: 512
human-readable label of the agent
string As date-time
As date-time
modifiedAt
Required
when was the record modified
string
version
Required
the Version of the agent
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
string
connectivityMode
Required
the ConnectivityMode of the agent
Possible values are :
ONLINE,
OFFLINE,
string
meteringMode
Required
the MeteringMode of the agent
Possible values are :
PRODUCTION,
TEST,
boolean
deleted
Required
deleted
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/vcf/ums/api/v1/usage-metering-agents/{agentId}
Deprecated
Usage Management Operations
GET
Get Agents V1
Deprecated
POST
Post Agent V1
Deprecated
GET
Get Agent V1
Deprecated
DELETE
Delete Agent V1
Deprecated
PATCH
Patch Agent V1
Deprecated