NSX-T Data Center REST API

Get Geo IP Setting Configuration

API to retrieve the current Geo IP Setting Configuration.

Request:

Method:
GET
URI Path(s):
/policy/api/v1/infra/geo-ip/setting
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

GET https://<policy-mgr>/policy/api/v1/infra/geo-ip/setting

Successful Response:

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

Example Response:

{ "auto_download": true, "id": "setting", "display_name": "Geo IP Setting", "path": "/infra/geo-ip/setting", "relative_path": "setting", "parent_path": "/infra", "marked_for_delete": false, "_create_user": "system", "_create_time": 1704810708438, "_last_modified_user": "admin", "_last_modified_time": 1704865193738, "_system_owned": false, "_protection": "NOT_PROTECTED", "_revision": 1 }

Required Permissions:

read

Feature:

policy_edge_fw

Additional Errors: