Create a new Protection Job.

post/backup-recovery/v1beta1/protection-jobs

Assign a Protection Policy to an asset.

Securitybearer
Request
Request Body schema: application/json
required
required
object
effectiveFromDateTime
string <date-time>

Time in UTC at which the Protection Policy assignment will be effective from.

object
protectionPolicyId
required
string <uuid>

UUID string uniquely identifying the Protection Policy.

Responses
202

Accepted

400

Bad request

401

Unauthorized request

403

Forbidden

500

Internal / unexpected error

Request samples
application/json
{
  • "assetInfo": {
    },
  • "effectiveFromDateTime": "2020-03-03T05:03:08.902Z",
  • "overrides": {
    },
  • "protectionPolicyId": "c9cdeb6b-24cb-43c1-828a-e8b1b050f3f4"
}
Response samples
application/json
{ }