调用CreateSlrAndSlsProject创建服务关联角色(SLR)以及日志服务(SLS)项目。
接口说明
说明
单用户调用频率:100 次/秒。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
Region | string | 是 | 日志服务所在区域,取值范围:
| cn-shanghai |
BusinessType | string | 否 | 业务类型,取值:
| cdn_log_access_l1 |
返回参数
示例
正常返回示例
JSON
格式
{
"RequestId": "fe33a379-5053-4f22-a73c-826e2b44355d",
"SlsInfo": {
"Project": "dcdn-edge-rtlog-cn-cfc7****",
"LogStore": "dcdn-edge-trlog",
"EndPoint": "cn-shanghai.log.*.com",
"Region": "cn-shanghai"
}
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | Unauthorized | RealtimeLogDelivery service is not authorized. | 实时日志投递没有授权。 |
400 | CreateSlr.PermissionDenied | You are not authorized to create service-linked roles. Contact your Alibaba Cloud account or an administrator to grant you the AliyunDCDNFullAccess policy or the custom policy used to create service-linked roles. Service name: realtimelogdelivery.dcdn.aliyuncs.com. Action: ram:CreateServiceLinkedRole. | 用户没有创建服务关联角色的权限,请联系主账号或权限管理员授权当前用户AliyunDCDNFullAccess或创建服务关联角色的自定义权限和策略。自定义权限策略的相关信息如下:Service Name:realtimelogdelivery.dcdn.aliyuncs.com,服务关联角色名称:AliyunServiceRoleForDCDNRealTimeLogDelivery, 执行该操作所需的用户权限:ram:CreateServiceLinkedRole |
400 | CreateSlsProjectError | Failed to create a Log Service project. Make sure that you have activated Log Service and the service is in the available state. | 创建日志服务(SLS) Project失败,请确保您已经正确开通了SLS,且SLS处于可用状态。 |
访问错误中心查看更多错误码。