取得彈性計畫詳情。
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
請求文法
DELETE /v4/openapi/app-groups/{appGroupIdentity}/elastic-plans/{planId} HTTP/1.1
路徑參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
| appGroupIdentity |
string |
否 |
應用程式名稱。 |
app_group_name |
| planId |
integer |
否 |
彈性計畫 ID。 |
11 |
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
當前API無需請求參數
返回參數
|
名稱 |
類型 |
描述 |
樣本值 |
|
object |
Schema of Response |
||
| requestId |
string |
Id of the request |
0A6EB64B-B4C8-CF02-810F-E660812972FF |
| httpCode |
integer |
HTTP 狀態碼。 |
200 |
| code |
string |
異常狀態碼。 |
ElasticPlan.NotFound |
| message |
string |
異常資訊。 |
Elastic plan not found |
| result |
object |
傳回結果。 |
- |
樣本
正常返回樣本
JSON格式
{
"requestId": "0A6EB64B-B4C8-CF02-810F-E660812972FF",
"httpCode": 200,
"code": "ElasticPlan.NotFound",
"message": "Elastic plan not found",
"result": {
"test": "test",
"test2": 1
}
}
錯誤碼
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。