orchestrator
2024.10
false
- 入门指南
- 身份验证
- Swagger 定义
- Orchestrator API
- 平台管理 API
重要 :
新发布内容的本地化可能需要 1-2 周的时间才能完成。

Orchestrator API 指南
上次更新日期 2026年3月24日
平台管理作用域和权限
下表总结了与平台管理 API 的每个作用域相关的权限:
| 资源 | 作用域 | 权限 |
|---|---|---|
| 审核 | PM.Audit | PM.Audit.Read(用于 GET 请求) |
| 组 | PM.Group | PM.Group.Read(用于 GET 请求)PM.Group.Write(用于 POST、PUT 和 DELETE 请求) |
| 消息模板 | PM.MessageTemplate | PM.MessageTemplate.Read(用于 GET 请求)PM.MessageTemplate.Write(用于 PUT 请求) |
| 机器人帐户 | PM.RobotAccount | PM.RobotAccount.Read(用于 GET 请求)PM.RobotAccount.Write(用于 POST、PUT 和 DELETE 请求) |
| 设置 | PM.Setting | PM.Setting.Read(用于 GET 请求)PM.Setting.Write(用于 PUT 请求) |
| 用户 | PM.User | PM.User.Read(适用于 GET 请求) PM.User.Write(适用于 POST、PUT 或 DELETE 请求) |
| UserLoginAttempt | PM.UserLoginAttempt | PM.UserLoginAttempt.Read(用于 GET 请求) |
| 许可证 | PM.License | PM.License.Read(适用于 GET 请求) PM.License.Write(适用于 POST、PUT 或 DELETE 请求) |