The various activation operations allow you to activate a policy version on the selected network, or retrieve current or historical activation information for a Cloudlet policy. For a given policy and network, the return is the most recently activated and effective policy version.
The activation and deactivation processes are asynchronous. To use these operations, you need the version of the policy you want to activate or view.
Follow these steps to check the activation status:
-
Activate a policy version to retrieve an identifier (
id
) of the activation. -
Use the
id
to run the Get status for an activation to check the status value. A status value ofSUCCESS
indicates it's been activated.
The API responds with these activation status values:
IN_PROGRESS
. The policy version's activation is currently in progress.SUCCESS
. The policy version activation has succeeded.FAILED
. The policy version activation workflow has failed.