Logo
Akamai APIs API Documentation

Property Manager API-Create a Delivery Configuration

Number of APIs: 8


1. Activate the Config

POST https://{{host}}/papi/v1/properties/{{propertyId}}/activations?contractId={{contractId}}&groupId={{groupId}}



2. List Products

GET https://{{host}}/papi/v1/products?contractId={{contractId}}



3. Create CP Code

POST https://{{host}}/papi/v1/cpcodes?contractId={{contractId}}&groupId={{groupId}}



4. List CP Codes

GET https://{{host}}/papi/v1/cpcodes?groupId={{groupId}}&contractId={{contractId}}



5. Create Edge Hostname for AMD

POST https://{{host}}/papi/v1/edgehostnames?contractId={{contractId}}&groupId={{groupId}}



6. Create Delivery Config

POST https://{{host}}/papi/v1/properties?contractId={{contractId}}&groupId={{groupId}}



7. Update the hostnames

PUT https://{{host}}/papi/v1/properties/{{propertyId}}/versions/{{propertyVersion}}/hostnames?validateHostnames=false



8. Update the Config Rules

PUT https://{{host}}/papi/v1/properties/{{propertyId}}/versions/{{propertyVersion}}/rules



ENDPOINTS