Post Agent V1

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,
Authentication
This operation uses the following authentication methods.
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