All Products
Search
Document Center

Network Intelligence Service:DeleteNetworkReachableAnalysis

Last Updated:May 08, 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

There is currently no authorization information disclosed in the API.

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 changedsee changesets
Change itemChange content
Error CodesThe Error code has changed.
    delete Error Codes: 400
Output ParametersThe response structure of the API has changed.