QuotaReviewTask

更新时间:
复制 MD 格式

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

FieldTypeDescription
idIntegerThe ID of the ticket.
appGroupIdIntegerThe ID of the application.
appGroupNameStringThe name of the application.
appGroupTypeStringThe type of the application.
oldSpecStringThe original specifications of the application.
oldComputeResourceIntegerThe original quota of computing resources.
oldDocSizeIntegerThe original quota of storage capacity.
newSpecStringThe application specifications applied for.
newComputeResourceIntegerThe computing resource quota applied for.
newSocSizeIntegerThe storage capacity quota applied for.
memoStringThe remarks of the ticket.
availableBooleanWhether the application is available.
pendingBooleanWhether the ticket is pending.
approvedBooleanWhether the ticket is approved.
gmtCreateStringThe time when the ticket was created.
gmtModifiedStringThe time when the ticket was last updated.

What's next