System Administration > Configuration > Global Configurations

Get global configs for a config type

Returns global configurations that belong to the config type

Request:

Method:
GET
URI Path(s):
/api/v1/global-configs/<config-type>
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

GET https://<nsx-mgr>/api/v1/global-configs/SwitchingGlobalConfig

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
EsxGlobalOpaqueConfig+
FipsGlobalConfig+
FirewallGlobalConfig+
IdsGlobalConfig+
OperationCollectorGlobalConfig+
RoutingGlobalConfig+
SecurityGlobalConfig+
SwitchingGlobalConfig+

Example Response:

{ "resource_type": "SwitchingGlobalConfig", "id": "aeb822b6-7778-40e1-8415-1aef6d87c618", "display_name": "aeb822b6-7778-40e1-8415-1aef6d87c618", "physical_uplink_mtu": 1850, "global_replication_mode_enabled": false, "remote_tunnel_physical_mtu": 1500, "_create_user": "system", "_create_time": 1534221197344, "_last_modified_user": "admin", "_last_modified_time": 1534306102612, "_system_owned": false, "_protection": "NOT_PROTECTED", "_revision": 5 }

Required Permissions:

read

Feature:

global_configs_global_configs

Additional Errors: