Use this workflow to create a Cloudlet policy:
-
List groups in Cloudlets API v2 to retrieve information about which Cloudlets are associated with the groups you have edit privileges for. You'll need the
groupId
values returned by this request when you create a Cloudlet policy. -
Create a policy to create a Cloudlet policy using the
groupId
you retrieved from the previous step and the code of a chosen Cloudlet:AP
for API PrioritizationAS
for Audience SegmentationER
for Edge RedirectorFR
for Forward RewriteCD
for Phased ReleaseIG
for Request Control
The
policyId
is returned in the response when the Cloudlet policy is created. -
Create a policy version. Include a version description and add match rules .
-
Activate a policy version on the staging or production network. This returns an Activation object with the activation
id
. -
Use the activation
id
to Get status for an activation. -
Use the Property Manager API (PAPI) to set up the behavior for the Cloudlet you're configuring. For more information on the currently supported Cloudlets, see:
-
Using PAPI, activate the property version that includes your Cloudlets behavior changes.
Use this workflow to upgrade a legacy policy to a shared policy:
-
List shared policies to retrieve and determine the
policyId
that you want to upgrade. -
Clone a policy as a shared policy using the
policyId
you retrieved previously. As a result a newpolicyId
is created. -
Activate a policy version on the staging or production network. This returns an Activation object with the activation
id
. -
Use the activation
id
to Get status for an activation. -
Use PAPI to edit the behavior for the chosen Cloudlet.
-
Using PAPI, activate the property version that includes your Cloudlets behavior changes.