该接口用于将指定内容挂载到数据分析左侧导航目录。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
TargetType | string | 否 | 添加到数据分析左侧导航的类型,例如:META_ALBUM,元数据-数据专辑。 | META_ALBUM |
TargetId | string | 否 | 与 TargetType 配合使用,为添加到数据分析左侧导航的元素的唯一 ID。 例如,TargetType=META_ALBUM,即类型为元数据-数据专辑,则 TargetId 为元数据-数据专辑的唯一 ID,参见: ListMetaCollections #QualifiedName。 | album.339 |
TargetUserId | string | 否 | 租户内指定用户的 UserId。
| 1234567890 |
返回参数
示例
正常返回示例
JSON
格式
{
"HttpStatusCode": 200,
"Data": 1,
"RequestId": "C27D4FB9-C59B-5E17-BD6C-1099B9D6A381",
"ErrorMessage": "You have no permission.",
"Success": true,
"ErrorCode": "200"
}
错误码
HTTP status code | 错误码 | 错误信息 |
---|---|---|
500 | BusinessError.Dictionary.MountDictionaryCountOverLimit | The maximum mount limit is 8, and cannot continue to mount. |
500 | BusinessError.Dictionary.InvalidDictionaryOrNoPermission | Albums that do not exist or do not have permission cannot be mounted. |
500 | BusinessError.Dictionary.NoPermissionToUpdateOtherDictionary | You have insufficient permissions, only administrators can modify other people's directories. |
500 | BusinessError.Dictionary.InvalidUserId | This user id is illegal. |
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|---|---|
2023-03-02 | OpenAPI 错误码发生变更、OpenAPI 入参发生变更 | 查看变更详情 |