Get a Protection Job identified by {id}.

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

Get detailed information of a Protection Job qualified by id.

Securitybearer
Request
path Parameters
id
required
string <uuid>

UUID string uniquely identifying the job.

Example: 9b4c14a6-3cd5-4907-97c4-cf44c5b641e4
Responses
200

Success

401

Unauthorized

403

Forbidden

404

Resource not found

500

Internal / unexpected error

Request samples
Response samples
application/json
{
  • "applicationType": "VMWARE",
  • "assetInfo": {
    },
  • "associatedAssetsInfo": [
    ],
  • "dataOrchestratorId": "c9cdeb6b-24cb-43c1-828a-e8b1b050f3f4",
  • "effectiveFromDateTime": "2020-03-03T05:03:08.902Z",
  • "generation": 0,
  • "id": "9b4c14a6-3cd5-4907-97c4-cf44c5b641e4",
  • "operational": "ACTIVE",
  • "protectionPolicyInfo": {
    },
  • "protections": [
    ],
  • "resourceUri": "string",
  • "type": "string"
}