Run a Protection Job now.

post/backup-recovery/v1beta1/protection-jobs/{id}/run

Run a Protection Job now.

Securitybearer
Request
path Parameters
id
required
string <uuid>

UUID string uniquely identifying the job.

Example: 9b4c14a6-3cd5-4907-97c4-cf44c5b641e4
Request Body schema: application/json
required
fullBackup
boolean

This option is to take explicit full backup.

includeResources
Array of strings <uuid>

Applicable only for jobs associated with asset group resource. An array of asset group members for which the schedules should be run

scheduleIds
Array of integers <^[1-9]+$>

An array of protection schedule Ids to run now.

Responses
202

Accepted

400

Bad request

401

Unauthorized request

403

Forbidden

500

Internal / unexpected error

Request samples
application/json
{
  • "fullBackup": true,
  • "includeResources": [
    ],
  • "scheduleIds": [
    ]
}
Response samples
application/json
{ }