2.9.
CLASS: VM
CHAPTER 2.
API REFERENCE
RPC name: get metrics
Overview:
Get the metrics field of the given VM.
Signature:
(VM_metrics ref) get_metrics (session_id s, VM ref self)
Arguments:
type
name
description
VM ref
self
reference to the object
Return Type:
VM metrics ref
value of the field
RPC name: get guest metrics
Overview:
Get the guest metrics field of the given VM.
Signature:
(VM_guest_metrics ref) get_guest_metrics (session_id s, VM ref self)
Arguments:
type
name
description
VM ref
self
reference to the object
Return Type:
VM guest metrics ref
value of the field
RPC name: get last booted record
Overview:
Get the last booted record field of the given VM.
Signature:
string get_last_booted_record (session_id s, VM ref self)
Arguments:
type
name
description
VM ref
self
reference to the object
Return Type:
string
value of the field
94