All Products
Search
Document Center

OpenSearch:QuotaReviewTask

Last Updated:Feb 20, 2023

Description

The information about a ticket that is submitted to change the quotas of 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"
}

Structure

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 that are applied for.

newComputeResource

Integer

The computing resource quota that is applied for.

newSocSize

Integer

The storage capacity quota that is applied for.

memo

String

The remarks of the ticket.

available

Boolean

Indicates whether the application is available.

pending

Boolean

Indicates whether the ticket is pending.

approved

Boolean

Indicates whether the ticket is approved.

gmtCreate

String

The time when the ticket was created.

gmtModified

String

The time when the ticket was last updated.

For more information, see Quota and Billing overview.