All Products
Search
Document Center

:GetQuotaApplicationApproval

Last Updated:Apr 22, 2024

Queries the information about quota application approval, such as the average amount of time required for approval, whether approval reminders are supported, and the interval between two consecutive approval reminders.

Operation description

Prerequisites

Make sure that you have created an application for quota increase. For more information, see CreateQuotaApplication .

Debugging

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

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
ApplicationIdstringNo

The quota application ID.

For more information about how to obtain the ID of a quota application, see ListQuotaApplications .

d314d6ae-867d-484c-9009-3d42****

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The request ID.

7ED584FB-ECBF-4A2A-969D-F54D25EFABF9
HttpStatusCodeinteger

The HTTP status code.

200
DynamicCodestring

The dynamic error code.

PARAMETER.ILLEGALL
DynamicMessagestring

The dynamic error message.

Parameter[%s] is required.
ErrorMsgstring

The error message.

You are not authorized to do this action or the API input parameter is invalid.
ErrorCodestring

The error code.

RAM.PERMISSION.DENIED
Successboolean

Indicates whether the request was successful. Valid values:

  • true
  • false
True
Moduleobject

The information about quota application approval.

ApprovalHoursinteger

The average amount of time required to approve quota applications. Unit: hour.

24
SupportReminderboolean

Indicates whether approval reminders are supported for quota applications. Valid values:

  • false
  • true
false
UnsupportReminderReasonstring

The reason why approval reminders are not supported for quota applications.

can only be remind once within the interval
ReminderIntervalHoursinteger

The interval between two consecutive approval reminders. Unit: hour.

24
AllowRetryboolean

Indicates whether retries are allowed. Valid values:

  • false
  • true
false
ErrorArgsarray

The parameters whose values are invalid.

any

The parameter whose value is invalid.

ApplicationId

Examples

Sample success responses

JSONformat

{
  "RequestId": "7ED584FB-ECBF-4A2A-969D-F54D25EFABF9",
  "HttpStatusCode": 200,
  "DynamicCode": "PARAMETER.ILLEGALL",
  "DynamicMessage": "Parameter[%s] is required.",
  "ErrorMsg": "You are not authorized to do this action or the API input parameter is invalid.",
  "ErrorCode": "RAM.PERMISSION.DENIED",
  "Success": true,
  "Module": {
    "ApprovalHours": 24,
    "SupportReminder": false,
    "UnsupportReminderReason": "can only be remind once within the interval",
    "ReminderIntervalHours": 24
  },
  "AllowRetry": false,
  "ErrorArgs": [
    "ApplicationId"
  ]
}

Error codes

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

Change history

Change timeSummary of changesOperation
No change history