Skip to main content
Solved

Qcommand or way to retreive the Instance Size details per VM from the job details for a Snap Backup job

  • June 13, 2024
  • 2 replies
  • 66 views

Forum|alt.badge.img+8

I would like retrieve the instance size information for each VM for a specific job?

 

Is there any qcommand / API that i can use to get this info

Best answer by Albert Williams

Hello @alligator 

Thanks for the great question. The way V2 VSA backup jobs work is that you will have a parent VM job but each individual VM will have its own child job. You should be able to use the following API on the child jobID: 

https://api.commvault.com/docs/SP34/api/cv/JobOperations/get-job-details

 

If you are using the V1 agent then it will be 1 job with all the VM’s inside of it. If that is the case i recommend moving to the V2 agent. 
https://documentation.commvault.com/2023e/expert/migration_of_virtualization_clients_to_indexing_version_2.html

 

Kind regards

Albert Williams

2 replies

Forum|alt.badge.img+14

Hello @alligator 

Thanks for the great question. The way V2 VSA backup jobs work is that you will have a parent VM job but each individual VM will have its own child job. You should be able to use the following API on the child jobID: 

https://api.commvault.com/docs/SP34/api/cv/JobOperations/get-job-details

 

If you are using the V1 agent then it will be 1 job with all the VM’s inside of it. If that is the case i recommend moving to the V2 agent. 
https://documentation.commvault.com/2023e/expert/migration_of_virtualization_clients_to_indexing_version_2.html

 

Kind regards

Albert Williams


Forum|alt.badge.img+8
  • Author
  • Explorer
  • July 10, 2024

Is there an API to get the VM Job ID from vsaParentJobID?

When i try to Get Job Details using the HTTPClient using the VSAParentJobID, its not yielding any results?

https://documentation.commvault.com/v11/essential/rest_api_get_job_details.html#sample-request

 

 

 

 

Without parentjobID how will i be able to query/list the VM job ID