Inventory

System Tag Inventory

Name Description Optional Valid Value Starting Version
uuid The UUID. For more information, see Resource Property. 0.6
createDate The creation date. For more information, see Resource Property. 0.6
lastOpDate The last operation date. For more information, see Resource Property. 0.6
resourceUuid The resource UUID. 0.6
resourceType The resource type. 0.6
tag Th tag string. 0.6
type The reserved field. 0.6
groupBy Groups rows into subgroups based on values of columns or expressions. This field is equivalent to the Group By clause in MySQL, such as groupBy=type. Yes 1.9
systemTags The system tags. For more information, see CreateSystemTag. Yes 0.6
userTags The user tags. For more information, see CreateUserTag. Yes 0.6

Tag Inventory

Name Description Optional Valid Value Starting Version
uuid The UUID. For more information, see Resource Property. 3.2.0
createDate The creation date. For more information, see Resource Property. 3.2.0
lastOpDate The last operation date. For more information, see Resource Property. 3.2.0
value 3.2.0
description The detailed description of the resource. 3.2.0
color 3.2.0
type The reserved field. 3.2.0
groupBy Groups rows into subgroups based on values of columns or expressions. This field is equivalent to the Group By clause in MySQL, such as groupBy=type. Yes 3.2.0
systemTags The system tags. For more information, see CreateSystemTag. Yes 3.2.0
userTags The user tags. For more information, see CreateUserTag. Yes 3.2.0
Sample
{
  "inventories": [
    {
      "uuid": "f7ac675964d0386b89d8df713f68aee0",
      "name": "SSD",
      "value": "SSD",
      "description": "SSD volume",
      "color": "#FFFFFF",
      "type": "simple",
      "createDate": "Nov 14, 2017 10:20:57 PM",
      "lastOpDate": "Nov 14, 2017 10:20:57 PM"
    }
  ]
}

User Tag Inventory

Name Description Optional Valid Value Starting Version
uuid The UUID. For more information, see Resource Structure. 0.6
createDate The creation date. For more information, see Resource Structure. 0.6
lastOpDate The last operation date. For more information, see Resource Structure. 0.6
resourceUuid The resource UUID. If specified, the system will not allocate randomly a UUID to the resource. 0.6
resourceType The resource type, which must be specified when you create a tag. 0.6
tag The tag string. 0.6
type The reserved field for internal use. 0.6
groupBy Groups rows into subgroups based on values of columns or expressions. This field is equivalent to the Group By clause in MySQL, such as groupBy=type. Yes 0.6
systemTags The system tags. For more information, see CreateSystemTag. Yes 0.6
userTags The user tags. For more information, see CreateUserTag. Yes 0.6
Sample
{
  "inventories": [
    {
      "uuid": "ae4f2dd05a513e1e8d350d448c2071a9",
      "resourceType": "DiskOfferingVO",
      "tag": "for-large-DB",
      "type": "User",
      "createDate": "Nov 14, 2017 10:20:57 PM",
      "lastOpDate": "Nov 14, 2017 10:20:57 PM"
    }
  ]
}