Hello,
I’m using Commvault v11.32.28.
In building some custom Python scripts that utilize the API I’ve found an endpoint that seems to be broken, or else I’m not using it properly.
The endpoint is: /V4/Storage/Tape/{libraryId}/Media
My understanding is that this is supposed to return media associated with a specific tape library.
The “/V4/Storage/Tape” endpoint works, returning details about my library.
But “/V4/Storage/Tape/{libraryId}/Media” gives me a status 200 (success), but no data.
Is anyone else out there successfully gathering media details from the API?