Both, neither have examples of the query. If you search either guide for q=, it only has one example. I'm looking for a way to query the system for all backup jobs that happen between 2 timestamps.
Top of the head, you would need to get /backup and filter it from there. You have two models, one for when it was created and one for when it completed. I believe there was a query with clients in one of those... not sure if you can pull it out the same with /backup based on these two models (or one of them actually), but give it a try.
ble1
4 Operator
•
14.4K Posts
0
May 29th, 2017 06:00
Which doc did you check? There are EMC NetWorker REST API Reference Guide and EMC NetWorker REST API Getting Started Guide.
DPrince87
3 Posts
0
May 29th, 2017 13:00
Both, neither have examples of the query. If you search either guide for q=, it only has one example. I'm looking for a way to query the system for all backup jobs that happen between 2 timestamps.
ble1
4 Operator
•
14.4K Posts
0
June 20th, 2017 08:00
Top of the head, you would need to get /backup and filter it from there. You have two models, one for when it was created and one for when it completed. I believe there was a query with clients in one of those... not sure if you can pull it out the same with /backup based on these two models (or one of them actually), but give it a try.