批量管理智能问数的授权。
接口说明
用于批量管理智能问数的授权,重复新增授权会视为新增操作;重复删除授权会默认跳过,也不会记录审计日志。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
OperationType | integer | 是 | 操作类型。取值如下:
| 0 |
UserIds | string | 是 | 用户 ID 数组,以英文逗号分隔。 注意 单次请求的用户 id 数 * (问数资源数 + 分析主题数)不能大于 100。 | wasdasd*******1235235sd,ASDAS*********ASDAW123 |
LlmCubes | string | 否 | 问数资源 ID 数组,以英文逗号分隔。 | wasdasd*******1235235sd,ASDAS*********ASDAW123 |
LlmCubeThemes | string | 否 | 分析主题 ID 数组,以英文逗号分隔。 | wasdasd*******1235235sd,ASDAS*********ASDAW123 |
ExpireDay | string | 否 | 过期时间,默认七天。 格式:2099-12-31 | 2099-12-31 |
返回参数
示例
正常返回示例
JSON
格式
{
"RequestId": "617277C****************ABA47E31",
"Result": [
{
"UserId": "617277C****************ABA47E31",
"LlmCube": "617277C****************ABA47E31",
"LlmCubeTheme": "617277C****************ABA47E31",
"DetailMessage": "INVALID_FILE_FORMAT"
}
],
"Success": true
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | Internal.System.Error | An internal system error occurred. | 系统内部异常。 |
400 | Invalid.Parameter.Error | The parameter is invalid:%s. | 无效参数%s。 |
400 | Date.Format.Error | Date format conversion error. | 日期格式转换错误 |
400 | Date.Exceed.Error | The start date must be within 90 days from the current date. | 开始日期不能早于当前日期90天 |
400 | UserRoleConfig.NotContain.Function | The user %s does not have permission to operate. | 此用户%s没有权限操作。 |
400 | User.Not.In.Organization | The specified user is not in the organizational unit. | 该用户不在组织中。 |
400 | Query.Auth.Error | Query is not permitted. | 没有查询权限。 |
400 | ApiUser.Not.Exists | The specified user does not exist. | 用户不存在。 |
400 | Share.ExpireDate.Error | The expire date is illegal. | 设置的过期时间不合法。 |
400 | RobotNl2sql.Moudle.NotPurchase | Please purchase Nl2sql module first. | 请先购买智能问数模块。 |
500 | API.Not.Exist | The data service API operation does not exist. | 数据服务 API 不存在。 |
访问错误中心查看更多错误码。