Application Security API-Match Targets
Number of APIs: 6
-
Get a match target GET https://{{host}}/appsec/v1/configs/{{configId}}/versions/{{versionNumber}}/match-targets/{{targetId}}?includeChildObjectName=
-
List match targets GET https://{{host}}/appsec/v1/configs/{{configId}}/versions/{{versionNumber}}/match-targets
-
Create a match target POST https://{{host}}/appsec/v1/configs/{{configId}}/versions/{{versionNumber}}/match-targets
-
Modify match target order PUT https://{{host}}/appsec/v1/configs/{{configId}}/versions/{{versionNumber}}/match-targets/sequence
-
Modify a match target PUT https://{{host}}/appsec/v1/configs/{{configId}}/versions/{{versionNumber}}/match-targets/{{targetId}}
-
Remove a match target DELETE https://{{host}}/appsec/v1/configs/{{configId}}/versions/{{versionNumber}}/match-targets/{{targetId}}