github.com/IBM-Cloud/bluemix-go@v0.0.0-20240423071914-9e96525baef4/examples/globaltagging/globaltaggingv3/get/README.md (about) 1 # Global Tagging Get Tags 2 Method to retrieve tags attached to a resource using the IBM Cloud global search and tagging service. API Docs can be found in staging. https://test.cloud.ibm.com/apidocs/search All tags will be returned for the identified resource in the users account as determined by the API key used and the users IAM permissions. 3 4 parameters: 5 Required: -id - 64 digit CRN for IBM Cloud resource 6 7 Example: 8 ``` 9 go run main.go -id crn:v1:bluemix:public:kms:us-south:a/4ea1882a2d3401ed1e459979941966ea:254284b4-698d-4f10-b3f9-f1fdad7fb132::\" -tags webserver,dbserver 10 ```