日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

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 錯誤碼發生變更查看變更詳情