Get VM
GET/vms/instances/:id
Get VM by ID
Request
Path Parameters
id stringrequired
495695b9-088d-4f49-823a-e6bb5b3a709e
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
displayName string
Display name of the VM
id string
ID of the VM
locationName string
Name of the Location where the VM is deployed
osName string
Name and version of the Operating System installed on the VM
osUser string
OS User of the VM
publicIp string
Public IP address of the VM
publicKeyId string
ID of SSH Key used to remotely access the VM
status string
Status of the VM
templateName string
Name of the template used to provision the VM
{
"displayName": "my-vm",
"id": "5272e090-a595-4d6a-8587-cfe78214739f",
"locationName": "lille-4",
"osName": "Ubuntu-20.04",
"osUser": "ubuntu",
"publicIp": "1.1.1.1???",
"publicKeyId": "5272e090-a595-4d6a-8587-cfe78214739f",
"status": "Available",
"templateName": "ogc-h100sxm-80"
}
Loading...