AccountQuota1dot1
AccountQuota1dot1
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id required | Unique identifier for the account Example : 2b7ed60576ce404bbc734266ff1839a5 | string | |
| account_name required | Name of the account Example : Example Account Inc. | string | |
| adjustable required | Flag indicating if additional quota is being requested Example : True | boolean | |
| applied_value optional | Modified quota value after changes Example : 200 | any of [integer, null] | |
| approval required | Approval Example : False | boolean | |
| class_value required | Value associated with the request class Example : Global | string | |
| created_at required | Created At Example : 2024-05-17T00:23:17Z | string (date-time) | |
| description required | Detailed description of the quota item Example : Maximum disk size for virtual servers in the account | string | |
| free_rate required | Free Rate Example : 10 | integer | |
| id required | Account Quota ID Example : 0fdd87aab8cb46f59b7c1f81ed03fb3e | string | |
| initial_value required | Initial quota value allocated Example : 100 | integer | |
| max_per_account required | Max per Account Value Example : 1000Minimum : 1Maximum : 999999999 | integer | |
| modified_at required | Modified At Example : 2024-05-17T00:23:17Z | string (date-time) | |
| quota_item required | Specific quota item within the resource Example : QUOTA.REQUEST.COUNT | string | |
| reduction optional | Reduction Example : False | boolean | |
| request optional | Request Example : False | boolean | |
| request_class required | Request Class Example : Account | string | |
| resource_type required | Type of the resource Example : account-quota | string | |
| service required | Name of the service to which quota applies Example : Virtual Server | string | |
| srn required | Service Resource Name for the quota item Example : srn:s::1651c68f8c664df580b55fa12345678:::quota:account-quota/9b088c6bc57c4a50a4620fb312345678 | string | |
| unit required | Unit in which the quota value is measured Example : GB | string |