获取所有分组信息

Request method/request path

GET /ms/openapi/api/apigw/v3/projects/{projectId}/pipelineGroups/groups

Resource description

Gets all group information

Input parameter description

Path parameter

response

Request sample

curl -X GET '[Please replace API address bar request address]' 

HEADER example

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

Return example -200

{  "data" : [ {  "createTime" : 0,  "name" : "String",  "updateUser" : "String",  "updateTime" : 0,  "createUser" : "String",  "id" : "String",  "projectId" : "String",  "labels" : [ {  "createTime" : 0,  "groupId" : "String",  "name" : "String",  "updateUser" : "String",  "uptimeTime" : 0,  "createUser" : "String",  "id" : "String"  } ]  } ],  "message" : "String",  "status" : 0 } 

The data is returned to the wrapper model ListPipelineGroup

PipelineGroup

PipelineLabel

Last updated