Skip to content

Latest commit

 

History

History
74 lines (54 loc) · 1.71 KB

query-file-hosting-task-status.md

File metadata and controls

74 lines (54 loc) · 1.71 KB

查询文件托管任务状态

请求方法/请求路径

GET /ms/openapi/api/apigw/v3/artifactory/fileTask/projects/{projectId}/pipelines/{pipelineId}/builds/{buildId}/tasks/{taskId}/status

资源描述

查询文件托管任务状态

输入参数说明

Path参数

参数名称 参数类型 必须 参数说明 默认值
projectId string projectId
pipelineId string pipelineId
buildId string buildId
taskId string taskId

响应

HTTP代码 说明 参数类型
200 successful operation 数据返回包装模型版本仓库-文件托管任务信息

请求样例

curl -X GET '[请替换为API地址栏请求地址]' \
-H 'X-DEVOPS-UID:xxx'

HEADER样例

accept: application/json
Content-Type: application/json
X-DEVOPS-UID:xxx

返回样例-200

{
  "data" : {
    "path" : "String",
    "ip" : "String",
    "id" : "String",
    "status" : 0
  },
  "message" : "String",
  "status" : 0
}

数据返回包装模型版本仓库-文件托管任务信息

参数名称 参数类型 必须 参数说明
data 版本仓库-文件托管任务信息 数据
message string 错误信息
status integer 状态码

版本仓库-文件托管任务信息

参数名称 参数类型 必须 参数说明
path string 文件绝对路径
ip string 文件所在机器IP
id string 任务Id
status integer 任务状态