Skip to main content

Get team overview information

Basic Information

This interface is mainly used to obtain team overview information

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

request parameters

nameLocationtyperequiredChinese nameillustrate
team_idpathstringYesnone
region_namepathstringYesnone

return result

status codeStatus code meaningillustratedata model
200OKsuccessTeamAppsResource

Model

TeamAppsResource

{
"total_cpu": 0,
"total_memory": 0,
"used_cpu": 0,
"used_memory": 0,
"used_cpu_percentage": 0,
"used_memory_percentage": 0,
"team_id": "string ",
"team_name": "string",
"team_alias": "string"
}

Attributes

nametyperequiredconstraintChinese nameillustrate
total_cpuintegerfalsenonetotal cputotal cpu
total_memoryintegerfalsenoneTotal memorytotal memory
used_cpuintegerfalsenoneused cpuoccupy cpu
used_memoryintegerfalsenoneUsed memoryused internal memory
used_cpu_percentagenumberfalsenoneUsed cpu percentagepercentage of cpu
used_memory_percentagenumberfalsenoneUsed memory percentagepercentage of memory used
team_idstringtruenoneteam idTeam ID
team_namestringtruenoneTeam nameTeam Name
team_aliasstringtruenoneTeam aliasTeam nickname