
2.12.
CLASS: HOST
CHAPTER 2.
API REFERENCE
RPC name: get API version vendor implementation
Overview:
Get the API version/vendor implementation field of the given host.
Signature:
((string -> string) Map) get_API_version_vendor_implementation (session_id s, host ref self)
Arguments:
type
name
description
host ref
self
reference to the object
Return Type:
(string
→
string) Map
value of the field
RPC name: get enabled
Overview:
Get the enabled field of the given host.
Signature:
bool get_enabled (session_id s, host ref self)
Arguments:
type
name
description
host ref
self
reference to the object
Return Type:
bool
value of the field
RPC name: get software version
Overview:
Get the software version field of the given host.
Signature:
((string -> string) Map) get_software_version (session_id s, host ref self)
Arguments:
type
name
description
host ref
self
reference to the object
Return Type:
(string
→
string) Map
value of the field
121