our internal Dev team is already working on report to provide more granular details of credentials used at instance level. However, At this moment we can either use below report or execute below API to fetch the details.
API details: GET /CommCell/Credential/{credentialId}?propertyLevel=50
Currently we use 11.32, but we will upgrade in about 2 / 3 months to 11.36, so I will be patient for now :)
@DUO-CSR
You can upgrade the system as per your convenient and use API or report.
I found the API call by hacking into the old Powershell modules…
GET /sql/instances?instanceName=<instancename>&propertyLevel=11
propertyLevel 11 is needed to show the authentication for the instance.
I can’t find detailed info about this call in the API documentation, only for collecting all instances; List all SQL instances | Commvault
From the Powershell module I see that more available parameters: sql/instances?propertyLevel={propertyLevel}&paging={paging}&start={startPage}&max={pageSize}&sla={onlySLA}&sortBy={sortBy}&sortDir={sortDir}&search_term={searchTerm}&instanceName={instanceName}&clientName={clientName}
So I assume that the Commvault API documentation needs a few updates ;)