获取构建节点信息(扩展接口)

Request method/request path

GET /ms/openapi/api/apigw/v3/environment/projects/{projectId}/nodes/{nodeHashId}/listPipelineRef

Resource description

Get build node information (extension interface)

Input parameter description

Query parameter

Path parameter

response

Request sample

curl -X GET '[Please replace API address bar request address]? sortBy={sortBy}&sortDirection={sortDirection}' 

HEADER example

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

Return example -200

{
  "data" : [ {
    "pipelineName" : "String",
    "jobName" : "String",
    "jobId" : "String",
    "agentId" : 0,
    "vmSeqId" : "String",
    "nodeHashId" : "String",
    "nodeId" : 0,
    "projectId" : "String",
    "agentHashId" : "String",
    "pipelineId" : "String",
    "lastBuildTime" : "String"
  } ],
  "message" : "String",
  "status" : 0
}

Data return wrapper model List third-party builder pipeline reference information

Third party builder pipeline reference information

Last updated