Post Agent V1
Register a Usage Meter agent.
Request
URI
POST
https://eapi.broadcom.com/vcf/ums/api/v1/usage-metering-agents
COPY
Request Body
the specification of the metering agent that will be registered
RegistrationSpecV1
of type(s)
application/json
Required
Show optional properties
{
"agentId": "string",
"label": "string"
}
{
"agentId": "string",
"label": "string",
"meteringMode": "string"
}
string As uuid
As uuid
agentId
Required
the ID of the Usage Meter agent
string
label
Required
Human readable label for the agent
string
meteringMode
Optional
the MeteringMode of the agent
Possible values are :
PRODUCTION,
TEST,
Responses
200
OK
Operation doesn't return any data structure
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"agentId:"string","label:"string"}' https://{api_host}/vcf/ums/api/v1/usage-metering-agents
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