NSX-T Data Center REST API
Download Latest Geo IP Bundle
Using this API, with request parameterdownload_now - User can request on demand to download latest Geo IP bundle to be used on the edge nodes.
This will try to get latest bundle regardless auto_download is ON or OFF.
If new bundle available, it will download the latest bundle.
If no new bundle, it will indicate in message.
check_latest - User can check the latest Geo IP bundle available.
Request:
Method:
POST
URI Path(s):
/policy/api/v1/infra/geo-ip/bundle
Request Headers:
n/a
Query Parameters:
GeoIpBundleActionQueryParameters+
Request Body:
n/a
Example Request:
POST https://<policy-mgr>/policy/api/v1/infra/geo-ip/bundle?action=download_now POST https://<policy-mgr>/policy/api/v1/infra/geo-ip/bundle?action=check_latestSuccessful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
GeoIpBundleInfo+