List selected hostnames for a security policy

List the hostnames that the configuration version selects as candidates of protected hostnames, which you can use in match targets. Products: Web Application Protector, App & API Protector.

Path Params
int64
required

A unique identifier for each configuration.

integer
required

A unique identifier for each version of a configuration.

string
required

A unique identifier for a security policy.

Query Params
string

For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.

Responses

Response body
object
hostnameList
array of objects
required

The list of hostnames for a configuration version.

hostnameList*
object
string
required

The hostname on which to match the request.

string

The type of update you want to make to the evaluation hostname list. Use append to add additional hostnames, remove to delete the hostnames from the list, or replace to replace the existing list with the hostnames you pass in your request.

append remove replace

Language
Authentication
URL