Apache CloudStack 4.18.0.0 Root Admin API Reference
quotaTariffUpdate
Update the tariff plan for a resource
Request parameters
| Parameter Name | Description | Required |
| name | Quota tariff's name | true |
| activationrule | Quota tariff's activation rule. It can receive a JS script that results in either a boolean or a numeric value: if it results in a boolean value, the tariff value will be applied according to the result; if it results in a numeric value, the numeric value will be applied; if the result is neither a boolean nor a numeric value, the tariff will not be applied. If the rule is not informed, the tariff value will be applied. Inform empty to remove the activation rule. | false |
| description | Quota tariff's description. Inform empty to remove the description. | false |
| enddate | The end date of the quota tariff. Use yyyy-MM-dd as the date format, e.g. endDate=2009-06-03. | false |
| startdate | DEPRECATED. The effective start date on/after which the quota tariff is effective. Use yyyy-MM-dd as the date format, e.g. startDate=2009-06-03. | false |
| usagetype | DEPRECATED. Integer value for the usage type of the resource | false |
| value | The quota tariff value of the resource as per the default unit. | false |
Response Tags
| Response Name | Description |
| activationRule | activation rule of the quota tariff |
| currency | currency |
| description | description |
| effectiveDate | the start date of the quota tariff |
| endDate | the end date of the quota tariff |
| name | name |
| removed | when the quota tariff was removed |
| tariffValue | tariffValue |
| usageDiscriminator | usageDiscriminator |
| usageName | usageName |
| usageType | usageType |
| usageTypeDescription | usage type description |
| usageUnit | usageUnit |
| uuid | uuid |