子账号权限管理

可授权云硬盘 Action 和对应资源

NameAction描述资源
创建云硬盘CreateDiskcomb:ncv:${region}:*:disk/*
查看云硬盘列表详情ListDiskcomb:ncv:${region}:*:disk/*
查看云硬盘详情DescribeDiskcomb:ncv:${region}:*:disk/${volumeId}
云硬盘扩容ResizeDiskcomb:ncv:${region}:*:disk/${volumeId}
删除云硬盘DeleteDiskcomb:ncv:${region}:*:disk/${volumeId}
创建云硬盘快照CreateDiskSnapshotcomb:ncv:${region}:*:disk/${volumeId}, comb:ncv:${region}:*:snapshot/*
删除云硬盘快照DeleteDiskSnapshotcomb:ncv:${region}:*:snapshot/${snapshotId}
查看云硬盘快照列表详情ListDiskSnapshotcomb:ncv:${region}:*:snapshot/*
查看云硬盘快照详情DescribeDiskSnapshotcomb:ncv:${region}:*:snapshot/{snapshotId}
创建自动快照策略CreateSnapshotStrategycomb:ncv:${region}:*:strategy/*
查看云硬盘自动快照策略列表详情ListSnapshotStrategycomb:ncv:${region}:*:strategy/*
查看云硬盘自动快照策略详情DescribeSnapshotStrategycomb:ncv:${region}:*:strategy/${strategyId}
自动快照策略绑定云硬盘ApplySnapshotStrategycomb:ncv:${region}:*:disk/${volumeId},comb:ncv:${region}:*:strategy/${strategyId}
自动快照策略解绑云硬盘RevokeSnapshotStrategycomb:ncv:${region}:*:strategy/${strategyId},comb:ncv:${region}:*:disk/${volumeId}
更改自动快照策略ModifySnapshotStrategycomb:ncv:${region}:*:strategy/${strategyId}
删除自动快照策略DeleteSnapshotStrategycomb:ncv:${region}:*:strategy/${strategyId}
查看云硬盘详情SetInstanceAutoRenewPeriodcomb:ncv:${region}:*:disk/${instanceId}
查看云硬盘详情DescribeInstanceAutoRenewPeriodcomb:ncv:${region}:*:disk/${instanceId}

云硬盘API 接口和对应的云硬盘Action

APIAction描述Action
POST /ncv?Action=CreateDisk&Version=2017-12-28创建云硬盘comb:ncv:CreateDisk
DELETE /ncv?Action=DeleteDisk&Version=2017-12-28&DiskId={volumeId}删除有云硬盘comb:ncv:DeleteDisk
GET /ncv?Action=ListDisk&Version=2017-12-28查看云硬盘列表comb:ncv:ListDisk
PUT /ncv?Action=ResizeDisk&Version=2017-12-28&DiskId={volumeId}云硬盘扩容comb:ncv:ResizeDisk
GET /ncv?Action=DescribeDisk&Version=2017-12-28&DiskId={volumeId}查看云硬盘详情comb:ncv:DescribeDisk

备注

  • volumeId 为云硬盘主键id
  • snapshotId 为云硬盘快照主键id
  • strategyId 为自动快照策略id
  • instanceId 为云硬盘主键id

策略管理

云硬盘管理权限 (NcvFullAccess)包括如下 Action:

  • comb:ncv:CreateDisk
  • comb:ncv:ResizeDisk
  • comb:ncv:DeleteDisk
  • comb:ncv:CreateDiskSnapshot
  • comb:ncv:DeleteDiskSnapshot
  • comb:ncv:CreateSnapshotStrategy
  • comb:ncv:ApplySnapshotStrategy
  • comb:ncv:RevokeSnapshotStrategy
  • comb:ncv:ModifySnapshotStrategy
  • comb:ncv:DeleteSnapshotStrategy
  • comb:ncv:SetInstanceAutoRenewPeriod

云硬盘只读权限包 (NcvReadOnlyAccess) 括如下 Action:

  • comb:ncv:ListDisk
  • comb:ncv:DescribeDisk
  • comb:ncv:ListDiskSnapshot
  • comb:ncv:DescribeDiskSnapshot
  • comb:ncv:ListSnapshotStrategy
  • comb:ncv:DescribeSnapshotStrategy
  • comb:ncv:DescribeInstanceAutoRenewPeriod