[{"label":"Latest (v1)","version":"latest"}]
cloud-partner-navigator

Post Registration

Description

Initiates the registration task of a Usage Meter agent.

Request

Request

URL

URL


post
https://console.navigator.vmware.com/usage/api/v1/agent-registrations
Copy

Request Body

Request Body

RegistrationSpec of mimetype application/json Required

The specification of the Usage Meter agent that is going to be registered.

Authentication

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.


202 Accepted

The Usage Meter agent registration was initiated. The location header points to a status link, usually at /api/v1/agent-registrations/{agentId}.

No error details were provided in the OpenAPI specification.

Code Samples

Code 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
Feedback

Was this page helpful?