Managing protection plans and policies

Note

To find out more about plans, see the Working with plans chapter of the Acronis Cyber Protection User Guide.

Available protection plan and policy operations

Operation

Methods and endpoints used

Create a protection plan

POST /policy_management/v4/policies

Fetch a list of policies and protection plans

GET /policy_management/v4/policies

Update a policy or protection plan

GET /policy_management/v4/policies
PATCH /policy_management/v4/policies/{policy_id}

Make a protection plan a favorite

GET /policy_management/v4/policies
PATCH /policy_management/v4/policies/{policy_id}

Delete a protection plan

GET /policy_management/v4/policies
DELETE /policy_management/v4/policies/{policy_id}

Delete all protection plans for a tenant

DELETE /policy_management/v4/policies

Fetch a list of policies applicable for a resource

GET /policy_management/v4/policies

Apply a protection plan to resources

GET /resource_management/v4/resources
GET /policy_management/v4/policies
POST /policy_management/v4/applications

Revoke protection plans from resources

GET /resource_management/v4/resources
GET /policy_management/v4/policies
DELETE /policy_management/v4/applications

Start execution of a policy

GET /resource_management/v4/resources
GET /policy_management/v4/policies
PUT /policy_management/v4/applications/run

Fetch policy execution statuses of resources

GET /policy_management/v4/policy_statuses

Track the execution progress of the policy

GET /resource_management/v4/resources
GET /policy_management/v4/policies
GET /policy_management/v4/applications