Operations and Methods
In this article
The following method-implemented operations are supported for the Veeam backup agent jobs in Veeam Availability Console RESTful API:
- Get Veeam backup agent Jobs — retrieve the /backupAgents/{id}/jobs collection representation with the GET method.
- Get a Veeam backup agent Job — retrieve properties of a specific Veeam backup agent job with the GET method.
- Start a Veeam backup agent Job — start an idle job with the POST method.
- Stop a Veeam backup agent Job — stop a running job with the POST method.
- Update a Veeam backup agent Job — update a backup policy of a specific job with the POST method.
- Delete a Veeam backup agent Job — delete a specific job with the DELETE method.