2.24.
CLASS: SM
CHAPTER 2.
API REFERENCE
RPC name: get uuid
Overview:
Get the uuid field of the given SM.
Signature:
string get_uuid (session_id s, SM ref self)
Arguments:
type
name
description
SM ref
self
reference to the object
Return Type:
string
value of the field
RPC name: get name label
Overview:
Get the name/label field of the given SM.
Signature:
string get_name_label (session_id s, SM ref self)
Arguments:
type
name
description
SM ref
self
reference to the object
Return Type:
string
value of the field
RPC name: get name description
Overview:
Get the name/description field of the given SM.
Signature:
string get_name_description (session_id s, SM ref self)
Arguments:
type
name
description
SM ref
self
reference to the object
Return Type:
string
value of the field
205