Skip to main content
Question

Command Line TAG creation

  • December 10, 2024
  • 1 reply
  • 32 views

Forum|alt.badge.img

Is it possible to update or create TAGs for any client system? As we are all FORCED to start using the CommandCenter, and Descriptions on VMs are not currently possible, I was hoping to leverage TAGs to help identify key systems, decommissions, Services, etc. However, I do not see ANY docs that reference TAGs from the command line. 

Any ideas?

 

Sonny

1 reply

Damian Andre
Vaulter
Forum|alt.badge.img+27
  • Vaulter
  • December 14, 2024

Commandline is more or less a deprecated medium in favor of Rest API.

You can use rest API, which of course can be triggered from a powershell script or command like tool like CURL.

https://documentation.commvault.com/2024e/essential/entity_tag_rest_apis.html

and

https://api.commvault.com/docs/SP36/api/cv/EntityTags/create-tags/

The above link has the command line CURL command example.