{
"regionID": "TestRegionID",
"ipVersion": "IPV4",
"gatewayName": "ExclusiveGatewayTest475",
"dstCidr": [
"192.168.0.0/16"
],
"nextHop": [
{
"remoteGatewayIp": "192.170.10.11/16",
"priority": "50",
"track": "0"
}
]
}
curl --location --request POST '/v4/cda/static-route/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"regionID": "TestRegionID",
"ipVersion": "IPV4",
"gatewayName": "ExclusiveGatewayTest475",
"dstCidr": [
"192.168.0.0/16"
],
"nextHop": [
{
"remoteGatewayIp": "192.170.10.11/16",
"priority": "50",
"track": "0"
}
]
}'
{
"description": "成功",
"errorCode": "SUCCESS",
"message": "success",
"returnObj": {
"data": null,
"errorCode": null,
"errorMsg": null,
"result": "1"
},
"statusCode": 800
}