Virtual Machine
Get VM details
get/project/{project_id}/location/{location}/vm/{vm_reference}
Response
A VM
Example response
{
"id": "vmhfy8gff8c67hasb0eez2k1pd",
"location": "eu-central-h1",
"name": "my-vm-name",
"firewalls": [
{
"firewall_rules": [
{
"id": "fraz0q3vbrpa7pkg7zbmah9csn"
}
],
"id": "fwfg7td83em22qfw9pq5xyfqb7"
}
]
}Changes
Changed in 3 of the 59 revisions of this API.3
- ○
added the required property
allOf[Vm]/boot_imageto the response with the200statusresponse-required-property-added
- ○
- ○
added the required property
allOf[subschema #2]/firewalls/items/firewall_rules/items/protocolto the response with the200statusresponse-required-property-added
- ○
- ○
added the required property
allOf[subschema #2]/firewalls/items/firewall_rules/items/descriptionto the response with the200statusresponse-required-property-added
- ○