NSX-T Data Center REST API
List global configurations of a NSX domain (Deprecated)
Returns global configurations of a NSX domain grouped by the config types.These global configurations are valid across NSX domain for their respective
types unless they are overridden by a more granular configurations.
This rest routine is deprecated, and will be removed after a year.
Deprecated:
The list API is disaggregated to feature verticals.
Use the following Policy APIs for different global configs -
OperationCollectorGlobalConfig GET /policy/api/v1/infra/ops-global-config
RoutingGlobalConfig GET /policy/api/v1/infra/connectivity-global-config
SecurityGlobalConfig GET /policy/api/v1/infra/security-global-config
IdsGlobalConfig GET /policy/api/v1/infra/settings/firewall/security/intrusion-services
FipsGlobalConfig GET /policy/api/v1/infra/connectivity-global-config
SwitchingGlobalConfig GET /policy/api/v1/infra/connectivity-global-config
FirewallGlobalConfig GET policy/api/v1/infra/settings/firewall/security
Request:
Method:
GET
URI Path(s):
/api/v1/global-configs
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a
Example Request:
GET https://<nsx-mgr>/api/v1/global-configsSuccessful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
GlobalConfigsListResult+