Este contenido no está disponible en el idioma seleccionado.
34.49. listActiveSystemsDetails
- Name
- listActiveSystemsDetails
- Description
- Given a list of server ids, returns a list of active servers' details visible to the user.
- Parameters
- string sessionKey
- array:
- int - serverIds
- Return Value
- array:
- struct - server details
- int
id- The server's id - string
name- The server's name - dateTime.iso8601
last_checkin- Last time server successfully checked in (in UTC) - int
ram- The amount of physical memory in MB. - int
swap- The amount of swap space in MB. - struct
network_devices- The server's network devices - struct - network device
- string
ip- IP address assigned to this network device - string
interface- Network interface assigned to device e.g. eth0 - string
netmask- Network mask assigned to device - string
hardware_address- Hardware Address of device. - string
module- Network driver used for this device. - string
broadcast- Broadcast address for device. - array
ipv6- List of IPv6 addresses - array:
- struct - ipv6 address
- string
address- IPv6 address of this network device - string
netmask- IPv6 netmask of this network device - string
scope- IPv6 address scope
- struct
dmi_info- The server's dmi info - struct - DMI
- string
vendor - string
system - string
product - string
asset - string
board - string
bios_release- (optional) - string
bios_vendor- (optional) - string
bios_version- (optional)
- struct
cpu_info- The server's cpu info - struct - CPU
- string
cache - string
family - string
mhz - string
flags - string
model - string
vendor - string
arch - string
stepping - string
count - int
socket_count (if available)
- array
subscribed_channels- List of subscribed channels - array:
- struct - channel
- int
channel_id- The channel id. - string
channel_label- The channel label.
- array
active_guest_system_ids- List of virtual guest system ids for active guests - array:
- int
guest_id- The guest's system id.