参数 | 类型 | 位置 | 是否必填 | 描述 |
---|---|---|---|---|
Action | string | Query | 是 | CreateQuotaApplication |
Version | string | Query | 是 | 当前API版本,该接口版本为2022-07-01 |
参数 | 类型 | 位置 | 是否必填 | 描述 |
---|---|---|---|---|
ProviderCode | string | Query | 是 | 服务提供方英文简称 |
QuotaCode | string | Query | 是 | 配额英文简称 |
QuotaUnit | string | Query | 是 | 配额用量单位值 |
QuotaType | string | Query | 是 | normal/spec |
DesireValue | float64 | Query | 是 | 申请值 |
Reason | string | Query/Body | 是 | 长度不可超出100 |
Dimensions | array | Query/Body | 是 |
|
-Name | string | Body | 是 | 目前可选值有region_code、zone_id、charge_type |
-Value | string | Body | 是 |
http://open.volcengineapi.com/?Action=CreateQuotaApplication &Version=2022-07-01 &ProviderCode=RocketMQ &QuotaCode=StorageSum &QuotaUnit=GiB&QuotaType=normal &DesireValue=5 &Reason=生产所需 &Dimensions=[{"Name":"region_code","value":"cn-beijing"}]
{ "ResponseMetadata": { "RequestId": "2022080418464401021002504400242955" }, "Result": { "Application": { "ID": 237, "DesireValue": 5, "ProviderCode": "RocketMQ", "QuotaCode": "StorageSum", "QuotaUnit": "GiB", "ApplicationId": "0", "Reason": "生产所需", "ApproveValue": 0, "AuditReason": "", "ApplyTime": "2022-08-04T18:46:44.901+08:00", "EffectiveTime": "2022-08-04T18:46:44.901+08:00", "Status": "ToAgree", "Dimensions": [ { "Name": "region_code", "Value": "cn-beijing" } ], "QuotaType": "normal" } } }