
2.13.
CLASS: HOST CRASHDUMP
CHAPTER 2.
API REFERENCE
RPC name: get timestamp
Overview:
Get the timestamp field of the given host crashdump.
Signature:
datetime get_timestamp (session_id s, host_crashdump ref self)
Arguments:
type
name
description
host crashdump ref
self
reference to the object
Return Type:
datetime
value of the field
RPC name: get size
Overview:
Get the size field of the given host crashdump.
Signature:
int get_size (session_id s, host_crashdump ref self)
Arguments:
type
name
description
host crashdump ref
self
reference to the object
Return Type:
int
value of the field
RPC name: get other config
Overview:
Get the other config field of the given host crashdump.
Signature:
((string -> string) Map) get_other_config (session_id s, host_crashdump ref self)
Arguments:
type
name
description
host crashdump ref
self
reference to the object
Return Type:
(string
→
string) Map
value of the field
135