Queries the information about a route based on its ID.
Operation description
This API operation is available for all DataWorks editions.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| Id | long | Yes | The route ID. | 1000 |
Response parameters
Examples
Sample success responses
JSONformat
{
"Success": true,
"Route": {
"Id": 1000,
"ResourceGroupId": "Serverless_res_group_524257424564736_6831777003XXXXX",
"ResourceId": "ns-679XXXXX",
"DestinationCidr": "192.168.0.0/16",
"CreateTime": 1727055811000,
"NetworkId": 1000
},
"RequestId": "6A6CBE87-9F91-1323-B680-E7A7065XXXXX"
}Error codes
For a list of error codes, visit the Service error codes.
Change history
| Change time | Summary of changes | Operation |
|---|
No change history
