attachBlock
Attach Block Storage
POST /blocks/{block-id}/attach HTTP/1.1Parameters
{
"instance_id": {
"description": "Attach the Block Storage to this [Instance id](#operation/list-instances).",
"required": true,
"location": "body",
"type": "string"
},
"live": {
"description": "Attach Block Storage without restarting the Instance.\n\n| | Value | Description |\n| - | ----- | ----------- |\n| | true | Attach live, do not restart the instance. |\n| | false | Restart the instance and attach the Block Storage. |",
"required": false,
"location": "body",
"type": "boolean"
}
}