根據(jù)配額名稱查詢當(dāng)前實(shí)例或者站點(diǎn)對(duì)應(yīng)的套餐的配額詳情。
調(diào)試
您可以在OpenAPI Explorer中直接運(yùn)行該接口,免去您計(jì)算簽名的困擾。運(yùn)行成功后,OpenAPI Explorer可以自動(dòng)生成SDK代碼示例。
授權(quán)信息
下表是API對(duì)應(yīng)的授權(quán)信息,可以在RAM權(quán)限策略語(yǔ)句的Action
元素中使用,用來(lái)給RAM用戶或RAM角色授予調(diào)用此API的權(quán)限。具體說(shuō)明如下:
- 操作:是指具體的權(quán)限點(diǎn)。
- 訪問(wèn)級(jí)別:是指每個(gè)操作的訪問(wèn)級(jí)別,取值為寫(xiě)入(Write)、讀取(Read)或列出(List)。
- 資源類(lèi)型:是指操作中支持授權(quán)的資源類(lèi)型。具體說(shuō)明如下:
- 對(duì)于必選的資源類(lèi)型,用背景高亮的方式表示。
- 對(duì)于不支持資源級(jí)授權(quán)的操作,用
全部資源
表示。
- 條件關(guān)鍵字:是指云產(chǎn)品自身定義的條件關(guān)鍵字。
- 關(guān)聯(lián)操作:是指成功執(zhí)行操作所需要的其他權(quán)限。操作者必須同時(shí)具備關(guān)聯(lián)操作的權(quán)限,操作才能成功。
操作 | 訪問(wèn)級(jí)別 | 資源類(lèi)型 | 條件關(guān)鍵字 | 關(guān)聯(lián)操作 |
---|---|---|---|---|
esa:ListInstanceQuotas | list | *全部資源 * |
| 無(wú) |
請(qǐng)求參數(shù)
名稱 | 類(lèi)型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
InstanceId | string | 否 | 套餐實(shí)例 ID,可通過(guò)調(diào)用 ListSites 接口獲取。 | sp-xcdn-96wblslz**** |
SiteId | long | 否 | 站點(diǎn) ID,可通過(guò)調(diào)用 ListSites 接口獲取。 | 2882900**** |
QuotaNames | string | 是 | 套餐配額名稱,多個(gè)用(,)隔開(kāi)。支持:
| preload, free_cert |
返回參數(shù)
示例
正常返回示例
JSON
格式
{
"RequestId": "15C66C7B-671A-4297-9187-2C4477247B78",
"InstanceId": "sp-xcdn-96wblslz****",
"Status": "online",
"Quotas": [
{
"QuotaName": "customHttpCert",
"QuotaValue": "10",
"QuotaValueType": "bool"
}
]
}
錯(cuò)誤碼
HTTP status code | 錯(cuò)誤碼 | 錯(cuò)誤信息 | 描述 |
---|---|---|---|
400 | InvalidParameter | The specified parameter is invalid. | 輸入?yún)?shù)規(guī)范校驗(yàn)失敗。 |
400 | QuotaNotExist | The quota item does not exist or the purchased plan has not taken effect. Confirm and try again. | 套餐配額項(xiàng)不存在或購(gòu)買(mǎi)套餐未生效,請(qǐng)確認(rèn)后重試。 |
400 | InstanceNotExist | The instance does not exist. Check whether the specified instance ID is correct or whether the instance belongs to your account. | 實(shí)例不存在,請(qǐng)檢查提供的實(shí)例ID是否正確或該實(shí)例是否屬于您的賬戶。 |
400 | ErService.HasOpened | You have already activated Edge Routine. | 您已開(kāi)通邊緣函數(shù)服務(wù),無(wú)需重復(fù)開(kāi)通。 |
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. | 指定的站點(diǎn)不存在或當(dāng)前未被系統(tǒng)識(shí)別。請(qǐng)檢查站點(diǎn)標(biāo)識(shí)符是否準(zhǔn)確,并確保它與一個(gè)已定義、當(dāng)前活躍且在系統(tǒng)公認(rèn)的站點(diǎn)網(wǎng)絡(luò)中可訪問(wèn)的站點(diǎn)相匹配。如果該站點(diǎn)是預(yù)定新增的,請(qǐng)確保已完成適當(dāng)?shù)膭?chuàng)建或注冊(cè)流程,以將其整合到系統(tǒng)中。 |
404 | SiteNotFound | The website does not exist or does not belong to you. | 站點(diǎn)不存在,或者不屬于你。 |
404 | UnsupportQuota | Unsupported quota is specified. Check and try again. | 當(dāng)前操作不支持該配額,請(qǐng)檢查傳入的配額是否有效。 |
訪問(wèn)錯(cuò)誤中心查看更多錯(cuò)誤碼。
變更歷史
變更時(shí)間 | 變更內(nèi)容概要 | 操作 |
---|---|---|
2024-10-15 | OpenAPI 錯(cuò)誤碼發(fā)生變更 | 查看變更詳情 |