Skip to main content

Get a list of team apps

Basic Information

This interface is mainly used to get the list of all applications under the team

请求路径
GET /openapi/v1/teams/{team_id}/regions/{region_name}/apps

request parameters

nameLocationtyperequiredChinese nameillustrate
team_idpathstringYesnone
region_namepathstringYesnone
queryquerystringnoSearch query application name, team name

return result

status codeStatus code meaningillustratedata model
200OKsuccessInline

return data structure

nametyperequiredconstraintChinese nameillustrate
anonymous[AppBaseInfo]falsenonenone
» IDintegerfalseread-onlyIDnone
» tenant_idstringtruenoneTenant idtenant id
» group_namestringtruenoneGroup namegroup name
» region_namestringtruenoneRegion nameRegional center name
» is_defaultbooleanfalsenoneIs defaultdefault components
» order_indexintegerfalsenoneOrder indexApply sorting
» notestring¦nullfalsenoneNoteRemark
» usernamestring¦nullfalsenoneUsernamethe username of principal
» governance_modestring¦nullfalsenoneGovernance modegovernance mode
» create_timestring(date-time)truenoneCreate timecreation time
» update_timestring(date-time)truenoneUpdate timeupdate time
» app_typestringfalsenoneApp typeApp types
» app_store_namestring¦nullfalsenoneApp store nameapp store name
» app_store_urlstring¦nullfalsenoneApp store urlApp store URL
» app_template_namestring¦nullfalsenoneApp template nameApp template name
» versionstring¦nullfalsenoneVersionHelm app version
» logostring¦nullfalsenoneLogoapplication logo
» k8s_appstringfalsenoneK8s appIn-cluster application name
响应示例
[
{
"ID": 3,
"tenant_id": "string",
"group_name": "string",
"region_name": "string",
"is_default": true,
"order_index": 3 ,
"note": "string",
"username": "string",
"governance_mode": "string",
"create_time": "2004-01-01 11:11:11",
"update_time" : "2004-01-01 11:11:11",
"app_type": "string",
"app_store_name": "string",
"app_store_url": "string",
"app_template_name": "string",
"version": "string",
"logo": "string",
"k8s_app": "string"
}
]

Model

AppBaseInfo

{
"ID": 0,
"tenant_id": "string",
"group_name": "string",
"region_name": "string",
"is_default": true,
"order_index": -2147483648,
"note": "string",
"username": "string",
"governance_mode": "string",
"create_time": "2019-08-24T14:15:22Z",
"update_time": " 2019-08-24T14:15:22Z",
"app_type": "string",
"app_store_name": "string",
"app_store_url": "string",
"app_template_name": "string",
"version ": "string",
"logo": "string",
"k8s_app": "string"
}

Attributes

nametyperequiredconstraintChinese nameillustrate
IDintegerfalseread-onlyIDnone
tenant_idstringtruenoneTenant idtenant id
group_namestringtruenoneGroup namegroup name
region_namestringtruenoneRegion nameRegional center name
is_defaultbooleanfalsenoneIs defaultdefault components
order_indexintegerfalsenoneOrder indexApply sorting
notestring¦nullfalsenoneNoteRemark
usernamestring¦nullfalsenoneUsernameapplication manager
governance_modestring¦nullfalsenoneGovernance modeApplication Governance Model
create_timestring(date-time)truenoneCreate timecreation time
update_timestring(date-time)truenoneUpdate timeupdate time
app_typestringfalsenoneApp typeApp types
app_store_namestring¦nullfalsenoneApp store nameapp store name
app_store_urlstring¦nullfalsenoneApp store urlApp store URL
app_template_namestring¦nullfalsenoneApp template nameApp template name
versionstring¦nullfalsenoneVersionHelm app version
logostring¦nullfalsenoneLogoapplication logo
k8s_appstringfalsenoneK8s appIn-cluster application name