路由器

 

PowerOffRouters

更新时间 2020-12-01

关闭一台或多台路由器。

路由器只有在运行 active 状态才能被关闭,如果处于非运行状态,则返回错误信息。

注解

关闭路由器之后,路由器将不再收费。

Request Parameters

Parameter name Type Description Required
routers.n String 路由器ID Yes
zone String 区域 ID,注意要小写 Yes

公共参数

Response Elements

Name Type Description
action String 响应动作
job_id String 执行任务的 Job ID
ret_code Integer 执行成功与否,0 表示成功,其他值则为错误代码

Example

Example Request:

https://api.shanhe.com/iaas/?action=PowerOffRouters
&routers.1=rtr-s5nqo8mr
&zone=jn1a
&COMMON_PARAMS

Example Response:

{
  "action":"PowerOffRoutersResponse",
  "ret_code":0,
  "job_id":"j-32c66ja8",
  "routers":[
    "rtr-s5nqo8mr"
  ]
}
这篇文档解决了您的问题吗?
0
0