查詢配額提升申請列表。
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
|
操作 |
存取層級 |
資源類型 |
條件關鍵字 |
關聯操作 |
|
quotas:ListQuotaApplications |
get |
*全部資源
|
無 | 無 |
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
| NextToken |
string |
否 |
用來標記開始查詢資料的位置。置空表示從頭開始。 |
1 |
| MaxResults |
integer |
否 |
本次查詢的最大記錄條數。 取值範圍:1~200。預設值:30。 |
1 |
| ProductCode |
string |
否 |
雲產品的縮寫名稱。 |
csk |
| QuotaActionCode |
string |
否 |
配額 ID。 |
q_i5uzm3 |
| Status |
string |
否 |
配額提升申請的審批狀態。取值:
|
Agree |
| KeyWord |
string |
否 |
配額提升申請的搜尋索引鍵。 |
Cluster |
| Dimensions |
array<object> |
否 |
配額維度。 配額項的屬性,維度(Dimensions)+配額 ID(QuotaActionCode)確定唯一的配額項。 說明
部分雲產品維度必填。您可以從 ListProductQuotaDimensions 查詢雲產品支援的配額維度,返回參數 |
|
|
object |
否 |
配額維度。 |
||
| Key |
string |
否 |
配額維度 Key。 說明
|
regionId |
| Value |
string |
否 |
配額維度 Value。 說明
|
cn-hangzhou |
| QuotaCategory |
string |
否 |
配額種類。取值:
|
CommonQuota |
返回參數
|
名稱 |
類型 |
描述 |
樣本值 |
|
object |
返回結果。 |
||
| MaxResults |
integer |
本次查詢返回的最大記錄條數。 |
1 |
| NextToken |
string |
用來標記返回查詢資料的位置。空表示資料已經查詢完畢。 |
1 |
| QuotaApplications |
array<object> |
配額提升申請的詳情。 |
|
|
object |
配額提升申請的詳情。 |
||
| ApplicationId |
string |
配額提升申請的 ID。 |
b926571d-cc09-4711-b547-58a615f0**** |
| ApplyTime |
string |
配額提升申請的時間。 |
2021-01-15T09:13:53Z |
| ApproveValue |
number |
配額提升申請審批通過的配額值。 |
101 |
| AuditReason |
string |
配額提升申請的審批意見。 |
Agree |
| Comment |
string |
配額提升申請的備忘。 |
test |
| DesireValue |
number |
配額提升申請的配額值。 |
101 |
| Dimension |
object |
配額提升申請的配額維度。 |
{"regionId":"cn-hangzhou"} |
| EffectiveTime |
string |
配額提升申請的生效時間。 |
2021-01-15T11:46:25Z |
| ExpireTime |
string |
配額提升申請的到期時間。 |
2021-01-17T11:46:25Z |
| NoticeType |
integer |
配額提升申請結果是否通知。取值:
|
3 |
| Period |
object |
配額計算周期。 |
|
| PeriodUnit |
string |
配額計算周期的單位。取值:
|
second |
| PeriodValue |
integer |
配額計算周期的取值。 |
1 |
| ProductCode |
string |
雲端服務名稱縮寫。 |
csk |
| QuotaActionCode |
string |
配額 ID。 |
q_i5uzm3 |
| QuotaArn |
string |
配額 ARN。 |
acs:quotas:*:120886317861****:quota/csk/q_i5uzm3 |
| QuotaCategory |
string |
配額種類。取值:
|
CommonQuota |
| QuotaDescription |
string |
配額描述。 |
The maximum number of nodes in a cluster. |
| QuotaName |
string |
配額名稱。 |
Maximum Number of Nodes |
| QuotaUnit |
string |
配額單位。 |
Node |
| Reason |
string |
配額提升申請的原因。 |
Business expansion |
| Status |
string |
配額提升申請的審批狀態。取值:
|
Agree |
| RequestId |
string |
請求 ID。 |
730925FB-0BD0-40AC-AF3A-A6C6E9716879 |
| TotalCount |
integer |
配額提升申請總數。 |
1 |
樣本
正常返回樣本
JSON格式
{
"MaxResults": 1,
"NextToken": "1",
"QuotaApplications": [
{
"ApplicationId": "b926571d-cc09-4711-b547-58a615f0****",
"ApplyTime": "2021-01-15T09:13:53Z",
"ApproveValue": 101,
"AuditReason": "Agree",
"Comment": "test",
"DesireValue": 101,
"Dimension": {
"regionId": "cn-hangzhou"
},
"EffectiveTime": "2021-01-15T11:46:25Z",
"ExpireTime": "2021-01-17T11:46:25Z",
"NoticeType": 3,
"Period": {
"PeriodUnit": "second",
"PeriodValue": 1
},
"ProductCode": "csk",
"QuotaActionCode": "q_i5uzm3",
"QuotaArn": "acs:quotas:*:120886317861****:quota/csk/q_i5uzm3",
"QuotaCategory": "CommonQuota",
"QuotaDescription": "The maximum number of nodes in a cluster.",
"QuotaName": "Maximum Number of Nodes",
"QuotaUnit": "Node",
"Reason": "Business expansion",
"Status": "Agree"
}
],
"RequestId": "730925FB-0BD0-40AC-AF3A-A6C6E9716879",
"TotalCount": 1
}
錯誤碼
|
HTTP status code |
錯誤碼 |
錯誤資訊 |
描述 |
|---|---|---|---|
| 400 | InvalidStatus | Invalid Status | 參數Status無效。 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。