List hostnames for a property

This operation lists active property hostnames assigned to a specific property. Use the optional query parameters to paginate, sort, and filter the results. You can nest and combine filters to obtain desired results. To view paginated results, use the response's nextLink and previousLink. You can call this operation by specifying any of the propertyId members from a list of properties, or by running a GET on the propertyLink response when creating a new property.

Recipes
List hostnames for a property
Open Recipe
Path Params
string
required

Unique identifier for the property. See ID prefixes for details on omitting the value's prp_ prefix.

Query Params
integer
≥ 0

For paginated responses, specifies the page of results you want to navigate to, starting from 0.

integer
≥ 1

For paginated responses, specifies the number of hostnames objects to include on each page.

string
Defaults to hostname:a

Enum Sort the results based on the cnameFrom value, either hostname:a for ascending or hostname:d for descending order. The default is hostname:a.

string

Filter the results by cnameFrom. Supports wildcard matches with *.

string

Filter the results by edge hostname. Supports wildcard matches with *.

string

Enum Network of activated hostnames, either STAGING or PRODUCTION.

boolean
Defaults to false

Limited availability Whether the response should include the certificate status for the hostname on staging and production networks.

string

Unique identifier for the contract. The parameter is optional if a property belongs to only one contract. Otherwise you need to specify it along with the groupId. In other operations that don't specify a propertyId URL parameter, this parameter is always required. See ID prefixes for details on omitting the value's ctr_ prefix.

string

Unique identifier for the group. The parameter is optional if a property belongs to only one group. Otherwise you need to specify it along with the contractId. In other operations that don't specify a propertyId URL parameter, this parameter is always required. See ID prefixes for details on omitting the value's grp_ prefix.

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.

Headers
string
required

Enum Sets whether to represent ID prefixes in response data. Set to false when exchanging PAPI data with other APIs.

Responses

Language
Authentication
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/problem+json