Hi Team,
When I call the API below, I get the following output and according to this output, I think that the "enableDataSecurity":true information below actually shows the "Prevent Administrators from viewing or downloading your data" option in the CommCell Console interface. I checked it comparatively.
However, there is a situation like this. In order to get this information, I need to get the clientId information for each notebook and get it one by one for each client.
Since I backed up a lot of notebooks, it is not possible for me to do this one by one. How can I query all the notebooks in my system and get the "enableDataSecurity":true information?
API BOL: https://documentation.commvault.com/2024e/expert/rest_api_get_client_properties.html
API Call: GET <webservice>/Client/{clientId} HTTP/1.1
Sample of Output:
"clientSecurity":{
"enableDataSecurity":true,"clientOwners":[
"0ber0n"
]