云主机重启,暂停,启动

本页目录

https://www.cloudam.cn/vps/cvmresource/instance/operation?accountId={ACCOUNT_ID}&ip={IP}&operation={OPERATION}

请求方式:PUT

云主机重启,暂停,启动

URL Parameters

ParameterTypeDescription
IPString弹性公网ip地址
Example: 121.41.107.138
ACCOUNT_IDString你的Cloudam账户ID, Cloudam会随Token一起提前发送给客户
Example: demoaccount
OPERATIONString执行的操作,可选有: 重启 “reboot”, 启动 “start”, 停机 “stop”
Example: reboot

Request(请求)

Headers(HTTP头) 注: 请首先联系Cloudam获取API Token,token相当于密码,请妥善保护。

{
"Authorization": "Bearer ${token}",
"Content-Type": "application/json"
}

Response(响应) - 200

Headers(响应头)

{
"Content-Type": "application/json"
}

Body(响应体JSON) -- 正确响应

{
"success": true,
"errorCode": "",
"errorMsg": null
}

Response Body Attributes(响应Body属性)

AttributeTypeDescription
successboolean执行成功则返回true,失败则返回false
errorCodeString错误代码,空字符串表示成功,User.NotAllowed 表示请求异常,User.NotEnoughBalance 表示账户余额不足, Cloud.NotEnoughResource 表示公有云资源不足
如:User.NotAllowed:用户传入不正确的参数。
errorMsgString具体的错误信息可能取值如下:The user has no right to do this