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.
可选