クォータ増加申請の詳細を照会します。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
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 |
Alibaba Cloud サービス名の略語。 |
ecs |
| QuotaActionCode |
string |
クォータ ID。 |
q_security-groups |
| QuotaArn |
string |
クォータの Alibaba Cloud リソースネーム (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 |
例
成功レスポンス
JSONJSON
{
"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 ステータスコード |
エラーコード |
エラーメッセージ |
説明 |
|---|---|---|---|
| 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. |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。