
2.13.
CLASS: HOST CRASHDUMP
CHAPTER 2.
API REFERENCE
RPC name: get by uuid
Overview:
Get a reference to the host crashdump instance with the specified UUID.
Signature:
(host_crashdump ref) get_by_uuid (session_id s, string uuid)
Arguments:
type
name
description
string
uuid
UUID of object to return
Return Type:
host crashdump ref
reference to the object
RPC name: get record
Overview:
Get a record containing the current state of the given host crashdump.
Signature:
(host_crashdump record) get_record (session_id s, host_crashdump ref self)
Arguments:
type
name
description
host crashdump ref
self
reference to the object
Return Type:
host crashdump record
all fields from the object
137