子账号权限管理

可授权 CDN Action 和对应资源

ActionAction描述资源
comb:cdn:CreateDomain创建加速域名comb:cdn:*:*:*:domain/${domain}
comb:cdn:UpdateDomain修改加速域名配置comb:cdn:*:*:*:domain/${domain}
comb:cdn:DeleteDomain删除加速域名comb:cdn:*:*:*:domain/${domain}
comb:cdn:EnableDomain启用加速域名comb:cdn:*:*:*:domain/${domain}
comb:cdn:DisableDomain禁用加速域名comb:cdn:*:*:*:domain/${domain}
comb:cdn:GetDomain查询加速域名配置comb:cdn:*:*:*:domain/${domain}
comb:cdn:ListDomains获取加速域名列表comb:cdn:*:*:*:*
comb:cdn:CreatePurge创建缓存刷新请求comb:cdn:*:*:*:domain/${domain}
comb:cdn:GetPurge获取缓存刷新请求状态comb:cdn:*:*:*:domain/${domain}
comb:cdn:ListPurges获取缓存刷新列表comb:cdn:*:*:*:*

Note

${domain} 表示具体加速域名

CDN API 接口和对应的 CDN Action

APIAPI描述Action
CheckDomain查询加速域名是否可用于创建comb:cdn:CreateDomain
PostDomain创建加速域名comb:cdn:CreateDomain
PutDomain修改加速域名comb:cdn:UpdateDomain
DeleteDomain删除加速域名comb:cdn:DeleteDomain
EnableDomain使能加速域名comb:cdn:EnableDomain
DisableDomain禁用加速域名comb:cdn:DisableDomain
GetDomain获取加速域名配置信息comb:cdn:GetDomain
GetDomainList获取加速域名列表comb:cdn:ListDomains
PostPurge创建缓存刷新请求comb:cdn:CreatePurge
GetPurge获取缓存刷新请求状态comb:cdn:GetPurge
GetPurgeList获取缓存刷新列表comb:cdn:ListPurges

Note

在网易云控制台使用 ”GetDomain” 的 API 时,还需要 nos 的 Action:”comb:nos:ListBucket”

策略管理

CDN 管理权限 (CdnFullAccess) 包括如下 Action:

  • comb:cdn:CreateDomain
  • comb:cdn:UpdateDomain
  • comb:cdn:DeleteDomain
  • comb:cdn:EnableDomain
  • comb:cdn:DisableDomain
  • comb:cdn:GetDomain
  • comb:cdn:ListDomains
  • comb:cdn:CreatePurge
  • comb:cdn:GetPurge
  • comb:cdn:ListPurges

CDN 只读权限 (CdnReadOnlyAccess) 包括如下 Action:

  • comb:cdn:GetDomain
  • comb:cdn:ListDomains
  • comb:cdn:GetPurge
  • comb:cdn:ListPurges