uncleAIroh
3 years agoLevel 3
API call catalog/images
can anyone let us know why we API call catalog/images get back image id of client seems from replication, not local master backup, how we get local master server image id of backup client?
A complete curl command for the above filter looks like this:
curl -k -X 'GET' 'https://master/netbackup/catalog/images?filter=clientName%20eq%20%27myclient%27%20and%20backupTime%20ge%202023-04-01T10:00:00.000Z%20and%20backupTime%20le%202023-04-20T00:00:00.000Z' -H 'accept: application/vnd.netbackup+json;version=9.0' -H 'Authorization: <auth string>'
Hi uncleAIroh
I've not used this API so do not know if it will do as you want. Anyway, it seems to have been added in 10.1. You can go here for the available API calls for all NBU versions. The link starts you at 10.1, but other versions can be selected.
https://sort.veritas.com/public/documents/nbu/10.1/windowsandunix/productguides/html/hostproperties/
David