All Products
Search
Document Center

Network Intelligence Service:CreateNetworkReachableAnalysis

Last Updated:Apr 29, 2024

Creates a task for analyzing network reachability.

Operation description

  • The CreateNetworkReachableAnalysis operation is used to create a task for analyzing the reachability of the network path that is created by calling the CreateNetworkPath operation and record the analysis results.
  • The CreateNetworkReachableAnalysis operation can be called to repeatedly analyze the reachability of a network path.
  • You can create up to 1,000 reachability analysis records within one Alibaba Cloud account.

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 create a task for analyzing network reachability.

cn-shanghai
NetworkPathIdstringYes

The ID of the network path. You can call the CreateNetworkPath operation to obtain the ID of the network path.

np-b2f618ceb2c84057****
Tagobject []No

The tags to add to the resource.

KeystringNo

The key of the tag to add to the resource. The tag key can be up to 128 characters in length and cannot contain http:// or https://. The tag key cannot start with acs: or aliyun.

You can add up to 20 tags in each call.

Team
ValuestringNo

The value of the tag to add to the resource. The tag value can be up to 128 characters in length and cannot contain http:// or https://. The tag value cannot start with acs: or aliyun. The tag value can be an empty string.

You can add up to 20 tag values in each call.

ops

Response parameters

ParameterTypeDescriptionExample
object
NetworkReachableAnalysisIdstring

The ID of the task for analyzing network reachability.

nra-2fede05617494417****
RequestIdstring

The request ID.

A7F0D6EC-E19E-58AC-AC9F-08036763960F

Examples

Sample success responses

JSONformat

{
  "NetworkReachableAnalysisId": "nra-2fede05617494417****",
  "RequestId": "A7F0D6EC-E19E-58AC-AC9F-08036763960F"
}

Error codes

HTTP status codeError codeError messageDescription
400IncorrectStatus.NetworkPathThe last analysis status of %s is %s. Please try again later.The Reachability Analyzer task %s is not completed. Try again after the task is completed.
400QuotaExceeded.ParallelNraLimitThe maximum number of parallel reachability analysis task is exceeded.The number of parallel Reachability Analyzer tasks exceeds the upper limit.
400QuotaExceeded.MaxNraCountThe maximum number of reachability analysis task is exceeded.The number of saved Reachability Analyzer tasks exceeds the upper limit.
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.
400MissingParameter.TagValueYou must specify Tag.N.Value.-
400NumberExceed.TagsThe maximum number of Tags is exceeded.-
400MissingParameter.TagKeyYou must specify Tag.N.Key.-
400Duplicate.TagKeyThe Tag.N.Key contains duplicate keys.-
400InvalidParameter.TagKeyThe Tag.N.Key parameter is invalid.-
400InvalidParameter.TagValueThe Tag.N.Value parameter is invalid.-
404ResourceNotFound.NetworkPathThe specified resource of %s is not found.The specified network path %s does not exist.

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

Change history

Change timeSummary of changesOperation
2023-09-04The Error code has changed. The request parameters of the API has changedsee changesets
Change itemChange content
Error CodesThe Error code has changed.
    delete Error Codes: 400
    delete Error Codes: 404
Input ParametersThe request parameters of the API has changed.
    delete Input Parameters: AuditParam
2023-08-31The Error code has changed. The request parameters of the API has changedsee changesets
Change itemChange content
Error CodesThe Error code has changed.
    delete Error Codes: 400
    delete Error Codes: 404
Input ParametersThe request parameters of the API has changed.
    Added Input Parameters: AuditParam
2023-07-11The Error code has changed. The request parameters of the API has changedsee changesets
Change itemChange content
Error CodesThe Error code has changed.
    Error Codes 400 change
    delete Error Codes: 404
Input ParametersThe request parameters of the API has changed.
    Added Input Parameters: Tag