Hi Team,
I am working on a report that we need for my own team. Our goal is, we taking laptop backups and here the "Privacy" option is the most important point in data privacy. I could not see a single screen where we can see/report the Privacy option of Notebooks in Commvault CommCell Console, CommandCenter or reports. For this reason, I started working with Rest API. I see two options with the two APIs below and accordingly my questions are as follows.
1. I entered the same ClientID and DeviceID, so I assume that these two are actually the same. In this case, which API would be correct for me to use?
2. No matter which API I use, it wants me to enter a DeviceID or ClientID. Is there an API where I can list all the Privacy options of Laptops without this dependency?
API - ServerUrl/Device/DeviceID---> "isLocked": true,
API - ServerUrl/Client/ClientID------>"enableDataSecurity": true,
Or any suggestion how I can handle this would be great.
Thanks for advance.