下载日志接口

Download log interface

Request method/request path

GET /ms/openapi/api/apigw/v3/projects/{projectId}/pipelines/{pipelineId}/builds/{buildId}/logs/download

Resource Description

Download log interface

Input parameter description

Query

参数名称参数类型必须参数说明默认值

tag

string

no

element ID

jobId

string

no

jobId

executeCount

integer

no

Number of executions

Path

参数名称参数类型必须参数说明默认值

projectId

string

yes

project ID

pipelineId

string

yes

pipeline ID

buildId

string

yes

build ID

Response

HTTP代码说明参数类型

default

successful operation

parse error

Request Demo

curl -X GET '[API URL]?tag={tag}&jobId={jobId}&executeCount={executeCount}'

HEADER Demo

accept: application/json
Content-Type: application/json

Last updated