2.14.
CLASS: HOST PATCH
CHAPTER 2.
API REFERENCE
RPC name: get all
Overview:
Return a list of all the host patchs known to the system.
Signature:
((host_patch ref) Set) get_all (session_id s)
Return Type:
(host patch ref) Set
references to all objects
RPC name: get all records
Overview:
Return a map of host patch references to host patch records for all host patchs known to the
system.
Signature:
((host_patch ref -> host_patch record) Map) get_all_records (session_id s)
Return Type:
(host patch ref
→
host patch record) Map
records of all objects
RPC name: get uuid
Overview:
Get the uuid field of the given host patch.
Signature:
string get_uuid (session_id s, host_patch ref self)
Arguments:
type
name
description
host patch ref
self
reference to the object
Return Type:
string
value of the field
RPC name: get name label
Overview:
Get the name/label field of the given host patch.
Signature:
string get_name_label (session_id s, host_patch ref self)
Arguments:
type
name
description
host patch ref
self
reference to the object
139