{
"ctUserId": 2065,
"regionID": "TestRegionID",
"account": "hybtest",
"gatewayName": "ExclusiveGatewayTest475"
}
curl --location --request GET '/v4/cda/static-route/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"ctUserId": 2065,
"regionID": "TestRegionID",
"account": "hybtest",
"gatewayName": "ExclusiveGatewayTest475"
}'
{
"description": "成功",
"errorCode": "SUCCESS",
"message": "success",
"returnObj": {
"staticRouteList": [
{
"dstCidr": [
"192.168.0.0/16"
],
"dstCidrV6": null,
"gatewayName": "ExclusiveGatewayTest475",
"ipVersion": "IPV4",
"nextHop": [
{
"priority": "50",
"remoteGatewayIp": "192.170.10.11/16",
"track": "0"
}
],
"nextHopV6": null,
"sRId": "C94B3467A16B80E6A623E6C3",
"srid": "C94B3467A16B80E6A623E6C3"
}
]
},
"statusCode": 800
}