接口功能介绍
修改单条路由表规则
接口约束
无
URI
POST /v4/vpc/route-table/modify-rule
请求参数
请求体body参数
参数 | 参数类型 | 是否必填 | 说明 | 示例 |
---|---|---|---|---|
regionID | String | 是 | 区域id | |
routeRuleID | String | 是 | 路由表 id | xxxx |
description | String | 否 | 路由表规则描述 | modify it |
响应参数
参数 | 参数类型 | 说明 | 示例 |
---|---|---|---|
statusCode | Integer | 返回状态码(800为成功,900为失败) | 800 |
message | String | statusCode为900时的错误信息,英文 | success |
description | String | statusCode为900时的错误信息,中文 | |
errorCode | String | 错误明细 | SUCCESS |
请求示例
POST /v4/vpc/route-table/modify-rule
请求体body
{
"regionID": "81f7728662dd11ec810800155d307d5b",
"routeRuleID": "route-route-xxx",
"description": "modify it"
}
响应示例
{
"statusCode": 800,
"errorCode": "SUCCESS",
"message": "success",
"description": ""
}
状态码
状态码 | 描述 |
---|---|
200 | 表示请求成功。 |
错误码
请参考 错误码说明。