呼叫 DeleteNetworkReachableAnalysis 介面,刪除網路可達性分析任務。
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
|
操作 |
存取層級 |
資源類型 |
條件關鍵字 |
關聯操作 |
|
nis:DeleteNetworkReachableAnalysis |
delete |
*NetworkReachableAnalysis
|
無 | 無 |
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
| RegionId |
string |
否 |
網路可達性分析任務的地域 ID。 |
cn-shanghai |
| NetworkReachableAnalysisIds |
array |
是 |
網路可達性分析任務 ID 集合。 |
|
|
string |
否 |
網路可達性分析任務 ID。您可以透過呼叫 CreateNetworkReachableAnalysis 介面取得網路可達性分析任務 ID。 |
[\"nra-be3cff6bed3049f5****\"] |
返回參數
|
名稱 |
類型 |
描述 |
樣本值 |
|
object |
|||
| RequestId |
string |
請求 ID。 |
4838F3F2-30E1-5D82-B25A-B9FE33BC3E25 |
| Data |
boolean |
刪除結果。true 表示刪除成功。 |
true |
樣本
正常返回樣本
JSON格式
{
"RequestId": "4838F3F2-30E1-5D82-B25A-B9FE33BC3E25",
"Data": true
}
錯誤碼
|
HTTP status code |
錯誤碼 |
錯誤資訊 |
描述 |
|---|---|---|---|
| 400 | IllegalParam.DiskCategory | The specified disk category (%s) is invalid. | 指定的磁碟類型 (%s) 不合法。 |
| 400 | SizeExceeds.Zones | The length of the specified available zones exceeds the limit. | 指定的可用區清單長度超過限制。 |
| 400 | SizeExceeds.DiskCategories | The length of the specified disk categories exceeds the limit. | 指定的磁碟類型清單長度超過限制。 |
| 400 | OperationDenied.ZonesConflict | The specified available zones do not belong to the same region. | 指定的可用區不屬於同一個地域。 |
| 400 | IllegalParam.ZoneId | The specified available zone (%s) is invalid. | 指定的可用區 (%s) 不合法。 |
| 400 | IllegalParam.StepMinutes | The specified sampling interval (%s) is invalid. | 指定的 StepMinutes 參數值不合法,僅支援 %s 分鐘的資料精度。 |
| 400 | IllegalParam.BeginTime | The specified begin time (%s) is invalid. | 指定的 BeginTime(%s) 不合法。 |
| 400 | IllegalParam.EndTime | The specified end time (%s) is invalid. | 指定的 EndTime(%s)不合法。 |
| 400 | Mismatch.BeginTimeAndEndTime | The specified begin time must be earlier than the end time. | 指定的開始時間在結束時間之後。 |
| 400 | IllegalParam.NetworkReachableAnalysisId | The parameter (%s) cannot be empty. | 該參數(%s)不能為空。 |
| 403 | Forbidden.NetworkReachableAnalysisId | The user does not have permission on the instance parameter (%s). | 該使用者沒有該資源 (%s) 權限。 |
| 404 | ResourceNotFound.NetworkReachableAnalysisId | The instance resource (%s) does not exist. | 該資源 (%s) 不存在。 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。