NSX-T Data Center REST API
GeoIpBundleInfo (type)
{
"additionalProperties": false,
"id": "GeoIpBundleInfo",
"module_id": "PolicyGeoIp",
"properties": {
"download_status": {
"enum": [
"complete",
"failed"
],
"readonly": true,
"title": "Download Status of Geo IP Bundle",
"type": "string"
},
"geo_ip_bundle_version": {
"readonly": true,
"title": "Geo IP Bundle Version in System",
"type": "string"
},
"last_bundle_download_time": {
"$ref": "EpochMsTimestamp",
"readonly": true,
"title": "Timestamp of the most recent successful Geo IP Bundle download"
},
"latest_available_geo_ip_bundle_version": {
"readonly": true,
"title": "Latest Geo IP Bundle Version available for Download",
"type": "string"
},
"message": {
"readonly": true,
"title": "Status Message of Geo IP Bundle",
"type": "string"
},
"path": {
"readonly": true,
"title": "Geo IP Bundle Path",
"type": "string"
}
},
"title": "Geo IP Bundle Information",
"type": "object"
}