文档
测试

Get tenant aliases

GET
/api/v1/core/tenant-aliases{?associated-org-id,filter,limit,offset,storage-tenant-id,validate}

接口描述

API code: <code>GET_TENANT_ALIASES</code> Pre-authorized role(s): <code>PROVIDER_ADMIN</code>

请求参数

参数名
类型
描述
必填
associated-org-id
string
The tenant ID to check.
可选
filter
string
The RSQL expression to filter page results based on property comparison.<br> The logical operations include: <ul><li>Logical AND ';' or 'and'</li><li>Logical OR ',' or 'or'</li></ul> The comparison op
可选
limit
integer
The max count of items to return for the current page.
可选
offset
integer
The start index of items to return for the current page.
可选
storage-tenant-id
string
The storage tenant ID to be mapped to.
可选
validate
boolean
Validate the associated alias mapping.
可选

响应参数

参数名
类型
描述
必填
root
object
OK
必填
items
array[object]
可选
associated
boolean
可选
orgId
string
可选
platforms
object
可选
pageInfo
object
可选
limit
integer
可选
offset
integer
可选
total
integer
可选