Qorus Integration Engine® Enterprise Edition 6.1.0_prod
Loading...
Searching...
No Matches
OMQ::QorusSystemRestHelper Class Reference

class used to call the Qorus REST API for a remote Qorus instance More...

Inheritance diagram for OMQ::QorusSystemRestHelper:
[legend]
Collaboration diagram for OMQ::QorusSystemRestHelper:
[legend]

Public Member Methods

 constructor (string user, string pwd)
 creates the object pointing to the first local listener for the current instance using the given user and password for connecting
 
 constructor ()
 creates the object pointing to the first local listener for the current instance
 
 constructor (hash< auto > info)
 creates the object with the configuration given
 
 constructor (string name)
 creates the object with the configuration given by the name of the remote instance
 
- Public Member Methods inherited from OMQ::QorusSystemRestHelperBase
 constructor (*hash< auto > opts, *softbool do_not_connect)
 Creates the object with the given options.
 
 setSchema ()
 Sets the REST validator to the latest version of the schema for the Qorus API.
 
 setPublicSchema ()
 Sets the REST validator to the latest version of the public schema for the Qorus API.
 

Private Member Methods

 warning (string fmt,...)
 logs a warning
 

Additional Inherited Members

- Public Attributes inherited from OMQ::QorusSystemRestHelperBase
const Defaults
 default values for connection options
 
hash conn_opts
 connection params
 
*string api_version
 api version
 
*string name
 connection name if known
 

Detailed Description

class used to call the Qorus REST API for a remote Qorus instance

See also
QorusSystemRestHelperBase for the method documentation

Member Function Documentation

◆ constructor() [1/2]

OMQ::QorusSystemRestHelper::constructor ( )

creates the object pointing to the first local listener for the current instance

This method acquires an authentication token automatically that provides internal system access to Qorus APIs and data

Since
Qorus 3.0.2

◆ constructor() [2/2]

OMQ::QorusSystemRestHelper::constructor ( string  user,
string  pwd 
)

creates the object pointing to the first local listener for the current instance using the given user and password for connecting

Parameters
userthe username for the connection
pwdthe password for the connection
Since
Qorus 3.0.2

The documentation for this class was generated from the following file: