curl --location --request POST 'https://api.hetzner.cloud/v1/servers//actions/attach_iso' \
--header 'Content-Type: application/json' \
--data-raw '{
"iso": "FreeBSD-11.0-RELEASE-amd64-dvd1"
}'
{
"action": {
"command": "attach_iso",
"error": {
"code": "action_failed",
"message": "Action failed"
},
"finished": null,
"id": 13,
"progress": 0,
"resources": [
{
"id": 42,
"type": "server"
}
],
"started": "2016-01-30T23:50:00.000Z",
"status": "running"
}
}