Private IP Pools - Flexible Security Service API References (1.3.0)
Download OpenAPI specification:Download
The private ip pool provides values that can be used as parameters when creating the FRA.
Get Private IP Pools
Get Private IP Pool resources.
Authorizations:
query Parameters
from | string ^10\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])|172\.(1[6-9]|2[0-9]|3[0-1])\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])|192\.168\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])$ The start ip address for search. (default: None) |
to | string ^10\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])|172\.(1[6-9]|2[0-9]|3[0-1])\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])|192\.168\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])$ The end ip address for search. (default: None) |
areaId | string ^[a-fA-F0-9]{8}(-[a-fA-F0-9]{4}){3}-[a-fA-F0-9]{12}$ The ID of the resource. |
Responses
200
OK
get/v1/private-ip-pools
https://api.ntt.com/fsec-ers/v1/private-ip-pools
Response samples
- 200
Content type
application/json
Copy
Expand all Collapse all {- "privateIpPools": [
- {
- "areaId": "12345678-1234-1234-1234-1234567890a1",
- "unusedCidr": [
- "10.0.0.0/8",
- "172.16.0.0/20",
- "192.168.0.0/16"
]
}, - {
- "areaId": "12345678-1234-1234-1234-1234567890a2",
- "unusedCidr": [
- "10.0.0.0/8",
- "172.16.0.0/20",
- "192.168.0.0/16"
]
}
]
}