Tag class
The Tag class represents metadata that can be assigned to a cloud object.
Tag class APIs
The following tables list the basic APIs, operation APIs, and relationship APIs for the Tag class.
Basic APIs
| Name | HTTP | URI | Description | 
|---|---|---|---|
| create | POST | Creates a Tag object. | |
| delete | DELETE | Deletes a Tag object. | |
| get | GET | Retrieves a Tag object. | |
| update | POST | Updates a Tag object. | |
| search | POST | Searches for Tag objects. | 
Operation APIs
The Tag class has no operation APIs.
Relationship APIs
| Name | HTTP | URI | Description | 
|---|---|---|---|
| relation | GET | Retrieves the tagGroup relationship. | |
| relation | GET | Retrieves the provider relationship. | |
| relation | GET | Retrieves the tags relationship. | 
Tag class relationships and attributes
The following tables list the relationships and attributes of the Tag class.
Relationships
| Name | Type | Multi- | Description | 
|---|---|---|---|
| tagGroup | 1 | Group the tag is associated with | |
| cloudClass | 1 | Fully-qualified name of the class to which the object belongs | |
| provider | 1 | Provider that created the object | |
| tags | 0..* | Tags associated with the object | 
Attributes
| Name | Type | Multi- | Description | 
|---|---|---|---|
| label | String | 1 | Tag label | 
| description | String | 0..1 | Text that describes the object | 
| guid | String | 1 | Globally unique identifier for the object | 
| labels | String | 0..* | 
 | 
| modifiedDate | 0..1 | Date the Cloudobject was modified | |
| name | String | 1 | Human-readable name of the object | 
