Get a Protection Policy identified by {id}.

get/backup-recovery/v1beta1/protection-policies/{id}

Get detailed information of a Protection Policy qualified by id.

Securitybearer
Request
path Parameters
id
required
string <uuid>

UUID string uniquely identifying the Protection Policy.

Example: c9cdeb6b-24cb-43c1-828a-e8b1b050f3f4
Responses
200

Success

401

Unauthorized

403

Forbidden

404

Resource not found

500

Internal / unexpected error

Request samples
Response samples
application/json
{
  • "applicationType": "VMWARE",
  • "assigned": true,
  • "consoleUri": "string",
  • "createdAt": "2019-07-21T17:32:28Z",
  • "createdBy": {
    },
  • "description": "Protection Policy protecting Finance department's Virtual Machines or datastores.",
  • "generation": 0,
  • "id": "c9cdeb6b-24cb-43c1-828a-e8b1b050f3f4",
  • "name": "Gold-Protection-Policy",
  • "protectionJobsInfo": [
    ],
  • "protections": [
    ],
  • "resourceUri": "string",
  • "type": "string",
  • "updatedAt": "2019-07-21T17:32:28Z"
}