get https://api.netfire.com/waf/v1//?list=true
View the names of currently defined hosts.
Requires "List" permission.
A note about resource usage
Please use this resource in lieu of "List Hosts" whenever possible, as it is less resource-intensive. If you don't need full details for each Host, use this call in concert with "Get Host" to only get details for the Hosts you are concerned with.
Using custom methods
If your client implementation allows for sending custom methods, this same functionality can be achieved by sending the request via a
LIST
method without providing the?list=true
URL query parameter.