Update Nsx V Manager Settings

Update Nsx V Manager Settings

Update the network settings of a registered vCenter server. This operation is asynchronous and returns a task that you can monitor to track the progress of the request.

Request
URI
PUT
https://{api_host}/cloudapi/1.0.0/virtualCenters/{vcUrn}/nsxVSettings
COPY
Path Parameters
string
vcUrn
Required

vcUrn


Request Body
NsxVManagerSettings of type(s) application/json
Required
{
    "vcId": "urn:vcloud:vimserver:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
    "networkProviderScope": "string",
    "controlVmResourcePoolVcPath": "string",
    "controlVmDatastoreName": "string",
    "controlVmManagementInterfaceName": "string"
}
string
vcId
Required

URN of the associated vCenter server.

string
networkProviderScope
Required

Public label of this NSX server visible to all tenants.

string
controlVmResourcePoolVcPath
Required

Path to the resource pool to use for creating Control VM for Cross-VDC Networking.

string
controlVmDatastoreName
Required

Name of the Datastore to use for creating Control VM for Cross-VDC Networking.

string
controlVmManagementInterfaceName
Required

Name of the management interface to use for creating Control VM for Cross-VDC Networking.

Authentication
This operation uses the following authentication methods.
Responses
202

The request have been accepted and the task to monitor the request is in the Location header.

Operation doesn't return any data structure