get https://{hostname}/appsec/v1/configs//versions//security-policies//malware-policies
Return a list of all malware policies currently in use with the actions each policy takes when conditions are met. Products: All.
Responses
Return a list of all malware policies currently in use with the actions each policy takes when conditions are met. Products: All.
xxxxxxxxxx
curl --request GET \
--url https://hostname/appsec/v1/configs/configId/versions/versionNumber/security-policies/policyId/malware-policies \
--header 'accept: application/json'
xxxxxxxxxx
14{
"malwarePolicyActions": [
{
"action": "alert",
"id": 109,
"unscannedAction": "alert"
},
{
"action": "alert",
"id": 110,
"unscannedAction": "deny"
}
]
}