Usage¶
Overview¶
This data type is included in the result of the next API request.
DATA TYPE¶
Contents¶
PARAMETER | DESCRIPTION | DATATYPE |
---|---|---|
id | history id of Guest Image usage | UUID |
type | type of Guest Image usage | String |
value | usage value | String |
unit | unit for the usage | String |
name | license type name for the usage | String |
description | description of license type for the usage | String |
has_license_key | if true, there is license key. | Boolean |
resource_id | uuid for the resource. | UUID |
Example¶
{
"usage":{
"id": "9da9116d-cc44-4ad8-aca5-7db398fcb477",
"type": "dedicated-hypervisor.guest-image.sql-server-2014-standard",
"value": "3",
"unit": "vCPU",
"name": "SQL Server 2014 Standard Edition",
"description": "SQL Server 2014 Standard Edition",
"has_license_key": false,
"resource_id": "d-cc44-4ad8-aca5-7db398fcb477aaaaaa"
}
}