全部產品
Search
文件中心

Quota Center:GetQuotaApplication - 查詢配額提升申請詳情

更新時間:Dec 21, 2025

查詢配額提升申請詳情。

調試

您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。

調試

授權資訊

下表是API對應的授權資訊,可以在RAM權限原則語句的Action元素中使用,用來給RAM使用者或RAM角色授予調用此API的許可權。具體說明如下:

  • 操作:是指具體的許可權點。

  • 存取層級:是指每個操作的存取層級,取值為寫入(Write)、讀取(Read)或列出(List)。

  • 資源類型:是指操作中支援授權的資源類型。具體說明如下:

    • 對於必選的資源類型,用前面加 * 表示。

    • 對於不支援資源級授權的操作,用全部資源表示。

  • 條件關鍵字:是指雲產品自身定義的條件關鍵字。

  • 關聯操作:是指成功執行操作所需要的其他許可權。操作者必須同時具備關聯操作的許可權,操作才能成功。

操作

存取層級

資源類型

條件關鍵字

關聯操作

quotas:GetQuotaApplication

get

*QuotaApplication

acs:quotas:{#regionId}:{#accountId}:quota/{#ProductCode}/{#QuotaActionCode}

請求參數

名稱

類型

必填

描述

樣本值

ApplicationId

string

配額提升申請 ID。

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

返回參數

名稱

類型

描述

樣本值

object

無。

QuotaApplication

object

配額提升申請詳情。

ApplicationId

string

配額提升申請 ID。

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

ApplyTime

string

配額提升申請時間。

2021-01-19T09:25:56Z

ApproveValue

number

配額審批額度。

10

AuditReason

string

配額提升申請審批意見。

Agree

DesireValue

integer

配額提升申請值。

804

Dimension

object

配額維度。

格式:{"regionId":"地區"}

["cn-shanghai","cn-hangzhou"]

EffectiveTime

string

配額生效時間。

2021-01-19 15:30:00

ExpireTime

string

配額到期時間。

2023-06-29 15:30:00

NoticeType

integer

通知類型。取值:

  • 0:無需通知。

  • 1:郵件通知。

  • 2:簡訊通知。

0

ProductCode

string

雲端服務名稱縮寫。

ecs

QuotaActionCode

string

配額 ID。

q_security-groups

QuotaArn

string

配額 ARN。

acs:quotas:cn-hangzhou:120886317861****:quota/ecs/q_security-groups/

QuotaDescription

string

配額描述。

The maximum number of security groups that can be owned by the current account.

QuotaName

string

配額名稱。

Maximum Number of Security Groups

QuotaUnit

string

配額單位。

AMOUNT

Reason

string

配額提升申請原因。

Scale Out

Status

string

配額提升申請的審批狀態。取值:

  • Disagree:拒絕。

  • Agree:審核通過。

  • Process:審核中。

  • Cancel:已關閉。

Agree

QuotaCategory

string

配額種類。取值:

  • CommonQuota:通用配額。

  • FlowControl:API 速率配額。

  • WhiteListLabel:權益配額。

CommonQuota

RequestId

string

請求 ID。

7BBD1D37-094C-4485-8B7D-64682F82BC18

樣本

正常返回樣本

JSON格式

{
  "QuotaApplication": {
    "ApplicationId": "d314d6ae-867d-484c-9009-3d421a80****",
    "ApplyTime": "2021-01-19T09:25:56Z",
    "ApproveValue": 10,
    "AuditReason": "Agree",
    "DesireValue": 804,
    "Dimension": [
      "cn-shanghai",
      "cn-hangzhou"
    ],
    "EffectiveTime": "2021-01-19 15:30:00",
    "ExpireTime": "2023-06-29 15:30:00",
    "NoticeType": 0,
    "ProductCode": "ecs",
    "QuotaActionCode": "q_security-groups",
    "QuotaArn": "acs:quotas:cn-hangzhou:120886317861****:quota/ecs/q_security-groups/",
    "QuotaDescription": "The maximum number of security groups that can be owned by the current account.",
    "QuotaName": "Maximum Number of Security Groups",
    "QuotaUnit": "AMOUNT",
    "Reason": "Scale Out",
    "Status": "Agree",
    "QuotaCategory": "CommonQuota"
  },
  "RequestId": "7BBD1D37-094C-4485-8B7D-64682F82BC18"
}

錯誤碼

HTTP status code

錯誤碼

錯誤資訊

描述

400 QUOTA.APPLICATION.NOT.FOUND Quota application does not exist 配額申請不存在。
400 RAM.PERMISSION.DENIED You are not authorized to do this action or the API input parameter is invalid. 沒有許可權或者參數非法

訪問錯誤中心查看更多錯誤碼。

變更歷史

更多資訊,參考變更詳情