Register VC

Register VC

If force parameter is passed as true, in case if vc is already registered, registration will be overwritten.

Request
URI
PUT
https://{api_host}/suite-api/api/integrations/vcenters/{integrationId}/register
COPY
Path Parameters
string
integrationId
Required

The identifier of the vCenter integration in UUID format.

Query Parameters
boolean
force
Optional
Constraints: default: false

Force override existing VC management ownership


Authentication
This operation uses the following authentication methods.
Responses
200

Successfully registered vcenter

Operation doesn't return any data structure

400

An invalid request body was specified or any constraints were violated

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X PUT -H 'Authorization: <value>' https://{api_host}/suite-api/api/integrations/vcenters/{integrationId}/register