Key |
Returned |
Description |
account
string
|
success |
Account the instance is related to.
Sample:
example account
|
affinity_groups
list
|
success |
Affinity groups the instance is in.
Sample:
[ "webservers" ]
|
created
string
|
success |
Date of the instance was created.
Sample:
2014-12-01T14:57:57+0100
|
default_ip
string
|
success |
Default IP address of the instance.
Sample:
10.23.37.42
|
display_name
string
|
success |
Display name of the instance.
Sample:
web-01
|
domain
string
|
success |
Domain the instance is related to.
Sample:
example domain
|
group
string
|
success |
Group name of the instance is related.
Sample:
web
|
host
string
(added in 2.6) |
success and instance is running |
Host the instance is running on.
Sample:
host01.example.com
|
hypervisor
string
|
success |
Hypervisor related to this instance.
Sample:
KVM
|
id
string
|
success |
UUID of the instance.
Sample:
04589590-ac63-4ffc-93f5-b698b8ac38b6
|
instance_name
string
|
success |
Internal name of the instance (ROOT admin only).
Sample:
i-44-3992-VM
|
iso
string
|
success |
Name of ISO the instance was deployed with.
Sample:
Debian-8-64bit
|
name
string
|
success |
Name of the instance.
Sample:
web-01
|
password
string
|
success |
The password of the instance if exists.
Sample:
Ge2oe7Do
|
password_enabled
boolean
|
success |
True if password setting is enabled.
Sample:
True
|
project
string
|
success |
Name of project the instance is related to.
Sample:
Production
|
public_ip
string
|
success |
Public IP address with instance via static NAT rule.
Sample:
1.2.3.4
|
security_groups
list
|
success |
Security groups the instance is in.
Sample:
[ "default" ]
|
service_offering
string
|
success |
Name of the service offering the instance has.
Sample:
2cpu_2gb
|
ssh_key
string
|
success |
Name of SSH key deployed to instance.
Sample:
key@work
|
state
string
|
success |
State of the instance.
Sample:
Running
|
tags
dict
|
success |
List of resource tags associated with the instance.
Sample:
[ { "key": "foo", "value": "bar" } ]
|
template
string
|
success |
Name of template the instance was deployed with.
Sample:
Debian-8-64bit
|
volumes
list
|
success |
List of dictionaries of the volumes attached to the instance.
Sample:
[ { name: "ROOT-1369", type: "ROOT", size: 10737418240 }, { name: "data01, type: "DATADISK", size: 10737418240 } ]
|
zone
string
|
success |
Name of zone the instance is in.
Sample:
ch-gva-2
|