2.12.
CLASS: HOST
CHAPTER 2.
API REFERENCE
RPC name: get license params
Overview:
Get the license params field of the given host.
Signature:
((string -> string) Map) get_license_params (session_id s, host ref self)
Arguments:
type
name
description
host ref
self
reference to the object
Return Type:
(string
→
string) Map
value of the field
RPC name: get by uuid
Overview:
Get a reference to the host instance with the specified UUID.
Signature:
(host ref) get_by_uuid (session_id s, string uuid)
Arguments:
type
name
description
string
uuid
UUID of object to return
Return Type:
host ref
reference to the object
RPC name: get record
Overview:
Get a record containing the current state of the given host.
Signature:
(host record) get_record (session_id s, host ref self)
Arguments:
type
name
description
host ref
self
reference to the object
Return Type:
host record
all fields from the object
131