All Products
Search
Document Center

Network Intelligence Service:DeleteNetworkReachableAnalysis

Last Updated:Sep 13, 2024

Deletes a task for analyzing network reachability.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
nis:DeleteNetworkReachableAnalysisdelete
  • NetworkReachableAnalysis
    acs:nis:*:{#accountId}:networkreachableanalysis/{#NetworkReachableAnalysisId}
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringNo

The ID of the region for which you want to delete a task for analyzing network reachability.

cn-shanghai
NetworkReachableAnalysisIdsarrayYes

The IDs of the tasks for analyzing network reachability.

stringYes

The ID of the task for analyzing network reachability. You can call the CreateNetworkReachableAnalysis operation to obtain the ID of the task for analyzing network reachability.

[\"nra-be3cff6bed3049f5****\"]

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

4838F3F2-30E1-5D82-B25A-B9FE33BC3E25
Databoolean

Result of operation.

  • true: Delete Success.
  • false: Delete Fail.
true

Examples

Sample success responses

JSONformat

{
  "RequestId": "4838F3F2-30E1-5D82-B25A-B9FE33BC3E25",
  "Data": true
}

Error codes

HTTP status codeError codeError messageDescription
400IllegalParam.DiskCategoryThe specified disk category (%s) is invalid.The specified disk category (%s) is invalid.
400SizeExceeds.ZonesThe length of the specified available zones exceeds the limit.The specified number of zones exceeds the upper limit.
400SizeExceeds.DiskCategoriesThe length of the specified disk categories exceeds the limit.The specified number of disk categories exceeds the upper limit.
400OperationDenied.ZonesConflictThe specified available zones do not belong to the same region.The specified zones do not belong to the same region.
400IllegalParam.ZoneIdThe specified available zone (%s) is invalid.The specified zone (%s) is invalid.
400IllegalParam.StepMinutesThe specified sampling interval (%s) is invalid.The specified sampling interval (%s) is invalid.
400IllegalParam.BeginTimeThe specified begin time (%s) is invalid.The specified start time (%s) is invalid.
400IllegalParam.EndTimeThe specified end time (%s) is invalid.The specified end time (%s) is invalid.
400Mismatch.BeginTimeAndEndTimeThe specified begin time must be earlier than the end time.The specified start time must be earlier than the end time.

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2024-03-21The Error code has changed. The response structure of the API has changedView Change Details