- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
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 |
Required. The parent resource where this policy will be created. Format: projects/{project}/locations/{location} |
Query parameters
| Parameters | |
|---|---|
autoProtectionPolicyId |
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-platformhttps://www.googleapis.com/auth/cloud-backupdr
For more information, see the Authentication Overview.