Logo
Akamai APIs API Documentation

Active property hostnames

Number of APIs: 2


1. List hostnames for a property

GET https://{{host}}/papi/v1/properties/:propertyId/hostnames

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.



2. Get property hostnames diff

GET https://{{host}}/papi/v1/properties/:propertyId/hostnames/diff

This operation lists active property hostnames whose details differ between the staging and production networks. Optionally paginate the results. You can run 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.



ENDPOINTS