All Products
Search
Document Center

OpenSearch:ListQuotaReviewTasks

Last Updated:Mar 03, 2024

Queries tickets that are submitted to apply for quotas for an OpenSearch application.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
opensearch:DescribeApp
  • AppGroup
    acs:opensearch:{#regionId}:{#accountId}:apps/{#AppGroupId}
    none
none

Request syntax

GET /v4/openapi/app-groups/{appGroupIdentity}/quota-review-tasks

Request parameters

ParameterTypeRequiredDescriptionExample
appGroupIdentitystringYes

my_app_name

"my_app_name"
pageNumberintegerNo

1

1
pageSizeintegerNo

10

10

Response parameters

ParameterTypeDescriptionExample
object
totalCountinteger

The total number of the returned tickets.

500
requestIdstring

The ID of the request.

"3351A21F-705B-508C-9450-DA65A681547F"
resultobject []

The information about the ticket for application quota approval.

For more information, see QuotaReviewTask .

[]
oldDocSizeinteger

The original quota of storage capacity.

900
pendingboolean

Indicates whether the ticket is pending.

false
memostring

The remarks of the ticket.

null
approvedboolean

Indicates whether the ticket is approved.

true
oldSpecstring

The original application specifications.

"opensearch.private.common"
oldComputeResourceinteger

The original quota of computing resources.

500
appGroupTypestring

The type of the application.

"standard"
availableboolean

Indicates whether the model is available.

true
gmtCreatestring

The time when the ticket was created.

"2020-04-08T08:29:45+0000"
newSocSizeinteger

The storage capacity quota that is applied for.

1100
idinteger

The ID of the ticket.

142
appGroupIdinteger

The ID of the application.

120123456
newComputeResourceinteger

The computing resource quota that is applied for.

6000
appGroupNamestring

The name of the application.

"td_test_os"
gmtModifiedstring

The time when the ticket was last updated.

"2020-04-08T08:36:36+0000"
newSpecstring

The application specifications that are applied for.

"opensearch.private.common"

Examples

Sample success responses

JSONformat

{
  "totalCount": 500,
  "requestId": "\"3351A21F-705B-508C-9450-DA65A681547F\"",
  "result": [
    {
      "oldDocSize": 900,
      "pending": false,
      "memo": "null",
      "approved": true,
      "oldSpec": "\"opensearch.private.common\"",
      "oldComputeResource": 500,
      "appGroupType": "\"standard\"",
      "available": true,
      "gmtCreate": "\"2020-04-08T08:29:45+0000\"",
      "newSocSize": 1100,
      "id": 142,
      "appGroupId": 120123456,
      "newComputeResource": 6000,
      "appGroupName": "\"td_test_os\"",
      "gmtModified": "\"2020-04-08T08:36:36+0000\"",
      "newSpec": "\"opensearch.private.common\""
    }
  ]
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history