RegistrationSpec

RegistrationSpec
RegistrationSpec

Parameters used to register a usage metering agent

JSON Example
{
    "agentId": "string",
    "label": "string",
    "meteringMode": "string"
}
string As uuid As uuid
agentId
Required

the ID of the usage metering agent

string
label
Required

Human readable label for the agent

string
meteringMode
Optional

the MeteringMode of the agent

Possible values are : PRODUCTION, TEST,
Parameter To