get https://{hostname}/appsec/v1/configs//failover-hostnames
Get a list of the failover hostnames in a configuration. Products: All.
Responses
Get a list of the failover hostnames in a configuration. Products: All.
xxxxxxxxxx
curl --request GET \
--url https://hostname/appsec/v1/configs/configId/failover-hostnames \
--header 'accept: application/json'
xxxxxxxxxx
14{
"hostnameList": [
{
"hostname": "*.example.net"
},
{
"hostname": "example.com"
},
{
"hostname": "m.example.com"
}
],
"mode": "append"
}