Updated on 2023-05-29 GMT+08:00

Disk Management

Permission

API

Action

Dependencies

Detaching a disk from a specified ECS

DELETE /v1/{project_id}/cloudservers/{server_id}/detachvolume/{attachment_id}

ecs:cloudServers:detachVolume

-

Attaching a disk to an ECS

POST /v1/{project_id}/cloudservers/{server_id}/attachvolume

ecs:cloudServers:attach

-

Querying information about disks attached to an ECS

GET /v1/{project_id}/cloudservers/{server_id}/block_device

ecs:cloudServers:get

-

Querying disk attachments of an ECS

GET /v1/{project_id}/cloudservers/{server_id}/os-volume_attachments

ecs:cloudServers:get

-

Querying a single disk attached to an ECS

GET /v1/cloudservers/{server_id}/block_device/{volume_id}

ecs:cloudServers:get

-

Attaching a disk from an ECS (native OpenStack API)

POST /v2.1/{project_id}/servers/{server_id}/os-volume_attachments

ecs:serverVolumeAttachments:create

ecs:servers:get

ecs:flavors:get

ecs:serverVolumes:use

evs:volumes:list

evs:volumes:get

evs:volumes:update

evs:volumes:attach

evs:volumes:manage

Detaching a disk from an ECS (native OpenStack API)

DELETE /v2.1/{project_id}/servers/{server_id}/os-volume_attachments/{volume_id}

ecs:serverVolumeAttachments:delete

ecs:serverVolumes:use

evs:volumes:list

evs:volumes:get

evs:volumes:update

evs:volumes:detach

evs:volumes:manage

Querying information about the disks attached to an ECS (native OpenStack API)

GET /v2.1/{project_id}/servers/{server_id}/os-volume_attachments

ecs:serverVolumeAttachments:list

ecs:serverVolumes:use

ecs:servers:get

Querying information about a disk attached to an ECS (native OpenStack API)

GET /v2.1/{project_id}/servers/{server_id}/os-volume_attachments/{volume_id}

ecs:serverVolumeAttachments:get

ecs:serverVolumes:use

Creating a disk (native OpenStack API)

POST /v2.1/{project_id}/os-volumes

ecs:serverVolumes:use

evs:volumes:create

Deleting a disk (native OpenStack API)

DELETE /v2.1/{project_id}/os-volumes/{volume_id}

ecs:serverVolumes:use

evs:volumes:get

evs:volumes:delete

Querying a disk (native OpenStack API)

GET /v2.1/{project_id}/os-volumes/{volume_id}

ecs:serverVolumes:use

evs:volumes:get

Querying disks (native OpenStack API)

GET /v2.1/{project_id}/os-volumes

ecs:serverVolumes:use

evs:volumes:get

evs:volumes:list

Querying detailed disk information (native OpenStack API)

GET /v2.1/{project_id}/os-volumes/detail

ecs:serverVolumes:use

evs:volumes:get

evs:volumes:list