The data structure of a quota change request submitted for an OpenSearch application.
Example
{
"id": 142,
"appGroupId": 120577535,
"appGroupName": "td_trade_order_os",
"appGroupType": "standard",
"oldSpec": "opensearch.private.common",
"oldComputeResource": 500,
"oldDocSize": 900,
"newSpec": "opensearch.private.common",
"newComputeResource": 6000,
"newSocSize": 1100,
"memo": null,
"available": true,
"pending": false,
"approved": true,
"gmtCreate": "2020-04-08T08:29:45+0000",
"gmtModified": "2020-04-08T08:36:36+0000"
}Fields
| Field | Type | Description |
|---|---|---|
| id | Integer | The ID of the quota change request. |
| appGroupId | Integer | The ID of the application. |
| appGroupName | String | The name of the application. |
| appGroupType | String | The type of the application. |
| oldSpec | String | The original specifications of the application. |
| oldComputeResource | Integer | The original compute resource quota. |
| oldDocSize | Integer | The original storage capacity quota. |
| newSpec | String | The requested specifications. |
| newComputeResource | Integer | The requested compute resource quota. |
| newSocSize | Integer | The requested storage capacity quota. |
| memo | String | The remarks on the request. |
| available | Boolean | Specifies whether the application is available. |
| pending | Boolean | Specifies whether the request is pending. |
| approved | Boolean | Specifies whether the request is approved. |
| gmtCreate | String | The time when the request was submitted. |
| gmtModified | String | The time when the request was last updated. |