post https://api.linode.com//volumes//attach
Attaches a Volume on your Account to an existing Linode on your Account. In order for this request to complete successfully, your User must have read_write
permission to the Volume and read_write
permission to the Linode. Additionally, the Volume and Linode must be located in the same Region.
linode-cli volumes attach 12345 \
--linode_id 12346 \
--config_id 23456
<https://www.linode.com/docs/products/tools/cli/get-started/>
volumes:read_write
linodes:read_write
<https://techdocs.akamai.com/linode-api/reference/get-started#oauth>