get https://{hostname}/appsec/v1/configs//versions//match-targets
Kona Site Defender, App & API Protector with the Advanced Security module Returns match targets defined in the specified security configuration version.
Responses
Kona Site Defender, App & API Protector with the Advanced Security module Returns match targets defined in the specified security configuration version.
xxxxxxxxxx
curl --request GET \
--url https://hostname/appsec/v1/configs/configId/versions/versionNumber/match-targets \
--header 'accept: application/json'
xxxxxxxxxx
115}
{
"matchTargets": {
"apiTargets": [
{
"apis": [
{
"id": 1111,
"name": "API Endpoint 1"
},
{
"id": 2222,
"name": "API Endpoint 2"
}
],
"bypassNetworkLists": [
{
"id": "522825_CCCBYPASSLIST",
"name": "Example network list 11"
},
{
"id": "1622566_XXAABYPASSL",
"name": "Example network list 12"
}
],
"configId": 77653,