Application Security API-Match Targets

Number of APIs: 6

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

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

  3. Create a match target POST https://{{host}}/appsec/v1/configs/{{configId}}/versions/{{versionNumber}}/match-targets

  4. Modify match target order PUT https://{{host}}/appsec/v1/configs/{{configId}}/versions/{{versionNumber}}/match-targets/sequence

  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}}