Logo
Akamai APIs API Documentation

Policies

Number of APIs: 5


1. List policies

GET https://{{host}}/imaging/v2/network/:network/policies

Returns a list of all policies belonging to the specified policy set.



2. Roll back a policy

PUT https://{{host}}/imaging/v2/network/:network/policies/rollback/:policyId

Use this operation to revert the previous version of the policy and deploy it to the network. Use this operation to stop and reverse a policy rollout.



3. Get a policy

GET https://{{host}}/imaging/v2/network/:network/policies/:policyId

Returns a specific policy assigned to the specified policy set.



4. Create or modify a policy

PUT https://{{host}}/imaging/v2/network/:network/policies/:policyId

Run this operation to update an existing policy or create a new policy. Run the List policies operation to get the list of existing policies and their policy IDs. Confirm the policyId doesn't already exist.



5. Remove a policy

DELETE https://{{host}}/imaging/v2/network/:network/policies/:policyId

Delete a specific policy.



ENDPOINTS