Previous Topic: REST-based Authentication

Next Topic: Create a Tag

Get Tags

To retrieve a list of all tags, use the GET command to get all tags.

Send the HTTP GET request to the following URL:

https://hostname:18443/iam/api/1.0/restapi/environment/ac/tags

To retrieve a specific tag, use the GET command as follows and specify the tag name.

Send the HTTP GET request to the following URL:

https://hostname:18443/iam/api/1.0/restapi/environment/ac/tags/<tag_name>