Number of APIs: 4
1. Get the IP/Geo Firewall settings
GET https://{{host}}/appsec/v1/configs/{{configId}}/versions/{{versionNumber}}/security-policies/{{policyId}}/ip-geo-firewall
2. Update the IP Geo Firewall settings
PUT https://{{host}}/appsec/v1/configs/{{configId}}/versions/{{versionNumber}}/security-policies/{{policyId}}/ip-geo-firewall
For more information on the JSON to modify these settings, visit:
https://developer.akamai.com/api/cloud_security/application_security/v1.html#putipgeofirewall
3. Get the bypass network lists settings | WAP ONLY
GET https://{{host}}/appsec/v1/configs/{{configId}}/versions/{{versionNumber}}/bypass-network-lists
4. Modify the bypass network lists settings | WAP ONLY
PUT https://{{host}}/appsec/v1/configs/{{configId}}/versions/{{versionNumber}}/bypass-network-lists
ENDPOINTS