Skip to main content

Open a cluster for a team

Basic Information

This interface is mainly used to open a new cluster for a team

请求路径
POST /openapi/v1/teams/{team_id}/regions
Body 请求体示例
{
"region": "string"
}

request parameters

nameLocationtyperequiredChinese nameillustrate
team_idpathstringYesnone
bodybodyTeamRegionReqnonone

return result

status codeStatus code meaningillustratedata model
201CreatedsuccessTeamBaseInfo

Model

TeamRegionReq

{
"region": "string"
}

Attributes

nametyperequiredconstraintChinese nameillustrate
regionstringfalsenoneRegiondata center name

TeamBaseInfo

{
"tenant_id": "string",
"tenant_name": "string",
"region": "",
"is_active": true,
"create_time": "string",
"creater": 0,
"limit_memory": 1024,
"update_time": "string",
"expired_time": "string",
"tenant_alias": "",
"enterprise_id": ""
}

Attributes

nametyperequiredconstraintChinese nameillustrate
tenant_idstringtruenoneTenant idtenant id
tenant_namestringtruenoneTenant nameTenant name
regionstringfalsenoneRegionregional center, deprecated
is_activebooleanfalsenoneIs activeactive state
create_timestringtruenoneCreate timecreation time
creatorintegerfalsenoneCreaterTenant creator
limit_memoryintegerfalsenoneLimit memoryMemory size unit (M)
update_timestringtruenoneUpdate timeupdate time
expired_timestringtruenoneExpired timeExpiration
tenant_aliasstring¦nullfalsenoneTenant aliasteam alias
enterprise_idstring¦nullfalsenoneEnterprise identerprise id