Solved

Auxiliary Copy Jobs API

  • 22 September 2022
  • 2 replies
  • 101 views

Userlevel 1
Badge +6

Hi,

 

We are looking for a way to fetch from the Commserv - Jobs Copied By AuxCopy Job.

Currently we use this API call - qoperation execscript -sn QS_JobsCopiedByAuxCopyJob,

but the response we are getting includes details that are not aligned with what we see on the Console GUI. Jobs that are marked as ‘Copied’ on GUI doesn't show on the API response.

 

Is there any other way to fetch that data and the get the latest status ?

 

 

Thanks

icon

Best answer by Mike Struening RETIRED 22 September 2022, 16:59

View original

2 replies

Userlevel 5
Badge +13

Hello @TNO 

Can you provide the Syntax you are running the command with? From documentation there are switches for time-frames, policy\copy etc.. It is possible your syntax isn’t inclusive enough to show the jobs you are referring to.

https://documentation.commvault.com/11.26/expert/JobsCopiedByAuxCopyJob.html

 

Thank you,

Collin

Userlevel 7
Badge +23

@TNO , have you tried looking at the REST API library?

https://api.commvault.com/#32817dcd-1d66-4857-8ff0-6b4a5b8e8fd5

There’s several GET Jobs variants that might provide what you need.

Tagging in @christopherlecky aka @chrisknows who is a superstar in this area.

Reply