NSX-T Data Center REST API

Read NSX Cloud Service Manager system configuration.

Returns the system configuration of NSX Cloud Service Manager,
such as the list of management IP configurations.

Request:

Method:
GET
URI Path(s):
/api/v1/csm/configs/system-config
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

GET https://<nsx-csm>/csmapi/api/v1/csm/configs/system-config

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
CsmSystemConfig+

Example Response:

{ "mgmt_ip_config": [ "10.1.1.1/24", "192.168.0.0/24" ] }

Required Permissions:

read

Feature:

csm_node_config

Additional Errors: