查詢配額提升申請詳情。
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
|
操作 |
存取層級 |
資源類型 |
條件關鍵字 |
關聯操作 |
|
quotas:GetQuotaApplication |
get |
*QuotaApplication
|
無 | 無 |
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
| 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 |
配額維度。 格式: |
["cn-shanghai","cn-hangzhou"] |
| EffectiveTime |
string |
配額生效時間。 |
2021-01-19 15:30:00 |
| ExpireTime |
string |
配額到期時間。 |
2023-06-29 15:30:00 |
| NoticeType |
integer |
通知類型。取值:
|
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 |
配額提升申請的審批狀態。取值:
|
Agree |
| QuotaCategory |
string |
配額種類。取值:
|
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. | 沒有許可權或者參數非法 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。