The API command returns the addresses in the following format. The following IPs are example
addresses only:
{
"status": "success",
"result": [
{
"address_details": [
{
"address": "169.2.3.4",
"serviceType": "gp_gateway",
"addressType": "active",
"create_time": 1743636318,
"allow_listed": true
},
{
"address": "137.4.5.6",
"serviceType": "gp_gateway",
"addressType": "active",
"create_time": 1743636318,
"allow_listed": true
},
{
"address": "169.7.8.9",
"serviceType": "gp_gateway",
"addressType": "active",
"create_time": 1750812477,
"allow_listed": true
},
{
"address": "134.10.11.12",
"serviceType": "gp_gateway",
"addressType": "network_load_balancer",
"create_time": 1743636321
}
],
"zone": "US West",
"addresses": [
"169.2.3.4",
"137.4.5.6",
"169.7.8.9",
"134.10.11.12"
],
"zone_subnet": [
"140.1.2.0/18",
"168.1.2.0/21",
"74.1.2.0/20",
"128.1.2.0/17",
"169.1.2.0/18",
"165.1.0.0/16",
"34.1.2.0/19",
"134.1.0.0/16",
"144.1.0.0/16",
"208.1.0.0/16",
"130.1.0.0/16",
"134.1.2.0/17",
"137.83.192.0/18",
"165.1.2.0/17",
"66.1.2.0/19",
"34.1.2.0/23"
],
"addresses_v6": [],
"address_details_v6": [],
"zone_subnet_v6": [
"2606:f4c0:1111:13d4::/64",
"2606:f4c0:2222:13d3::/64"
],
"zone_subnet_v6_details": [
{
"address": "2606:f4c0:1111:13d4::/64",
"addressType": "active",
"allow_listed": false
},
{
"address": "2606:f4c0:2222:13d3::/64",
"addressType": "network_load_balancer",
"allow_listed": false
}
]
}If
there are any problems with the options in the .txt file, the API
returns an error similar to the following: