All Products
Search
Document Center

OpenSearch:QuotaReviewTask

Last Updated:Apr 01, 2026

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

FieldTypeDescription
idIntegerThe ID of the quota change request.
appGroupIdIntegerThe ID of the application.
appGroupNameStringThe name of the application.
appGroupTypeStringThe type of the application.
oldSpecStringThe original specifications of the application.
oldComputeResourceIntegerThe original compute resource quota.
oldDocSizeIntegerThe original storage capacity quota.
newSpecStringThe requested specifications.
newComputeResourceIntegerThe requested compute resource quota.
newSocSizeIntegerThe requested storage capacity quota.
memoStringThe remarks on the request.
availableBooleanSpecifies whether the application is available.
pendingBooleanSpecifies whether the request is pending.
approvedBooleanSpecifies whether the request is approved.
gmtCreateStringThe time when the request was submitted.
gmtModifiedStringThe time when the request was last updated.

What's next