Attributes

accessIPv4

The manually assigned alternative public IPv4 address of the server.

accessIPv6

The manually assigned alternative public IPv6 address of the server.

addresses

A dict of all network addresses with corresponding port_id. The port ID may be obtained through the following expression: "{get_attr: [<server>, addresses, <network name>, 0, port]}".

{get_attr: [<server>, addresses, <network name>, 0, port]}

first_address

CAUTION:
DEPRECATED! - Use the networks attribute instead of first_address. For example: "{get_attr: [<server name>, networks, <network name>, 0]}"

Convenience attribute to fetch the first assigned network address, or an empty string if nothing has been assigned at this time. Result may not be predictable if the server has addresses from more than one network.

instance_name

AWS compatible instance name.

networks

A dict of assigned network addresses of the form: {"public": [ip1, ip2...], "private": [ip3, ip4]}.

show

A dict of all server details as returned by the API.