2.25.
CLASS: SR
CHAPTER 2.
API REFERENCE
RPC name: remove from sm config
Overview:
Remove the given key and its corresponding value from the sm config field of the given SR. If the
key is not in that Map, then do nothing.
Signature:
void remove_from_sm_config (session_id s, SR ref self, string key)
Arguments:
type
name
description
SR ref
self
reference to the object
string
key
Key to remove
Return Type:
void
RPC name: get by uuid
Overview:
Get a reference to the SR instance with the specified UUID.
Signature:
(SR ref) get_by_uuid (session_id s, string uuid)
Arguments:
type
name
description
string
uuid
UUID of object to return
Return Type:
SR ref
reference to the object
RPC name: get record
Overview:
Get a record containing the current state of the given SR.
Signature:
(SR record) get_record (session_id s, SR ref self)
Arguments:
type
name
description
SR ref
self
reference to the object
Return Type:
SR record
all fields from the object
224