查看构建日志

Method

GET

描述

查看构建日志

请求参数

参数名称说明参数类型是否必填备注
RepositoryId镜像仓库Idlong
TagTag名称string
ActionDescribeBuildLogstring
Version2018-03-08string
参数名称说明参数类型是否必填备注
Logs构建日志内容string

状态码

错误码(Code)错误提示(Message)http status code说明
RepositoryIdParameterMissingRepositoryIdParameterMissing400null
RepoNotFoundRepoNotFound404null
TagParameterMissingTagParameterMissing400null
TagNotFoundTagNotFound404null
ForbiddenForbidden403null

请求示例

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

返回示例

{
    "RequestId": "f58832f5-d123-44e3-bcae-24ffeb1fd160",
    "Logs": "2018-09-18 17:17:54 开始执行任务: 解析参数。\n2018-09-18 17:17:54 镜像构建失败!\n"
}