ListInstanceQuotasWithUsage - 查询实例的配额以及用量

根据站点或者实例ID,查询对应实例套餐的某些配额以及当前的用量详情。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息

下表是API对应的授权信息,可以在RAM权限策略语句的Action元素中使用,用来给RAM用户或RAM角色授予调用此API的权限。具体说明如下:

  • 操作:是指具体的权限点。
  • 访问级别:是指每个操作的访问级别,取值为写入(Write)、读取(Read)或列出(List)。
  • 资源类型:是指操作中支持授权的资源类型。具体说明如下:
    • 对于必选的资源类型,用背景高亮的方式表示。
    • 对于不支持资源级授权的操作,用全部资源表示。
  • 条件关键字:是指云产品自身定义的条件关键字。
  • 关联操作:是指成功执行操作所需要的其他权限。操作者必须同时具备关联操作的权限,操作才能成功。
操作访问级别资源类型条件关键字关联操作
esa:ListInstanceQuotasWithUsagelist
  • 全部资源
    *

请求参数

名称类型必填描述示例值
InstanceIdstring

套餐实例 ID,可通过调用 ListSites 接口获取。

sp-xcdn-96wblslz****
SiteIdlong

站点 ID,可通过调用 ListSites 接口获取。

1232223****
QuotaNamesstring

套餐配额名称,多个用(,)隔开,一次最多可查询 10 个配额。支持:

  • customHttpCert:自定义证书个数。
  • transition_rule:转换规则。
  • waiting_room:等候室 waitingroom。
  • https|rule_quota:SSL/TLS 规则数。
  • cache_rules|rule_quota:缓存规则。
  • configuration_rules|rule_quota:配置规则。
  • redirect_rules|rule_quota:重定向规则。
  • compression_rules|rule_quota:压缩规则。
  • origin_rules|rule_quota:回源规则。
customHttpCert

返回参数

名称类型描述示例值
object

Schema of Response

RequestIdstring

请求 ID。

85H66C7B-671A-4297-9187-2C4477247A74
InstanceIdstring

套餐实例 ID。

sp-xcdn-96wblslz****
Statusstring

套餐实例状态。支持:

  • online:正常服务状态。
  • offline:到期但未超期,处于不可用的状态。
  • disable:已释放状态。
online
Quotasarray<object>

套餐实例配额及用量列表。

Itemobject

套餐实例配额及用量详情。

QuotaNamestring

配额名称。

redirect_rules|rule_quota
QuotaValuestring

配额值。

10
Usagestring

配额已使用量。

3
SiteUsagearray<object>

实例绑定的各个站点的用量详情。

Itemobject

单个站点用量详情。

SiteIdlong

站点 ID。

34818329392****
SiteUsagestring

当前站点的用量。

1
SiteNamestring

站点名称。

test.top

示例

正常返回示例

JSON格式

{
  "RequestId": "85H66C7B-671A-4297-9187-2C4477247A74",
  "InstanceId": "sp-xcdn-96wblslz****",
  "Status": "online",
  "Quotas": [
    {
      "QuotaName": "redirect_rules|rule_quota",
      "QuotaValue": "10",
      "Usage": "3",
      "SiteUsage": [
        {
          "SiteId": 0,
          "SiteUsage": "1",
          "SiteName": "test.top"
        }
      ]
    }
  ]
}

错误码

HTTP status code错误码错误信息描述
400InvalidParameterThe specified parameter is invalid.输入参数规范校验失败。
400QuotaNotExistThe quota item does not exist or the purchased plan has not taken effect. Confirm and try again.套餐配额项不存在或购买套餐未生效,请确认后重试。
400InstanceNotExistThe instance does not exist. Check whether the specified instance ID is correct or whether the instance belongs to your account.实例不存在,请检查提供的实例ID是否正确或该实例是否属于您的账户。
400NoPermissionYou do not have permissions to access or operate on the resource.Contact your account administrator to attach the AliyunESAFullAccess policy to the current user.对当前资源无权限访问或者操作。请联系您阿里云账户的管理员,以授予您 AliyunESAFullAccess 策略。
400ErService.HasOpenedYou have already activated Edge Routine.您已开通边缘函数服务,无需重复开通。
403Site.NotExistThe specified website does not exist or is not recognized by the system.Check whether the specified website identifier is valid and matches a website that is active, defined, and recognized by the system.If you want to add a new website, make sure that the creation and registration process is complete to integrate the website to the system.指定的站点不存在或当前未被系统识别。请检查站点标识符是否准确,并确保它与一个已定义、当前活跃且在系统公认的站点网络中可访问的站点相匹配。如果该站点是预定新增的,请确保已完成适当的创建或注册流程,以将其整合到系统中。
404SiteNotFoundThe website does not exist or does not belong to you.站点不存在,或者不属于你。
404UnsupportQuotaUnsupported quota is specified. Check and try again.当前操作不支持该配额,请检查传入的配额是否有效。

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

变更历史

变更时间变更内容概要操作
2024-10-15OpenAPI 错误码发生变更查看变更详情
2024-10-10OpenAPI 错误码发生变更查看变更详情