Skip to main content

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

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


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


Reply