ZStack Cloud Platform
Single Server, Free Trial for One Year
Bills of different resources under different projects, departments, and accounts are calculated and displayed in real time based on the unit price and time of usage defined in a pricing list. The time is accurate to seconds.
Pricing list, also known as price table, defines the unit price of different resources based on the resource specification and time of usage. After you attach a pricing list to a project or an account, the corresponding bills of resources will be generated accordingly.
Name | Description | Optional | Valid Value | Starting Version |
---|---|---|---|---|
uuid | The UUID. For more information, see Resource Property. | 0.6 | ||
resourceName | The resource name. |
| 0.6 | |
resourceUnit | The billing resource unit. | Yes | 0.6 | |
timeUnit | The billing time unit. | 0.6 | ||
price | The unit price. | 0.6 | ||
dateInLong | The long-integer time. | Yes | 0.6 | |
tableuuid | The price table UUID. | 3.7.2 | ||
pciDeviceOfferings | The PCI device list. | 2.4 | ||
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 |
{ "inventories": [], "success": true }
Name | Description | Optional | Valid Value | Starting Version |
---|---|---|---|---|
uuid | The UUID. For more information, see Resource Property. | 3.7.1 | ||
name | The name. For more information, see Resource Property. | 3.7.1 | ||
description | The description. For more information, see Resource Property. | Yes | 3.7.1 | |
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.7.1 | |
createDate | The creation date. For more information, see Resource Property. | 3.7.1 | ||
lastOpDate | The last operation date. For more information, see Resource Property. | 3.7.1 | ||
userTags | The user tags. For more information, see CreateUserTag. | Yes | 3.7.1 | |
systemTags | The system tags. For more information, see CreateSystemTag. | Yes | 3.7.1 |
{ "inventories": [ { "uuid": "3e78d076698438a6a68aa2eabdde8adf", "name": "price table", "createDate": "Nov 14, 2017 10:20:57 PM", "lastOpDate": "Nov 14, 2017 10:20:57 PM" } ] }
Name | Description | Optional | Valid Value | Starting Version |
---|---|---|---|---|
accountUuid | The account UUID. | 3.7.1 | ||
tableUuid | The price table UUID. | 3.7.1 | ||
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.7.1 | |
createDate | The creation date. For more information, see Resource Property. | 3.7.1 | ||
lastOpDate | The last operation date. For more information, see Resource Property. | 3.7.1 | ||
userTags | The user tags. For more information, see CreateUserTag. | Yes | 3.7.1 | |
systemTags | The system tags. For more information, see CreateSystemTag. | Yes | 3.7.1 |
{ "inventories": [ { "accountUuid": "3dd9565ef61137c2a8615c26da6ddd4c", "tableUuid": "b0c83f78e0323aea8969e5b879ffbe5f", "createDate": "Nov 14, 2017 10:20:57 PM", "lastOpDate": "Nov 14, 2017 10:20:57 PM" } ] }