GET /ms/openapi/api/apigw/v3/projects/{projectId}/templates
参数名称
参数类型
必须
参数说明
默认值
templateType
string
否
模版类型
storeFlag
boolean
否
是否已关联到store
参数名称
参数类型
必须
参数说明
默认值
projectId
string
是
项目ID
curl - X GET '[请替换为API地址栏请求地址]?templateType={templateType}&storeFlag={storeFlag}'
HEADER样例
accept: application / json
Content - Type : application / json
{
"data" : {
"models" : [ {
"templateType" : "String" ,
"associatePipelines" : [ {
"id" : "String"
} ] ,
"hasPermission" : true ,
"name" : "String" ,
"templateTypeDesc" : "String" ,
"templateId" : "String" ,
"versionName" : "String" ,
"version" : 0 ,
"hasInstance2Upgrade" : true ,
"logoUrl" : "String" ,
"storeFlag" : true ,
"associateCodes" : "string"
} ] ,
"hasPermission" : true ,
"count" : 0 ,
"projectId" : "String"
} ,
"message" : "String" ,
"status" : 0
}
数据返回包装模型TemplateListModel
参数名称
参数类型
必须
参数说明
data
TemplateListModel
否
数据
message
string
否
错误信息
status
integer
是
状态码
参数名称
参数类型
必须
参数说明
models
List<TemplateModel >
否
models
hasPermission
boolean
否
hasPermission
count
integer
否
count
projectId
string
否
projectId
参数名称
参数类型
必须
参数说明
templateType
string
是
模板类型
associatePipelines
List<流水线模型-ID >
是
关联的流水线
hasPermission
boolean
是
是否有模版操作权限
name
string
是
模版名称
templateTypeDesc
string
是
模板类型描述
templateId
string
是
模版ID
versionName
string
是
最新版本号
version
integer
是
版本ID
hasInstance2Upgrade
boolean
是
是否有可更新实例
logoUrl
string
是
模版logo
storeFlag
boolean
是
是否关联到市场
associateCodes
List
是
关联的代码库
参数名称
参数类型
必须
参数说明
id
string
是
流水线ID