路由器

 

PowerOnRouters

更新时间 2020-12-01

启动一台或多台路由器。

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

注解

启动路由器之后,路由器将开始收费。

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=PowerOnRouters
&routers.1=rtr-s5nqo8mr
&zone=jn1a
&COMMON_PARAMS

Example Response:

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