|
console_public_authorized_keys | xsd:string | false | false | | The console-over-sshes authorized keys (if they are set).
Else the console access would be controlled by a password. |
current_kernel | xsd:string | false | false | | The current kernel label. e.g. |
current_kernel_canonical | xsd:string | false | false | | Some current_kernel labels are symlinks to different
kernel. e.g. |
is_backup_running | xsd:boolean | false | false | | true when the host server is running a backup of the VPS.
On new hosts we use LVM file systems so backups can be performed
by only pausing VPSs for a fraction of a second. |
is_backups_enabled | xsd:boolean | false | false | | true on almost all servers. false when the backups are
enabled. e.g. |
is_console_login_enabled | xsd:boolean | false | false | | Whether the console-over-ssh login feature is enabled. |
is_suspended | xsd:boolean | false | false | | Whether the VPS is marked to not run. e.g. |
last_backup_message | xsd:string | false | false | | The last backup message stored for the VPS. |
next_backup_time | java.sql.Timestamp | false | false | | The time we next expect a backup to run. The actual time
may be a bit later (e.g. |
pings_ok | xsd:boolean | false | false | | Whether the server pinged from the host server. |
running_state | RUNNING | NOTRUNNING | RESTARTING | POWERCYCLING | false | false | | Whether the VPS is, for example, running or not. Typically
VPSs will all be running. A VPS may be in a non-running
state, for example, for a short time after its host server is
restarted. Since we start VPSs sequentially (one after the
other) to keep server load to a manageable level. |
vps_cpu_time_s | xsd:long | false | false | | The number of CPU seconds consumed by a VPS. Note that if a
VPS is using more than one core or CPU then this number can be
higher than the uptime number. |
vps_uptime_s | xsd:long | false | false | | How long Xen reports the VPS has been up and running for.
In seconds. Divide by your time unit of choice :) |