跳到主要内容

禁用路由器

停止路由器。

請求引數

引數名引數型別是否必填引數說明
ActionString操作方法:StopRouter
RegionString機房標識,取值參見地域列表
IdString路由器 ID

返回引數

名稱型別說明
ActionString執行的操作
TaskIdString請求標識

請求示例

https://api.yunpanel.com/v2/?Action=StopRouter
&Id=r-adaddd
&Region=cn-wuxi1

返回示例

{
"code": 10000,
"message": "",
"data": {
"TaskId": "bb112c20170506133720502",
"Action": "StopRouter"
}
}