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