2.12.
CLASS: HOST
CHAPTER 2.
API REFERENCE
Arguments:
type
name
description
host ref
host
The host whose host name to set
string
hostname
The new host name
Return Type:
void
RPC name: get all
Overview:
Return a list of all the hosts known to the system.
Signature:
((host ref) Set) get_all (session_id s)
Return Type:
(host ref) Set
references to all objects
RPC name: get all records
Overview:
Return a map of host references to host records for all hosts known to the system.
Signature:
((host ref -> host record) Map) get_all_records (session_id s)
Return Type:
(host ref
→
host record) Map
records of all objects
RPC name: get uuid
Overview:
Get the uuid field of the given host.
Signature:
string get_uuid (session_id s, host ref self)
Arguments:
type
name
description
host ref
self
reference to the object
Return Type:
string
value of the field
117