forked from docs/doc-exports
Reviewed-by: Pristromskaia, Margarita <margarita.pristromskaia@t-systems.com> Co-authored-by: Huijuan, Wang <wanghuijuan738@noreply.gitea.eco.tsi-dev.otc-service.com> Co-committed-by: Huijuan, Wang <wanghuijuan738@noreply.gitea.eco.tsi-dev.otc-service.com>
9.5 KiB
9.5 KiB
Querying Disks Attached to an ECS
Function
This API is used to query the disks that have been and are being attached to an ECS.
URI
GET /v2.1/{project_id}/servers/{server_id}/os-volume_attachments
GET /v2/{project_id}/servers/{server_id}/os-volume_attachments
Table 1 describes the parameters in the URI.
Request
None
Response
Response parameters
Example Request
Query details about disks attached to an ECS.
GET https://{endpoint}/v2/{project_id}/servers/{server_id}/os-volume_attachments GET https://{endpoint}/v2.1/{project_id}/servers/{server_id}/os-volume_attachments
Example Response
{ "volumeAttachments": [ { "device": "/dev/sdd", "id": "a26887c6-c47b-4654-abb5-dfadf7d3f803", "serverId": "4d8c3732-a248-40ed-bebc-539a6ffd25c0", "volumeId": "a26887c6-c47b-4654-abb5-dfadf7d3f803" }, { "device": "/dev/sdc", "id": "a26887c6-c47b-4654-abb5-dfadf7d3f804", "serverId": "4d8c3732-a248-40ed-bebc-539a6ffd25c0", "volumeId": "a26887c6-c47b-4654-abb5-dfadf7d3f804" } ] }
Returned Values
Parent topic: Disk Management