Post Registration
DescriptionInitiates the registration task of a Usage Meter agent.
Request
URLURL
Request Body
the specification of the Usage Meter agent that will be registered
{
"agentId": "string",
"label": "string",
"version": "string"
}
the ID of the Usage Meter agent
human readable label for the Usage Meter agent
the version of the Usage Meter agent
the ConnectivityMode of the Usage Meter agent
Possible values are: ONLINE , OFFLINE
the commit contract number as listed in Commerce Portal
the MeteringMode of the Usage Meter agent
Possible values are: PRODUCTION , TEST
the site name as set in Commerce Portal
Authentication
Response
201 Created
the Usage Meter agent is already registered. Its current state corresponds to the provided specification.
202 Accepted
the Usage Meter agent registration was initiated. The location header points to a status link, usually at /api/v1/agent-registrations/{agentId}.