2.21.
CLASS: PIF METRICS
CHAPTER 2.
API REFERENCE
RPC name: get by uuid
Overview:
Get a reference to the PIF metrics instance with the specified UUID.
Signature:
(PIF_metrics ref) get_by_uuid (session_id s, string uuid)
Arguments:
type
name
description
string
uuid
UUID of object to return
Return Type:
PIF metrics ref
reference to the object
RPC name: get record
Overview:
Get a record containing the current state of the given PIF metrics.
Signature:
(PIF_metrics record) get_record (session_id s, PIF_metrics ref self)
Arguments:
type
name
description
PIF metrics ref
self
reference to the object
Return Type:
PIF metrics record
all fields from the object
193