Skip to main content
Question

Detect newly registered clients on CommServe

  • May 8, 2026
  • 1 reply
  • 31 views

Forum|alt.badge.img+13

Hi All,

 

I'm looking for a way to detect newly registered clients on CommServe that haven't had policy configuration done.

Perhaps a REST API, qcommand, or a database query? What criteria should I use for detection? Should they not have had a backup for a few days, or should they not have policy assignments, etc.? I want to use this to feed an automation system, so sharing use cases or best practices would be helpful.

Best Regards.

1 reply

Forum|alt.badge.img+1
  • Vaulter
  • May 9, 2026

Hello ​@0ber0n  

 

Please use GET /Client API  to retrieve all clients and their properties, including creation time and clientId. This will help you to detect newly registered clients on CommServe that have not had policy configuration done.

 

https://api.commvault.com/docs/SP40/api/cv/ClientOperations/get-client/


Regards,

Kalaivanan.