Logo
Akamai APIs API Documentation

Application Security API-Match Targets

Number of APIs: 6


1. List match targets

GET https://{{host}}/appsec/v1/configs/{{configId}}/versions/{{versionNumber}}/match-targets



2. Create a match target

POST https://{{host}}/appsec/v1/configs/{{configId}}/versions/{{versionNumber}}/match-targets

For more information on the JSON to modify these settings, visit: https://developer.akamai.com/api/cloud_security/application_security/v1.html#postmatchtargets



3. Modify match target order

PUT https://{{host}}/appsec/v1/configs/{{configId}}/versions/{{versionNumber}}/match-targets/sequence

For more information on the JSON to modify these settings, visit: https://developer.akamai.com/api/cloud_security/application_security/v1.html#putsequence



4. Get a match target

GET https://{{host}}/appsec/v1/configs/{{configId}}/versions/{{versionNumber}}/match-targets/{{targetId}}?includeChildObjectName=



5. Modify a match target

PUT https://{{host}}/appsec/v1/configs/{{configId}}/versions/{{versionNumber}}/match-targets/{{targetId}}



6. Remove a match target

DELETE https://{{host}}/appsec/v1/configs/{{configId}}/versions/{{versionNumber}}/match-targets/{{targetId}}



ENDPOINTS