边界路由器

 

DeleteBorderStatics

更新时间 2020-12-01

删除静态路由。

Request Parameters

Parameter name Type Description Required
border String 边界路由器 ID Yes
border_statics List 需要删除的静态路由规则 ID Yes

公共参数

Response Elements

Name Type Description
action String 响应动作
border_statics List 删除静态路由的 ID
ret_code Integer 执行成功与否,0 表示成功,其他值则为错误代码

Example

Example Request

https://api.shanhe.com/iaas/?action=DeleteBorderStatics
&border=irt-2zevtm67
&border_statics.0=bdrs-22obzsfu
&zone=jn1
&COMMON_PARAMS

Example Response:

{
    "action":"DeleteBorderStaticsResponse",
    "border_statics":["bdrs-22obzsfu"],
    "ret_code":0
}
这篇文档解决了您的问题吗?
0
0