Question

REST API to check last successfull Full / Synthetic Full job and its retention

  • 15 May 2024
  • 1 reply
  • 13 views

Userlevel 1
Badge +6

Hello,

We are looking for the REST API to check last successfull Full / Synthetic Full job and its retention of a specific client. Preferably one API call for both ( job date + retention ).

 

Any Ideas ?

 

Thanks


1 reply

Userlevel 6
Badge +14

Hello @TNO 

The following gives retention information: 
https://api.commvault.com/docs/SP34/api/cv/JobOperations/get-job-advanced-details
The following gives status and information about a job: 
https://api.commvault.com/docs/SP34/api/cv/JobOperations/get-job-summary-of-a-job

You might be able to get away with just the advanced details so i would try there but if not two API may be needed. 

 

Kind regards

Albert Williams

Reply