System Administration > Configuration > Global Configurations

List global configurations of a NSX domain

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.

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-configs

Successful Response:

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

Example Response:

{ "results": [ { "resource_type": "RoutingGlobalConfig", "id": "8f567175-4aba-4c2f-a3af-a96d2c540041", "display_name": "8f567175-4aba-4c2f-a3af-a96d2c540041", "l3_forwarding_mode": "IPV4_ONLY", "logical_uplink_mtu": 1700, "_create_user": "system", "_create_time": 1534489264413, "_last_modified_user": "system", "_last_modified_time": 1534489264437, "_system_owned": false, "_protection": "NOT_PROTECTED", "_revision": 1 }, { "resource_type": "SwitchingGlobalConfig", "id": "872ecc01-416d-4c99-86a4-21ee63ca3720", "display_name": "872ecc01-416d-4c99-86a4-21ee63ca3720", "physical_uplink_mtu": 1600, "global_replication_mode_enabled": false, "remote_tunnel_physical_mtu": 1500, "_create_user": "system", "_create_time": 1534489283861, "_last_modified_user": "system", "_last_modified_time": 1534489283898, "_system_owned": false, "_protection": "NOT_PROTECTED", "_revision": 2 }, { "resource_type": "OperationCollectorGlobalConfig", "collectors" : [ { "collector_ip" : "192.168.0.11", "collector_port" : 4944 } ], "report_interval": 300, "id": "afa6ff65-6cb9-49a6-96a9-81f163653b09", "display_name": "afa6ff65-6cb9-49a6-96a9-81f163653b09", "_create_user": "system", "_create_time": 1534489283861, "_last_modified_user": "system", "_last_modified_time": 1534489283898, "_system_owned": false, "_protection": "NOT_PROTECTED", "_revision": 2, } ] }

Required Permissions:

read

Feature:

global_configs_global_configs

Additional Errors: