-
- Service Provider
- Posts: 12
- Liked: never
- Joined: Mar 13, 2019 8:33 pm
- Full Name: Steven Pine
- Contact:
List Job Type, ie Backup, Backup Copy, Replica
Is there a easy way (or any way) in the api to see whether a job is a Backup, Backup Copy, or Replica?
Also is here a way to download the API documentation as a text file or some other format so I can search it locally?
Also is here a way to download the API documentation as a text file or some other format so I can search it locally?
-
- Veteran
- Posts: 1943
- Liked: 247 times
- Joined: Dec 01, 2016 3:49 pm
- Full Name: Dmitry Grinev
- Location: St.Petersburg
- Contact:
Re: List Job Type, ie Backup, Backup Copy, Replica
HI Steven,
In the resource menu at veeam.com you can visit Powershell reference guide, but it's available only in html format.
I think this one is what you're looking for - Get-VBRJob.
Take a look on the Sessions cmdlets, it might be helpful too.
Thanks!
In the resource menu at veeam.com you can visit Powershell reference guide, but it's available only in html format.
I think this one is what you're looking for - Get-VBRJob.
Take a look on the Sessions cmdlets, it might be helpful too.
Thanks!
-
- Veeam Software
- Posts: 149
- Liked: 47 times
- Joined: May 25, 2016 3:29 am
- Full Name: Ben Young
- Contact:
Re: List Job Type, ie Backup, Backup Copy, Replica
I assume you are wanting to use a RESTful interface not powershell Steven given you have posted it here?
You can list the jobs on /jobs - https://helpcenter.veeam.com/docs/backu ... l?ver=95u4
And you can make any additional queries to the /jobs/{Id} - https://helpcenter.veeam.com/docs/backu ... l?ver=95u4 and bring it together that way using the JobType member from memory with values of Backup and Replica
I dont have my environment available too confirm any of that
Another thing you may be able to do use the querySvc (https://helpcenter.veeam.com/docs/backu ... l?ver=95u4) and query by job type also
You can list the jobs on /jobs - https://helpcenter.veeam.com/docs/backu ... l?ver=95u4
And you can make any additional queries to the /jobs/{Id} - https://helpcenter.veeam.com/docs/backu ... l?ver=95u4 and bring it together that way using the JobType member from memory with values of Backup and Replica
I dont have my environment available too confirm any of that
Another thing you may be able to do use the querySvc (https://helpcenter.veeam.com/docs/backu ... l?ver=95u4) and query by job type also
-
- Veteran
- Posts: 1943
- Liked: 247 times
- Joined: Dec 01, 2016 3:49 pm
- Full Name: Dmitry Grinev
- Location: St.Petersburg
- Contact:
Re: List Job Type, ie Backup, Backup Copy, Replica
Apologize, you're right, I was focused on the Powershell by mistake.
-
- Service Provider
- Posts: 12
- Liked: never
- Joined: Mar 13, 2019 8:33 pm
- Full Name: Steven Pine
- Contact:
Re: List Job Type, ie Backup, Backup Copy, Replica
Thank you! I found it under '/jobs/{id}?format=Entity' <Jobtype> text entry.benyoung wrote: ↑Mar 14, 2019 10:33 am I assume you are wanting to use a RESTful interface not powershell Steven given you have posted it here?
You can list the jobs on /jobs - https://helpcenter.veeam.com/docs/backu ... l?ver=95u4
And you can make any additional queries to the /jobs/{Id} - https://helpcenter.veeam.com/docs/backu ... l?ver=95u4 and bring it together that way using the JobType member from memory with values of Backup and Replica
I dont have my environment available too confirm any of that
Another thing you may be able to do use the querySvc (https://helpcenter.veeam.com/docs/backu ... l?ver=95u4) and query by job type also
-
- Veeam Software
- Posts: 149
- Liked: 47 times
- Joined: May 25, 2016 3:29 am
- Full Name: Ben Young
- Contact:
Who is online
Users browsing this forum: No registered users and 2 guests