[{"label":"Latest (v1)","version":"latest"}]
cloud-partner-navigator
Post Registration
DescriptionInitiates the registration task of a Usage Meter agent.
Request
URLURL
https://console.navigator.vmware.com/usage/api/v1/agent-registrations
Request Body
Request Body
RegistrationSpec
of mimetype application/json
Required
The specification of the Usage Meter agent that is going to be registered.
Authentication
This operation uses the following authentication methods.
Response
Response
201 Created
The Usage Meter agent is already registered. Its current state corresponds to the provided specification.
Operation doesn't return any data structure.
202 Accepted
The Usage Meter agent registration was initiated. The location header points to a status link, usually at /api/v1/agent-registrations/{agentId}.
Operation doesn't return any data structure.
No error details were provided in the OpenAPI specification.
Code SamplesCode Samples
cURL Command
curl -X POST -H "Content-Type: application/json" -d '{"agentId":"string","connectivityMode":"ONLINE","contractNumber":"string","label":"string","meteringMode":"PRODUCTION","siteName":"string","version":"string"}' https://console.navigator.vmware.com/usage/api/v1/agent-registrations
[{"label":"Latest (v1)","version":"latest"}]
cloud-partner-navigator
On This Page
Usage Operations
get
post