删除网络分析路径。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
|
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
|
nis:DeleteNetworkPath |
delete |
*NetworkPath
|
无 | 无 |
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| RegionId |
string |
否 |
要删除的网络分析路径的地域 ID。 |
cn-shanghai |
| NetworkPathIds |
array |
是 |
网络分析路径集合。 |
|
|
string |
否 |
您可以通过调用 CreateNetworkPath 接口获取网络分析路径 ID。 |
np-10c31b7aca0e4486**** |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
|||
| RequestId |
string |
请求 ID。 |
C4331873-C534-590F-A905-F66C53B88A47 |
| Data |
boolean |
示例
正常返回示例
JSON格式
{
"RequestId": "C4331873-C534-590F-A905-F66C53B88A47",
"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.NetworkPathId | The parameter (%s) cannot be empty. | 该参数(%s)不能为空. |
| 403 | Forbidden.NetworkPathId | The user does not have permission on the instance parameter (%s). | 该用户没有该实例资源(%s)权限. |
| 404 | ResourceNotFound.NetworkPathId | The instance resource (%s) does not exist. | 该实例资源(%s)不存在。 |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。
该文章对您有帮助吗?