Get Nsx V Manager Settings

Get Nsx V Manager Settings

Retrieve the networking configuration of a registered vCenter server.

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

vcUrn


Authentication
This operation uses the following authentication methods.
Responses
200
Returns NsxVManagerSettings of type(s) application/json;version=36.3
{
    "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.


400

Invalid configuration.

Returns Error of type(s) application/json;version=36.3
{
    "minorErrorCode": "string",
    "message": "string",
    "stackTrace": "string"
}
string
minorErrorCode
Required

minorErrorCode

string
message
Required

message

string
stackTrace
Optional

stackTrace


404

The specified resource was not found

Returns Error of type(s) application/json;version=36.3
{
    "minorErrorCode": "string",
    "message": "string",
    "stackTrace": "string"
}
string
minorErrorCode
Required

minorErrorCode

string
message
Required

message

string
stackTrace
Optional

stackTrace