Skip to main content
Question

how to get all client properties

  • April 17, 2025
  • 2 replies
  • 62 views

Forum|alt.badge.img+11

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"
]

2 replies

Forum|alt.badge.img+15
  • Vaulter
  • April 18, 2025

Hi ​@0ber0n ,

I notice similar query was posted in the past and we recommended to refer below document.


https://documentation.commvault.com/2024e/expert/listing_all_private_clients.html

 


Forum|alt.badge.img+11
  • Author
  • Explorer
  • April 18, 2025

Hi ​@Pradeep ,

 

I honestly forgot I asked this before. I'm actually researching what I can do about it in parallel. If there is an option like I mentioned, I can parse it and make a report for myself, otherwise I'll have to keep waiting for the report and I guess there's no ETA.