Method: projects.locations.autoProtectionPolicies.create

Creates a new AutoProtectionPolicy in a given project and location.

HTTP request


POST https://backupdr.googleapis.com/v1beta/{parent=projects/*/locations/*}/autoProtectionPolicies

The URLs use gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The parent resource where this policy will be created. Format: projects/{project}/locations/{location}

Query parameters

Parameters
autoProtectionPolicyId

string

Required. The ID to use for the policy. This will become the final component of the policy's resource name.

Request body

The request body contains an instance of AutoProtectionPolicy.

Response body

If successful, the response body contains a newly created instance of Operation.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/cloud-platform
  • https://www.googleapis.com/auth/cloud-backupdr

For more information, see the Authentication Overview.