Operations and Methods
The following method-implemented operations are supported for the jobs entity in the Veeam Service Provider Console REST API:
- Get Jobs – retrieve the /jobs collection representation with the GET method.
- Get a Job – retrieve properties of a specific job with the GET method.
- Start a Job – start an idle job with the POST method.
- Stop a Job – stop a running job with the POST method.
- Retry a Job – retry a specific job with the POST method.
- Enable or Disable a Job – enable or disable a specific job with the POST method.