A ticket submitted to change the quotas of an OpenSearch application, capturing the application's current and requested specifications, resource quotas, and review status.
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 ticket. |
| 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 quota of computing resources. |
| oldDocSize | Integer | The original quota of storage capacity. |
| newSpec | String | The application specifications applied for. |
| newComputeResource | Integer | The computing resource quota applied for. |
| newSocSize | Integer | The storage capacity quota applied for. |
| memo | String | The remarks of the ticket. |
| available | Boolean | Whether the application is available. |
| pending | Boolean | Whether the ticket is pending. |
| approved | Boolean | Whether the ticket is approved. |
| gmtCreate | String | The time when the ticket was created. |
| gmtModified | String | The time when the ticket was last updated. |
What's next
该文章对您有帮助吗?