Forum Discussion

uncleAIroh's avatar
uncleAIroh
Level 3
3 years ago
Solved

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?

  • davidmoline's avatar
    davidmoline
    3 years ago

    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>'

     

32 Replies