![]() |
Qorus Integration Engine®
4.0.3.p2_git
|
DEPRECATED: provides backwards-compatible access to predefined remote Qorus instances. More...
Classes | |
| class | QorusSystemRemoteService |
| main remote service class More... | |
DEPRECATED: provides backwards-compatible access to predefined remote Qorus instances.
Qorus administrators can define connection parameters for remote Qorus server instances (ie accessible with DataStream/REST, YAML-RPC, XML-RPC or JSON-RPC). See the table below for functions that can be used to acquire OMQ::QorusSystemAPIHelper and OMQ::QorusSystemRestHelper objects in user code (server and client).
The main advantages of remote Qorus server instances as a first-class integration object are as follows:
References to new, non-deprecated functionality are provided in the documentation below; however the following table provides a mapping:
Remote Method to Remote API Mapping
| Method | Function or API |
| get() | get_remote_rpc_connection() |
| get_config() | REST API: GET /api/latest/remote/qorus/name |
| get_remote_list() | REST API: GET /api/latest/remote/qorus?list=true |
| get_rest() | get_remote_rest_connection() |
| info() | REST API: GET /api/latest/remote/qorus |
| list() | REST API: GET /api/latest/remote/qorus?list=true |
| ping() | REST API: GET /api/latest/remote/qorus/name?action=ping |
| ping_local() | REST API: GET /api/latest/system?action=ping |
| reload() | REST API: PUT /api/latest/remote/qorus?action=reload |