You can activate a policy version with a POST operation against the ../policies/{nnn}/activations
endpoint, if you
include the network
and policyVersion
attributes. In this case the policy is identified using the URI pathname.
If you include the network
attribute in the request body, you can also activate a policy version by issuing a POST to the ../policies/{nnn}/versions/{nnn}/activations
endpoint.
In addition, if the property version that references the Cloudlet policy is activated, an activation record is created.
The property activation status is either
active
orinactive
.