get https://{hostname}/appsec/v1/configs//versions//url-protections/
Returns the specified URL protection policy. Products: All.
Responses
Returns the specified URL protection policy. Products: All.
xxxxxxxxxx
curl --request GET \
--url https://hostname/appsec/v1/configs/configId/versions/versionNumber/url-protections/urlProtectionPolicyId \
--header 'accept: application/json'
xxxxxxxxxx
83}
{
"bypassCondition": {
"atomicConditions": [
{
"checkIps": "connecting",
"className": "NetworkListCondition",
"positiveMatch": true,
"value": [
"12345_10CLIENTLIST",
"54321_123"
]
},
{
"className": "RequestHeaderCondition",
"name": [
"my-custom-header"
],
"nameWildcard": false,
"positiveMatch": true,
"value": [
"my-custom-value"
],
"valueCase": false,
"valueWildcard": false
}