Instance
Whether the request succeeded.
trueHuman-readable description of the result.
Getting VM detail successfulinstance object
Virtual machine the entry refers to.
Unique numeric identifier for the virtual machine.
1402Name of the virtual machine.
example-vmCurrent status of the virtual machine.
CREATINGenvironment object
Environment the virtual machine is deployed in.
Unique numeric identifier for the environment.
9876Name of the environment.
example-environmentIdentifier of the organization the environment belongs to.
7613features object
Feature flags enabled in the environment.
Whether high-speed networking is enabled for the environment.
falseIndicator of how much of the region's capacity is running on green energy.
GREENimage objectnullable
Operating system image installed on the VM.
Name of the operating system image installed on the virtual machine.
Ubuntu Server 24.04 LTS (Noble Numbat)flavor object
Flavor (GPU and CPU configuration) of the virtual machine.
Unique numeric identifier for the flavor.
8429Name of the flavor.
n1-cpu-smallNumber of CPU cores.
4Memory allocated to the flavor, in GB.
4Root disk capacity, in GB.
100Ephemeral disk capacity, in GB. Cleared when the VM is deleted.
0GPU model name. Empty string if the flavor has no GPU.
Number of GPUs attached to the flavor.
0labels object[]
Labels associated with the flavor.
Unique numeric identifier for the label.
The label name.
features object
Feature flags for the flavor, such as high-speed networking and hibernation or snapshot restrictions.
Operating system installed on the virtual machine.
Ubuntu Server 24.04 LTS (Noble Numbat)keypair object
SSH key pair attached to the VM.
Name of the SSH key pair attached to the virtual machine.
example-keypairvolume_attachments object[]
Volumes currently attached to the VM.
Unique numeric identifier for the volume attachment.
volume object
Volume attached to the virtual machine.
Unique numeric identifier for the volume.
1402Name of the volume.
example-volumeDescription of the volume.
exampleStorage tier of the volume.
Cloud-SSDVolume capacity in GB.
10Status of the volume attachment.
ATTACHINGDevice path the volume is attached at on the VM.
/dev/disk/by-id/virtio-a66fd1a8-e198-4eb4-aWhen true, the volume attachment is protected from deletion.
falseISO 8601 UTC timestamp marking when the volume attachment was created.
2026-05-06T16:04:09Zsecurity_rules object[]
Firewall rules applied to the virtual machine.
Unique numeric identifier for the firewall rule.
1129Direction of traffic the rule applies to, ingress or egress.
egressProtocol, one of tcp, udp, icmp, or any.
anyLower bound (inclusive) of the port range the rule applies to.
1Upper bound (inclusive) of the port range the rule applies to.
65535Internet Protocol version, IPv4 or IPv6.
IPv4CIDR block the rule applies to.
0.0.0.0/0Status of the firewall rule.
SUCCESSISO 8601 UTC timestamp marking when the firewall rule was created.
2026-05-06T15:18:42ZCurrent power state reported by the hypervisor.
NOSTATECurrent VM lifecycle state.
buildingFixed (private) IP address assigned to the VM in its environment.
192.0.2.91Floating (public) IP address attached to the VM, or null if none.
203.0.113.205Status of the floating IP address.
NO FLOATING IPStatus of port randomization.
NO_FLOATING_IPWhether random port assignment is enabled for public access.
trueWebhook URL called with notifications about this virtual machine, or null if none is set.
Whether the virtual machine is locked from certain operations.
falseIdentifier of the contract the virtual machine is billed under, or null if none.
ISO 8601 UTC timestamp marking when the virtual machine was created.
2026-05-06T16:04:09ZUser-supplied tags applied to the virtual machine for grouping and identification.
features object
Feature flags enabled on the virtual machine, such as high-speed networking.
Whether the virtual machine requires a floating IP to function correctly.
false{
"status": true,
"message": "Getting VM detail successful",
"instance": {
"id": 1402,
"name": "example-vm",
"status": "CREATING",
"environment": {
"id": 9876,
"name": "example-environment",
"org_id": 7613,
"region": "NORWAY-1",
"features": {
"network_optimised": false,
"green_status": "GREEN"
}
},
"image": {
"name": "Ubuntu Server 24.04 LTS (Noble Numbat)"
},
"flavor": {
"id": 8429,
"name": "n1-cpu-small",
"cpu": 4,
"ram": 4,
"disk": 100,
"ephemeral": 0,
"gpu": "",
"gpu_count": 0,
"labels": [
{
"id": 0,
"label": "string"
}
],
"features": {}
},
"os": "Ubuntu Server 24.04 LTS (Noble Numbat)",
"keypair": {
"name": "example-keypair"
},
"volume_attachments": [
{
"id": 0,
"volume": {
"id": 1402,
"name": "example-volume",
"description": "example",
"volume_type": "Cloud-SSD",
"bootable": false,
"size": 10
},
"status": "ATTACHING",
"device": "/dev/disk/by-id/virtio-a66fd1a8-e198-4eb4-a",
"protected": false,
"created_at": "2026-05-06T16:04:09Z"
}
],
"security_rules": [
{
"id": 1129,
"direction": "egress",
"protocol": "any",
"port_range_min": 1,
"port_range_max": 65535,
"ethertype": "IPv4",
"remote_ip_prefix": "0.0.0.0/0",
"status": "SUCCESS",
"created_at": "2026-05-06T15:18:42Z"
}
],
"power_state": "NOSTATE",
"vm_state": "building",
"fixed_ip": "192.0.2.91",
"floating_ip": "203.0.113.205",
"floating_ip_status": "NO FLOATING IP",
"port_randomization_status": "NO_FLOATING_IP",
"port_randomization": true,
"callback_url": "string",
"locked": false,
"contract_id": 0,
"created_at": "2026-05-06T16:04:09Z",
"labels": [
"string"
],
"features": {},
"requires_public_ip": false
}
}