I am working on VBR v11 RESTful API to get all the jobs, followed this https://helpcenter.veeam.com/docs/backu ... l#tag/Jobs , but not getting all jobs data. I have VMware VMs and Physical Machine Backup Jobs, its showing only vmware vm's backup jobs, not physical machine jobs.
And I also tried getting jobId is of all jobs, followed this https://helpcenter.veeam.com/docs/backu ... AllBackups, and got the physical machine jobId and tried in /api/v1/backups/{id}, but it returns a responce,
Code: Select all
{
"errorCode": "UnknownError",
"message": "Specify job that is of VMware vSphere type.",
"resourceId": null
}