get https://{hostname}/appsec/v1/configs//versions//security-policies//reputation-profiles
Kona Site Defender, App & API Protector with the Advanced Security module Return a list of reputation profiles with their associated actions.
Responses
Kona Site Defender, App & API Protector with the Advanced Security module Return a list of reputation profiles with their associated actions.
xxxxxxxxxx
curl --request GET \
--url https://hostname/appsec/v1/configs/configId/versions/versionNumber/security-policies/policyId/reputation-profiles \
# Add Authorization header to this snippet
--header 'accept: application/json'
xxxxxxxxxx
12{
"reputationProfiles": [
{
"action": "alert",
"id": 102718
},
{
"action": "deny",
"id": 102719
}
]
}