GET /ms/openapi/api/apigw/v3/projects/{projectId}/templates/{templateId}/templateInstances
参数名称
参数类型
必须
参数说明
默认值
page
integer
否
第几页
1
pageSize
integer
否
每页多少条
30
searchKey
string
否
名字搜索的关键字
参数名称
参数类型
必须
参数说明
默认值
projectId
string
是
项目ID
templateId
string
是
模板ID
curl - X GET '[请替换为API地址栏请求地址]?page={page}&pageSize={pageSize}&searchKey={searchKey}'
HEADER样例
accept: application / json
Content - Type : application / json
{
"data" : {
"instances" : [ {
"pipelineName" : "String" ,
"hasPermission" : true ,
"updateTime" : 0 ,
"templateId" : "String" ,
"versionName" : "String" ,
"version" : 0 ,
"pipelineId" : "String" ,
"status" : "ENUM"
} ] ,
"latestVersion" : {
"creator" : "String" ,
"updateTime" : 0 ,
"versionName" : "String" ,
"version" : 0
} ,
"count" : 0 ,
"pageSize" : 0 ,
"page" : 0 ,
"templateId" : "String" ,
"projectId" : "String"
} ,
"message" : "String" ,
"status" : 0
}
数据返回包装模型TemplateInstancePage
参数名称
参数类型
必须
参数说明
instances
List<TemplatePipeline >
否
instances
latestVersion
TemplateVersion
否
latestVersion
count
integer
否
count
pageSize
integer
否
pageSize
page
integer
否
page
templateId
string
否
templateId
projectId
string
否
projectId
参数名称
参数类型
必须
参数说明
pipelineName
string
否
pipelineName
hasPermission
boolean
否
hasPermission
updateTime
integer
否
updateTime
templateId
string
否
templateId
versionName
string
否
versionName
version
integer
否
version
pipelineId
string
否
pipelineId
status
ENUM(PENDING_UPDATE, UPDATING, UPDATED, )
否
status
参数名称
参数类型
必须
参数说明
creator
string
否
creator
updateTime
integer
否
updateTime
versionName
string
否
versionName
version
integer
否
version