GetQuotaApplication - 查询配额提升申请详情

查询配额提升申请详情。

调试

您可以在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. 没有权限或者参数非法

访问错误中心查看更多错误码。

变更历史

更多信息,参考变更详情