User`s manual

Parameter Type Description
registry
(optional)
list Included only if requested.
item - dict -
Contains the information about the given registry entry.
name - string - Name of the registry entry.
value - in
t, bool, string or none - Current value of the registry entry.
description - string
- doc string of the registry entry.
methods
(optional)
list Included only if requested.
item - dict -
Contains the information about the given RPC method.
name - string - Name of the method.
module - str
ing - Name of the module where the method is defined.
description - string
- doc string of the method.
interfaces
(optional)
list Included only if requested.
item - d
ict - Contains the information about the given interface class.
name - string - Name of the interface class.
module - string
- Name of the module where the interface class is
defined.
description - string
- doc string of the interface class.
endpoints
(optional)
list Included only if requested.
item - dict -
Contains the information about the given endpoint class.
name - string - Name of the endpoint class.
module - string
- Name of the module where the endpoint class is
defined.
description
- string - doc string of the endpont class.
clusters
(optional)
list Included only if requested.
item - d
ict - Contains the information about the given cluster class.
name - string - Name of the cluster class.
module - string
- Name of the module where the cluster class is
defined.
description - string
- doc string of the cluster class.
records
(optional)
list Included only if requested.
item - dict -
Contains the information about the given record class.
name - string - Name of the record class.
module - string
- Name of the module where the record class is
defined.
description - string
- doc string of the record class.
paths
(optional)
list Included only if requested.
item - strin
g - Contains the path that was dynamically added to the system
70
help_response Parameters: