根據站點或者實例ID,查詢對應實例套餐的某些配額以及當前的用量詳情。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
下表是API對應的授權信息,可以在RAM權限策略語句的Action
元素中使用,用來給RAM用戶或RAM角色授予調用此API的權限。具體說明如下:
- 操作:是指具體的權限點。
- 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀取(Read)或列出(List)。
- 資源類型:是指操作中支持授權的資源類型。具體說明如下:
- 對于必選的資源類型,用背景高亮的方式表示。
- 對于不支持資源級授權的操作,用
全部資源
表示。
- 條件關鍵字:是指云產品自身定義的條件關鍵字。
- 關聯操作:是指成功執行操作所需要的其他權限。操作者必須同時具備關聯操作的權限,操作才能成功。
操作 | 訪問級別 | 資源類型 | 條件關鍵字 | 關聯操作 |
---|---|---|---|---|
esa:ListInstanceQuotasWithUsage | list | *全部資源 * |
| 無 |
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
InstanceId | string | 否 | 套餐實例 ID,可通過調用 ListSites 接口獲取。 | sp-xcdn-96wblslz**** |
SiteId | long | 否 | 站點 ID,可通過調用 ListSites 接口獲取。 | 1232223**** |
QuotaNames | string | 是 | 套餐配額名稱,多個用(,)隔開,一次最多可查詢 10 個配額。支持:
| customHttpCert |
返回參數
示例
正常返回示例
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 | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | InvalidParameter | The specified parameter is invalid. | 輸入參數規范校驗失敗。 |
400 | QuotaNotExist | The quota item does not exist or the purchased plan has not taken effect. Confirm and try again. | 套餐配額項不存在或購買套餐未生效,請確認后重試。 |
400 | InstanceNotExist | The instance does not exist. Check whether the specified instance ID is correct or whether the instance belongs to your account. | 實例不存在,請檢查提供的實例ID是否正確或該實例是否屬于您的賬戶。 |
400 | NoPermission | You 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 策略。 |
400 | ErService.HasOpened | You have already activated Edge Routine. | 您已開通邊緣函數服務,無需重復開通。 |
403 | Site.NotExist | The 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. | 指定的站點不存在或當前未被系統識別。請檢查站點標識符是否準確,并確保它與一個已定義、當前活躍且在系統公認的站點網絡中可訪問的站點相匹配。如果該站點是預定新增的,請確保已完成適當的創建或注冊流程,以將其整合到系統中。 |
404 | SiteNotFound | The website does not exist or does not belong to you. | 站點不存在,或者不屬于你。 |
404 | UnsupportQuota | Unsupported quota is specified. Check and try again. | 當前操作不支持該配額,請檢查傳入的配額是否有效。 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
變更時間 | 變更內容概要 | 操作 |
---|---|---|
2024-10-15 | OpenAPI 錯誤碼發生變更 | 查看變更詳情 |
2024-10-10 | OpenAPI 錯誤碼發生變更 | 查看變更詳情 |