ModifyRouteTableAttributes
修改一个路由表的配置
Request Parameters
Parameter Name | Type | Description | Required |
---|---|---|---|
action | String | 请求动作,可选值:ModifyRouteTableAttributes | Yes |
routing_table | String | 路由表的ID | Yes |
routing_table_name | String | 路由表的名称 | No |
Response Elements
Name | Type | Description |
---|---|---|
action | String | 响应动作 |
routing_table | String | 修改的路由表的ID |
ret_code | Integer | 执行成功与否,0 表示成功,其他值则为错误代码 |
Example
Example Request
https://api.shanhe.com/iaas/?action=ModifyRouteTableAtrributes
&routing_table=rt-w7xy0bq0
&routing_table.name=Test1
&COMMON_PARAMS
Example Response
{
"action": "ModifyRouteTableAttributesResponse",
"routing_table": "rt-w7xy0bq0",
"ret_code": 0
}