构建回滚

Method

GET

描述

构建回滚

请求参数

参数名称说明参数类型是否必填备注
RepositoryId仓库Idlong
Tag仓库tagstring
ActionRollbackstring
Version2018-03-08string

返回参数

无返回参数

状态码

错误码(Code)错误提示(Message)http status code说明
MissingParameterThe required input parameter %s for processing this request is not supplied.400参数 %s 缺失
InvalidParamThe parameter %s can't accept value %s400参数%s的值%s非法
ResourceNotFound%s is not found.404%s请求的资源不存在
ForbiddenYou have no right to access.403无权访问
OperationFailedOperation has failed, please try latter.400操作失败,请稍后重试
StatusError%s isn't in a appropriate status.400%s处于不合适状态

请求示例

GET https://open.cn-east-1.163yun.com/ccr?Version=2018-03-08&Action=Rollback&RepositoryId=160&Tag=latest

返回示例

{
    "RequestId": "8a722cb1-a7f9-464b-8c2b-72ec8c19f3da"
}