Logo
Akamai APIs API Documentation

Policy sets

Number of APIs: 5


1. List policy sets

GET https://{{host}}/imaging/v2/policysets

Returns a list of all policy sets for a contract in production.



2. Get a policy set

GET https://{{host}}/imaging/v2/policysets/:policySetId

View details for a specific policy set in production.



3. Update a policy set

PUT https://{{host}}/imaging/v2/policysets/:policySetId

Update the name or region of an existing policy set on both networks.



4. Delete a policy set

DELETE https://{{host}}/imaging/v2/policysets/:policySetId

Delete a policy set from a contract on both networks.



5. Create a policy set

POST https://{{host}}/imaging/v2/policysets

Create a new policy set for the contract on both networks.



ENDPOINTS