List selectable hostnames

All products List the hostnames that a given configuration version has the ability to protect. Hostnames may show as error hosts when they aren't currently available. For example, when a contract expires.

Path Params
int64
required

A unique identifier for each configuration.

integer
required

A unique identifier for each version of a configuration.

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
availableSet
array of objects

The available hosts set for the current user.

availableSet
object
boolean

Whether the hostname is active in the production network.

boolean

Whether the hostname is active in the staging network.

boolean

Whether the hostname is Akamai Resource Locator (ARL) included.

integer | null

Uniquely identifies the configuration that protects the hostname.

string | null

The name of the configuration that protects the hostname.

string
required

The hostname.

integer
required

Uniquely identifies the security configuration.

integer
required

The security configuration version.

errorSet
array of objects

The requested hosts aren't available in this configuration version.

errorSet
object
string
required

The hostname that triggers an error.

string
required

The reason why the hosts aren't protectable in this configuration version.

integer
required

The error status code for the hostname.

boolean
required

Whether the host defined in the ARL file has legacy WAF enabled in the configuration.

selectedSet
array of objects

The selected set of hostnames in this configuration version.

selectedSet
object
boolean

Whether the hostname is active in the production network.

boolean

Whether the hostname is active in the staging network.

boolean

Whether the hostname is Akamai Resource Locator (ARL) included.

integer | null

Uniquely identifies the configuration that protects the hostname.

string | null

The name of the configuration that protects the hostname.

string
required

The hostname.

Language
Authentication
URL