权限点 | 说明 |
{
"Action": [
"agentloop:Get*",
"agentloop:List*",
"agentloop:Describe*",
"agentloop:ExecuteQuery"
],
"Resource": "*",
"Effect": "Allow"
}
| AgentLoop 服务读权限,包含Agent空间,数据集,经验库等 |
{
"Action": [
"log:GetLogStoreLogs",
"log:GetLogStoreHistogram",
"log:GetIndex",
"log:GetLogStore",
"log:GetProject",
"log:ListLogStores",
"log:ListProject"
],
"Resource": "*",
"Effect": "Allow"
}
| 查询日志服务已有的 LogStore 中数据 |
{
"Action": [
"airegistry:ListNamespaces",
"airegistry:ListPrompts",
"airegistry:ListPromptVersions",
"airegistry:ListSkills",
"airegistry:GetNamespace",
"airegistry:GetPrompt",
"airegistry:GetPromptVersion",
"airegistry:GetPromptVersionDetail",
"airegistry:GetPromptGovernance",
"airegistry:GetSkillDetail",
"airegistry:GetSkillVersionDetail",
"airegistry:DownloadSkillVersion",
"airegistry:DownloadSkillVersionViaOss"
],
"Resource": "*",
"Effect": "Allow"
}
| 包含 AI 治理中心 Prompt 和Skill 读权限。 |
{
"Action": [
"cms:GetWorkspace",
"cms:GetEntityStoreData",
"cms:GetServiceObservability",
"cms:GetUmodelCommonSchemaRef",
"cms:GetAddon",
"cms:GetAddonSchema",
"cms:GetAddonCodeTemplate",
"cms:GetAddonMetrics",
"cms:GetAddonAlertTemplates",
"cms:GetAddonRelease",
"cms:GetPrometheusUserSetting",
"cms:GetCmsService",
"cms:GetCloudResource",
"cms:GetCloudResourceData",
"cms:ListWorkspaces",
"cms:ListServices",
"cms:ListAddons",
"cms:ListIntegrationPolicies",
"cms:ListAddonReleases",
"cms:ListIntegrationPolicyResources",
"cms:ListIntegrationPolicyCollectors",
"cms:ListPrometheusInstances"
],
"Resource": "*",
"Effect": "Allow"
}
| 云监控2.0 工作空间,数据实体,Addon,APM服务,Umodel 相关读权限 |
{
"Action": [
"resourcecenter:GetResourceCenterServiceStatus"
],
"Resource": "*",
"Effect": "Allow"
}
| 查询资源中心服务状态的权限 |