调用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 |
示例
正常返回示例
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. | 指定的采样间隔(%s)不合法。 |
| 400 | IllegalParam.BeginTime | The specified begin time (%s) is invalid. | 指定的开始时间(%s)不合法。 |
| 400 | IllegalParam.EndTime | The specified end time (%s) is invalid. | 指定的结束时间(%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)不存在。 |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。