Qorus Integration Engine® Enterprise Edition 6.1.0_prod
|
/schema/qorus-rest-api-v8.yaml
and /schema/qorus-rest-api-v8.json
(ex: if Qorus is available on https://localhost:8011
, then the dynamic schema can be retrieved from https://localhost:8011/schema/qorus-rest-api-v8.yaml
and https://localhost:8011/schema/qorus-rest-api-v8.json
).This URI path implements v8 of the Qorus REST API
This REST URI path provides qorus metrics
TODO:
the todo partThis REST URI path provides actions and information about queues for asynchronous workflow steps
queueid:
the queue IDname:
the queue nameserviceid:
optional: a related service id if presentname
(string): the new internal name for the queuedisplay_name
(*string): the new display nameshort_desc
(*string): the plain-text short descriptiondesc
(string): the new description for the queue with markdown formattingaction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errorname
(string): the new internal name for the queuedisplay_name
(*string): the new display nameshort_desc
(*string): the plain-text short descriptiondesc
(string): the new description for the queue with markdown formattingaction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errorThis REST URI path provides actions and information about queues for asynchronous workflow steps
cascade
(*bool): force-delete the object and update all dependent objects; can break those objectsid
(int): the ID of the queue that was deleted403 Forbidden
: access or authorization error404 Not Found
: no such queuequeueid:
the queue IDname:
the queue namedisplay_name:
the queue's display nameshort_desc:
the queue's short descriptiondescription:
the queue's descriptionname
(*string): the new name for the queue; if not provided, the new name will be generateddisplay_name
(*string): the new display nameshort_desc
(*string): the plain-text short descriptiondesc
(*string): the new description for the queueaction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errorkey
the key to the entry in the given queue to cancelUNKNOWN-QUEUE | invalid queue name |
INVALID-KEY | no entry exists in the given queue with the given key value |
INVALID-STATUS | queue entry does not have status OMQ::QS_Waiting |
WORKFLOW-ACCESS-ERROR | this is exeption is thrown when RBAC is enabled, and the call is made externally, and the user does not have the right to access the given workflow |
name
(*string): the new name for the queue; if not provided, the new name will be generateddisplay_name
(*string): the new display nameshort_desc
(*string): the plain-text short descriptiondesc
(*string): the new description for the queueaction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errorkey
the key to the entryworkflow_instanceid:
the workflow instance ID of the step and queue entrystepid:
the step ID of the step and queue entryind:
the array index of the step and queue entry (0 for non-array steps)queuekey:
the queue key stringqueue_data_status:
the status of the queue entry: OMQ::QS_Waiting, OMQ::QS_Received, OMQ::QS_Used (Oracle only), or OMQ::QS_Error (rarely, in case of unparsable queue data)corrected:
if 1, then the queue entry has been corrected. meaning that the back-end function will not be executed and the step will automatically get a OMQ::StatComplete status.data:
the queue data, if any, set only when the queue data status is OMQ::QS_Received404 Not Found
: the given key does not exist409 Conflict
: UNKNOWN-QUEUE
invalid queue name409 Conflict
: WORKFLOW-ACCESS-ERROR
this is exeption is thrown when RBAC is enabled, and the call is made externally, and the user does not have the right to access the given workflowoldkey
the old key namenewkey
the new key nameUNKNOWN-QUEUE | invalid queue name |
UPDATE-KEY-ERROR | empty string passed for oldkey or newkey |
QUEUE-KEY-UPDATE-ERROR | no queue entry; queue entry does not have status OMQ::QS_Waiting |
WORKFLOW-ACCESS-ERROR | this is exeption is thrown when RBAC is enabled, and the call is made externally, and the user does not have the right to access the given workflow |
status:
a single SQL status value; see OMQ::SQL_QS_ALL and OMQ::QS_ALL for valid values (takes both short and long status codes); default all statuses except "USED"
are returneduser:
the username to search foruser_interaction_locked:
1 or 0 for the user interaction locked statuslimit:
the maximum number of entries to return; default 100offset:
the offset to return; default 0queuekey:
(string) the key namequeue_data_status:
(string) queue entry status:workflow_instanceid:
(int) the workflow instance ID of the queue recordstepid:
(int) the step ID of the queue recordind:
(int) the step index of the queue recorduser_interaction_locked:
(bool) True
if locked, False
if notuser_interaction_user:
(string) current user with owning the lock on the queue record, if setuser_interaction_modified:
(date) the timestamp the user_interaction_user was last updated, if setcreated:
(date) created timestamp for the queue entrymodified:
(date) modified timestamp for the queue entryGET-QUEUE-INFO-ERROR | queueid is invalid |
INVALID-STATUS | status is invalid |
"USED"
status are only returned if the status argument is "USED"
(OMQ::QS_Used) or "X"
(OMQ::SQL_QS_Used)The queue summary hash has the following structure. Key values are strings with the following format: "<workflow name>/<workflow version>"
with queue status subkeys and with integer values corresponding to the number of workflows that have queue entries with the given statuses.
UNKNOWN-QUEUE | invalid queue name |
key
(string): value of the key in the given queuedata
(auto): data to post in the queue entry; this data will be passed to the back end function for evaluation"OK"
400 Bad Request
: invalid argument, invalid status in queue entry403 Forbidden
: access or authorization error404 Not Found
: unknown queue or queue keylist:
optional; parsed with Qore::parse_boolean(); if True then a list of class names is returnedshort:
optional; parsed with Qore::parse_boolean(); if True then a list of short strings with class names, versions, and IDs is returnedtags:
optional; a hash of tags to match; only workflows matching at least one of the tags will be returned; use tag=value
format as the value of this optiontag_case_insensitive:
optional; parsed with Qore::parse_boolean(); if True then tag value comparisons are made with case-insensitive comparisonstag_partial_match:
optional; parsed with Qore::parse_boolean(); if True then tag value comparisons succeed if the value given as the tag value appears anywhere in the object's tag of the same namelist
nor short
options are passed as above):classid:
the class IDname:
the name of the classversion:
the version of the classdescription:
the description of the class objectauthor:
the author of the class objectcreated:
the date/time the class object was createdmodified:
the date/time the class object was modifiedsource:
the source file that the class object was created fromline:
the offset in the source file for the source of the class objectedit_lock:
the connection ID of the connection holding the edit lock, if anyname
(string): the new internal name for the classdisplay_name
(*string): the new display name for the class; generated from name
if necessaryshort_desc
(*string): the short plain-text description for the classdesc
(*string): the new description for the class with markdown formattingversion
(string): the new version for the classauthor
(*string): the author of the classsource
(string): the source code for the classbase_class_name
(*string): the base class name for the classlanguage
(*string): the programming language of the classconfig_items
(*list<UndefinedHash>): a list of config items for the classrequires
(*list<string>): a list of classes required by this classprocessor
(*UndefinedHash): processor definitionsconnectors
(*UndefinedHash): connector definitionsclass_name
(*string): the class name for the class; must be a valid identifieraction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errorname
(string): the new internal name for the classdisplay_name
(*string): the new display name for the class; generated from name
if necessaryshort_desc
(*string): the short plain-text description for the classdesc
(*string): the new description for the class with markdown formattingversion
(string): the new version for the classauthor
(*string): the author of the classsource
(string): the source code for the classbase_class_name
(*string): the base class name for the classlanguage
(*string): the programming language of the classconfig_items
(*list<UndefinedHash>): a list of config items for the classrequires
(*list<string>): a list of classes required by this classprocessor
(*UndefinedHash): processor definitionsconnectors
(*UndefinedHash): connector definitionsclass_name
(*string): the class name for the class; must be a valid identifieraction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errorThis REST API path provides actions and information about specific class objects
cascade
(*bool): force-delete the object and update all dependent objects; can break those objectsid
(int): the ID of the class that was deleted403 Forbidden
: access or authorization error404 Not Found
: no such functionname:
the name of the class objectversion:
the version of the class objectclassid:
the class object IDdescription:
the description of the classauthor:
the author of the classbody:
the source code for the class objectcreated:
the date/time the class was createdmodified:
the date/time the class was modifiedcreatedby:
(deprecated) always "omq"
modifiedby:
(deprecated) always "omq"
tags:
any user-defined tags on the class objectsource:
the source file that the class object was created fromoffset:
the offset in the source file for the source of the class objecthost:
the hostname of the machine where the class object was loaded fromuser:
the OS user who loaded the class object
[edit_lock]: the connection ID of the WebSocket connection holding the edit lockname
(*string): the new internal name for the classdisplay_name
(*string): the new display name for the class; generated from name
if necessaryshort_desc
(*string): the short plain-text description for the classdesc
(*string): the new description for the class with markdown formattingversion
(*string): the new version for the classauthor
(*string): the author of the classsource
(*string): the source code for the classbase_class_name
(*string): the base class name for the classlanguage
(*string): the programming language of the classconfig_items
(*list<UndefinedHash>): a list of config items for the classrequires
(*list<string>): a list of classes required by this classprocessor
(*UndefinedHash): processor definitionsconnectors
(*UndefinedHash): connector definitionsclass_name
(*string): the class name for the class; must be a valid identifieraction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errorname
(*string): the new internal name for the classdisplay_name
(*string): the new display name for the class; generated from name
if necessaryshort_desc
(*string): the short plain-text description for the classdesc
(*string): the new description for the class with markdown formattingversion
(*string): the new version for the classauthor
(*string): the author of the classsource
(*string): the source code for the classbase_class_name
(*string): the base class name for the classlanguage
(*string): the programming language of the classconfig_items
(*list<UndefinedHash>): a list of config items for the classrequires
(*list<string>): a list of classes required by this classprocessor
(*UndefinedHash): processor definitionsconnectors
(*UndefinedHash): connector definitionsclass_name
(*string): the class name for the class; must be a valid identifieraction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errorThis URI path provides API support for Qorus remote code deployments
args:
(optional) command-line argumentscmd:
(required) the command to execute (ex: oload
); if the user does not have the REMOTE-EXEC-ALL permission, this argument must be one of the following values:make-release
ocmd
ojview
oload
oprop
ostart
ostatus
ostop
oview
qdp
qrest
saprest
schema-reverse
schema-tool
sfrest
soaputil
sqlutil
dir:
(required for make-release
and oload
)files:
(required) a list of files for the oload command400 Bad Request
: missing or invalid option403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation500 Internal Server Error
: returned if there is an error executing the command$OMQ_DIR/bin
and not in the whitelist documented hereThis REST URI path provides actions and information about remote Qorus, user and datasource connections
with_password
(*bool): include the password in the "url"
and "url_hash"
keysname
(*string): the internal name of the connectiondisplay_name
(*string): the display name of the connectionshort_desc
(*string): the plain-text short description for the new connectiondesc
(*string): the description for the new connection with markdown formattingurl
(string): the connection string for the new connectionid
(int): the new connection IDname
(string): the name of the new connectiondisplay_name
(string): the display name of the new connectionshort_desc
(string): the connection's description in plain textdesc
(string): the connection's description with markdown formattinginfo
(string): a string describing the operation performedaction
(string): the action performedobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request400 Bad Request
: missing or invalid arguments403 Forbidden
: access or authorization errorname
(*string): the internal name of the connectiondisplay_name
(*string): the display name of the connectionshort_desc
(*string): the plain-text short description for the new connectiondesc
(*string): the description for the new connection with markdown formattingurl
(string): the connection string for the new connectiontags
(*UndefinedHash): key-value pairs for the new connectionid
(int): the new connection IDname
(string): the name of the new connectiondisplay_name
(string): the display name of the new connectionshort_desc
(string): the connection's description in plain textdesc
(string): the connection's description with markdown formattinginfo
(string): a string describing the operation performedaction
(string): the action performedobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request400 Bad Request
: missing or invalid arguments403 Forbidden
: access or authorization errorThis REST URI path provides actions and information related to a specific connection, which may be:
info
(string): a string providing information about the connection update actionchanges
(*UndefinedHash): list of attributes changed on the connection403 Forbidden
: access or authorization errorwith_password
(*bool): include the password in the "url"
and "url_hash"
keysconnectionid
(int): the unique connection IDname
(string): the name of the connectiondisplay_name
(string): the display name of the connectionconntype
(string): either "DATASOURCE"
, "REMOTE"
, or "USER-CONNECTION"
short_desc
(string): the short plain-text description of the connectiondescription
(string): a description of the connectionurl
(string): the URL to the remote hostmonitor
(bool): a boolean indicating if the connection is monitored or notlast_check
(*date): the date/time value the connection was last checked (loopback remote connections are not checked)updated
(*date): the date/time the connection was last updatedstatus
(string): \ "OK", "not checked"
, or an error messageup
(bool): a boolean indicating if the connection was monitored to be up or notloopback
(*bool): (only for remote connections) indicates if the connection is a loopback connectiontype
(string): the connection type ("datasource"
, "rest"
, "soap"
, etc)url_hash
(UndefinedHash): a hash of broken-down URL componentsenabled
(bool): indicates if the connecton is enabled or notlocked
(*bool): indicates if the connection can be edited or not (only the system schema connection is locked and cannot be edited)debug_data
(*bool): if data debugging is enabled for the connectiontags
(*UndefinedHash): any tags for the connectionhas_provider
(bool): if the connection supports a data providerchildren_can_support_apis
(bool): if the data provider or any children support APIschildren_can_support_records
(bool): if the data provider or any children support recordschildren_can_support_observers
(bool): if the data provider or any children support event observationchildren_can_support_messages
(bool): if the data provider or any children support messageschildren_can_support_transactions
(bool): if the data provider can provide children that support transaction managementopts
(*UndefinedHash): a hash of options for the connectionfeatures
(*QorusBooleanSetInfo): a list of connection-specific features supported by the connectiondataprovider_subtypes
(*UndefinedHashOfHashes): a hash of data provider subtype option info; top-level keys are data provider subtypes supported by the connection, values are option hashesauth_request_uri
(*string): a URI to make OAuth2 authorization code grant requests, if supported by the connectioncoord-mode
(*bool): if coordinated mode is enabled (datasources only)safe_url
(*string): a URL string without any password informationshared-pool
(*string): summary information about the DatasourcePool object backing a datasource connectionwarning-timeout
(*int): datasource warning timeout in millisecondserror-timeout
(*int): datasources error timeout in millisecondspool-wait-max
(*int): (datasources only) the maximum wait time for a pool connection to become available in millisecondspool-reqs
(*int): (datasources only) the number of connection requests on the poolpool-hits
(*int): (datasources only) the number of connection requests that could be served immediately without blockingpool-miss
(*int): (datasources only) the number of connection requests that could be served only after blockingpool-hit-pct
(*float): the percentage of hits to missesdeps
(*list<ConnectionDependencyInfo>): a list of dependent interfacesalerts
(*list<AlertInfo>): a list of alerts raised against the connectionhealth
(*string): (remote Qorus connections only) a string giving the health color code of the instanceinstance-key
(*string): (remote Qorus connections only) the Qorus instance key of the remote instanceomq-version
(*string): (remote Qorus connections only) the Qorus versionalert-summary
(*SystemAlertInfo): summary of alert infoerror
(*string): (remote Qorus connections only) any error summary string for the remote instancecreated
(date): the created date of the connectionmodified
(date): the last modified date of the connectionneeds_auth
(*bool): True if the connection requires OAuth2 authorizationname
(*string): the new name of the connectiondisplay_name
(*string): the new display name of the connectionshort_desc
(*string): a new short description for the connectiondesc
(*string): a new description for the connectionurl
(*string): a new URL for the connectionoptions
(*UndefinedHash): new options for the connectiontags
(*UndefinedHash): new tags for the connectioninfo
(string): a string providing information about the connection update actionchanges
(*UndefinedHash): list of attributes changed on the connection403 Forbidden
: access or authorization error409 Conflict
: error executing the changename
(*string): the new internal name for the connectiondisplay_name
(*string): the new display name for the connection; generated from name
if necessaryshort_desc
(*string): the short plain-text description for the connectiondesc
(*string): the new description for the connection with markdown formattingaction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errorinfo
(string): a string providing information about the connection update actionchanges
(*UndefinedHash): list of attributes changed on the connection403 Forbidden
: access or authorization errorinfo
(string): a string providing information about the connection update actionchanges
(*UndefinedHash): list of attributes changed on the connection403 Forbidden
: access or authorization errorinfo
(string): a string providing information about the connection update actionchanges
(*UndefinedHash): list of attributes changed on the connection403 Forbidden
: access or authorization errorinfo
(string): a string providing information about the connection update actionchanges
(*UndefinedHash): list of attributes changed on the connection403 Forbidden
: access or authorization errorok
(bool): the status of the pingname
(string): the name of the connectiondesc
(string): the description of the connectionurl
(string): the URL for the connectionopts
(UndefinedHash): a hash of options for the connection (if any)time
(date): the elapsed time for the pinginfo
(string): "OK"
if the ping was successful or an error message if notresult
(string): a string representation of the time in seconds (ex: "0.25s"
)ping_flags
(int): ping flags as per Ping Flagsping_info
(*UndefinedHash): a hash of optional additional info about the ping operationex
(*UndefinedHash): any exception hash will be stored here in case of a ping failureThis URI path provides access to a data provider created from a Qorus connection
where_cond:
search parameters for records to be deletedsearch_options:
search options400 Bad Request
: returned if the request has no where_cond
key403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationname
(string): the name of the data providersupports_read
(bool): if the data provider supports record read/search actionssupports_create
(bool): if the data provider support record creationsupports_update
(bool): if the data provider supports record updatessupports_upsert
(bool): if the data provider supports record upserts / mergessupports_delete
(bool): if the data provider supports record deletionssupports_native_search
(bool): if the data provider supports a native record search APIsupports_bulk_read
(bool): if the data provider supports bulk record read / search actionssupports_bulk_create
(bool): if the data provider supports bulk record creationsupports_bulk_upsert
(bool): if the data provider supports bulk record upsert / mergessupports_request
(bool): if the data provider supports the request/reply integration pattern (API calls)supports_children
(bool): if the data provider supports childrentransaction_management
(bool): if the data provider supports transaction mgmthas_record
(bool): if the data provider supports recordsrecord_requires_search_options
(bool): if the data provider requires search options when searchingsupports_child_create
(bool): if the data provider supports creating child data providerssupports_child_delete
(bool): if the data provider supports deleting child data providerssupports_add_field
(bool): if the data provider supports the add field APIsupports_update_field
(bool): if the data provider supports the update field APIsupports_delete_field
(bool): if the data provider supports the delete field APIsupports_schema
(bool): if the data provider supports a schemasupports_search_expressions
(bool): if the data provider supports generic search expressionssupports_observable
(bool): if the data provider supports the observer pattern / event APIsupports_messages
(string): if the data provider supports output messages; values are: NONE
(messages not supported), SYNC
(messages supported 1:1 with observed events), ASYNC
(messages supported, no connection to observed events)supports_connections
(bool): if the data provider supports connection status reportingsupports_auto_reconnect
(bool): if the data provider supports automtically reconnecting after lost connectionschildren_can_support_apis
(bool): if the data provider can provide children that support APIschildren_can_support_records
(bool): if the data provider can provide children that support recordschildren_can_support_observers
(bool): if the data provider can provide children that support event observationchildren_can_support_messages
(bool): if the data provider can provide children that support messageschildren_identical
(bool): if child data providers are all of the same class and have the same optionsevents
(*UndefinedHash): any events supported by the data providermessages
(*UndefinedHash): any messages supported by the data providersearch_logic_capabilities
(int): a bitfield of supported search logic capabilitiesmapper_keys
(*UndefinedHash): a hash of mapper key informationdesc
(string): the description of the data providertype
(string): the type (class name) of the data providerconstructor_options
(*UndefinedHash): any constructor options supported by the data providercreate_options
(*UndefinedHash): any record creation options supported by the data providerupsert_options
(*UndefinedHash): any record upsert options supported by the data providersearch_options
(*UndefinedHash): any record search options supported by the data providerchild_create_options
(*UndefinedHash): any child creation options supported by the data providerexpressions
(*UndefinedHash): any expressions supported by the data provider (for searches, for example)connection_event
(*string): any connection event for event-capable, connection-oriented data providersdisconnection_event
(*string): any disconnection event for event-capable, connection-oriented data providerschildren
(*list<string>): a list of any data provider childreninfo
(*UndefinedHash): optional provider-specific informationdisplay_name
(string): the display name of the data providershort_desc
(string): the short description of the data provider in plain textchildren_can_support_transactions
(bool): if the data provider can provide children that support transaction managementcontext
(*list<string>): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typeprovider_options
(*UndefinedHash): any options to be passed to a factory creation method when accessing this URI endpoint through a factoryname
(string): the name of the data providersupports_read
(bool): if the data provider supports record read/search actionssupports_create
(bool): if the data provider support record creationsupports_update
(bool): if the data provider supports record updatessupports_upsert
(bool): if the data provider supports record upserts / mergessupports_delete
(bool): if the data provider supports record deletionssupports_native_search
(bool): if the data provider supports a native record search APIsupports_bulk_read
(bool): if the data provider supports bulk record read / search actionssupports_bulk_create
(bool): if the data provider supports bulk record creationsupports_bulk_upsert
(bool): if the data provider supports bulk record upsert / mergessupports_request
(bool): if the data provider supports the request/reply integration pattern (API calls)supports_children
(bool): if the data provider supports childrentransaction_management
(bool): if the data provider supports transaction mgmthas_record
(bool): if the data provider supports recordsrecord_requires_search_options
(bool): if the data provider requires search options when searchingsupports_child_create
(bool): if the data provider supports creating child data providerssupports_child_delete
(bool): if the data provider supports deleting child data providerssupports_add_field
(bool): if the data provider supports the add field APIsupports_update_field
(bool): if the data provider supports the update field APIsupports_delete_field
(bool): if the data provider supports the delete field APIsupports_schema
(bool): if the data provider supports a schemasupports_search_expressions
(bool): if the data provider supports generic search expressionssupports_observable
(bool): if the data provider supports the observer pattern / event APIsupports_messages
(string): if the data provider supports output messages; values are: NONE
(messages not supported), SYNC
(messages supported 1:1 with observed events), ASYNC
(messages supported, no connection to observed events)supports_connections
(bool): if the data provider supports connection status reportingsupports_auto_reconnect
(bool): if the data provider supports automtically reconnecting after lost connectionschildren_can_support_apis
(bool): if the data provider can provide children that support APIschildren_can_support_records
(bool): if the data provider can provide children that support recordschildren_can_support_observers
(bool): if the data provider can provide children that support event observationchildren_can_support_messages
(bool): if the data provider can provide children that support messageschildren_identical
(bool): if child data providers are all of the same class and have the same optionsevents
(*UndefinedHash): any events supported by the data providermessages
(*UndefinedHash): any messages supported by the data providersearch_logic_capabilities
(int): a bitfield of supported search logic capabilitiesmapper_keys
(*UndefinedHash): a hash of mapper key informationdesc
(string): the description of the data providertype
(string): the type (class name) of the data providerconstructor_options
(*UndefinedHash): any constructor options supported by the data providercreate_options
(*UndefinedHash): any record creation options supported by the data providerupsert_options
(*UndefinedHash): any record upsert options supported by the data providersearch_options
(*UndefinedHash): any record search options supported by the data providerchild_create_options
(*UndefinedHash): any child creation options supported by the data providerexpressions
(*UndefinedHash): any expressions supported by the data provider (for searches, for example)connection_event
(*string): any connection event for event-capable, connection-oriented data providersdisconnection_event
(*string): any disconnection event for event-capable, connection-oriented data providerschildren
(*list<string>): a list of any data provider childreninfo
(*UndefinedHash): optional provider-specific informationdisplay_name
(string): the display name of the data providershort_desc
(string): the short description of the data provider in plain textchildren_can_support_transactions
(bool): if the data provider can provide children that support transaction managementcontext
(*list<string>): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typesoft
(*bool): soft types are returnedprovider_options
(*UndefinedHash): a hash of constructor options for a data provider when following the URI path through a data provider factory that takes constructor optionscontext
(*list<string>): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typename
(string): the name of the data providerdisplay_name
(string): the display name of the data providershort_desc
(string): the short description of the data provider in plain textdesc
(string): the description of the data providertype
(string): the type (class name) of the data providersupports_read
(bool): if the data provider supports record read/search actionssupports_create
(bool): if the data provider support record creationsupports_update
(bool): if the data provider supports record updatessupports_upsert
(bool): if the data provider supports record upserts / mergessupports_delete
(bool): if the data provider supports record deletionssupports_native_search
(bool): if the data provider supports a native record search APIsupports_bulk_read
(bool): if the data provider supports bulk record read / search actionssupports_bulk_create
(bool): if the data provider supports bulk record creationsupports_bulk_upsert
(bool): if the data provider supports bulk record upsert / mergessupports_request
(bool): if the data provider supports the request/reply integration pattern (API calls)supports_children
(bool): if the data provider supports childrentransaction_management
(bool): if the data provider supports transaction mgmthas_record
(bool): if the data provider supports recordsrecord_requires_search_options
(bool): if the data provider requires search options when searchingsupports_child_create
(bool): if the data provider supports creating child data providerssupports_child_delete
(bool): if the data provider supports deleting child data providerssupports_add_field
(bool): if the data provider supports the add field APIsupports_update_field
(bool): if the data provider supports the update field APIsupports_delete_field
(bool): if the data provider supports the delete field APIsupports_schema
(bool): if the data provider supports a schemasupports_search_expressions
(bool): if the data provider supports generic search expressionssupports_observable
(bool): if the data provider supports the observer pattern / event APIsupports_messages
(string): if the data provider supports output messages; values are: NONE
(messages not supported), SYNC
(messages supported 1:1 with observed events), ASYNC
(messages supported, no connection to observed events)supports_connections
(bool): if the data provider supports connection status reportingsupports_auto_reconnect
(bool): if the data provider supports automtically reconnecting after lost connectionschildren_can_support_apis
(bool): if the data provider can provide children that support APIschildren_can_support_records
(bool): if the data provider can provide children that support recordschildren_can_support_observers
(bool): if the data provider can provide children that support event observationchildren_can_support_messages
(bool): if the data provider can provide children that support messageschildren_can_support_transactions
(bool): if the data provider can provide children that support transaction managementchildren_identical
(bool): if child data providers are all of the same class and have the same optionssearch_logic_capabilities
(int): a bitfield of supported search logic capabilitiesmapper_keys
(*UndefinedHash): a hash of mapper key informationconstructor_options
(*UndefinedHash): any constructor options supported by the data providercreate_options
(*UndefinedHash): any record creation options supported by the data providerupsert_options
(*UndefinedHash): any record upsert options supported by the data providersearch_options
(*UndefinedHash): any record search options supported by the data providerchild_create_options
(*UndefinedHash): any child creation options supported by the data providerexpressions
(*UndefinedHash): any expressions supported by the data provider (for searches, for example)children
(*list<DataProviderSummaryInfo>): a list of any data provider childreninfo
(*UndefinedHash): optional provider-specific informationcontext
(*list<string>): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typename
(string): the name of the data providerdisplay_name
(string): the display name of the data providershort_desc
(string): the short description of the data provider in plain textdesc
(string): the description of the data providertype
(string): the type (class name) of the data providersupports_read
(bool): if the data provider supports record read/search actionssupports_create
(bool): if the data provider support record creationsupports_update
(bool): if the data provider supports record updatessupports_upsert
(bool): if the data provider supports record upserts / mergessupports_delete
(bool): if the data provider supports record deletionssupports_native_search
(bool): if the data provider supports a native record search APIsupports_bulk_read
(bool): if the data provider supports bulk record read / search actionssupports_bulk_create
(bool): if the data provider supports bulk record creationsupports_bulk_upsert
(bool): if the data provider supports bulk record upsert / mergessupports_request
(bool): if the data provider supports the request/reply integration pattern (API calls)supports_children
(bool): if the data provider supports childrentransaction_management
(bool): if the data provider supports transaction mgmthas_record
(bool): if the data provider supports recordsrecord_requires_search_options
(bool): if the data provider requires search options when searchingsupports_child_create
(bool): if the data provider supports creating child data providerssupports_child_delete
(bool): if the data provider supports deleting child data providerssupports_add_field
(bool): if the data provider supports the add field APIsupports_update_field
(bool): if the data provider supports the update field APIsupports_delete_field
(bool): if the data provider supports the delete field APIsupports_schema
(bool): if the data provider supports a schemasupports_search_expressions
(bool): if the data provider supports generic search expressionssupports_observable
(bool): if the data provider supports the observer pattern / event APIsupports_messages
(string): if the data provider supports output messages; values are: NONE
(messages not supported), SYNC
(messages supported 1:1 with observed events), ASYNC
(messages supported, no connection to observed events)supports_connections
(bool): if the data provider supports connection status reportingsupports_auto_reconnect
(bool): if the data provider supports automtically reconnecting after lost connectionschildren_can_support_apis
(bool): if the data provider can provide children that support APIschildren_can_support_records
(bool): if the data provider can provide children that support recordschildren_can_support_observers
(bool): if the data provider can provide children that support event observationchildren_can_support_messages
(bool): if the data provider can provide children that support messageschildren_can_support_transactions
(bool): if the data provider can provide children that support transaction managementchildren_identical
(bool): if child data providers are all of the same class and have the same optionssearch_logic_capabilities
(int): a bitfield of supported search logic capabilitiesmapper_keys
(*UndefinedHash): a hash of mapper key informationconstructor_options
(*UndefinedHash): any constructor options supported by the data providercreate_options
(*UndefinedHash): any record creation options supported by the data providerupsert_options
(*UndefinedHash): any record upsert options supported by the data providersearch_options
(*UndefinedHash): any record search options supported by the data providerchild_create_options
(*UndefinedHash): any child creation options supported by the data providerexpressions
(*UndefinedHash): any expressions supported by the data provider (for searches, for example)children
(*list<DataProviderSummaryInfo>): a list of any data provider childreninfo
(*UndefinedHash): optional provider-specific informationrecord:
(required) the set of fields making up the new recordcreate_options:
any create options supported by the data provider"OK"
400 Bad Request
: returned if the request has no record
key403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationrequest_options:
request options403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationwhere_cond:
search parameterssearch_options:
search options403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationstream:
(required) the name of the stream to open; must be either:insert:
for an insert streamupsert:
for an upsert streamupsert_options:
any upsert options supported by the data provider (upsert stream only)403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationwhere_cond:
search parametersblock_size:
number of rows in each block (default = 1000)403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationset:
(required) set of fields matching where_conf to updatewhere_cond:
(required) search parameterssearch_options:
search options400 Bad Request
: returned if the request has no set
or where_cond
keys403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationrecord:
(required) the set of fields making up the new recordupsert_options:
any upsert options supported by the data provider400 Bad Request
: returned if the request has no record
key403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationThis URI path provides access information for a particular data request data type
This URI path provides record information for a data provider
provider_options:
the options to be passed to the factory creation method to create the providersoft:
optional; parsed with Qore::parse_boolean(); if True then the type is returned with soft types to be used as the target for a mappersoft:
optional; parsed with Qore::parse_boolean(); if True then the type is returned with soft types to be used as the target for a mapperThis REST API path provides actions and information about Qorus constant objects
list:
optional; parsed with Qore::parse_boolean(); if True then a list of constant names is returnedshort:
optional; parsed with Qore::parse_boolean(); if True then a list of short strings with constant names, versions, and IDs is returnedlist
nor short
options are passed as above):constantid:
the constant IDname:
the name of the constantversion:
the version of the constantdescription:
the description of the constant objectauthor:
the author of the constant objectcreated:
the date/time the constant object was createdmodified:
the date/time the constant object was modifiedsource:
the source file that the constant object was created fromline:
the offset in the source file for source of the constant objectname
(string): the new internal name for the constantdesc
(*string): the new description for the constant with markdown formattingversion
(string): the new version for the constantauthor
(*string): the author of the constantsource
(string): the source code for the constantaction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errorname
(string): the new internal name for the constantdesc
(*string): the new description for the constant with markdown formattingversion
(string): the new version for the constantauthor
(*string): the author of the constantsource
(string): the source code for the constantaction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errorThis REST API path provides actions and information about specific constant objects
cascade
(*bool): force-delete the object and update all dependent objects; can break those objectsid
(int): the ID of the constant that was deleted403 Forbidden
: access or authorization error404 Not Found
: no such constantname:
the name of the constant objectversion:
the version of the constant objectconstantid:
the constant object IDdescription:
the description of the constant objectauthor:
the author of the constant objectbody:
the source code for the class objectcreated:
the date/time the constant object was createdmodified:
the date/time the constant object was modifiedcreatedby:
(deprecated) always "omq"
modifiedby:
(deprecated) always "omq"
tags:
any user-defined tags on the constant objectsource:
the source file that the constant object was created fromoffset:
the offset in the source file for the source of constant objecthost:
the hostname of the machine where the constant object was loaded fromuser:
the OS user who loaded the constant objectname
(*string): the new internal name for the constantdesc
(*string): the new description for the constant with markdown formattingversion
(*string): the new version for the constantauthor
(*string): the author of the constantsource
(*string): the source code for the constantconstant_type
(*string): The type of the constantaction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errorname
(*string): the new internal name for the constantdesc
(*string): the new description for the constant with markdown formattingversion
(*string): the new version for the constantauthor
(*string): the author of the constantsource
(*string): the source code for the constantaction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errorThis REST URI path provides actions and information for the base path of the creator API
This REST URI path provides actions and information for classes in the creator API
type:
(string) class
id:
(int) the class ID reservedfields:
(hash) field description for a new class403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationThis REST URI path provides actions and information for a specific class in the creator API
cid:
(int) the unique connection IDtab_token:
(string) the unique connection ID for the tab subchannellocked:
(bool) True or Falseinfo:
(hash) only included if the lock failsintent:
warning
content:
msg explaining that the object is already locked400 Bad Request
: returned if the request has invalid arguments403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationcid:
(int) the unique connection IDtab_token:
(string) the unique connection ID for the tab subchannellocked:
(bool) True or Falseinfo:
(hash) only included if the lock failsintent:
warning
content:
msg explaining that the object is already locked400 Bad Request
: returned if the request has invalid arguments403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationThis REST URI path provides actions and information for config items in the creator API
This REST URI path provides actions and information for connections in the creator API
"qorus"
, user connections under "user"
, and datasource connections under "datasources"
)list:
optional; parsed with Qore::parse_boolean(); if True then a list of connection names is returnedmonitored:
optional; (remote and user connections only) parsed with Qore::parse_boolean(); if True then only monitored connections are returnedremote:
optional; (remote connections) parsed with Qore::parse_boolean(); if True then no loopback connections are returned; default if not present: Falsertime:
optional; (datasource connections only) parsed with Qore::parse_boolean(); if True then the following attributes are returned as relative date/time values:"warning-timeout"
"error-timeout"
"pool-wait-max"
short:
optional; parsed with Qore::parse_boolean(); if True then a list of short strings with connection names and brief info is returnedwith_passwords:
(datasource connections only) parsed with Qore::parse_boolean(); if True then the pass
key is returned in the REST Datasource Connection Hash return value and then the calling user must have one of the following permissions:
"conntype"
value determines the hash format as follows:"DATASOURCE"
: a REST Datasource Connection Hash"REMOTE"
or "USER-CONNECTION"
: a REST User and Remote Connection Hash403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationwith_passwords
option is usedThis REST URI path provides actions and information for a specific connection in the creator API
cid:
(int) the unique WebSocket connection IDtab_token:
(string) the unique connection ID for the tab subchannellocked:
(bool) True or Falseinfo:
(hash) only included if the lock failsintent:
warning
content:
msg explaining that the object is already locked400 Bad Request
: returned if the request has invalid arguments403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationcid:
(int) the unique connection IDtab_token:
(string) the unique connection ID for the tab subchannellocked:
(bool) True or Falseinfo:
(hash) only included if the lock failsintent:
warning
content:
msg explaining that the object is already locked400 Bad Request
: returned if the request has invalid arguments403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationThis REST URI path provides actions and information for jobs in the creator API
type:
(string) job
id:
(int) the job ID reservedfields:
(hash) field description for a new job403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationThis REST URI path provides actions and information for a specific job in the creator API
cid:
(int) the unique connection IDtab_token:
(string) the unique connection ID for the tab subchannellocked:
(bool) True or Falseinfo:
(hash) only included if the lock failsintent:
warning
content:
msg explaining that the object is already locked400 Bad Request
: returned if the request has invalid arguments403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationcid:
(int) the unique connection IDtab_token:
(string) the unique connection ID for the tab subchannellocked:
(bool) True or Falseinfo:
(hash) only included if the lock failsintent:
warning
content:
msg explaining that the object is already locked400 Bad Request
: returned if the request has invalid arguments403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationThis REST URI path provides actions and information for services in the creator API
type:
(string) service
id:
(int) the service ID reservedfields:
(hash) field description for a new service403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationThis REST URI path provides actions and information for a specific service in the creator API
This URI path provides access to data provider functionality
Returns a list of child URLs for this class
type
(string): the type of path: factory
, connection
, datasource
, or remote
name
(string): the initial segment of the data provider pathpath
(*string): the path to the data provideroptions
(*UndefinedHash): factory constructor options; invalid options are silently ignoredargs
(auto): any arguments to the API call; if present this will be resolved as a template with a call to UserApi::expandTemplatedValue() with context as the local contextcontext
(*UndefinedHash): any context data to be used to resolve argumentsrequest_options
(*UndefinedHash): any request options400 Bad Request
: missing or invalid required argumentstype
(string): the type of path: factory
, connection
, datasource
, or remote
name
(string): the initial segment of the data provider pathpath
(*string): the path to the data provideroptions
(*UndefinedUiHash): factory constructor options; invalid options are silently ignoredtype
(string): the expected type of the argumentvalue
(auto): the value of the argument, for values that cannot be serialized as JSON, this will be a string in YAML formatargs
(auto): any arguments to the API call; if this argument is a hash, then each hash key must be assigned a hash value with type
and value
keys, additionally, if present this will be resolved as a template with a call to UserApi::expandTemplatedValue() with context as the local contextcontext
(*UndefinedHash): any context data to be used to resolve argumentsrequest_options
(*UndefinedUiHash): any request optionstype
(string): the expected type of the argumentvalue
(auto): the value of the argument, for values that cannot be serialized as JSON, this will be a string in YAML format400 Bad Request
: missing or invalid required argumentstypes
giving type
and base_type
information to compare and returns a list of the results of each comparison.types
(QorusTypeComparisonSetInfo): a hash of hashes keyed by a unique user-defined comparison identifierbase_type
(QorusTypeInfo): hash describing the input or receiving type (type of variable to accept type)type
(string): one of connection
, datasource
, factory
, remote
, or type
name
(string): the name of the type, connection, factory, etcpath
(*string): the path to the final objectsubtype
(*string): the subtype for type = connection
options
(*hash<auto>): create option for type = factory
hasApiContext
(*bool): True
if the type is a factory with options to be handled in an APItype
(QorusTypeInfo): a hash describing the output or sending type (type of value to be assigned to base_type)type
(string): one of connection
, datasource
, factory
, remote
, or type
name
(string): the name of the type, connection, factory, etcpath
(*string): the path to the final objectsubtype
(*string): the subtype for type = connection
options
(*hash<auto>): create option for type = factory
hasApiContext
(*bool): True
if the type is a factory with options to be handled in an APItypes
argument where the values are boolean values of the results of the type comparisons400 Bad Request
: missing or invalid types
argument; non-unique name
in types
list404 Not Found
: the given type, factory, connection, etc cannot be foundbase_type
(QorusTypeInfo): hash describing the input or receiving type (type of variable to accept type)type
(string): one of connection
, datasource
, factory
, remote
, or type
name
(string): the name of the type, connection, factory, etcpath
(*string): the path to the final objectsubtype
(*string): the subtype for type = connection
options
(*hash<auto>): create option for type = factory
hasApiContext
(*bool): True
if the type is a factory with options to be handled in an APItype
(QorusTypeInfo): a hash describing the output or sending type (type of value to be assigned to base_type)type
(string): one of connection
, datasource
, factory
, remote
, or type
name
(string): the name of the type, connection, factory, etcpath
(*string): the path to the final objectsubtype
(*string): the subtype for type = connection
options
(*hash<auto>): create option for type = factory
hasApiContext
(*bool): True
if the type is a factory with options to be handled in an API400 Bad Request
: missing or invalid types
argument; non-unique name
in types
list404 Not Found
: the given type, factory, connection, etc cannot be foundtype
(string): the type of path: factory
, connection
, datasource
, or remote
name
(string): the initial segment of the data provider pathpath
(*string): the path to the data provideroptions
(*UndefinedHash): factory constructor options; invalid options are silently ignoredrecords
(list<UndefinedHash>): the list of new records; each hash in the list represents a new record and must have keys that correspond to valid field names, values are subjected to template resolution by calls to UserApi::expandTemplatedValue() with context as the local contextcontext
(*UndefinedHash): any context data to be used to resolve the where argument400 Bad Request
: missing or invalid required argumentstype
(string): the type of path: factory
, connection
, datasource
, or remote
name
(string): the initial segment of the data provider pathpath
(*string): the path to the data provideroptions
(*UndefinedUiHash): factory constructor options; invalid options are silently ignoredtype
(string): the expected type of the argumentvalue
(auto): the value of the argument, for values that cannot be serialized as JSON, this will be a string in YAML formatrecords
(list<UndefinedUiHash>): the list of new records; each hash in the list represents a new record and must have keys that correspond to valid field names, values are subjected to template resolution by calls to UserApi::expandTemplatedValue() with context as the local contextcontext
(*UndefinedHash): any context data to be used to resolve the where argument400 Bad Request
: missing or invalid required argumentstype
(string): the type of path: factory
, connection
, datasource
, or remote
name
(string): the initial segment of the data provider pathpath
(*string): the path to the data provideroptions
(*UndefinedHash): factory constructor options; invalid options are silently ignoredwhere
(*UndefinedHash): the search criteria for the search where keys are field names and values are either values to be matched or a hash describing a comparison operator for the column with op
and value
keys; if present this will be resolved as a template with a call to UserApi::expandTemplatedValue() with context as the local contextcontext
(*UndefinedHash): any context data to be used to resolve the where argumentsearch_options
(*UndefinedHash): any search optionsaffected_records
(int): the number of records affected by the operation400 Bad Request
: missing or invalid required argumentstype
(string): the type of path: factory
, connection
, datasource
, or remote
name
(string): the initial segment of the data provider pathpath
(*string): the path to the data provideroptions
(*UndefinedUiHash): factory constructor options; invalid options are silently ignoredtype
(string): the expected type of the argumentvalue
(auto): the value of the argument, for values that cannot be serialized as JSON, this will be a string in YAML formatwhere
(*UndefinedHash): the search criteria for the search where keys are field names and values are either values to be matched or a hash describing a comparison operator for the column with op
and value
keys; if present this will be resolved as a template with a call to UserApi::expandTemplatedValue() with context as the local contextcontext
(*UndefinedHash): any context data to be used to resolve the where argumentsearch_options
(*UndefinedUiHash): any search optionstype
(string): the expected type of the argumentvalue
(auto): the value of the argument, for values that cannot be serialized as JSON, this will be a string in YAML formataffected_records
(int): the number of records affected by the operation400 Bad Request
: missing or invalid required argumentstype
(string): the type of path: factory
, connection
, datasource
, or remote
name
(string): the initial segment of the data provider pathpath
(*string): the path to the data provideroptions
(*UndefinedHash): factory constructor options; invalid options are silently ignoredwhere
(*UndefinedHash): the search criteria for the search where keys are field names and values are either values to be matched or a hash describing a comparison operator for the column with op
and value
keys; if present this will be resolved as a template with a call to UserApi::expandTemplatedValue() with context as the local contextcontext
(*UndefinedHash): any context data to be used to resolve the where argumentsearch_options
(*UndefinedHash): any search options400 Bad Request
: missing or invalid required argumentstype
(string): the type of path: factory
, connection
, datasource
, or remote
name
(string): the initial segment of the data provider pathpath
(*string): the path to the data provideroptions
(*UndefinedUiHash): factory constructor options; invalid options are silently ignoredtype
(string): the expected type of the argumentvalue
(auto): the value of the argument, for values that cannot be serialized as JSON, this will be a string in YAML formatwhere
(*UndefinedHash): the search criteria for the search where keys are field names and values are either values to be matched or a hash describing a comparison operator for the column with op
and value
keys; if present this will be resolved as a template with a call to UserApi::expandTemplatedValue() with context as the local contextcontext
(*UndefinedHash): any context data to be used to resolve the where argumentsearch_options
(*UndefinedUiHash): any search optionstype
(string): the expected type of the argumentvalue
(auto): the value of the argument, for values that cannot be serialized as JSON, this will be a string in YAML format400 Bad Request
: missing or invalid required argumentstype
(string): the type of path: factory
, connection
, datasource
, or remote
name
(string): the initial segment of the data provider pathpath
(*string): the path to the data provideroptions
(*UndefinedHash): factory constructor options; invalid options are silently ignoredwhere
(UndefinedHash): the search criteria for the search where keys are field names and values are either values to be matched or a hash describing a comparison operator for the column; if present this will be resolved as a template with a call to UserApi::expandTemplatedValue() with context as the local contextcontext
(*UndefinedHash): any context data to be used to resolve the where argumentsearch_options
(*UndefinedHash): any search options400 Bad Request
: missing or invalid required arguments or if multiple records match the search criteriatype
(string): the type of path: factory
, connection
, datasource
, or remote
name
(string): the initial segment of the data provider pathpath
(*string): the path to the data provideroptions
(*UndefinedUiHash): factory constructor options; invalid options are silently ignoredtype
(string): the expected type of the argumentvalue
(auto): the value of the argument, for values that cannot be serialized as JSON, this will be a string in YAML formatwhere
(UndefinedUiHash): the search criteria for the search where keys are field names and values are either values to be matched or a hash describing a comparison operator for the column; if present this will be resolved as a template with a call to UserApi::expandTemplatedValue() with context as the local contextcontext
(*UndefinedHash): any context data to be used to resolve the where argumentsearch_options
(*UndefinedUiHash): any search optionstype
(string): the expected type of the argumentvalue
(auto): the value of the argument, for values that cannot be serialized as JSON, this will be a string in YAML format400 Bad Request
: missing or invalid required arguments or if multiple records match the search criteriatype
(string): the type of path: factory
, connection
, datasource
, or remote
name
(string): the initial segment of the data provider pathpath
(*string): the path to the data provideroptions
(*UndefinedHash): factory constructor options; invalid options are silently ignoredmessage_id
(string): the ID of the message to send; must be a message supported by the data providermessage
(auto): the message body; if present this will be resolved as a template with a call to UserApi::expandTemplatedValue() with context as the local contextcontext
(*UndefinedHash): any context data to be used to resolve argumentsmessage_options
(*UndefinedHash): any message optionsOK
400 Bad Request
: missing or invalid message ID or message bodytype
(string): the type of path: factory
, connection
, datasource
, or remote
name
(string): the initial segment of the data provider pathpath
(*string): the path to the data provideroptions
(*UndefinedUiHash): factory constructor options; invalid options are silently ignoredtype
(string): the expected type of the argumentvalue
(auto): the value of the argument, for values that cannot be serialized as JSON, this will be a string in YAML formatmessage_id
(string): the ID of the message to send; must be a message supported by the data providermessage
(auto): the message body; if present this will be resolved as a template with a call to UserApi::expandTemplatedValue() with context as the local contextcontext
(*UndefinedHash): any context data to be used to resolve argumentsmessage_options
(*UndefinedHash): any message optionsOK
400 Bad Request
: missing or invalid message ID or message bodysoft
(*bool): if a "soft" type should be returnedtype
(QorusTypeInfo): hash describing the input or receiving type (type of variable to accept type)type
(string): one of connection
, datasource
, factory
, remote
, or type
name
(string): the name of the type, connection, factory, etcpath
(*string): the path to the final objectsubtype
(*string): the subtype for type = connection
options
(*hash<auto>): create option for type = factory
hasApiContext
(*bool): True
if the type is a factory with options to be handled in an APIname
(string): the type namedisplay_name
(*string): the type's display nameshort_desc
(*string): the short, plain-text description of the typedesc
(string): the description of the typesupported_options
(*UndefinedHash): transformation options supported by the typeoptions
(*UndefinedHash): transformation option valuesbase_type
(string): the Qore base type namemandatory
(bool): can be null / missing?default_value
(auto): any default value for the typetypes_accepted
(list<string>): list of types accepted on inputtypes_returned
(list<string>): list of types returnedfields
(*UndefinedHash): fields supported by the typecan_manage_fields
(bool): True if fields can be added dynamically to the typetags
(*UndefinedHash): any tags set on the typeor_nothing_type
(bool): if True, the type will accept NOTHINGtype
(string): the type of path: factory
, connection
, datasource
, or remote
name
(string): the initial segment of the data provider pathpath
(*string): the path to the data provideroptions
(*UndefinedHash): factory constructor options; invalid options are silently ignoredset
(UndefinedHash): keys are field names and values are field values to be updated; values will be resolved as a template with a call to UserApi::expandTemplatedValue() with context as the local contextwhere
(*UndefinedHash): the search criteria for the search where keys are field names and values are either values to be matched or a hash describing a comparison operator for the column with op
and value
keys; if present this will be resolved as a template with a call to UserApi::expandTemplatedValue() with context as the local contextcontext
(*UndefinedHash): any context data to be used to resolve the where argumentsearch_options
(*UndefinedHash): any search optionsaffected_records
(int): the number of records affected by the operation400 Bad Request
: missing or invalid required argumentstype
(string): the type of path: factory
, connection
, datasource
, or remote
name
(string): the initial segment of the data provider pathpath
(*string): the path to the data provideroptions
(*UndefinedUiHash): factory constructor options; invalid options are silently ignoredtype
(string): the expected type of the argumentvalue
(auto): the value of the argument, for values that cannot be serialized as JSON, this will be a string in YAML formatset
(UndefinedUiHash): keys are field names and values are field values to be updated; values will be resolved as a template with a call to UserApi::expandTemplatedValue() with context as the local contextwhere
(UndefinedUiHash): the search criteria for the search where keys are field names and values are either values to be matched or a hash describing a comparison operator for the column; if present this will be resolved as a template with a call to UserApi::expandTemplatedValue() with context as the local contextcontext
(*UndefinedHash): any context data to be used to resolve the where argumentsearch_options
(*UndefinedUiHash): any search optionstype
(string): the expected type of the argumentvalue
(auto): the value of the argument, for values that cannot be serialized as JSON, this will be a string in YAML formataffected_records
(int): the number of records affected by the operation400 Bad Request
: missing or invalid required argumentsThis URI path provides access to data provider action functionality
app
(*string): search for actions associated with the given appsearch
(*string): a substring or regular expression search value to look for in the actions description and short description fieldssearch_regex
(*bool): if True then any search
value will be assumed to be a regular expression instead of a substringThis URI path provides access to data provider application functionality
search
(*string): a substring or regular expression search value to look for in the application name and description fieldssearch_regex
(*bool): if True then any search
value will be assumed to be a regular expression instead of a substringcount
(int): number of clients cachedtimestamp
(date): the date the cache was refreshed403 Forbidden
: access or authorization errorThis URI path provides access to data provider application functionality
name
(string): the unique application namedisplay_name
(string): the dispay name for the applicationshort_desc
(string): the application's short description in plain textdesc
(string): the application description with markdown formattingbuiltin
(bool): if the application is builtin to Qorus or notscheme
(*string): any scheme identifying a connection for the applicationlogo
(string): a link to the logo data that will be served directlylogo_file_name
(string): the file name of the logologo_mime_type
(string): the mime type for logo
oauth2_clients
(*list<OAuth2AppClientInfo>): OAuth2 client info, if anyconnections
(*list<string>): a list of existing connections with the given scheme
actions
(*list<DataProviderActionInfo>): list of all actions on each applicationoauth2_client
(*OAuth2ClientInfo): OAuth2 client info, if anyoauth2_client_id
(string): the OAuth2 client ID to useoauth2_client_secret
(string): the OAuth2 client secret to useurl_type
(string): auto:
automatically generated or required:
the user must provide a URLoauth2_auth_url
(*string): if set, this overrides the REST connection optionoauth2_token_url
(*string): if set, this overrides the REST connection optionrequired_options
(*list<string>): a list of connection options that must be filled in by the user to create the connectionoptions
(*UndefinedHash): options and values to usetags
(*UndefinedHash): any tags to add on the connectionname
(string): the new connection namedesc
(string): the new connection descriptionid
(int): the new connection IDdisplay_name
(string): the display name for the connectionshort_desc
(string): the short description for the connection403 Forbidden
: access or authorization erroroptions
(*UndefinedHash): options and values to usetype
(string): data type of the optiondisplay_name
(string): the display name of the optionshort_desc
(string): short description of the option in plain textdesc
(string): description of the option with markdown formattingrequired
(*bool): is the option required?required_groups
(*list<string>): any groups of required options that this option is a member ofarg_schema
(*UndefinedHash): description of any subfields required for this optiondefault_value
(auto): any default value for the optiondefault_value_desc
(*string): the description for the default valuereadonly
(*bool): if the option is read onlysensitive
(*bool): is the value sensitive?multiselect
(*bool): are allowed values the allowed values for a list type?allowed_values
(*list<AllowedValueInfo>): allowed values for the optionallowed_values_creatable
(*bool): can the value be a value not in allowed_values?example_value
(*string): an example value for the optionsubst_env_vars
(bool): will environment variables in string values be substituted?freeform
(bool): modifier for the file-as-string
type: can a freeform location option be returned?403 Forbidden
: access or authorization errorContent-Type
as the logo's MIME typeoptions
(*UndefinedHash): attributes to update on the connection; at least either the id
or name
attributes must be present to identify the connection; if id
is present, then name
can be used to rename the connectioninfo
(string): information about the operation performedchanges
(*UndefinedHash): hash of changed effectedaction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the object itselftags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errorThis URI path provides access to data provider application action functionality
This URI path provides access to data provider functionality for a specific application action
app
(string): the application nameaction
(string): the unique action name in the applicationsubtype
(*string): the subtype for the data provider provided by the connectionpath
(string): the data provider path for the actionpath_vars
(*PathVarSet): descriptions for any path variablesdisplay_name
(string): the display name of the path varshort_desc
(string): short description of the path var in plain textdesc
(string): description of the path var with markdown formattingexample_value
(*string): any exmple value for the path vardisplay_name
(string): the name of the action that will be displayed to usersshort_desc
(string): the action's short description in plain textdesc
(string): the action's long description with markdown formattingaction_code
(int): the action's codeaction_code_str
(string): a string description of the action codeaction_val
(*string): the action value (message or event type)cls
(*string): the class name for applications with no schemadata_dependent_options
(bool): if the action contains data-dependent option definitionsoptions
(*ActionOptionSet): options required to create the actionapp
(string): the application nameaction
(string): the action nametype
(string): data type of the optiondisplay_name
(string): the display name of the optionshort_desc
(string): short description of the option in plain textdesc
(string): description of the option with markdown formattingpreselected
(*bool): if the option should be preselected by the front endsupports_expressions
(*bool): if the option value supports expression evaluationsupports_templates
(*bool): if the option value supports template expansionrequired
(*bool): is the option required?required_groups
(*list<string>): any groups of required options that this option is a member ofarg_schema
(*string): a reference to an arg_schema that can be returned with a REST call to GET /api/latest/dataprovider/arg_schemas/_ref_element_type
(*string): the name of the list element type, if anydefault_value
(auto): any default value for the optiondefault_value_desc
(*string): the description for the default valuereadonly
(*bool): if the option is read onlysensitive
(*bool): is the value sensitive?multiselect
(*bool): are allowed values the allowed values for a list type?allowed_values
(*list<AllowedValueInfo>): allowed values for the optionallowed_values_creatable
(*bool): can the value be a value not in allowed_values?example_value
(auto): an example value for the optionloc
(*string): any option-specific location hint for the value when executing the actionvalue
(auto): the value of the option, if anydepends_on
(*list<auto>): any other option(s) that this option depends on for its value or allowed valuessort
(int): sort key for option orderhas_dependents
(*bool): if any other options depend on this onedisallow_template
(*bool): disallow templates on this optionmessages
(*list<UiMessageHash>): messages related to the optionmetadata
(*UndefinedHash): any additional data about the optiondisabled
(*bool): if the option is disabledon_change
(*list<string>): a list of actions for the front-end to perform if the option changesstructural_determinate
(*bool): if True then the value of this option determines the presence (oroptions_url
(string): the URL to the API to verify action optionsexec_url
(string): the URL to the API to execute actionsoutput_type
(*ActionOutputTypeInfo): information about the action's output type, if anyname
(string): the name of the typedisplay_name
(string): the display name of the typeshort_desc
(string): the short plain-text description of the typedesc
(string): the full description of the type with markdown formattingtype
(string): the name of the Qore underlying type for this typefields
(*ActionOutputFieldInfo): a hash keyed by field name of fields supported by the typeoptions
(*UndefinedHash): options and values to usename
(string): the new connection namedesc
(string): the new connection descriptionid
(int): the new connection IDdisplay_name
(string): the display name for the connectionshort_desc
(string): the short description for the connection403 Forbidden
: access or authorization errorgenerate
is True
options
(*StringHash): options and values to use including qorus_app_connection
; these are the options from the PUT
getOptions()
API also including any arguments for making the call, sending the message, etcgenerate
(*bool): if True
, then missing argument values will be generated403 Forbidden
: access or authorization erroroptions
(*UndefinedHash): options and values to usetype
(string): data type of the optiondisplay_name
(string): the display name of the optionshort_desc
(string): short description of the option in plain textdesc
(string): description of the option with markdown formattingrequired
(*bool): is the option required?required_groups
(*list<string>): any groups of required options that this option is a member ofarg_schema
(*UndefinedHash): description of any subfields required for this optiondefault_value
(auto): any default value for the optiondefault_value_desc
(*string): the description for the default valuereadonly
(*bool): if the option is read onlysensitive
(*bool): is the value sensitive?multiselect
(*bool): are allowed values the allowed values for a list type?allowed_values
(*list<AllowedValueInfo>): allowed values for the optionallowed_values_creatable
(*bool): can the value be a value not in allowed_values?example_value
(*string): an example value for the optionsubst_env_vars
(bool): will environment variables in string values be substituted?freeform
(bool): modifier for the file-as-string
type: can a freeform location option be returned?403 Forbidden
: access or authorization erroroptions
(*StringHash): options and values to useoptions
(*ActionOptionSet): Action option required to create the data providerapp
(string): the application nameaction
(string): the action nametype
(string): data type of the optiondisplay_name
(string): the display name of the optionshort_desc
(string): short description of the option in plain textdesc
(string): description of the option with markdown formattingpreselected
(*bool): if the option should be preselected by the front endsupports_expressions
(*bool): if the option value supports expression evaluationsupports_templates
(*bool): if the option value supports template expansionrequired
(*bool): is the option required?required_groups
(*list<string>): any groups of required options that this option is a member ofarg_schema
(*string): a reference to an arg_schema that can be returned with a REST call to GET /api/latest/dataprovider/arg_schemas/_ref_element_type
(*string): the name of the list element type, if anydefault_value
(auto): any default value for the optiondefault_value_desc
(*string): the description for the default valuereadonly
(*bool): if the option is read onlysensitive
(*bool): is the value sensitive?multiselect
(*bool): are allowed values the allowed values for a list type?allowed_values
(*list<AllowedValueInfo>): allowed values for the optionallowed_values_creatable
(*bool): can the value be a value not in allowed_values?example_value
(auto): an example value for the optionloc
(*string): any option-specific location hint for the value when executing the actionvalue
(auto): the value of the option, if anydepends_on
(*list<auto>): any other option(s) that this option depends on for its value or allowed valuessort
(int): sort key for option orderhas_dependents
(*bool): if any other options depend on this onedisallow_template
(*bool): disallow templates on this optionmessages
(*list<UiMessageHash>): messages related to the optionmetadata
(*UndefinedHash): any additional data about the optiondisabled
(*bool): if the option is disabledon_change
(*list<string>): a list of actions for the front-end to perform if the option changesstructural_determinate
(*bool): if True then the value of this option determines the presence (or403 Forbidden
: access or authorization erroroptions
(*UndefinedHash): attributes to update on the connection; at least either the id
or name
attributes must be present to identify the connection; if id
is present, then name
can be used to rename the connectioninfo
(string): information about the operation performedchanges
(*UndefinedHash): hash of changed effectedaction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the object itselftags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errorThis URI path provides APIs related arg schemas
This URI path provides APIs related to a specific arg schema
This URI path provides access to base data type information
list:
optional; parsed with Qore::parse_boolean(); if True then a list of type names is returnedshort:
optional; parsed with Qore::parse_boolean(); if True then a list of short strings of type information is returnedsoft:
optional; parsed with Qore::parse_boolean(); if True then the type is returned with soft types to be used as the target for a mapperThis URI path provides access to base data type information for a specific type
This URI path provides access information for a particular data type
soft:
optional; parsed with Qore::parse_boolean(); if True then the type is returned with soft types to be used as the target for a mapperThis URI path provides the root URI for browsing for types and data providers
context
(*string): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typetype
(string): one of the following: nav:
a navigation node, data-provider
: a data provider, type:
a data typechildren
(list<DataProviderChildBrowseInfo>): a list of children of the current nodematches_context
(*bool): if True
then the node is a match for the search contextcontext
(*string): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typetype
(string): one of the following: nav:
a navigation node, data-provider
: a data provider, type:
a data typechildren
(list<DataProviderChildBrowseInfo>): a list of children of the current nodematches_context
(*bool): if True
then the node is a match for the search contextcontext
(*string): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typename
(string): the name of the nodecontext
(*string): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typename
(string): the name of the nodeThis URI path provides the root URI for browsing data providers from user connections
context
(*string): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typetype
(string): one of the following: nav:
a navigation node, data-provider
: a data provider, type:
a data typechildren
(list<DataProviderChildBrowseInfo>): a list of children of the current nodematches_context
(*bool): if True
then the node is a match for the search contextcontext
(*string): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typetype
(string): one of the following: nav:
a navigation node, data-provider
: a data provider, type:
a data typechildren
(list<DataProviderChildBrowseInfo>): a list of children of the current nodematches_context
(*bool): if True
then the node is a match for the search contextcontext
(*string): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typename
(string): the name of the nodecontext
(*string): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typename
(string): the name of the nodeThis URI path provides the root URI for browsing a data provider created from a user connection
context
(*string): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typetype
(string): one of the following: nav:
a navigation node, data-provider
: a data provider, type:
a data typechildren
(list<DataProviderChildBrowseInfo>): a list of children of the current nodematches_context
(*bool): if True
then the node is a match for the search contextcontext
(*string): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typeprovider_options
(*UndefinedHash): a hash of constructor options for a data provider when following the URI path through a data provider factory that takes constructor optionstype
(string): one of the following: nav:
a navigation node, data-provider
: a data provider, type:
a data typechildren
(list<DataProviderChildBrowseInfo>): a list of children of the current nodematches_context
(*bool): if True
then the node is a match for the search contextcontext
(*string): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typename
(string): the name of the data providerdisplay_name
(string): the display name of the data providershort_desc
(string): the short description of the data provider in plain textdesc
(string): the description of the data providertype
(string): the type (class name) of the data providersupports_read
(bool): if the data provider supports record read/search actionssupports_create
(bool): if the data provider support record creationsupports_update
(bool): if the data provider supports record updatessupports_upsert
(bool): if the data provider supports record upserts / mergessupports_delete
(bool): if the data provider supports record deletionssupports_native_search
(bool): if the data provider supports a native record search APIsupports_bulk_read
(bool): if the data provider supports bulk record read / search actionssupports_bulk_create
(bool): if the data provider supports bulk record creationsupports_bulk_upsert
(bool): if the data provider supports bulk record upsert / mergessupports_request
(bool): if the data provider supports the request/reply integration pattern (API calls)supports_children
(bool): if the data provider supports childrentransaction_management
(bool): if the data provider supports transaction mgmthas_record
(bool): if the data provider supports recordsrecord_requires_search_options
(bool): if the data provider requires search options when searchingsupports_child_create
(bool): if the data provider supports creating child data providerssupports_child_delete
(bool): if the data provider supports deleting child data providerssupports_add_field
(bool): if the data provider supports the add field APIsupports_update_field
(bool): if the data provider supports the update field APIsupports_delete_field
(bool): if the data provider supports the delete field APIsupports_schema
(bool): if the data provider supports a schemasupports_search_expressions
(bool): if the data provider supports generic search expressionssupports_observable
(bool): if the data provider supports the observer pattern / event APIsupports_messages
(string): if the data provider supports output messages; values are: NONE
(messages not supported), SYNC
(messages supported 1:1 with observed events), ASYNC
(messages supported, no connection to observed events)supports_connections
(bool): if the data provider supports connection status reportingsupports_auto_reconnect
(bool): if the data provider supports automtically reconnecting after lost connectionschildren_can_support_apis
(bool): if the data provider can provide children that support APIschildren_can_support_records
(bool): if the data provider can provide children that support recordschildren_can_support_observers
(bool): if the data provider can provide children that support event observationchildren_can_support_messages
(bool): if the data provider can provide children that support messageschildren_can_support_transactions
(bool): if the data provider can provide children that support transaction managementchildren_identical
(bool): if child data providers are all of the same class and have the same optionssearch_logic_capabilities
(int): a bitfield of supported search logic capabilitiesmapper_keys
(*UndefinedHash): a hash of mapper key informationconstructor_options
(*UndefinedHash): any constructor options supported by the data providercreate_options
(*UndefinedHash): any record creation options supported by the data providerupsert_options
(*UndefinedHash): any record upsert options supported by the data providersearch_options
(*UndefinedHash): any record search options supported by the data providerchild_create_options
(*UndefinedHash): any child creation options supported by the data providerexpressions
(*UndefinedHash): any expressions supported by the data provider (for searches, for example)children
(*list<DataProviderSummaryInfo>): a list of any data provider childreninfo
(*UndefinedHash): optional provider-specific informationcontext
(*string): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typeprovider_options
(*UndefinedHash): a hash of constructor options for a data provider when following the URI path through a data provider factory that takes constructor optionsname
(string): the name of the data providerdisplay_name
(string): the display name of the data providershort_desc
(string): the short description of the data provider in plain textdesc
(string): the description of the data providertype
(string): the type (class name) of the data providersupports_read
(bool): if the data provider supports record read/search actionssupports_create
(bool): if the data provider support record creationsupports_update
(bool): if the data provider supports record updatessupports_upsert
(bool): if the data provider supports record upserts / mergessupports_delete
(bool): if the data provider supports record deletionssupports_native_search
(bool): if the data provider supports a native record search APIsupports_bulk_read
(bool): if the data provider supports bulk record read / search actionssupports_bulk_create
(bool): if the data provider supports bulk record creationsupports_bulk_upsert
(bool): if the data provider supports bulk record upsert / mergessupports_request
(bool): if the data provider supports the request/reply integration pattern (API calls)supports_children
(bool): if the data provider supports childrentransaction_management
(bool): if the data provider supports transaction mgmthas_record
(bool): if the data provider supports recordsrecord_requires_search_options
(bool): if the data provider requires search options when searchingsupports_child_create
(bool): if the data provider supports creating child data providerssupports_child_delete
(bool): if the data provider supports deleting child data providerssupports_add_field
(bool): if the data provider supports the add field APIsupports_update_field
(bool): if the data provider supports the update field APIsupports_delete_field
(bool): if the data provider supports the delete field APIsupports_schema
(bool): if the data provider supports a schemasupports_search_expressions
(bool): if the data provider supports generic search expressionssupports_observable
(bool): if the data provider supports the observer pattern / event APIsupports_messages
(string): if the data provider supports output messages; values are: NONE
(messages not supported), SYNC
(messages supported 1:1 with observed events), ASYNC
(messages supported, no connection to observed events)supports_connections
(bool): if the data provider supports connection status reportingsupports_auto_reconnect
(bool): if the data provider supports automtically reconnecting after lost connectionschildren_can_support_apis
(bool): if the data provider can provide children that support APIschildren_can_support_records
(bool): if the data provider can provide children that support recordschildren_can_support_observers
(bool): if the data provider can provide children that support event observationchildren_can_support_messages
(bool): if the data provider can provide children that support messageschildren_can_support_transactions
(bool): if the data provider can provide children that support transaction managementchildren_identical
(bool): if child data providers are all of the same class and have the same optionssearch_logic_capabilities
(int): a bitfield of supported search logic capabilitiesmapper_keys
(*UndefinedHash): a hash of mapper key informationconstructor_options
(*UndefinedHash): any constructor options supported by the data providercreate_options
(*UndefinedHash): any record creation options supported by the data providerupsert_options
(*UndefinedHash): any record upsert options supported by the data providersearch_options
(*UndefinedHash): any record search options supported by the data providerchild_create_options
(*UndefinedHash): any child creation options supported by the data providerexpressions
(*UndefinedHash): any expressions supported by the data provider (for searches, for example)children
(*list<DataProviderSummaryInfo>): a list of any data provider childreninfo
(*UndefinedHash): optional provider-specific informationwhere_cond:
search parameters for records to be deletedsearch_options:
search options400 Bad Request
: returned if the request has no where_cond
key403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationcontext
(*string): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typename
(string): the name of the data providerdisplay_name
(string): the display name of the data providershort_desc
(string): the short description of the data provider in plain textdesc
(string): the description of the data providertype
(string): the type (class name) of the data providersupports_read
(bool): if the data provider supports record read/search actionssupports_create
(bool): if the data provider support record creationsupports_update
(bool): if the data provider supports record updatessupports_upsert
(bool): if the data provider supports record upserts / mergessupports_delete
(bool): if the data provider supports record deletionssupports_native_search
(bool): if the data provider supports a native record search APIsupports_bulk_read
(bool): if the data provider supports bulk record read / search actionssupports_bulk_create
(bool): if the data provider supports bulk record creationsupports_bulk_upsert
(bool): if the data provider supports bulk record upsert / mergessupports_request
(bool): if the data provider supports the request/reply integration pattern (API calls)supports_children
(bool): if the data provider supports childrentransaction_management
(bool): if the data provider supports transaction mgmthas_record
(bool): if the data provider supports recordsrecord_requires_search_options
(bool): if the data provider requires search options when searchingsupports_child_create
(bool): if the data provider supports creating child data providerssupports_child_delete
(bool): if the data provider supports deleting child data providerssupports_add_field
(bool): if the data provider supports the add field APIsupports_update_field
(bool): if the data provider supports the update field APIsupports_delete_field
(bool): if the data provider supports the delete field APIsupports_schema
(bool): if the data provider supports a schemasupports_search_expressions
(bool): if the data provider supports generic search expressionssupports_observable
(bool): if the data provider supports the observer pattern / event APIsupports_messages
(string): if the data provider supports output messages; values are: NONE
(messages not supported), SYNC
(messages supported 1:1 with observed events), ASYNC
(messages supported, no connection to observed events)supports_connections
(bool): if the data provider supports connection status reportingsupports_auto_reconnect
(bool): if the data provider supports automtically reconnecting after lost connectionschildren_can_support_apis
(bool): if the data provider can provide children that support APIschildren_can_support_records
(bool): if the data provider can provide children that support recordschildren_can_support_observers
(bool): if the data provider can provide children that support event observationchildren_can_support_messages
(bool): if the data provider can provide children that support messageschildren_can_support_transactions
(bool): if the data provider can provide children that support transaction managementchildren_identical
(bool): if child data providers are all of the same class and have the same optionssearch_logic_capabilities
(int): a bitfield of supported search logic capabilitiesmapper_keys
(*UndefinedHash): a hash of mapper key informationconstructor_options
(*UndefinedHash): any constructor options supported by the data providercreate_options
(*UndefinedHash): any record creation options supported by the data providerupsert_options
(*UndefinedHash): any record upsert options supported by the data providersearch_options
(*UndefinedHash): any record search options supported by the data providerchild_create_options
(*UndefinedHash): any child creation options supported by the data providerexpressions
(*UndefinedHash): any expressions supported by the data provider (for searches, for example)children
(*list<DataProviderSummaryInfo>): a list of any data provider childreninfo
(*UndefinedHash): optional provider-specific informationcontext
(*string): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typeprovider_options
(*UndefinedHash): any options to be passed to a factory creation method when accessing this URI endpoint through a factoryname
(string): the name of the data providersupports_read
(bool): if the data provider supports record read/search actionssupports_create
(bool): if the data provider support record creationsupports_update
(bool): if the data provider supports record updatessupports_upsert
(bool): if the data provider supports record upserts / mergessupports_delete
(bool): if the data provider supports record deletionssupports_native_search
(bool): if the data provider supports a native record search APIsupports_bulk_read
(bool): if the data provider supports bulk record read / search actionssupports_bulk_create
(bool): if the data provider supports bulk record creationsupports_bulk_upsert
(bool): if the data provider supports bulk record upsert / mergessupports_request
(bool): if the data provider supports the request/reply integration pattern (API calls)supports_children
(bool): if the data provider supports childrentransaction_management
(bool): if the data provider supports transaction mgmthas_record
(bool): if the data provider supports recordsrecord_requires_search_options
(bool): if the data provider requires search options when searchingsupports_child_create
(bool): if the data provider supports creating child data providerssupports_child_delete
(bool): if the data provider supports deleting child data providerssupports_add_field
(bool): if the data provider supports the add field APIsupports_update_field
(bool): if the data provider supports the update field APIsupports_delete_field
(bool): if the data provider supports the delete field APIsupports_schema
(bool): if the data provider supports a schemasupports_search_expressions
(bool): if the data provider supports generic search expressionssupports_observable
(bool): if the data provider supports the observer pattern / event APIsupports_messages
(string): if the data provider supports output messages; values are: NONE
(messages not supported), SYNC
(messages supported 1:1 with observed events), ASYNC
(messages supported, no connection to observed events)supports_connections
(bool): if the data provider supports connection status reportingsupports_auto_reconnect
(bool): if the data provider supports automtically reconnecting after lost connectionschildren_can_support_apis
(bool): if the data provider can provide children that support APIschildren_can_support_records
(bool): if the data provider can provide children that support recordschildren_can_support_observers
(bool): if the data provider can provide children that support event observationchildren_can_support_messages
(bool): if the data provider can provide children that support messageschildren_identical
(bool): if child data providers are all of the same class and have the same optionsevents
(*UndefinedHash): any events supported by the data providermessages
(*UndefinedHash): any messages supported by the data providersearch_logic_capabilities
(int): a bitfield of supported search logic capabilitiesmapper_keys
(*UndefinedHash): a hash of mapper key informationdesc
(string): the description of the data providertype
(string): the type (class name) of the data providerconstructor_options
(*UndefinedHash): any constructor options supported by the data providercreate_options
(*UndefinedHash): any record creation options supported by the data providerupsert_options
(*UndefinedHash): any record upsert options supported by the data providersearch_options
(*UndefinedHash): any record search options supported by the data providerchild_create_options
(*UndefinedHash): any child creation options supported by the data providerexpressions
(*UndefinedHash): any expressions supported by the data provider (for searches, for example)connection_event
(*string): any connection event for event-capable, connection-oriented data providersdisconnection_event
(*string): any disconnection event for event-capable, connection-oriented data providerschildren
(*list<string>): a list of any data provider childreninfo
(*UndefinedHash): optional provider-specific informationdisplay_name
(string): the display name of the data providershort_desc
(string): the short description of the data provider in plain textchildren_can_support_transactions
(bool): if the data provider can provide children that support transaction managementcontext
(*string): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typesoft
(*bool): soft types are returnedprovider_options
(*UndefinedHash): a hash of constructor options for a data provider when following the URI path through a data provider factory that takes constructor optionscontext
(*string): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typeprovider_options
(*UndefinedHash): a hash of constructor options for a data provider when following the URI path through a data provider factory that takes constructor optionsname
(string): the name of the data providerdisplay_name
(string): the display name of the data providershort_desc
(string): the short description of the data provider in plain textdesc
(string): the description of the data providertype
(string): the type (class name) of the data providersupports_read
(bool): if the data provider supports record read/search actionssupports_create
(bool): if the data provider support record creationsupports_update
(bool): if the data provider supports record updatessupports_upsert
(bool): if the data provider supports record upserts / mergessupports_delete
(bool): if the data provider supports record deletionssupports_native_search
(bool): if the data provider supports a native record search APIsupports_bulk_read
(bool): if the data provider supports bulk record read / search actionssupports_bulk_create
(bool): if the data provider supports bulk record creationsupports_bulk_upsert
(bool): if the data provider supports bulk record upsert / mergessupports_request
(bool): if the data provider supports the request/reply integration pattern (API calls)supports_children
(bool): if the data provider supports childrentransaction_management
(bool): if the data provider supports transaction mgmthas_record
(bool): if the data provider supports recordsrecord_requires_search_options
(bool): if the data provider requires search options when searchingsupports_child_create
(bool): if the data provider supports creating child data providerssupports_child_delete
(bool): if the data provider supports deleting child data providerssupports_add_field
(bool): if the data provider supports the add field APIsupports_update_field
(bool): if the data provider supports the update field APIsupports_delete_field
(bool): if the data provider supports the delete field APIsupports_schema
(bool): if the data provider supports a schemasupports_search_expressions
(bool): if the data provider supports generic search expressionssupports_observable
(bool): if the data provider supports the observer pattern / event APIsupports_messages
(string): if the data provider supports output messages; values are: NONE
(messages not supported), SYNC
(messages supported 1:1 with observed events), ASYNC
(messages supported, no connection to observed events)supports_connections
(bool): if the data provider supports connection status reportingsupports_auto_reconnect
(bool): if the data provider supports automtically reconnecting after lost connectionschildren_can_support_apis
(bool): if the data provider can provide children that support APIschildren_can_support_records
(bool): if the data provider can provide children that support recordschildren_can_support_observers
(bool): if the data provider can provide children that support event observationchildren_can_support_messages
(bool): if the data provider can provide children that support messageschildren_can_support_transactions
(bool): if the data provider can provide children that support transaction managementchildren_identical
(bool): if child data providers are all of the same class and have the same optionssearch_logic_capabilities
(int): a bitfield of supported search logic capabilitiesmapper_keys
(*UndefinedHash): a hash of mapper key informationconstructor_options
(*UndefinedHash): any constructor options supported by the data providercreate_options
(*UndefinedHash): any record creation options supported by the data providerupsert_options
(*UndefinedHash): any record upsert options supported by the data providersearch_options
(*UndefinedHash): any record search options supported by the data providerchild_create_options
(*UndefinedHash): any child creation options supported by the data providerexpressions
(*UndefinedHash): any expressions supported by the data provider (for searches, for example)children
(*list<DataProviderSummaryInfo>): a list of any data provider childreninfo
(*UndefinedHash): optional provider-specific informationcontext
(*string): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typename
(string): the name of the data providerdisplay_name
(string): the display name of the data providershort_desc
(string): the short description of the data provider in plain textdesc
(string): the description of the data providertype
(string): the type (class name) of the data providersupports_read
(bool): if the data provider supports record read/search actionssupports_create
(bool): if the data provider support record creationsupports_update
(bool): if the data provider supports record updatessupports_upsert
(bool): if the data provider supports record upserts / mergessupports_delete
(bool): if the data provider supports record deletionssupports_native_search
(bool): if the data provider supports a native record search APIsupports_bulk_read
(bool): if the data provider supports bulk record read / search actionssupports_bulk_create
(bool): if the data provider supports bulk record creationsupports_bulk_upsert
(bool): if the data provider supports bulk record upsert / mergessupports_request
(bool): if the data provider supports the request/reply integration pattern (API calls)supports_children
(bool): if the data provider supports childrentransaction_management
(bool): if the data provider supports transaction mgmthas_record
(bool): if the data provider supports recordsrecord_requires_search_options
(bool): if the data provider requires search options when searchingsupports_child_create
(bool): if the data provider supports creating child data providerssupports_child_delete
(bool): if the data provider supports deleting child data providerssupports_add_field
(bool): if the data provider supports the add field APIsupports_update_field
(bool): if the data provider supports the update field APIsupports_delete_field
(bool): if the data provider supports the delete field APIsupports_schema
(bool): if the data provider supports a schemasupports_search_expressions
(bool): if the data provider supports generic search expressionssupports_observable
(bool): if the data provider supports the observer pattern / event APIsupports_messages
(string): if the data provider supports output messages; values are: NONE
(messages not supported), SYNC
(messages supported 1:1 with observed events), ASYNC
(messages supported, no connection to observed events)supports_connections
(bool): if the data provider supports connection status reportingsupports_auto_reconnect
(bool): if the data provider supports automtically reconnecting after lost connectionschildren_can_support_apis
(bool): if the data provider can provide children that support APIschildren_can_support_records
(bool): if the data provider can provide children that support recordschildren_can_support_observers
(bool): if the data provider can provide children that support event observationchildren_can_support_messages
(bool): if the data provider can provide children that support messageschildren_can_support_transactions
(bool): if the data provider can provide children that support transaction managementchildren_identical
(bool): if child data providers are all of the same class and have the same optionssearch_logic_capabilities
(int): a bitfield of supported search logic capabilitiesmapper_keys
(*UndefinedHash): a hash of mapper key informationconstructor_options
(*UndefinedHash): any constructor options supported by the data providercreate_options
(*UndefinedHash): any record creation options supported by the data providerupsert_options
(*UndefinedHash): any record upsert options supported by the data providersearch_options
(*UndefinedHash): any record search options supported by the data providerchild_create_options
(*UndefinedHash): any child creation options supported by the data providerexpressions
(*UndefinedHash): any expressions supported by the data provider (for searches, for example)children
(*list<DataProviderSummaryInfo>): a list of any data provider childreninfo
(*UndefinedHash): optional provider-specific informationrecord:
(required) the set of fields making up the new recordcreate_options:
any create options supported by the data provider"OK"
400 Bad Request
: returned if the request has no record
key403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationrequest_options:
request options403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationwhere_cond:
search parameterssearch_options:
search options403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationstream:
(required) the name of the stream to open; must be either:insert:
for an insert streamupsert:
for an upsert streamupsert_options:
any upsert options supported by the data provider (upsert stream only)403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationwhere_cond:
search parametersblock_size:
number of rows in each block (default = 1000)403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationset:
(required) set of fields matching where_conf to updatewhere_cond:
(required) search parameterssearch_options:
search options400 Bad Request
: returned if the request has no set
or where_cond
keys403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationrecord:
(required) the set of fields making up the new recordupsert_options:
any upsert options supported by the data provider400 Bad Request
: returned if the request has no record
key403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationThis URI path provides access information for a particular data request data type
This URI path provides record information for a data provider
provider_options:
the options to be passed to the factory creation method to create the providersoft:
optional; parsed with Qore::parse_boolean(); if True then the type is returned with soft types to be used as the target for a mappersoft:
optional; parsed with Qore::parse_boolean(); if True then the type is returned with soft types to be used as the target for a mapperThis URI path provides the root URI for browsing data providers from datasources
context
(*string): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typetype
(string): one of the following: nav:
a navigation node, data-provider
: a data provider, type:
a data typechildren
(list<DataProviderChildBrowseInfo>): a list of children of the current nodematches_context
(*bool): if True
then the node is a match for the search contextcontext
(*string): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typetype
(string): one of the following: nav:
a navigation node, data-provider
: a data provider, type:
a data typechildren
(list<DataProviderChildBrowseInfo>): a list of children of the current nodematches_context
(*bool): if True
then the node is a match for the search contextcontext
(*string): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typename
(string): the name of the nodecontext
(*string): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typename
(string): the name of the nodeThis URI path provides the root URI for browsing a data provider created from datasources
context
(*string): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typetype
(string): one of the following: nav:
a navigation node, data-provider
: a data provider, type:
a data typechildren
(list<DataProviderChildBrowseInfo>): a list of children of the current nodematches_context
(*bool): if True
then the node is a match for the search contextcontext
(*string): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typeprovider_options
(*UndefinedHash): a hash of constructor options for a data provider when following the URI path through a data provider factory that takes constructor optionstype
(string): one of the following: nav:
a navigation node, data-provider
: a data provider, type:
a data typechildren
(list<DataProviderChildBrowseInfo>): a list of children of the current nodematches_context
(*bool): if True
then the node is a match for the search contextcontext
(*string): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typename
(string): the name of the data providerdisplay_name
(string): the display name of the data providershort_desc
(string): the short description of the data provider in plain textdesc
(string): the description of the data providertype
(string): the type (class name) of the data providersupports_read
(bool): if the data provider supports record read/search actionssupports_create
(bool): if the data provider support record creationsupports_update
(bool): if the data provider supports record updatessupports_upsert
(bool): if the data provider supports record upserts / mergessupports_delete
(bool): if the data provider supports record deletionssupports_native_search
(bool): if the data provider supports a native record search APIsupports_bulk_read
(bool): if the data provider supports bulk record read / search actionssupports_bulk_create
(bool): if the data provider supports bulk record creationsupports_bulk_upsert
(bool): if the data provider supports bulk record upsert / mergessupports_request
(bool): if the data provider supports the request/reply integration pattern (API calls)supports_children
(bool): if the data provider supports childrentransaction_management
(bool): if the data provider supports transaction mgmthas_record
(bool): if the data provider supports recordsrecord_requires_search_options
(bool): if the data provider requires search options when searchingsupports_child_create
(bool): if the data provider supports creating child data providerssupports_child_delete
(bool): if the data provider supports deleting child data providerssupports_add_field
(bool): if the data provider supports the add field APIsupports_update_field
(bool): if the data provider supports the update field APIsupports_delete_field
(bool): if the data provider supports the delete field APIsupports_schema
(bool): if the data provider supports a schemasupports_search_expressions
(bool): if the data provider supports generic search expressionssupports_observable
(bool): if the data provider supports the observer pattern / event APIsupports_messages
(string): if the data provider supports output messages; values are: NONE
(messages not supported), SYNC
(messages supported 1:1 with observed events), ASYNC
(messages supported, no connection to observed events)supports_connections
(bool): if the data provider supports connection status reportingsupports_auto_reconnect
(bool): if the data provider supports automtically reconnecting after lost connectionschildren_can_support_apis
(bool): if the data provider can provide children that support APIschildren_can_support_records
(bool): if the data provider can provide children that support recordschildren_can_support_observers
(bool): if the data provider can provide children that support event observationchildren_can_support_messages
(bool): if the data provider can provide children that support messageschildren_can_support_transactions
(bool): if the data provider can provide children that support transaction managementchildren_identical
(bool): if child data providers are all of the same class and have the same optionssearch_logic_capabilities
(int): a bitfield of supported search logic capabilitiesmapper_keys
(*UndefinedHash): a hash of mapper key informationconstructor_options
(*UndefinedHash): any constructor options supported by the data providercreate_options
(*UndefinedHash): any record creation options supported by the data providerupsert_options
(*UndefinedHash): any record upsert options supported by the data providersearch_options
(*UndefinedHash): any record search options supported by the data providerchild_create_options
(*UndefinedHash): any child creation options supported by the data providerexpressions
(*UndefinedHash): any expressions supported by the data provider (for searches, for example)children
(*list<DataProviderSummaryInfo>): a list of any data provider childreninfo
(*UndefinedHash): optional provider-specific informationcontext
(*string): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typeprovider_options
(*UndefinedHash): a hash of constructor options for a data provider when following the URI path through a data provider factory that takes constructor optionsname
(string): the name of the data providerdisplay_name
(string): the display name of the data providershort_desc
(string): the short description of the data provider in plain textdesc
(string): the description of the data providertype
(string): the type (class name) of the data providersupports_read
(bool): if the data provider supports record read/search actionssupports_create
(bool): if the data provider support record creationsupports_update
(bool): if the data provider supports record updatessupports_upsert
(bool): if the data provider supports record upserts / mergessupports_delete
(bool): if the data provider supports record deletionssupports_native_search
(bool): if the data provider supports a native record search APIsupports_bulk_read
(bool): if the data provider supports bulk record read / search actionssupports_bulk_create
(bool): if the data provider supports bulk record creationsupports_bulk_upsert
(bool): if the data provider supports bulk record upsert / mergessupports_request
(bool): if the data provider supports the request/reply integration pattern (API calls)supports_children
(bool): if the data provider supports childrentransaction_management
(bool): if the data provider supports transaction mgmthas_record
(bool): if the data provider supports recordsrecord_requires_search_options
(bool): if the data provider requires search options when searchingsupports_child_create
(bool): if the data provider supports creating child data providerssupports_child_delete
(bool): if the data provider supports deleting child data providerssupports_add_field
(bool): if the data provider supports the add field APIsupports_update_field
(bool): if the data provider supports the update field APIsupports_delete_field
(bool): if the data provider supports the delete field APIsupports_schema
(bool): if the data provider supports a schemasupports_search_expressions
(bool): if the data provider supports generic search expressionssupports_observable
(bool): if the data provider supports the observer pattern / event APIsupports_messages
(string): if the data provider supports output messages; values are: NONE
(messages not supported), SYNC
(messages supported 1:1 with observed events), ASYNC
(messages supported, no connection to observed events)supports_connections
(bool): if the data provider supports connection status reportingsupports_auto_reconnect
(bool): if the data provider supports automtically reconnecting after lost connectionschildren_can_support_apis
(bool): if the data provider can provide children that support APIschildren_can_support_records
(bool): if the data provider can provide children that support recordschildren_can_support_observers
(bool): if the data provider can provide children that support event observationchildren_can_support_messages
(bool): if the data provider can provide children that support messageschildren_can_support_transactions
(bool): if the data provider can provide children that support transaction managementchildren_identical
(bool): if child data providers are all of the same class and have the same optionssearch_logic_capabilities
(int): a bitfield of supported search logic capabilitiesmapper_keys
(*UndefinedHash): a hash of mapper key informationconstructor_options
(*UndefinedHash): any constructor options supported by the data providercreate_options
(*UndefinedHash): any record creation options supported by the data providerupsert_options
(*UndefinedHash): any record upsert options supported by the data providersearch_options
(*UndefinedHash): any record search options supported by the data providerchild_create_options
(*UndefinedHash): any child creation options supported by the data providerexpressions
(*UndefinedHash): any expressions supported by the data provider (for searches, for example)children
(*list<DataProviderSummaryInfo>): a list of any data provider childreninfo
(*UndefinedHash): optional provider-specific informationwhere_cond:
search parameters for records to be deletedsearch_options:
search options400 Bad Request
: returned if the request has no where_cond
key403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationcontext
(*string): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typename
(string): the name of the data providerdisplay_name
(string): the display name of the data providershort_desc
(string): the short description of the data provider in plain textdesc
(string): the description of the data providertype
(string): the type (class name) of the data providersupports_read
(bool): if the data provider supports record read/search actionssupports_create
(bool): if the data provider support record creationsupports_update
(bool): if the data provider supports record updatessupports_upsert
(bool): if the data provider supports record upserts / mergessupports_delete
(bool): if the data provider supports record deletionssupports_native_search
(bool): if the data provider supports a native record search APIsupports_bulk_read
(bool): if the data provider supports bulk record read / search actionssupports_bulk_create
(bool): if the data provider supports bulk record creationsupports_bulk_upsert
(bool): if the data provider supports bulk record upsert / mergessupports_request
(bool): if the data provider supports the request/reply integration pattern (API calls)supports_children
(bool): if the data provider supports childrentransaction_management
(bool): if the data provider supports transaction mgmthas_record
(bool): if the data provider supports recordsrecord_requires_search_options
(bool): if the data provider requires search options when searchingsupports_child_create
(bool): if the data provider supports creating child data providerssupports_child_delete
(bool): if the data provider supports deleting child data providerssupports_add_field
(bool): if the data provider supports the add field APIsupports_update_field
(bool): if the data provider supports the update field APIsupports_delete_field
(bool): if the data provider supports the delete field APIsupports_schema
(bool): if the data provider supports a schemasupports_search_expressions
(bool): if the data provider supports generic search expressionssupports_observable
(bool): if the data provider supports the observer pattern / event APIsupports_messages
(string): if the data provider supports output messages; values are: NONE
(messages not supported), SYNC
(messages supported 1:1 with observed events), ASYNC
(messages supported, no connection to observed events)supports_connections
(bool): if the data provider supports connection status reportingsupports_auto_reconnect
(bool): if the data provider supports automtically reconnecting after lost connectionschildren_can_support_apis
(bool): if the data provider can provide children that support APIschildren_can_support_records
(bool): if the data provider can provide children that support recordschildren_can_support_observers
(bool): if the data provider can provide children that support event observationchildren_can_support_messages
(bool): if the data provider can provide children that support messageschildren_can_support_transactions
(bool): if the data provider can provide children that support transaction managementchildren_identical
(bool): if child data providers are all of the same class and have the same optionssearch_logic_capabilities
(int): a bitfield of supported search logic capabilitiesmapper_keys
(*UndefinedHash): a hash of mapper key informationconstructor_options
(*UndefinedHash): any constructor options supported by the data providercreate_options
(*UndefinedHash): any record creation options supported by the data providerupsert_options
(*UndefinedHash): any record upsert options supported by the data providersearch_options
(*UndefinedHash): any record search options supported by the data providerchild_create_options
(*UndefinedHash): any child creation options supported by the data providerexpressions
(*UndefinedHash): any expressions supported by the data provider (for searches, for example)children
(*list<DataProviderSummaryInfo>): a list of any data provider childreninfo
(*UndefinedHash): optional provider-specific informationcontext
(*string): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typeprovider_options
(*UndefinedHash): any options to be passed to a factory creation method when accessing this URI endpoint through a factoryname
(string): the name of the data providersupports_read
(bool): if the data provider supports record read/search actionssupports_create
(bool): if the data provider support record creationsupports_update
(bool): if the data provider supports record updatessupports_upsert
(bool): if the data provider supports record upserts / mergessupports_delete
(bool): if the data provider supports record deletionssupports_native_search
(bool): if the data provider supports a native record search APIsupports_bulk_read
(bool): if the data provider supports bulk record read / search actionssupports_bulk_create
(bool): if the data provider supports bulk record creationsupports_bulk_upsert
(bool): if the data provider supports bulk record upsert / mergessupports_request
(bool): if the data provider supports the request/reply integration pattern (API calls)supports_children
(bool): if the data provider supports childrentransaction_management
(bool): if the data provider supports transaction mgmthas_record
(bool): if the data provider supports recordsrecord_requires_search_options
(bool): if the data provider requires search options when searchingsupports_child_create
(bool): if the data provider supports creating child data providerssupports_child_delete
(bool): if the data provider supports deleting child data providerssupports_add_field
(bool): if the data provider supports the add field APIsupports_update_field
(bool): if the data provider supports the update field APIsupports_delete_field
(bool): if the data provider supports the delete field APIsupports_schema
(bool): if the data provider supports a schemasupports_search_expressions
(bool): if the data provider supports generic search expressionssupports_observable
(bool): if the data provider supports the observer pattern / event APIsupports_messages
(string): if the data provider supports output messages; values are: NONE
(messages not supported), SYNC
(messages supported 1:1 with observed events), ASYNC
(messages supported, no connection to observed events)supports_connections
(bool): if the data provider supports connection status reportingsupports_auto_reconnect
(bool): if the data provider supports automtically reconnecting after lost connectionschildren_can_support_apis
(bool): if the data provider can provide children that support APIschildren_can_support_records
(bool): if the data provider can provide children that support recordschildren_can_support_observers
(bool): if the data provider can provide children that support event observationchildren_can_support_messages
(bool): if the data provider can provide children that support messageschildren_identical
(bool): if child data providers are all of the same class and have the same optionsevents
(*UndefinedHash): any events supported by the data providermessages
(*UndefinedHash): any messages supported by the data providersearch_logic_capabilities
(int): a bitfield of supported search logic capabilitiesmapper_keys
(*UndefinedHash): a hash of mapper key informationdesc
(string): the description of the data providertype
(string): the type (class name) of the data providerconstructor_options
(*UndefinedHash): any constructor options supported by the data providercreate_options
(*UndefinedHash): any record creation options supported by the data providerupsert_options
(*UndefinedHash): any record upsert options supported by the data providersearch_options
(*UndefinedHash): any record search options supported by the data providerchild_create_options
(*UndefinedHash): any child creation options supported by the data providerexpressions
(*UndefinedHash): any expressions supported by the data provider (for searches, for example)connection_event
(*string): any connection event for event-capable, connection-oriented data providersdisconnection_event
(*string): any disconnection event for event-capable, connection-oriented data providerschildren
(*list<string>): a list of any data provider childreninfo
(*UndefinedHash): optional provider-specific informationdisplay_name
(string): the display name of the data providershort_desc
(string): the short description of the data provider in plain textchildren_can_support_transactions
(bool): if the data provider can provide children that support transaction managementcontext
(*string): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typesoft
(*bool): soft types are returnedprovider_options
(*UndefinedHash): a hash of constructor options for a data provider when following the URI path through a data provider factory that takes constructor optionscontext
(*string): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typeprovider_options
(*UndefinedHash): a hash of constructor options for a data provider when following the URI path through a data provider factory that takes constructor optionsname
(string): the name of the data providerdisplay_name
(string): the display name of the data providershort_desc
(string): the short description of the data provider in plain textdesc
(string): the description of the data providertype
(string): the type (class name) of the data providersupports_read
(bool): if the data provider supports record read/search actionssupports_create
(bool): if the data provider support record creationsupports_update
(bool): if the data provider supports record updatessupports_upsert
(bool): if the data provider supports record upserts / mergessupports_delete
(bool): if the data provider supports record deletionssupports_native_search
(bool): if the data provider supports a native record search APIsupports_bulk_read
(bool): if the data provider supports bulk record read / search actionssupports_bulk_create
(bool): if the data provider supports bulk record creationsupports_bulk_upsert
(bool): if the data provider supports bulk record upsert / mergessupports_request
(bool): if the data provider supports the request/reply integration pattern (API calls)supports_children
(bool): if the data provider supports childrentransaction_management
(bool): if the data provider supports transaction mgmthas_record
(bool): if the data provider supports recordsrecord_requires_search_options
(bool): if the data provider requires search options when searchingsupports_child_create
(bool): if the data provider supports creating child data providerssupports_child_delete
(bool): if the data provider supports deleting child data providerssupports_add_field
(bool): if the data provider supports the add field APIsupports_update_field
(bool): if the data provider supports the update field APIsupports_delete_field
(bool): if the data provider supports the delete field APIsupports_schema
(bool): if the data provider supports a schemasupports_search_expressions
(bool): if the data provider supports generic search expressionssupports_observable
(bool): if the data provider supports the observer pattern / event APIsupports_messages
(string): if the data provider supports output messages; values are: NONE
(messages not supported), SYNC
(messages supported 1:1 with observed events), ASYNC
(messages supported, no connection to observed events)supports_connections
(bool): if the data provider supports connection status reportingsupports_auto_reconnect
(bool): if the data provider supports automtically reconnecting after lost connectionschildren_can_support_apis
(bool): if the data provider can provide children that support APIschildren_can_support_records
(bool): if the data provider can provide children that support recordschildren_can_support_observers
(bool): if the data provider can provide children that support event observationchildren_can_support_messages
(bool): if the data provider can provide children that support messageschildren_can_support_transactions
(bool): if the data provider can provide children that support transaction managementchildren_identical
(bool): if child data providers are all of the same class and have the same optionssearch_logic_capabilities
(int): a bitfield of supported search logic capabilitiesmapper_keys
(*UndefinedHash): a hash of mapper key informationconstructor_options
(*UndefinedHash): any constructor options supported by the data providercreate_options
(*UndefinedHash): any record creation options supported by the data providerupsert_options
(*UndefinedHash): any record upsert options supported by the data providersearch_options
(*UndefinedHash): any record search options supported by the data providerchild_create_options
(*UndefinedHash): any child creation options supported by the data providerexpressions
(*UndefinedHash): any expressions supported by the data provider (for searches, for example)children
(*list<DataProviderSummaryInfo>): a list of any data provider childreninfo
(*UndefinedHash): optional provider-specific informationcontext
(*string): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typename
(string): the name of the data providerdisplay_name
(string): the display name of the data providershort_desc
(string): the short description of the data provider in plain textdesc
(string): the description of the data providertype
(string): the type (class name) of the data providersupports_read
(bool): if the data provider supports record read/search actionssupports_create
(bool): if the data provider support record creationsupports_update
(bool): if the data provider supports record updatessupports_upsert
(bool): if the data provider supports record upserts / mergessupports_delete
(bool): if the data provider supports record deletionssupports_native_search
(bool): if the data provider supports a native record search APIsupports_bulk_read
(bool): if the data provider supports bulk record read / search actionssupports_bulk_create
(bool): if the data provider supports bulk record creationsupports_bulk_upsert
(bool): if the data provider supports bulk record upsert / mergessupports_request
(bool): if the data provider supports the request/reply integration pattern (API calls)supports_children
(bool): if the data provider supports childrentransaction_management
(bool): if the data provider supports transaction mgmthas_record
(bool): if the data provider supports recordsrecord_requires_search_options
(bool): if the data provider requires search options when searchingsupports_child_create
(bool): if the data provider supports creating child data providerssupports_child_delete
(bool): if the data provider supports deleting child data providerssupports_add_field
(bool): if the data provider supports the add field APIsupports_update_field
(bool): if the data provider supports the update field APIsupports_delete_field
(bool): if the data provider supports the delete field APIsupports_schema
(bool): if the data provider supports a schemasupports_search_expressions
(bool): if the data provider supports generic search expressionssupports_observable
(bool): if the data provider supports the observer pattern / event APIsupports_messages
(string): if the data provider supports output messages; values are: NONE
(messages not supported), SYNC
(messages supported 1:1 with observed events), ASYNC
(messages supported, no connection to observed events)supports_connections
(bool): if the data provider supports connection status reportingsupports_auto_reconnect
(bool): if the data provider supports automtically reconnecting after lost connectionschildren_can_support_apis
(bool): if the data provider can provide children that support APIschildren_can_support_records
(bool): if the data provider can provide children that support recordschildren_can_support_observers
(bool): if the data provider can provide children that support event observationchildren_can_support_messages
(bool): if the data provider can provide children that support messageschildren_can_support_transactions
(bool): if the data provider can provide children that support transaction managementchildren_identical
(bool): if child data providers are all of the same class and have the same optionssearch_logic_capabilities
(int): a bitfield of supported search logic capabilitiesmapper_keys
(*UndefinedHash): a hash of mapper key informationconstructor_options
(*UndefinedHash): any constructor options supported by the data providercreate_options
(*UndefinedHash): any record creation options supported by the data providerupsert_options
(*UndefinedHash): any record upsert options supported by the data providersearch_options
(*UndefinedHash): any record search options supported by the data providerchild_create_options
(*UndefinedHash): any child creation options supported by the data providerexpressions
(*UndefinedHash): any expressions supported by the data provider (for searches, for example)children
(*list<DataProviderSummaryInfo>): a list of any data provider childreninfo
(*UndefinedHash): optional provider-specific informationrecord:
(required) the set of fields making up the new recordcreate_options:
any create options supported by the data provider"OK"
400 Bad Request
: returned if the request has no record
key403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationrequest_options:
request options403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationwhere_cond:
search parameterssearch_options:
search options403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationstream:
(required) the name of the stream to open; must be either:insert:
for an insert streamupsert:
for an upsert streamupsert_options:
any upsert options supported by the data provider (upsert stream only)403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationwhere_cond:
search parametersblock_size:
number of rows in each block (default = 1000)403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationset:
(required) set of fields matching where_conf to updatewhere_cond:
(required) search parameterssearch_options:
search options400 Bad Request
: returned if the request has no set
or where_cond
keys403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationrecord:
(required) the set of fields making up the new recordupsert_options:
any upsert options supported by the data provider400 Bad Request
: returned if the request has no record
key403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationThis URI path provides access information for a particular data request data type
This URI path provides record information for a data provider
provider_options:
the options to be passed to the factory creation method to create the providersoft:
optional; parsed with Qore::parse_boolean(); if True then the type is returned with soft types to be used as the target for a mappersoft:
optional; parsed with Qore::parse_boolean(); if True then the type is returned with soft types to be used as the target for a mapperThis URI path provides the root URI for browsing data provider factories
context
(*string): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typetype
(string): one of the following: nav:
a navigation node, data-provider
: a data provider, type:
a data typechildren
(list<DataProviderChildBrowseInfo>): a list of children of the current nodematches_context
(*bool): if True
then the node is a match for the search contextcontext
(*string): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typetype
(string): one of the following: nav:
a navigation node, data-provider
: a data provider, type:
a data typechildren
(list<DataProviderChildBrowseInfo>): a list of children of the current nodematches_context
(*bool): if True
then the node is a match for the search contextcontext
(*string): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typename
(string): the name of the nodecontext
(*string): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typename
(string): the name of the nodeThis URI path provides the root URI for browsing a data provider create from a data provider factory
context
(*string): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typetype
(string): one of the following: nav:
a navigation node, data-provider
: a data provider, type:
a data typechildren
(list<DataProviderChildBrowseInfo>): a list of children of the current nodematches_context
(*bool): if True
then the node is a match for the search contextcontext
(*string): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typeprovider_options
(*UndefinedHash): a hash of constructor options for a data provider when following the URI path through a data provider factory that takes constructor optionstype
(string): one of the following: nav:
a navigation node, data-provider
: a data provider, type:
a data typechildren
(list<DataProviderChildBrowseInfo>): a list of children of the current nodematches_context
(*bool): if True
then the node is a match for the search contextcontext
(*string): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typename
(string): the name of the data providerdisplay_name
(string): the display name of the data providershort_desc
(string): the short description of the data provider in plain textdesc
(string): the description of the data providertype
(string): the type (class name) of the data providersupports_read
(bool): if the data provider supports record read/search actionssupports_create
(bool): if the data provider support record creationsupports_update
(bool): if the data provider supports record updatessupports_upsert
(bool): if the data provider supports record upserts / mergessupports_delete
(bool): if the data provider supports record deletionssupports_native_search
(bool): if the data provider supports a native record search APIsupports_bulk_read
(bool): if the data provider supports bulk record read / search actionssupports_bulk_create
(bool): if the data provider supports bulk record creationsupports_bulk_upsert
(bool): if the data provider supports bulk record upsert / mergessupports_request
(bool): if the data provider supports the request/reply integration pattern (API calls)supports_children
(bool): if the data provider supports childrentransaction_management
(bool): if the data provider supports transaction mgmthas_record
(bool): if the data provider supports recordsrecord_requires_search_options
(bool): if the data provider requires search options when searchingsupports_child_create
(bool): if the data provider supports creating child data providerssupports_child_delete
(bool): if the data provider supports deleting child data providerssupports_add_field
(bool): if the data provider supports the add field APIsupports_update_field
(bool): if the data provider supports the update field APIsupports_delete_field
(bool): if the data provider supports the delete field APIsupports_schema
(bool): if the data provider supports a schemasupports_search_expressions
(bool): if the data provider supports generic search expressionssupports_observable
(bool): if the data provider supports the observer pattern / event APIsupports_messages
(string): if the data provider supports output messages; values are: NONE
(messages not supported), SYNC
(messages supported 1:1 with observed events), ASYNC
(messages supported, no connection to observed events)supports_connections
(bool): if the data provider supports connection status reportingsupports_auto_reconnect
(bool): if the data provider supports automtically reconnecting after lost connectionschildren_can_support_apis
(bool): if the data provider can provide children that support APIschildren_can_support_records
(bool): if the data provider can provide children that support recordschildren_can_support_observers
(bool): if the data provider can provide children that support event observationchildren_can_support_messages
(bool): if the data provider can provide children that support messageschildren_can_support_transactions
(bool): if the data provider can provide children that support transaction managementchildren_identical
(bool): if child data providers are all of the same class and have the same optionssearch_logic_capabilities
(int): a bitfield of supported search logic capabilitiesmapper_keys
(*UndefinedHash): a hash of mapper key informationconstructor_options
(*UndefinedHash): any constructor options supported by the data providercreate_options
(*UndefinedHash): any record creation options supported by the data providerupsert_options
(*UndefinedHash): any record upsert options supported by the data providersearch_options
(*UndefinedHash): any record search options supported by the data providerchild_create_options
(*UndefinedHash): any child creation options supported by the data providerexpressions
(*UndefinedHash): any expressions supported by the data provider (for searches, for example)children
(*list<DataProviderSummaryInfo>): a list of any data provider childreninfo
(*UndefinedHash): optional provider-specific informationcontext
(*string): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typeprovider_options
(*UndefinedHash): a hash of constructor options for a data provider when following the URI path through a data provider factory that takes constructor optionsname
(string): the name of the data providerdisplay_name
(string): the display name of the data providershort_desc
(string): the short description of the data provider in plain textdesc
(string): the description of the data providertype
(string): the type (class name) of the data providersupports_read
(bool): if the data provider supports record read/search actionssupports_create
(bool): if the data provider support record creationsupports_update
(bool): if the data provider supports record updatessupports_upsert
(bool): if the data provider supports record upserts / mergessupports_delete
(bool): if the data provider supports record deletionssupports_native_search
(bool): if the data provider supports a native record search APIsupports_bulk_read
(bool): if the data provider supports bulk record read / search actionssupports_bulk_create
(bool): if the data provider supports bulk record creationsupports_bulk_upsert
(bool): if the data provider supports bulk record upsert / mergessupports_request
(bool): if the data provider supports the request/reply integration pattern (API calls)supports_children
(bool): if the data provider supports childrentransaction_management
(bool): if the data provider supports transaction mgmthas_record
(bool): if the data provider supports recordsrecord_requires_search_options
(bool): if the data provider requires search options when searchingsupports_child_create
(bool): if the data provider supports creating child data providerssupports_child_delete
(bool): if the data provider supports deleting child data providerssupports_add_field
(bool): if the data provider supports the add field APIsupports_update_field
(bool): if the data provider supports the update field APIsupports_delete_field
(bool): if the data provider supports the delete field APIsupports_schema
(bool): if the data provider supports a schemasupports_search_expressions
(bool): if the data provider supports generic search expressionssupports_observable
(bool): if the data provider supports the observer pattern / event APIsupports_messages
(string): if the data provider supports output messages; values are: NONE
(messages not supported), SYNC
(messages supported 1:1 with observed events), ASYNC
(messages supported, no connection to observed events)supports_connections
(bool): if the data provider supports connection status reportingsupports_auto_reconnect
(bool): if the data provider supports automtically reconnecting after lost connectionschildren_can_support_apis
(bool): if the data provider can provide children that support APIschildren_can_support_records
(bool): if the data provider can provide children that support recordschildren_can_support_observers
(bool): if the data provider can provide children that support event observationchildren_can_support_messages
(bool): if the data provider can provide children that support messageschildren_can_support_transactions
(bool): if the data provider can provide children that support transaction managementchildren_identical
(bool): if child data providers are all of the same class and have the same optionssearch_logic_capabilities
(int): a bitfield of supported search logic capabilitiesmapper_keys
(*UndefinedHash): a hash of mapper key informationconstructor_options
(*UndefinedHash): any constructor options supported by the data providercreate_options
(*UndefinedHash): any record creation options supported by the data providerupsert_options
(*UndefinedHash): any record upsert options supported by the data providersearch_options
(*UndefinedHash): any record search options supported by the data providerchild_create_options
(*UndefinedHash): any child creation options supported by the data providerexpressions
(*UndefinedHash): any expressions supported by the data provider (for searches, for example)children
(*list<DataProviderSummaryInfo>): a list of any data provider childreninfo
(*UndefinedHash): optional provider-specific informationwhere_cond:
search parameters for records to be deletedsearch_options:
search options400 Bad Request
: returned if the request has no where_cond
key403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationcontext
(*string): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typename
(string): the name of the data providerdisplay_name
(string): the display name of the data providershort_desc
(string): the short description of the data provider in plain textdesc
(string): the description of the data providertype
(string): the type (class name) of the data providersupports_read
(bool): if the data provider supports record read/search actionssupports_create
(bool): if the data provider support record creationsupports_update
(bool): if the data provider supports record updatessupports_upsert
(bool): if the data provider supports record upserts / mergessupports_delete
(bool): if the data provider supports record deletionssupports_native_search
(bool): if the data provider supports a native record search APIsupports_bulk_read
(bool): if the data provider supports bulk record read / search actionssupports_bulk_create
(bool): if the data provider supports bulk record creationsupports_bulk_upsert
(bool): if the data provider supports bulk record upsert / mergessupports_request
(bool): if the data provider supports the request/reply integration pattern (API calls)supports_children
(bool): if the data provider supports childrentransaction_management
(bool): if the data provider supports transaction mgmthas_record
(bool): if the data provider supports recordsrecord_requires_search_options
(bool): if the data provider requires search options when searchingsupports_child_create
(bool): if the data provider supports creating child data providerssupports_child_delete
(bool): if the data provider supports deleting child data providerssupports_add_field
(bool): if the data provider supports the add field APIsupports_update_field
(bool): if the data provider supports the update field APIsupports_delete_field
(bool): if the data provider supports the delete field APIsupports_schema
(bool): if the data provider supports a schemasupports_search_expressions
(bool): if the data provider supports generic search expressionssupports_observable
(bool): if the data provider supports the observer pattern / event APIsupports_messages
(string): if the data provider supports output messages; values are: NONE
(messages not supported), SYNC
(messages supported 1:1 with observed events), ASYNC
(messages supported, no connection to observed events)supports_connections
(bool): if the data provider supports connection status reportingsupports_auto_reconnect
(bool): if the data provider supports automtically reconnecting after lost connectionschildren_can_support_apis
(bool): if the data provider can provide children that support APIschildren_can_support_records
(bool): if the data provider can provide children that support recordschildren_can_support_observers
(bool): if the data provider can provide children that support event observationchildren_can_support_messages
(bool): if the data provider can provide children that support messageschildren_can_support_transactions
(bool): if the data provider can provide children that support transaction managementchildren_identical
(bool): if child data providers are all of the same class and have the same optionssearch_logic_capabilities
(int): a bitfield of supported search logic capabilitiesmapper_keys
(*UndefinedHash): a hash of mapper key informationconstructor_options
(*UndefinedHash): any constructor options supported by the data providercreate_options
(*UndefinedHash): any record creation options supported by the data providerupsert_options
(*UndefinedHash): any record upsert options supported by the data providersearch_options
(*UndefinedHash): any record search options supported by the data providerchild_create_options
(*UndefinedHash): any child creation options supported by the data providerexpressions
(*UndefinedHash): any expressions supported by the data provider (for searches, for example)children
(*list<DataProviderSummaryInfo>): a list of any data provider childreninfo
(*UndefinedHash): optional provider-specific informationcontext
(*string): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typeprovider_options
(*UndefinedHash): any options to be passed to a factory creation method when accessing this URI endpoint through a factoryname
(string): the name of the data providersupports_read
(bool): if the data provider supports record read/search actionssupports_create
(bool): if the data provider support record creationsupports_update
(bool): if the data provider supports record updatessupports_upsert
(bool): if the data provider supports record upserts / mergessupports_delete
(bool): if the data provider supports record deletionssupports_native_search
(bool): if the data provider supports a native record search APIsupports_bulk_read
(bool): if the data provider supports bulk record read / search actionssupports_bulk_create
(bool): if the data provider supports bulk record creationsupports_bulk_upsert
(bool): if the data provider supports bulk record upsert / mergessupports_request
(bool): if the data provider supports the request/reply integration pattern (API calls)supports_children
(bool): if the data provider supports childrentransaction_management
(bool): if the data provider supports transaction mgmthas_record
(bool): if the data provider supports recordsrecord_requires_search_options
(bool): if the data provider requires search options when searchingsupports_child_create
(bool): if the data provider supports creating child data providerssupports_child_delete
(bool): if the data provider supports deleting child data providerssupports_add_field
(bool): if the data provider supports the add field APIsupports_update_field
(bool): if the data provider supports the update field APIsupports_delete_field
(bool): if the data provider supports the delete field APIsupports_schema
(bool): if the data provider supports a schemasupports_search_expressions
(bool): if the data provider supports generic search expressionssupports_observable
(bool): if the data provider supports the observer pattern / event APIsupports_messages
(string): if the data provider supports output messages; values are: NONE
(messages not supported), SYNC
(messages supported 1:1 with observed events), ASYNC
(messages supported, no connection to observed events)supports_connections
(bool): if the data provider supports connection status reportingsupports_auto_reconnect
(bool): if the data provider supports automtically reconnecting after lost connectionschildren_can_support_apis
(bool): if the data provider can provide children that support APIschildren_can_support_records
(bool): if the data provider can provide children that support recordschildren_can_support_observers
(bool): if the data provider can provide children that support event observationchildren_can_support_messages
(bool): if the data provider can provide children that support messageschildren_identical
(bool): if child data providers are all of the same class and have the same optionsevents
(*UndefinedHash): any events supported by the data providermessages
(*UndefinedHash): any messages supported by the data providersearch_logic_capabilities
(int): a bitfield of supported search logic capabilitiesmapper_keys
(*UndefinedHash): a hash of mapper key informationdesc
(string): the description of the data providertype
(string): the type (class name) of the data providerconstructor_options
(*UndefinedHash): any constructor options supported by the data providercreate_options
(*UndefinedHash): any record creation options supported by the data providerupsert_options
(*UndefinedHash): any record upsert options supported by the data providersearch_options
(*UndefinedHash): any record search options supported by the data providerchild_create_options
(*UndefinedHash): any child creation options supported by the data providerexpressions
(*UndefinedHash): any expressions supported by the data provider (for searches, for example)connection_event
(*string): any connection event for event-capable, connection-oriented data providersdisconnection_event
(*string): any disconnection event for event-capable, connection-oriented data providerschildren
(*list<string>): a list of any data provider childreninfo
(*UndefinedHash): optional provider-specific informationdisplay_name
(string): the display name of the data providershort_desc
(string): the short description of the data provider in plain textchildren_can_support_transactions
(bool): if the data provider can provide children that support transaction managementcontext
(*string): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typesoft
(*bool): soft types are returnedprovider_options
(*UndefinedHash): a hash of constructor options for a data provider when following the URI path through a data provider factory that takes constructor optionscontext
(*string): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typeprovider_options
(*UndefinedHash): a hash of constructor options for a data provider when following the URI path through a data provider factory that takes constructor optionsname
(string): the name of the data providerdisplay_name
(string): the display name of the data providershort_desc
(string): the short description of the data provider in plain textdesc
(string): the description of the data providertype
(string): the type (class name) of the data providersupports_read
(bool): if the data provider supports record read/search actionssupports_create
(bool): if the data provider support record creationsupports_update
(bool): if the data provider supports record updatessupports_upsert
(bool): if the data provider supports record upserts / mergessupports_delete
(bool): if the data provider supports record deletionssupports_native_search
(bool): if the data provider supports a native record search APIsupports_bulk_read
(bool): if the data provider supports bulk record read / search actionssupports_bulk_create
(bool): if the data provider supports bulk record creationsupports_bulk_upsert
(bool): if the data provider supports bulk record upsert / mergessupports_request
(bool): if the data provider supports the request/reply integration pattern (API calls)supports_children
(bool): if the data provider supports childrentransaction_management
(bool): if the data provider supports transaction mgmthas_record
(bool): if the data provider supports recordsrecord_requires_search_options
(bool): if the data provider requires search options when searchingsupports_child_create
(bool): if the data provider supports creating child data providerssupports_child_delete
(bool): if the data provider supports deleting child data providerssupports_add_field
(bool): if the data provider supports the add field APIsupports_update_field
(bool): if the data provider supports the update field APIsupports_delete_field
(bool): if the data provider supports the delete field APIsupports_schema
(bool): if the data provider supports a schemasupports_search_expressions
(bool): if the data provider supports generic search expressionssupports_observable
(bool): if the data provider supports the observer pattern / event APIsupports_messages
(string): if the data provider supports output messages; values are: NONE
(messages not supported), SYNC
(messages supported 1:1 with observed events), ASYNC
(messages supported, no connection to observed events)supports_connections
(bool): if the data provider supports connection status reportingsupports_auto_reconnect
(bool): if the data provider supports automtically reconnecting after lost connectionschildren_can_support_apis
(bool): if the data provider can provide children that support APIschildren_can_support_records
(bool): if the data provider can provide children that support recordschildren_can_support_observers
(bool): if the data provider can provide children that support event observationchildren_can_support_messages
(bool): if the data provider can provide children that support messageschildren_can_support_transactions
(bool): if the data provider can provide children that support transaction managementchildren_identical
(bool): if child data providers are all of the same class and have the same optionssearch_logic_capabilities
(int): a bitfield of supported search logic capabilitiesmapper_keys
(*UndefinedHash): a hash of mapper key informationconstructor_options
(*UndefinedHash): any constructor options supported by the data providercreate_options
(*UndefinedHash): any record creation options supported by the data providerupsert_options
(*UndefinedHash): any record upsert options supported by the data providersearch_options
(*UndefinedHash): any record search options supported by the data providerchild_create_options
(*UndefinedHash): any child creation options supported by the data providerexpressions
(*UndefinedHash): any expressions supported by the data provider (for searches, for example)children
(*list<DataProviderSummaryInfo>): a list of any data provider childreninfo
(*UndefinedHash): optional provider-specific informationcontext
(*string): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typename
(string): the name of the data providerdisplay_name
(string): the display name of the data providershort_desc
(string): the short description of the data provider in plain textdesc
(string): the description of the data providertype
(string): the type (class name) of the data providersupports_read
(bool): if the data provider supports record read/search actionssupports_create
(bool): if the data provider support record creationsupports_update
(bool): if the data provider supports record updatessupports_upsert
(bool): if the data provider supports record upserts / mergessupports_delete
(bool): if the data provider supports record deletionssupports_native_search
(bool): if the data provider supports a native record search APIsupports_bulk_read
(bool): if the data provider supports bulk record read / search actionssupports_bulk_create
(bool): if the data provider supports bulk record creationsupports_bulk_upsert
(bool): if the data provider supports bulk record upsert / mergessupports_request
(bool): if the data provider supports the request/reply integration pattern (API calls)supports_children
(bool): if the data provider supports childrentransaction_management
(bool): if the data provider supports transaction mgmthas_record
(bool): if the data provider supports recordsrecord_requires_search_options
(bool): if the data provider requires search options when searchingsupports_child_create
(bool): if the data provider supports creating child data providerssupports_child_delete
(bool): if the data provider supports deleting child data providerssupports_add_field
(bool): if the data provider supports the add field APIsupports_update_field
(bool): if the data provider supports the update field APIsupports_delete_field
(bool): if the data provider supports the delete field APIsupports_schema
(bool): if the data provider supports a schemasupports_search_expressions
(bool): if the data provider supports generic search expressionssupports_observable
(bool): if the data provider supports the observer pattern / event APIsupports_messages
(string): if the data provider supports output messages; values are: NONE
(messages not supported), SYNC
(messages supported 1:1 with observed events), ASYNC
(messages supported, no connection to observed events)supports_connections
(bool): if the data provider supports connection status reportingsupports_auto_reconnect
(bool): if the data provider supports automtically reconnecting after lost connectionschildren_can_support_apis
(bool): if the data provider can provide children that support APIschildren_can_support_records
(bool): if the data provider can provide children that support recordschildren_can_support_observers
(bool): if the data provider can provide children that support event observationchildren_can_support_messages
(bool): if the data provider can provide children that support messageschildren_can_support_transactions
(bool): if the data provider can provide children that support transaction managementchildren_identical
(bool): if child data providers are all of the same class and have the same optionssearch_logic_capabilities
(int): a bitfield of supported search logic capabilitiesmapper_keys
(*UndefinedHash): a hash of mapper key informationconstructor_options
(*UndefinedHash): any constructor options supported by the data providercreate_options
(*UndefinedHash): any record creation options supported by the data providerupsert_options
(*UndefinedHash): any record upsert options supported by the data providersearch_options
(*UndefinedHash): any record search options supported by the data providerchild_create_options
(*UndefinedHash): any child creation options supported by the data providerexpressions
(*UndefinedHash): any expressions supported by the data provider (for searches, for example)children
(*list<DataProviderSummaryInfo>): a list of any data provider childreninfo
(*UndefinedHash): optional provider-specific informationrecord:
(required) the set of fields making up the new recordcreate_options:
any create options supported by the data provider"OK"
400 Bad Request
: returned if the request has no record
key403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationrequest_options:
request options403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationwhere_cond:
search parameterssearch_options:
search options403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationstream:
(required) the name of the stream to open; must be either:insert:
for an insert streamupsert:
for an upsert streamupsert_options:
any upsert options supported by the data provider (upsert stream only)403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationwhere_cond:
search parametersblock_size:
number of rows in each block (default = 1000)403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationset:
(required) set of fields matching where_conf to updatewhere_cond:
(required) search parameterssearch_options:
search options400 Bad Request
: returned if the request has no set
or where_cond
keys403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationrecord:
(required) the set of fields making up the new recordupsert_options:
any upsert options supported by the data provider400 Bad Request
: returned if the request has no record
key403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationThis URI path provides access information for a particular data request data type
This URI path provides record information for a data provider
provider_options:
the options to be passed to the factory creation method to create the providersoft:
optional; parsed with Qore::parse_boolean(); if True then the type is returned with soft types to be used as the target for a mappersoft:
optional; parsed with Qore::parse_boolean(); if True then the type is returned with soft types to be used as the target for a mapperThis URI path provides the root URI for browsing data providers from remote Qorus connections
context
(*string): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typetype
(string): one of the following: nav:
a navigation node, data-provider
: a data provider, type:
a data typechildren
(list<DataProviderChildBrowseInfo>): a list of children of the current nodematches_context
(*bool): if True
then the node is a match for the search contextcontext
(*string): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typetype
(string): one of the following: nav:
a navigation node, data-provider
: a data provider, type:
a data typechildren
(list<DataProviderChildBrowseInfo>): a list of children of the current nodematches_context
(*bool): if True
then the node is a match for the search contextcontext
(*string): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typename
(string): the name of the nodecontext
(*string): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typename
(string): the name of the nodeThis URI path provides the root URI for browsing a data provider created from a remote Qorus connection
context
(*string): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typetype
(string): one of the following: nav:
a navigation node, data-provider
: a data provider, type:
a data typechildren
(list<DataProviderChildBrowseInfo>): a list of children of the current nodematches_context
(*bool): if True
then the node is a match for the search contextcontext
(*string): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typeprovider_options
(*UndefinedHash): a hash of constructor options for a data provider when following the URI path through a data provider factory that takes constructor optionstype
(string): one of the following: nav:
a navigation node, data-provider
: a data provider, type:
a data typechildren
(list<DataProviderChildBrowseInfo>): a list of children of the current nodematches_context
(*bool): if True
then the node is a match for the search contextcontext
(*string): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typename
(string): the name of the data providerdisplay_name
(string): the display name of the data providershort_desc
(string): the short description of the data provider in plain textdesc
(string): the description of the data providertype
(string): the type (class name) of the data providersupports_read
(bool): if the data provider supports record read/search actionssupports_create
(bool): if the data provider support record creationsupports_update
(bool): if the data provider supports record updatessupports_upsert
(bool): if the data provider supports record upserts / mergessupports_delete
(bool): if the data provider supports record deletionssupports_native_search
(bool): if the data provider supports a native record search APIsupports_bulk_read
(bool): if the data provider supports bulk record read / search actionssupports_bulk_create
(bool): if the data provider supports bulk record creationsupports_bulk_upsert
(bool): if the data provider supports bulk record upsert / mergessupports_request
(bool): if the data provider supports the request/reply integration pattern (API calls)supports_children
(bool): if the data provider supports childrentransaction_management
(bool): if the data provider supports transaction mgmthas_record
(bool): if the data provider supports recordsrecord_requires_search_options
(bool): if the data provider requires search options when searchingsupports_child_create
(bool): if the data provider supports creating child data providerssupports_child_delete
(bool): if the data provider supports deleting child data providerssupports_add_field
(bool): if the data provider supports the add field APIsupports_update_field
(bool): if the data provider supports the update field APIsupports_delete_field
(bool): if the data provider supports the delete field APIsupports_schema
(bool): if the data provider supports a schemasupports_search_expressions
(bool): if the data provider supports generic search expressionssupports_observable
(bool): if the data provider supports the observer pattern / event APIsupports_messages
(string): if the data provider supports output messages; values are: NONE
(messages not supported), SYNC
(messages supported 1:1 with observed events), ASYNC
(messages supported, no connection to observed events)supports_connections
(bool): if the data provider supports connection status reportingsupports_auto_reconnect
(bool): if the data provider supports automtically reconnecting after lost connectionschildren_can_support_apis
(bool): if the data provider can provide children that support APIschildren_can_support_records
(bool): if the data provider can provide children that support recordschildren_can_support_observers
(bool): if the data provider can provide children that support event observationchildren_can_support_messages
(bool): if the data provider can provide children that support messageschildren_can_support_transactions
(bool): if the data provider can provide children that support transaction managementchildren_identical
(bool): if child data providers are all of the same class and have the same optionssearch_logic_capabilities
(int): a bitfield of supported search logic capabilitiesmapper_keys
(*UndefinedHash): a hash of mapper key informationconstructor_options
(*UndefinedHash): any constructor options supported by the data providercreate_options
(*UndefinedHash): any record creation options supported by the data providerupsert_options
(*UndefinedHash): any record upsert options supported by the data providersearch_options
(*UndefinedHash): any record search options supported by the data providerchild_create_options
(*UndefinedHash): any child creation options supported by the data providerexpressions
(*UndefinedHash): any expressions supported by the data provider (for searches, for example)children
(*list<DataProviderSummaryInfo>): a list of any data provider childreninfo
(*UndefinedHash): optional provider-specific informationcontext
(*string): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typeprovider_options
(*UndefinedHash): a hash of constructor options for a data provider when following the URI path through a data provider factory that takes constructor optionsname
(string): the name of the data providerdisplay_name
(string): the display name of the data providershort_desc
(string): the short description of the data provider in plain textdesc
(string): the description of the data providertype
(string): the type (class name) of the data providersupports_read
(bool): if the data provider supports record read/search actionssupports_create
(bool): if the data provider support record creationsupports_update
(bool): if the data provider supports record updatessupports_upsert
(bool): if the data provider supports record upserts / mergessupports_delete
(bool): if the data provider supports record deletionssupports_native_search
(bool): if the data provider supports a native record search APIsupports_bulk_read
(bool): if the data provider supports bulk record read / search actionssupports_bulk_create
(bool): if the data provider supports bulk record creationsupports_bulk_upsert
(bool): if the data provider supports bulk record upsert / mergessupports_request
(bool): if the data provider supports the request/reply integration pattern (API calls)supports_children
(bool): if the data provider supports childrentransaction_management
(bool): if the data provider supports transaction mgmthas_record
(bool): if the data provider supports recordsrecord_requires_search_options
(bool): if the data provider requires search options when searchingsupports_child_create
(bool): if the data provider supports creating child data providerssupports_child_delete
(bool): if the data provider supports deleting child data providerssupports_add_field
(bool): if the data provider supports the add field APIsupports_update_field
(bool): if the data provider supports the update field APIsupports_delete_field
(bool): if the data provider supports the delete field APIsupports_schema
(bool): if the data provider supports a schemasupports_search_expressions
(bool): if the data provider supports generic search expressionssupports_observable
(bool): if the data provider supports the observer pattern / event APIsupports_messages
(string): if the data provider supports output messages; values are: NONE
(messages not supported), SYNC
(messages supported 1:1 with observed events), ASYNC
(messages supported, no connection to observed events)supports_connections
(bool): if the data provider supports connection status reportingsupports_auto_reconnect
(bool): if the data provider supports automtically reconnecting after lost connectionschildren_can_support_apis
(bool): if the data provider can provide children that support APIschildren_can_support_records
(bool): if the data provider can provide children that support recordschildren_can_support_observers
(bool): if the data provider can provide children that support event observationchildren_can_support_messages
(bool): if the data provider can provide children that support messageschildren_can_support_transactions
(bool): if the data provider can provide children that support transaction managementchildren_identical
(bool): if child data providers are all of the same class and have the same optionssearch_logic_capabilities
(int): a bitfield of supported search logic capabilitiesmapper_keys
(*UndefinedHash): a hash of mapper key informationconstructor_options
(*UndefinedHash): any constructor options supported by the data providercreate_options
(*UndefinedHash): any record creation options supported by the data providerupsert_options
(*UndefinedHash): any record upsert options supported by the data providersearch_options
(*UndefinedHash): any record search options supported by the data providerchild_create_options
(*UndefinedHash): any child creation options supported by the data providerexpressions
(*UndefinedHash): any expressions supported by the data provider (for searches, for example)children
(*list<DataProviderSummaryInfo>): a list of any data provider childreninfo
(*UndefinedHash): optional provider-specific informationwhere_cond:
search parameters for records to be deletedsearch_options:
search options400 Bad Request
: returned if the request has no where_cond
key403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationcontext
(*string): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typename
(string): the name of the data providerdisplay_name
(string): the display name of the data providershort_desc
(string): the short description of the data provider in plain textdesc
(string): the description of the data providertype
(string): the type (class name) of the data providersupports_read
(bool): if the data provider supports record read/search actionssupports_create
(bool): if the data provider support record creationsupports_update
(bool): if the data provider supports record updatessupports_upsert
(bool): if the data provider supports record upserts / mergessupports_delete
(bool): if the data provider supports record deletionssupports_native_search
(bool): if the data provider supports a native record search APIsupports_bulk_read
(bool): if the data provider supports bulk record read / search actionssupports_bulk_create
(bool): if the data provider supports bulk record creationsupports_bulk_upsert
(bool): if the data provider supports bulk record upsert / mergessupports_request
(bool): if the data provider supports the request/reply integration pattern (API calls)supports_children
(bool): if the data provider supports childrentransaction_management
(bool): if the data provider supports transaction mgmthas_record
(bool): if the data provider supports recordsrecord_requires_search_options
(bool): if the data provider requires search options when searchingsupports_child_create
(bool): if the data provider supports creating child data providerssupports_child_delete
(bool): if the data provider supports deleting child data providerssupports_add_field
(bool): if the data provider supports the add field APIsupports_update_field
(bool): if the data provider supports the update field APIsupports_delete_field
(bool): if the data provider supports the delete field APIsupports_schema
(bool): if the data provider supports a schemasupports_search_expressions
(bool): if the data provider supports generic search expressionssupports_observable
(bool): if the data provider supports the observer pattern / event APIsupports_messages
(string): if the data provider supports output messages; values are: NONE
(messages not supported), SYNC
(messages supported 1:1 with observed events), ASYNC
(messages supported, no connection to observed events)supports_connections
(bool): if the data provider supports connection status reportingsupports_auto_reconnect
(bool): if the data provider supports automtically reconnecting after lost connectionschildren_can_support_apis
(bool): if the data provider can provide children that support APIschildren_can_support_records
(bool): if the data provider can provide children that support recordschildren_can_support_observers
(bool): if the data provider can provide children that support event observationchildren_can_support_messages
(bool): if the data provider can provide children that support messageschildren_can_support_transactions
(bool): if the data provider can provide children that support transaction managementchildren_identical
(bool): if child data providers are all of the same class and have the same optionssearch_logic_capabilities
(int): a bitfield of supported search logic capabilitiesmapper_keys
(*UndefinedHash): a hash of mapper key informationconstructor_options
(*UndefinedHash): any constructor options supported by the data providercreate_options
(*UndefinedHash): any record creation options supported by the data providerupsert_options
(*UndefinedHash): any record upsert options supported by the data providersearch_options
(*UndefinedHash): any record search options supported by the data providerchild_create_options
(*UndefinedHash): any child creation options supported by the data providerexpressions
(*UndefinedHash): any expressions supported by the data provider (for searches, for example)children
(*list<DataProviderSummaryInfo>): a list of any data provider childreninfo
(*UndefinedHash): optional provider-specific informationcontext
(*string): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typeprovider_options
(*UndefinedHash): any options to be passed to a factory creation method when accessing this URI endpoint through a factoryname
(string): the name of the data providersupports_read
(bool): if the data provider supports record read/search actionssupports_create
(bool): if the data provider support record creationsupports_update
(bool): if the data provider supports record updatessupports_upsert
(bool): if the data provider supports record upserts / mergessupports_delete
(bool): if the data provider supports record deletionssupports_native_search
(bool): if the data provider supports a native record search APIsupports_bulk_read
(bool): if the data provider supports bulk record read / search actionssupports_bulk_create
(bool): if the data provider supports bulk record creationsupports_bulk_upsert
(bool): if the data provider supports bulk record upsert / mergessupports_request
(bool): if the data provider supports the request/reply integration pattern (API calls)supports_children
(bool): if the data provider supports childrentransaction_management
(bool): if the data provider supports transaction mgmthas_record
(bool): if the data provider supports recordsrecord_requires_search_options
(bool): if the data provider requires search options when searchingsupports_child_create
(bool): if the data provider supports creating child data providerssupports_child_delete
(bool): if the data provider supports deleting child data providerssupports_add_field
(bool): if the data provider supports the add field APIsupports_update_field
(bool): if the data provider supports the update field APIsupports_delete_field
(bool): if the data provider supports the delete field APIsupports_schema
(bool): if the data provider supports a schemasupports_search_expressions
(bool): if the data provider supports generic search expressionssupports_observable
(bool): if the data provider supports the observer pattern / event APIsupports_messages
(string): if the data provider supports output messages; values are: NONE
(messages not supported), SYNC
(messages supported 1:1 with observed events), ASYNC
(messages supported, no connection to observed events)supports_connections
(bool): if the data provider supports connection status reportingsupports_auto_reconnect
(bool): if the data provider supports automtically reconnecting after lost connectionschildren_can_support_apis
(bool): if the data provider can provide children that support APIschildren_can_support_records
(bool): if the data provider can provide children that support recordschildren_can_support_observers
(bool): if the data provider can provide children that support event observationchildren_can_support_messages
(bool): if the data provider can provide children that support messageschildren_identical
(bool): if child data providers are all of the same class and have the same optionsevents
(*UndefinedHash): any events supported by the data providermessages
(*UndefinedHash): any messages supported by the data providersearch_logic_capabilities
(int): a bitfield of supported search logic capabilitiesmapper_keys
(*UndefinedHash): a hash of mapper key informationdesc
(string): the description of the data providertype
(string): the type (class name) of the data providerconstructor_options
(*UndefinedHash): any constructor options supported by the data providercreate_options
(*UndefinedHash): any record creation options supported by the data providerupsert_options
(*UndefinedHash): any record upsert options supported by the data providersearch_options
(*UndefinedHash): any record search options supported by the data providerchild_create_options
(*UndefinedHash): any child creation options supported by the data providerexpressions
(*UndefinedHash): any expressions supported by the data provider (for searches, for example)connection_event
(*string): any connection event for event-capable, connection-oriented data providersdisconnection_event
(*string): any disconnection event for event-capable, connection-oriented data providerschildren
(*list<string>): a list of any data provider childreninfo
(*UndefinedHash): optional provider-specific informationdisplay_name
(string): the display name of the data providershort_desc
(string): the short description of the data provider in plain textchildren_can_support_transactions
(bool): if the data provider can provide children that support transaction managementcontext
(*string): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typesoft
(*bool): soft types are returnedprovider_options
(*UndefinedHash): a hash of constructor options for a data provider when following the URI path through a data provider factory that takes constructor optionscontext
(*string): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typeprovider_options
(*UndefinedHash): a hash of constructor options for a data provider when following the URI path through a data provider factory that takes constructor optionsname
(string): the name of the data providerdisplay_name
(string): the display name of the data providershort_desc
(string): the short description of the data provider in plain textdesc
(string): the description of the data providertype
(string): the type (class name) of the data providersupports_read
(bool): if the data provider supports record read/search actionssupports_create
(bool): if the data provider support record creationsupports_update
(bool): if the data provider supports record updatessupports_upsert
(bool): if the data provider supports record upserts / mergessupports_delete
(bool): if the data provider supports record deletionssupports_native_search
(bool): if the data provider supports a native record search APIsupports_bulk_read
(bool): if the data provider supports bulk record read / search actionssupports_bulk_create
(bool): if the data provider supports bulk record creationsupports_bulk_upsert
(bool): if the data provider supports bulk record upsert / mergessupports_request
(bool): if the data provider supports the request/reply integration pattern (API calls)supports_children
(bool): if the data provider supports childrentransaction_management
(bool): if the data provider supports transaction mgmthas_record
(bool): if the data provider supports recordsrecord_requires_search_options
(bool): if the data provider requires search options when searchingsupports_child_create
(bool): if the data provider supports creating child data providerssupports_child_delete
(bool): if the data provider supports deleting child data providerssupports_add_field
(bool): if the data provider supports the add field APIsupports_update_field
(bool): if the data provider supports the update field APIsupports_delete_field
(bool): if the data provider supports the delete field APIsupports_schema
(bool): if the data provider supports a schemasupports_search_expressions
(bool): if the data provider supports generic search expressionssupports_observable
(bool): if the data provider supports the observer pattern / event APIsupports_messages
(string): if the data provider supports output messages; values are: NONE
(messages not supported), SYNC
(messages supported 1:1 with observed events), ASYNC
(messages supported, no connection to observed events)supports_connections
(bool): if the data provider supports connection status reportingsupports_auto_reconnect
(bool): if the data provider supports automtically reconnecting after lost connectionschildren_can_support_apis
(bool): if the data provider can provide children that support APIschildren_can_support_records
(bool): if the data provider can provide children that support recordschildren_can_support_observers
(bool): if the data provider can provide children that support event observationchildren_can_support_messages
(bool): if the data provider can provide children that support messageschildren_can_support_transactions
(bool): if the data provider can provide children that support transaction managementchildren_identical
(bool): if child data providers are all of the same class and have the same optionssearch_logic_capabilities
(int): a bitfield of supported search logic capabilitiesmapper_keys
(*UndefinedHash): a hash of mapper key informationconstructor_options
(*UndefinedHash): any constructor options supported by the data providercreate_options
(*UndefinedHash): any record creation options supported by the data providerupsert_options
(*UndefinedHash): any record upsert options supported by the data providersearch_options
(*UndefinedHash): any record search options supported by the data providerchild_create_options
(*UndefinedHash): any child creation options supported by the data providerexpressions
(*UndefinedHash): any expressions supported by the data provider (for searches, for example)children
(*list<DataProviderSummaryInfo>): a list of any data provider childreninfo
(*UndefinedHash): optional provider-specific informationcontext
(*string): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typename
(string): the name of the data providerdisplay_name
(string): the display name of the data providershort_desc
(string): the short description of the data provider in plain textdesc
(string): the description of the data providertype
(string): the type (class name) of the data providersupports_read
(bool): if the data provider supports record read/search actionssupports_create
(bool): if the data provider support record creationsupports_update
(bool): if the data provider supports record updatessupports_upsert
(bool): if the data provider supports record upserts / mergessupports_delete
(bool): if the data provider supports record deletionssupports_native_search
(bool): if the data provider supports a native record search APIsupports_bulk_read
(bool): if the data provider supports bulk record read / search actionssupports_bulk_create
(bool): if the data provider supports bulk record creationsupports_bulk_upsert
(bool): if the data provider supports bulk record upsert / mergessupports_request
(bool): if the data provider supports the request/reply integration pattern (API calls)supports_children
(bool): if the data provider supports childrentransaction_management
(bool): if the data provider supports transaction mgmthas_record
(bool): if the data provider supports recordsrecord_requires_search_options
(bool): if the data provider requires search options when searchingsupports_child_create
(bool): if the data provider supports creating child data providerssupports_child_delete
(bool): if the data provider supports deleting child data providerssupports_add_field
(bool): if the data provider supports the add field APIsupports_update_field
(bool): if the data provider supports the update field APIsupports_delete_field
(bool): if the data provider supports the delete field APIsupports_schema
(bool): if the data provider supports a schemasupports_search_expressions
(bool): if the data provider supports generic search expressionssupports_observable
(bool): if the data provider supports the observer pattern / event APIsupports_messages
(string): if the data provider supports output messages; values are: NONE
(messages not supported), SYNC
(messages supported 1:1 with observed events), ASYNC
(messages supported, no connection to observed events)supports_connections
(bool): if the data provider supports connection status reportingsupports_auto_reconnect
(bool): if the data provider supports automtically reconnecting after lost connectionschildren_can_support_apis
(bool): if the data provider can provide children that support APIschildren_can_support_records
(bool): if the data provider can provide children that support recordschildren_can_support_observers
(bool): if the data provider can provide children that support event observationchildren_can_support_messages
(bool): if the data provider can provide children that support messageschildren_can_support_transactions
(bool): if the data provider can provide children that support transaction managementchildren_identical
(bool): if child data providers are all of the same class and have the same optionssearch_logic_capabilities
(int): a bitfield of supported search logic capabilitiesmapper_keys
(*UndefinedHash): a hash of mapper key informationconstructor_options
(*UndefinedHash): any constructor options supported by the data providercreate_options
(*UndefinedHash): any record creation options supported by the data providerupsert_options
(*UndefinedHash): any record upsert options supported by the data providersearch_options
(*UndefinedHash): any record search options supported by the data providerchild_create_options
(*UndefinedHash): any child creation options supported by the data providerexpressions
(*UndefinedHash): any expressions supported by the data provider (for searches, for example)children
(*list<DataProviderSummaryInfo>): a list of any data provider childreninfo
(*UndefinedHash): optional provider-specific informationrecord:
(required) the set of fields making up the new recordcreate_options:
any create options supported by the data provider"OK"
400 Bad Request
: returned if the request has no record
key403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationrequest_options:
request options403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationwhere_cond:
search parameterssearch_options:
search options403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationstream:
(required) the name of the stream to open; must be either:insert:
for an insert streamupsert:
for an upsert streamupsert_options:
any upsert options supported by the data provider (upsert stream only)403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationwhere_cond:
search parametersblock_size:
number of rows in each block (default = 1000)403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationset:
(required) set of fields matching where_conf to updatewhere_cond:
(required) search parameterssearch_options:
search options400 Bad Request
: returned if the request has no set
or where_cond
keys403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationrecord:
(required) the set of fields making up the new recordupsert_options:
any upsert options supported by the data provider400 Bad Request
: returned if the request has no record
key403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationThis URI path provides access information for a particular data request data type
This URI path provides record information for a data provider
provider_options:
the options to be passed to the factory creation method to create the providersoft:
optional; parsed with Qore::parse_boolean(); if True then the type is returned with soft types to be used as the target for a mappersoft:
optional; parsed with Qore::parse_boolean(); if True then the type is returned with soft types to be used as the target for a mapperThis URI path provides the root URI for browsing data types
context
(*string): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typetype
(string): one of the following: nav:
a navigation node, data-provider
: a data provider, type:
a data typechildren
(list<DataProviderChildBrowseInfo>): a list of children of the current nodematches_context
(*bool): if True
then the node is a match for the search contextcontext
(*string): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typetype
(string): one of the following: nav:
a navigation node, data-provider
: a data provider, type:
a data typechildren
(list<DataProviderChildBrowseInfo>): a list of children of the current nodematches_context
(*bool): if True
then the node is a match for the search contextcontext
(*string): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typecontext
(*string): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typeThis URI path provides access to functionality related to listing available data providers
This URI path provides access to functionality related to listing available data providers
This URI path provides access to functionality related to listing available events for a data provider
This URI path provides access to functionality related to listing available messages for a data provider
This URI path provides access to functionality related to listing available data providers
This URI path provides access to functionality related to listing available data providers
This URI path provides access to functionality related to listing available data providers
This URI path provides access to data factory information
context:
if "api"
then only factories suitable for API management are returned, if "apicall"
, then only factories suitable for making API calls are returnedlist:
optional; parsed with Qore::parse_boolean(); if True then a list of data provider factory names is returnedshort:
optional; parsed with Qore::parse_boolean(); if True then a list of short strings of data provider factory information is returnedThis URI path provides access to data factory information
encoded_example:
base-64-encoded string example inputprovider_yaml_options:
a string in the following format giving factory provider constructor options: key = base-64-encoded yaml valueThis URI path provides access to a data provider created from a data provider factory
provider_options:
the options to be passed to the factory creation method to create the providerwhere_cond:
search parameters for records to be deletedsearch_options:
search options400 Bad Request
: returned if the request has no where_cond
key403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationname
(string): the name of the data providersupports_read
(bool): if the data provider supports record read/search actionssupports_create
(bool): if the data provider support record creationsupports_update
(bool): if the data provider supports record updatessupports_upsert
(bool): if the data provider supports record upserts / mergessupports_delete
(bool): if the data provider supports record deletionssupports_native_search
(bool): if the data provider supports a native record search APIsupports_bulk_read
(bool): if the data provider supports bulk record read / search actionssupports_bulk_create
(bool): if the data provider supports bulk record creationsupports_bulk_upsert
(bool): if the data provider supports bulk record upsert / mergessupports_request
(bool): if the data provider supports the request/reply integration pattern (API calls)supports_children
(bool): if the data provider supports childrentransaction_management
(bool): if the data provider supports transaction mgmthas_record
(bool): if the data provider supports recordsrecord_requires_search_options
(bool): if the data provider requires search options when searchingsupports_child_create
(bool): if the data provider supports creating child data providerssupports_child_delete
(bool): if the data provider supports deleting child data providerssupports_add_field
(bool): if the data provider supports the add field APIsupports_update_field
(bool): if the data provider supports the update field APIsupports_delete_field
(bool): if the data provider supports the delete field APIsupports_schema
(bool): if the data provider supports a schemasupports_search_expressions
(bool): if the data provider supports generic search expressionssupports_observable
(bool): if the data provider supports the observer pattern / event APIsupports_messages
(string): if the data provider supports output messages; values are: NONE
(messages not supported), SYNC
(messages supported 1:1 with observed events), ASYNC
(messages supported, no connection to observed events)supports_connections
(bool): if the data provider supports connection status reportingsupports_auto_reconnect
(bool): if the data provider supports automtically reconnecting after lost connectionschildren_can_support_apis
(bool): if the data provider can provide children that support APIschildren_can_support_records
(bool): if the data provider can provide children that support recordschildren_can_support_observers
(bool): if the data provider can provide children that support event observationchildren_can_support_messages
(bool): if the data provider can provide children that support messageschildren_identical
(bool): if child data providers are all of the same class and have the same optionsevents
(*UndefinedHash): any events supported by the data providermessages
(*UndefinedHash): any messages supported by the data providersearch_logic_capabilities
(int): a bitfield of supported search logic capabilitiesmapper_keys
(*UndefinedHash): a hash of mapper key informationdesc
(string): the description of the data providertype
(string): the type (class name) of the data providerconstructor_options
(*UndefinedHash): any constructor options supported by the data providercreate_options
(*UndefinedHash): any record creation options supported by the data providerupsert_options
(*UndefinedHash): any record upsert options supported by the data providersearch_options
(*UndefinedHash): any record search options supported by the data providerchild_create_options
(*UndefinedHash): any child creation options supported by the data providerexpressions
(*UndefinedHash): any expressions supported by the data provider (for searches, for example)connection_event
(*string): any connection event for event-capable, connection-oriented data providersdisconnection_event
(*string): any disconnection event for event-capable, connection-oriented data providerschildren
(*list<string>): a list of any data provider childreninfo
(*UndefinedHash): optional provider-specific informationdisplay_name
(string): the display name of the data providershort_desc
(string): the short description of the data provider in plain textchildren_can_support_transactions
(bool): if the data provider can provide children that support transaction managementname
(string): the name of the data providersupports_read
(bool): if the data provider supports record read/search actionssupports_create
(bool): if the data provider support record creationsupports_update
(bool): if the data provider supports record updatessupports_upsert
(bool): if the data provider supports record upserts / mergessupports_delete
(bool): if the data provider supports record deletionssupports_native_search
(bool): if the data provider supports a native record search APIsupports_bulk_read
(bool): if the data provider supports bulk record read / search actionssupports_bulk_create
(bool): if the data provider supports bulk record creationsupports_bulk_upsert
(bool): if the data provider supports bulk record upsert / mergessupports_request
(bool): if the data provider supports the request/reply integration pattern (API calls)supports_children
(bool): if the data provider supports childrentransaction_management
(bool): if the data provider supports transaction mgmthas_record
(bool): if the data provider supports recordsrecord_requires_search_options
(bool): if the data provider requires search options when searchingsupports_child_create
(bool): if the data provider supports creating child data providerssupports_child_delete
(bool): if the data provider supports deleting child data providerssupports_add_field
(bool): if the data provider supports the add field APIsupports_update_field
(bool): if the data provider supports the update field APIsupports_delete_field
(bool): if the data provider supports the delete field APIsupports_schema
(bool): if the data provider supports a schemasupports_search_expressions
(bool): if the data provider supports generic search expressionssupports_observable
(bool): if the data provider supports the observer pattern / event APIsupports_messages
(string): if the data provider supports output messages; values are: NONE
(messages not supported), SYNC
(messages supported 1:1 with observed events), ASYNC
(messages supported, no connection to observed events)supports_connections
(bool): if the data provider supports connection status reportingsupports_auto_reconnect
(bool): if the data provider supports automtically reconnecting after lost connectionschildren_can_support_apis
(bool): if the data provider can provide children that support APIschildren_can_support_records
(bool): if the data provider can provide children that support recordschildren_can_support_observers
(bool): if the data provider can provide children that support event observationchildren_can_support_messages
(bool): if the data provider can provide children that support messageschildren_identical
(bool): if child data providers are all of the same class and have the same optionsevents
(*UndefinedHash): any events supported by the data providermessages
(*UndefinedHash): any messages supported by the data providersearch_logic_capabilities
(int): a bitfield of supported search logic capabilitiesmapper_keys
(*UndefinedHash): a hash of mapper key informationdesc
(string): the description of the data providertype
(string): the type (class name) of the data providerconstructor_options
(*UndefinedHash): any constructor options supported by the data providercreate_options
(*UndefinedHash): any record creation options supported by the data providerupsert_options
(*UndefinedHash): any record upsert options supported by the data providersearch_options
(*UndefinedHash): any record search options supported by the data providerchild_create_options
(*UndefinedHash): any child creation options supported by the data providerexpressions
(*UndefinedHash): any expressions supported by the data provider (for searches, for example)connection_event
(*string): any connection event for event-capable, connection-oriented data providersdisconnection_event
(*string): any disconnection event for event-capable, connection-oriented data providerschildren
(*list<string>): a list of any data provider childreninfo
(*UndefinedHash): optional provider-specific informationdisplay_name
(string): the display name of the data providershort_desc
(string): the short description of the data provider in plain textchildren_can_support_transactions
(bool): if the data provider can provide children that support transaction managementcontext
(*list<string>): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typeprovider_options
(*UndefinedHash): any options to be passed to a factory creation method when accessing this URI endpoint through a factoryname
(string): the name of the data providersupports_read
(bool): if the data provider supports record read/search actionssupports_create
(bool): if the data provider support record creationsupports_update
(bool): if the data provider supports record updatessupports_upsert
(bool): if the data provider supports record upserts / mergessupports_delete
(bool): if the data provider supports record deletionssupports_native_search
(bool): if the data provider supports a native record search APIsupports_bulk_read
(bool): if the data provider supports bulk record read / search actionssupports_bulk_create
(bool): if the data provider supports bulk record creationsupports_bulk_upsert
(bool): if the data provider supports bulk record upsert / mergessupports_request
(bool): if the data provider supports the request/reply integration pattern (API calls)supports_children
(bool): if the data provider supports childrentransaction_management
(bool): if the data provider supports transaction mgmthas_record
(bool): if the data provider supports recordsrecord_requires_search_options
(bool): if the data provider requires search options when searchingsupports_child_create
(bool): if the data provider supports creating child data providerssupports_child_delete
(bool): if the data provider supports deleting child data providerssupports_add_field
(bool): if the data provider supports the add field APIsupports_update_field
(bool): if the data provider supports the update field APIsupports_delete_field
(bool): if the data provider supports the delete field APIsupports_schema
(bool): if the data provider supports a schemasupports_search_expressions
(bool): if the data provider supports generic search expressionssupports_observable
(bool): if the data provider supports the observer pattern / event APIsupports_messages
(string): if the data provider supports output messages; values are: NONE
(messages not supported), SYNC
(messages supported 1:1 with observed events), ASYNC
(messages supported, no connection to observed events)supports_connections
(bool): if the data provider supports connection status reportingsupports_auto_reconnect
(bool): if the data provider supports automtically reconnecting after lost connectionschildren_can_support_apis
(bool): if the data provider can provide children that support APIschildren_can_support_records
(bool): if the data provider can provide children that support recordschildren_can_support_observers
(bool): if the data provider can provide children that support event observationchildren_can_support_messages
(bool): if the data provider can provide children that support messageschildren_identical
(bool): if child data providers are all of the same class and have the same optionsevents
(*UndefinedHash): any events supported by the data providermessages
(*UndefinedHash): any messages supported by the data providersearch_logic_capabilities
(int): a bitfield of supported search logic capabilitiesmapper_keys
(*UndefinedHash): a hash of mapper key informationdesc
(string): the description of the data providertype
(string): the type (class name) of the data providerconstructor_options
(*UndefinedHash): any constructor options supported by the data providercreate_options
(*UndefinedHash): any record creation options supported by the data providerupsert_options
(*UndefinedHash): any record upsert options supported by the data providersearch_options
(*UndefinedHash): any record search options supported by the data providerchild_create_options
(*UndefinedHash): any child creation options supported by the data providerexpressions
(*UndefinedHash): any expressions supported by the data provider (for searches, for example)connection_event
(*string): any connection event for event-capable, connection-oriented data providersdisconnection_event
(*string): any disconnection event for event-capable, connection-oriented data providerschildren
(*list<string>): a list of any data provider childreninfo
(*UndefinedHash): optional provider-specific informationdisplay_name
(string): the display name of the data providershort_desc
(string): the short description of the data provider in plain textchildren_can_support_transactions
(bool): if the data provider can provide children that support transaction managementcontext
(*list<string>): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typesoft
(*bool): soft types are returnedprovider_options
(*UndefinedHash): a hash of constructor options for a data provider when following the URI path through a data provider factory that takes constructor optionsname:
(required string) the name of the child provider to delete400 Bad Request
: returned if the request has no name
key or if the data provider does not support the current operation403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationcontext
(*list<string>): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typename
(string): the name of the data providerdisplay_name
(string): the display name of the data providershort_desc
(string): the short description of the data provider in plain textdesc
(string): the description of the data providertype
(string): the type (class name) of the data providersupports_read
(bool): if the data provider supports record read/search actionssupports_create
(bool): if the data provider support record creationsupports_update
(bool): if the data provider supports record updatessupports_upsert
(bool): if the data provider supports record upserts / mergessupports_delete
(bool): if the data provider supports record deletionssupports_native_search
(bool): if the data provider supports a native record search APIsupports_bulk_read
(bool): if the data provider supports bulk record read / search actionssupports_bulk_create
(bool): if the data provider supports bulk record creationsupports_bulk_upsert
(bool): if the data provider supports bulk record upsert / mergessupports_request
(bool): if the data provider supports the request/reply integration pattern (API calls)supports_children
(bool): if the data provider supports childrentransaction_management
(bool): if the data provider supports transaction mgmthas_record
(bool): if the data provider supports recordsrecord_requires_search_options
(bool): if the data provider requires search options when searchingsupports_child_create
(bool): if the data provider supports creating child data providerssupports_child_delete
(bool): if the data provider supports deleting child data providerssupports_add_field
(bool): if the data provider supports the add field APIsupports_update_field
(bool): if the data provider supports the update field APIsupports_delete_field
(bool): if the data provider supports the delete field APIsupports_schema
(bool): if the data provider supports a schemasupports_search_expressions
(bool): if the data provider supports generic search expressionssupports_observable
(bool): if the data provider supports the observer pattern / event APIsupports_messages
(string): if the data provider supports output messages; values are: NONE
(messages not supported), SYNC
(messages supported 1:1 with observed events), ASYNC
(messages supported, no connection to observed events)supports_connections
(bool): if the data provider supports connection status reportingsupports_auto_reconnect
(bool): if the data provider supports automtically reconnecting after lost connectionschildren_can_support_apis
(bool): if the data provider can provide children that support APIschildren_can_support_records
(bool): if the data provider can provide children that support recordschildren_can_support_observers
(bool): if the data provider can provide children that support event observationchildren_can_support_messages
(bool): if the data provider can provide children that support messageschildren_can_support_transactions
(bool): if the data provider can provide children that support transaction managementchildren_identical
(bool): if child data providers are all of the same class and have the same optionssearch_logic_capabilities
(int): a bitfield of supported search logic capabilitiesmapper_keys
(*UndefinedHash): a hash of mapper key informationconstructor_options
(*UndefinedHash): any constructor options supported by the data providercreate_options
(*UndefinedHash): any record creation options supported by the data providerupsert_options
(*UndefinedHash): any record upsert options supported by the data providersearch_options
(*UndefinedHash): any record search options supported by the data providerchild_create_options
(*UndefinedHash): any child creation options supported by the data providerexpressions
(*UndefinedHash): any expressions supported by the data provider (for searches, for example)children
(*list<DataProviderSummaryInfo>): a list of any data provider childreninfo
(*UndefinedHash): optional provider-specific informationcontext
(*list<string>): one of the following: api:
when browsing for a request-response data provider, record:
when browsing for a record-based data provider, event:
when browsing for a data provider that can function as an observable event source, message:
when browsing for a data provider that supports sending messages, transaction:
when browsing for a data provider that supports transaction management, type:
when browsing for a typename
(string): the name of the data providerdisplay_name
(string): the display name of the data providershort_desc
(string): the short description of the data provider in plain textdesc
(string): the description of the data providertype
(string): the type (class name) of the data providersupports_read
(bool): if the data provider supports record read/search actionssupports_create
(bool): if the data provider support record creationsupports_update
(bool): if the data provider supports record updatessupports_upsert
(bool): if the data provider supports record upserts / mergessupports_delete
(bool): if the data provider supports record deletionssupports_native_search
(bool): if the data provider supports a native record search APIsupports_bulk_read
(bool): if the data provider supports bulk record read / search actionssupports_bulk_create
(bool): if the data provider supports bulk record creationsupports_bulk_upsert
(bool): if the data provider supports bulk record upsert / mergessupports_request
(bool): if the data provider supports the request/reply integration pattern (API calls)supports_children
(bool): if the data provider supports childrentransaction_management
(bool): if the data provider supports transaction mgmthas_record
(bool): if the data provider supports recordsrecord_requires_search_options
(bool): if the data provider requires search options when searchingsupports_child_create
(bool): if the data provider supports creating child data providerssupports_child_delete
(bool): if the data provider supports deleting child data providerssupports_add_field
(bool): if the data provider supports the add field APIsupports_update_field
(bool): if the data provider supports the update field APIsupports_delete_field
(bool): if the data provider supports the delete field APIsupports_schema
(bool): if the data provider supports a schemasupports_search_expressions
(bool): if the data provider supports generic search expressionssupports_observable
(bool): if the data provider supports the observer pattern / event APIsupports_messages
(string): if the data provider supports output messages; values are: NONE
(messages not supported), SYNC
(messages supported 1:1 with observed events), ASYNC
(messages supported, no connection to observed events)supports_connections
(bool): if the data provider supports connection status reportingsupports_auto_reconnect
(bool): if the data provider supports automtically reconnecting after lost connectionschildren_can_support_apis
(bool): if the data provider can provide children that support APIschildren_can_support_records
(bool): if the data provider can provide children that support recordschildren_can_support_observers
(bool): if the data provider can provide children that support event observationchildren_can_support_messages
(bool): if the data provider can provide children that support messageschildren_can_support_transactions
(bool): if the data provider can provide children that support transaction managementchildren_identical
(bool): if child data providers are all of the same class and have the same optionssearch_logic_capabilities
(int): a bitfield of supported search logic capabilitiesmapper_keys
(*UndefinedHash): a hash of mapper key informationconstructor_options
(*UndefinedHash): any constructor options supported by the data providercreate_options
(*UndefinedHash): any record creation options supported by the data providerupsert_options
(*UndefinedHash): any record upsert options supported by the data providersearch_options
(*UndefinedHash): any record search options supported by the data providerchild_create_options
(*UndefinedHash): any child creation options supported by the data providerexpressions
(*UndefinedHash): any expressions supported by the data provider (for searches, for example)children
(*list<DataProviderSummaryInfo>): a list of any data provider childreninfo
(*UndefinedHash): optional provider-specific informationrecord:
(required) the set of fields making up the new recordcreate_options:
any create options supported by the data provider"OK"
400 Bad Request
: returned if the request has no record
key403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationname:
(required string) the current name of the fieldnew_name:
(optional string) the new name of the fieldfield:
(optional hash) a hash with the following keys:type:
(string) the type of the fielddesc:
(string) field descriptiondefault_value:
(value of field's type) the default value of the field if not presentopts:
(hash) any options for the given typeopts:
(optional hash) any field update options supported by the data provider"OK"
400 Bad Request
: returned if the request has no old_name
key or if the data provider does not support the current operation403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationname:
(required string) the name of the field to delete400 Bad Request
: returned if the request has no name
key or if the data provider does not support the current operation403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationname:
(required string) the name of the new child providerfield:
(required hash) a hash with the following keys:type:
(string) the type of the fielddesc:
(string) field descriptiondefault_value:
(value of field's type) the default value of the field if not presentopts:
(hash) any options for the given typeopts:
(optional hash) any field creation options supported by the data provider"OK"
400 Bad Request
: returned if the request has no name
or fields
keys or if the data provider does not support the current operation403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationname
(string): the name of the new child providerfields
(QorusNewFieldSetInfo): the set of fields making up the new record where keys are field names and values describe each fieldtype
(string): the type of the fielddesc
(string): field descriptiondefault_value
(auto): the default value of the field if not present; the value must be compatible with the field's typeopts
(*hash<auto>): any options for the given type400 Bad Request
: returned if the request has no name or fields keys or if the data provider does not support the current operation403 Forbidden
: AUTHORIZATION-ERROR: this exception is thrown when Role Based Access Control is enabled, and the user does not have sufficient privileges for the operationrequest_options:
request options403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationprovider_options
(*UndefinedHash): any options to be passed to a factory creation method when accessing this URI endpoint through a factorywhere_cond
(*UndefinedHash): the where CreatorJobDefinitionRestClasssearch_options
(*UndefinedHash): any search optionswhere_cond
400 Bad Request
: the data provider does not support searching403 Forbidden
: AUTHORIZATION-ERROR: this exception is thrown when Role Based Access Control is enabled, and the user does not have sufficient privileges for the operationwhere_cond:
search parameterssearch_options:
search options403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationwhere_cond:
search parameterssearch_options:
search options400 Bad Request
: data provider does not support searching or search matches multiple records403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationwhere_cond:
search parametersblock_size:
number of rows in each block (default = 1000)403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationstream:
(required) the name of the stream to open; must be either:insert:
for an insert streamupsert:
for an upsert streamupsert_options:
any upsert options supported by the data provider (upsert stream only)403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationwhere_cond:
search parametersblock_size:
number of rows in each block (default = 1000)403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationset:
(required) set of fields matching where_conf to updatewhere_cond:
(required) search parameterssearch_options:
search options400 Bad Request
: returned if the request has no set
or where_cond
keys403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationrecord:
(required) the set of fields making up the new recordupsert_options:
any upsert options supported by the data provider400 Bad Request
: returned if the request has no record
key403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationThis URI path provides access information for a particular data request data type
This URI path provides record information for a data provider
provider_options:
the options to be passed to the factory creation method to create the providersoft:
optional; parsed with Qore::parse_boolean(); if True then the type is returned with soft types to be used as the target for a mappersoft:
optional; parsed with Qore::parse_boolean(); if True then the type is returned with soft types to be used as the target for a mapperThis URI path provides access to data type information
400 Bad Request
: returned if the entry has no type to delete403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation or if the type is a base typepath:
(*string) the relative path from the current entry to the new type (ex: "my-types/project-x/my-type"
)type:
(hash) a hash with the following keys:name:
(string) the type nameoptions:
(*hash) a hash of type optionsfields:
(*hash) a hash of fields where names are field names and values are hashes with the following keys:type:
(hash) as abovedesc:
(*string) a description for the fielddefault:
(*string) a default value for the field serialization as YAML400 Bad Request
: invalid or missing arguments to REST call403 Forbidden
: TYPE-LOCK-ERROR: a static/base type already exists with the given path403 Forbidden
: AUTHORIZATION-ERROR: this exception is thrown when Role Based Access Control is enabled and and the user does not have sufficient privileges for the operationsoft:
optional; parsed with Qore::parse_boolean(); if True then the type is returned with soft types to be used as the target for a mapper404 Not Found
: returned if the current entry has no typeThis URI path provides access information for a particular data type
soft:
optional; parsed with Qore::parse_boolean(); if True then the type is returned with soft types to be used as the target for a mappercontext:
optional; if the value is "ui"
, then the return format will be in a format suitable for the UItype
argument and returns a boolean value:True:
the type given as an argument is compatible with the current type; i.e. a variable of the current type can be assigned to a value corresponding to the type passed as an argumentFalse:
the type given as an argument is not compatible with the current type; i.e. a variable of the current type cannot be assigned to a value corresponding to the type passed as an argument without type errorstype:
required; a string path to the other type (ex: "my/other/type"
)400 Bad Request
: missing or invalid "type"
argument404 Not Found
: the given type cannot be foundThis REST URI path provides actions and information related to Qorus system debugging
This REST URI path provides information related to Qorus remote development data
This REST URI path provides information related to Qorus internal interface action serialization data
This REST URI path provides information related to the internal Qorus service cache
This REST URI path provides summary information related to internal Qorus order statistics processing data
This REST URI path provides information related to internal Qorus synchronization event cache data
This REST URI path provides information related to internal Qorus synchronization event cache summary info
This REST URI path provides information related to Qorus threads
This REST URI path provides actions and information related to a single Qorus thread
This REST URI path provides information related to Qorus internal workflow control data
This URI path provides remote development for Qorus.
This URI path provides API to delete interfaces from Qorus.
function:
optional; list of functions to be deletedclass:
optional; list of classes to be deletedconstant:
optional; list of constants to be deletedservice:
optional; list of services to be deletedstep:
optional; list of workflow steps to be deletedwfinstances:
optional; list of workflow instances to be deletedworkflow:
optional; list of workflows to be deletedEach element of the above lists is a hash with the following keys:
name:
required; name of the interface.version:
required; version of the interface. Also each interface can be deleted by providing only its id:id:
required; id of the interface.method:
optional; list of service methods to be deleted. Each element is a hash with the following keys:name:
required; name of the service.version:
required; version of the service.method-name
: required; name of the method. Also methods can be deleted by providing only its id:id:
required; id of the method.The follow hash keys are accepted and take only the object name for deletion:
datasource:
optional; list of datasource connections to be deleted.event:
optional; list of events to be deleted.fsm:
optional; list of FSMs to be deletedjob:
optional; list of jobs to be deleted.jobinstances:
optional; list of job instances to be deleted.mapper:
optional; list of mappers to be deleted.pipeline:
optional; list of pipelines to be deletedqueue:
optional; list of queues to be deleted.remote:
optional; list of remote connections to be deleted.uconn:
optional; list of user connections to be deleted.vmap:
optional; list of value maps to be deleted.Each element of the above lists is a hash with the following keys:
name:
required; name of the value map. Also each interface from the above list (except for all connections) can be deleted by providing only its id:id:
required; id of the interface.options:
optional; hash of delete options. List of valid options:reload:
reload interfaces in the serververbosity-level
: sets verbosity level (greater value = more info)Example of POST request:
This URI path implements delete request to Qorus.
id:
required; id of the request to be canceled.id:
required; id of the request to obtain status.status:
the status of the request:QUEUED
- the request is waiting in the queueIN_PROGRESS
- the request is in progressCANCELED
- the request has been canceled by the userFAILED
- the request has failedFINISHED
- the request is finishedexit_code:
the exit code of the requeststderr:
the standard error outputstdout:
the standard outputcreated:
the date/time the request was createdThis URI path provides remote deployment for Qorus.
files:
required; list of files to be deployed. Each element is a hash with in the following format:file_name:
string.file_content:
base64 encoded string.options:
optional; hash of deployment options. List of valid options:allow-redef
: allow dangerous workflow redefinitionsforce:
force schema verification/downgrade with user schemasvalidate:
validate all functions recursivelyreload:
reload interfaces in the serververbosity-level
: sets verbosity level (greater value = more info)Example of POST request:
File content is base64 encoded. Options parameter is optional.
This URI path implements deployment request to Qorus.
id:
required; id of the request to be canceled.id:
required; id of the request to obtain status.status:
the status of the request:QUEUED
- the request is waiting in the queueUPLOADING
- the files are uploadingUPLOADED
- all files are uploaded to the serverIN_PROGRESS
- the request is in progressCANCELED
- the request has been canceled by the userFAILED
- the request has failedFINISHED
- the request is finishedexit_code:
the exit code of the requeststderr:
the standard error outputstdout:
the standard outputcreated:
the date/time the request was createdThis URI path provides remote release for Qorus.
files:
required; list of files to be released. Files should be archived in tar.bz2 or tar.gz format. Element is a hash with in the following format:file_name:
string file name of the archive.file_content:
base64 encoded string content of the archive. Archive should contain a .qrf file.options:
optional; hash of deployment options. List of valid options:allow-redef
: allow dangerous workflow redefinitionsforce:
force schema verification/downgrade with user schemasvalidate:
validate all functions recursivelyreload:
reload interfaces in the serververbosity-level
: sets verbosity level (greater value = more info)Example of POST request:
File content is base64 encoded. Options parameter is optional.
This URI path implements release request to Qorus.
id:
required; id of the request to be canceled.id:
required; id of the request to obtain status.status:
the status of the request:QUEUED
- the request is waiting in the queueUPLOADING
- the files are uploadingUPLOADED
- all files are uploaded to the serverIN_PROGRESS
- the request is in progressCANCELED
- the request has been canceled by the userFAILED
- the request has failedFINISHED
- the request is finishedexit_code:
the exit code of the requeststderr:
the standard error outputstdout:
the standard outputcreated:
the date/time the request was createdThis URI path provides API to execute qtests.
files:
required; list of qtest files. Each element is a hash with in the following format:file_name:
string.file_content:
base64 encoded string.options:
optional; hash of delete options. List of valid options:continue_on_error:
if True and one of the tests fails, server will continue on execution of the rest.Example of POST request:
File content is base64 encoded. Options parameter is optional.
This URI path implements test request to Qorus.
id:
required; id of the request to be canceled.id:
required; id of the request to obtain status.status:
the status of the request:QUEUED
- the request is waiting in the queueUPLOADING
- the files are uploadingUPLOADED
- all files are uploaded to the serverIN_PROGRESS
- the request is in progressCANCELED
- the request has been canceled by the userFAILED
- the request has failedFINISHED
- the request is finishedexit_code:
the exit code of the requeststderr:
the standard error outputstdout:
the standard outputcreated:
the date/time the request was createdThis REST URI path provides actions and information about workflow error sets
name
(string): the new internal name for the error setdisplay_name
(*string): the new display nameshort_desc
(*string): the plain-text short descriptiondesc
(string): the new description for the error set with markdown formattingerrors
(list<ErrorSetErrorInfo>): a list of error definition hashesaction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errorname
(string): the new internal name for the error setdisplay_name
(*string): the new display nameshort_desc
(*string): the plain-text short descriptiondesc
(string): the new description for the error set with markdown formattingerrors
(list<ErrorSetErrorInfo>): a list of error definition hashesaction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errorThis REST URI path provides actions and information about workflow error sets
cascade
(*bool): force-delete the object and update all dependent objects; can break those objectsid
(int): the ID of the error set that was deleted403 Forbidden
: access or authorization error404 Not Found
: no such error seterrorid
(int): the error set IDname
(string): the internal name for the error setdisplay_name
(*string): the display nameshort_desc
(*string): the plain-text short descriptiondescription
(string): the description for the error set with markdown formattingerrors
(list<ErrorSetErrorInfo>): a list of error definition hashesname
(*string): the new name for the error set; if not provided, the new name will be generateddisplay_name
(*string): the new display nameshort_desc
(*string): the plain-text short descriptiondesc
(*string): the new description for the error setaction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errorname
(*string): the new name for the error set; if not provided, the new name will be generateddisplay_name
(*string): the new display nameshort_desc
(*string): the plain-text short descriptiondesc
(*string): the new description for the error setaction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errorThis URI path provides actions and information related to workflow errors
errors:
optional; a comma-separated string will be split into a list; the workflow errorsfilter:
optional; if "global"
then only global errors will be listed; other values for this argument key are ignored; takes precendence over wf
list:
optional; parsed with Qore::parse_boolean(); if True then a list of error names is returnedshort:
optional; parsed with Qore::parse_boolean(); if True then a list of short strings with error names and brief info is returnedwf:
optional; a workflow ID or name to use to filter the results with; ignored if filter
= "global"
business_flag:
(optional bool) parsed with Qore::parse_boolean(); a boolean business flag value (if not present then False is assumed)description:
(required string) the new description of the errorerror:
(required string) the error string (ex: "SOCKET-SSL-ERROR"
)forceworkflow:
(optional bool) parsed with Qore::parse_boolean(); if True then the workflow error will be created as a workflow-specific error even if no global error exists; default if not present False; only used if workflowid
also presentretry_delay_secs:
(optional int) an optional retry value in seconds (only accepted if status
is set to OMQ::StatRetry)severity:
(optional string) a severity code for the error (if not present OMQ::ES_Major is assumed); for possible values see Error Severity Codesstatus:
(optional string) must be one of the following values:status
value is provided)workflowid:
(optional string) an optional workflow ID for potentially creating a workflow-specific workflow error definition"CREATED-WORKFLOW"
: a new workflow-specific error definition was created"CREATED-GLOBAL"
: a new global error was created (only possible if forceworkflow
is omitted or False) est)403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation403 Forbidden
: WORKFLOW-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given workflow (for more information, see Interface Groups)409 Conflict
: ERROR-EXISTS
: this exception is thrown if the workflow-specific error definition already existsworkflowid
and forceworkflow
options as described abovebusiness_flag:
(optional bool) parsed with Qore::parse_boolean(); a boolean business flag value (if not present then False is assumed)description:
(required string) the new description of the errorerror:
(required string) the error string (ex: "SOCKET-SSL-ERROR"
)forceworkflow:
(optional bool) parsed with Qore::parse_boolean(); if True then the workflow error will be created as a workflow-specific error even if no global error exists; default if not present False; only used if workflowid
also presentretry_delay_secs:
(optional int) an optional retry value in seconds (only accepted if status
is set to OMQ::StatRetry)severity:
(optional string) a severity code for the error (if not present OMQ::ES_Major is assumed); for possible values see Error Severity Codesstatus:
(optional string) must be one of the following values:status
value is provided)workflowid:
(optional string) an optional workflow ID for potentially creating a workflow-specific workflow error definition"UPDATED-WORKFLOW"
: the existing workflow-specific error was updated"CREATED-WORKFLOW"
: a new workflow-specific error definition was created"UNCHANGED-WORKFLOW"
: the new workflow-specific definition is identical to the old definition"CREATED-GLOBAL"
: a new global error was created (only possible if forceworkflow
is omitted or False)"UNCHANGED-GLOBAL"
: the new global definition is identical to the old definition403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation403 Forbidden
: WORKFLOW-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given workflow (for more information, see Interface Groups)workflowid
and forceworkflow
options as described aboveglobal:
gives the number of global error definitions loadedworkflow:
gives the number of all workflow-specific error definitions loaded403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationerrors:
a comma-separated string will be split into a list; the workflow errors to search forThis REST URI path provides actions and information related to global workflow errors
errors:
optional; a comma-separated string will be split into a list; the global workflow errors to returnlist:
optional; parsed with Qore::parse_boolean(); if True then a list of error names is returnedshort:
optional; parsed with Qore::parse_boolean(); if True then a list of short strings with error names and brief info is returnedbusiness_flag:
(optional bool) parsed with Qore::parse_boolean(); a boolean business flag value (if not present then False is assumed)description:
(required string) the new description of the errorerror:
(required string) the error string (ex: "SOCKET-SSL-ERROR"
)retry_delay_secs:
(optional int) an optional retry value in seconds (only accepted if status
is set to OMQ::StatRetry)severity:
(optional string) a severity code for the error (if not present OMQ::ES_Major is assumed); for possible values see Error Severity Codesstatus:
(optional string) must be one of the following values:status
value is provided)"CREATED-GLOBAL"
indicating that a new global workflow error was created403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation409 Conflict
: ERROR-EXISTS
: this exception is thrown if the global workflow error already existsbusiness_flag:
(bool) parsed with Qore::parse_boolean(); a boolean business flag value (if not present then False is assumed)description:
(string) the new description of the errorerror:
(required string) the error string (ex: "SOCKET-SSL-ERROR"
)retry_delay_secs:
(optional int) an optional retry value in seconds (only accepted if status
is set to OMQ::StatRetry)severity:
(optional string) a severity code for the error (if not present OMQ::ES_Major is assumed); for possible values see Error Severity Codesstatus:
(optional string) must be one of the following values:status
value is provided)"UPDATED-GLOBAL"
: the existing global error was updated"CREATED-GLOBAL"
: a new global error was created"UNCHANGED-GLOBAL"
: the new global definition is identical to the old definition403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationThis URI path provides actions and information related to a specific global workflow error
"OK"
upon successful execution403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationbusiness_flag:
(bool) parsed with Qore::parse_boolean(); a boolean business flag value (if not present then False is assumed)description:
(string) the new description of the errorretry_delay_secs:
(optional int) an optional retry value in seconds (only accepted if status
is set to OMQ::StatRetry)severity:
(optional string) a severity code for the error (if not present OMQ::ES_Major is assumed); for possible values see Error Severity Codesstatus:
(optional string) must be one of the following values:status
value is provided)"UPDATED-GLOBAL"
: the existing global error was updated"CREATED-GLOBAL"
: a new global error was created (only possible in case of a race condition where the current error was deleted during this request)"UNCHANGED-GLOBAL"
: the new global definition is identical to the old definition403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationThis URI path provides actions and information related to workflow-specific workflow-specific workflow errors across all workflows
errors:
optional; a comma-separated string will be split into a list; the workflow-specific workflow errors for all accessible workflows to returnlist:
optional; parsed with Qore::parse_boolean(); if True then a list of error names is returnedshort:
optional; parsed with Qore::parse_boolean(); if True then a list of short strings with error names and brief info is returnedThis URI path provides actions and information related to workflow-specific workflow errors for a particular workflow
errors:
optional; a comma-separated string will be split into a list; the workflow-specific workflow errors for the current workflow to returnlist:
optional; parsed with Qore::parse_boolean(); if True then a list of error names is returnedshort:
optional; parsed with Qore::parse_boolean(); if True then a list of short strings with error names and brief info is returnedbusiness_flag:
(optional bool) parsed with Qore::parse_boolean(); a boolean business flag value (if not present then False is assumed)description:
(required string) the new description of the errorerror:
(required string) the error string (ex: "SOCKET-SSL-ERROR"
)retry_delay_secs:
(optional int) an optional retry value in seconds (only accepted if status
is set to OMQ::StatRetry)severity:
(optional string) a severity code for the error (if not present OMQ::ES_Major is assumed); for possible values see Error Severity Codesstatus:
(optional string) must be one of the following values:status
value is provided)"CREATED-WORKFLOW"
: a new workflow-specific error definition was created"CREATED-GLOBAL"
: a new global error was created (only possible if forceworkflow
is omitted or False)403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation403 Forbidden
: WORKFLOW-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given workflow (for more information, see Interface Groups)409 Conflict
: ERROR-EXISTS
: this exception is thrown if the workflow-specific error definition already existsbusiness_flag:
(optional bool) parsed with Qore::parse_boolean(); a boolean business flag value (if not present then False is assumed)description:
(required string) the new description of the errorerror:
(required string) the error string (ex: "SOCKET-SSL-ERROR"
)retry_delay_secs:
(optional int) an optional retry value in seconds (only accepted if status
is set to OMQ::StatRetry)severity:
(optional string) a severity code for the error (if not present OMQ::ES_Major is assumed); for possible values see Error Severity Codesstatus:
(optional string) must be one of the following values:status
value is provided)"UPDATED-WORKFLOW"
: the existing workflow-specific error was updated"CREATED-WORKFLOW"
: a new workflow-specific error definition was created"UNCHANGED-WORKFLOW"
: the new workflow-specific definition is identical to the old definition403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation403 Forbidden
: WORKFLOW-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given workflow (for more information, see Interface Groups)This URI path provides actions and information related to a workflow-specific workflow error
"OK"
upon successful execution403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationbusiness_flag:
(bool) parsed with Qore::parse_boolean(); a boolean business flag value (if not present then False is assumed)description:
(string) the new description of the errorretry_delay_secs:
(optional int) an optional retry value in seconds (only accepted if status
is set to OMQ::StatRetry)severity:
(optional string) a severity code for the error (if not present OMQ::ES_Major is assumed); for possible values see Error Severity Codesstatus:
(optional string) must be one of the following values:status
value is provided)"UPDATED-WORKFLOW"
: the existing workflow-specific error was updated"CREATED-WORKFLOW"
: a new workflow-specific error definition was created (only possible in case of a race condition where the current error was deleted during this request)"UNCHANGED-WORKFLOW"
: the new workflow-specific definition is identical to the old definition403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation403 Forbidden
: WORKFLOW-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given workflow (for more information, see Interface Groups)This URI path provides actions and information related to a specific workflow error
"OK"
upon successful execution403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationbusiness_flag:
(bool) parsed with Qore::parse_boolean(); a boolean business flag value (if not present then False is assumed)description:
(string) the new description of the errorretry_delay_secs:
(optional int) an optional retry value in seconds (only accepted if status
is set to OMQ::StatRetry)severity:
(string) a severity code for the error (if not present OMQ::ES_Major is assumed); for possible values see Error Severity Codesstatus:
(string) must be one of the following values:status
value is provided)"UPDATED-WORKFLOW"
: the existing workflow-specific error was updated"CREATED-WORKFLOW"
: a new workflow-specific error definition was created (only possible in case of a race condition where the current error was deleted during this request)"UNCHANGED-WORKFLOW"
: the new workflow-specific definition is identical to the old definition"UPDATED-GLOBAL"
: the existing global error was updated"CREATED-GLOBAL"
: a new global error was created (only possible in case of a race condition where the current error was deleted during this request)"UNCHANGED-GLOBAL"
: the new global definition is identical to the old definition403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation409 Conflict
: ERROR-UPDATE-ERROR
: invalid keys or key values provided in the error description hashThis URI path provides actions and information regarding workflow execution instances.
groups:
list of interface groups that the workflow belongs to; each list element is a REST Interface Group Hash (may be empty)alerts:
a list of alerts raised against the workflow; each list element is a REST Alert Hash (may be empty)log_url:
a complete URL to the websocket source for the workflow logcount:
number of workflow execution instances stoppedworkflows:
a hash keyed by workflow description where the values are the lists of all execution instance IDs stopped for that workflowmsg:
a descriptive message about the workflows stoppedargs:
(required) one or more workflow names or IDs to stopcount:
number of workflow execution instances stoppedworkflows:
a hash keyed by workflow description where the values are the lists of all execution instance IDs stopped for that workflowmsg:
a descriptive message describing the workflow execution instances that were stoppedThis URI path provides actions and information regarding a particular workflow execution instance.
groups:
list of interface groups that the workflow belongs to; each list element is a REST Interface Group Hash (may be empty)alerts:
a list of alerts raised against the workflow; each list element is a REST Alert Hash (may be empty)log_url:
a complete URL to the websocket source for the workflow logoptions:
a hash of options to set against the workflow; if the value of this key is a string, then it is first parsed with Util::parse_to_qore_value(), which should then return a hash400 Bad Request
: missing "options"
argument or "options"
is not a hash (or string parsed to a hash with Util::parse_to_qore_value())409 Conflict
: WORKFLOW-OPTION-ERROR
: invalid option for workflow or option cannot be overridden at the workflow level403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation403 Forbidden
: WORKFLOW-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given workflow (for more information, see Interface Groups)"OK"
if successful.This URI path provides actions and information about workflow execution instances for a particular workflow.
groups:
list of interface groups that the workflow belongs to; each list element is a REST Interface Group Hash (may be empty)alerts:
a list of alerts raised against the workflow; each list element is a REST Alert Hash (may be empty)log_url:
a complete URL to the websocket source for the workflow logoptions:
a hash of options to set against the workflow; if the value of this key is a string, then it is first parsed with Util::parse_to_qore_value(), which should then return a hash400 Bad Request
: missing "options"
argument or "options"
is not a hash (or string parsed to a hash with Util::parse_to_qore_value())409 Conflict
: WORKFLOW-OPTION-ERROR
: invalid option for workflow or option cannot be overridden at the workflow level403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation403 Forbidden
: WORKFLOW-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given workflow (for more information, see Interface Groups)stopped:
the value is a descriptive string for the workflow"no instances to stop"
.403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation403 Forbidden
: WORKFLOW-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given workflow (for more information, see Interface Groups)This REST API path provides actions and information related to Qorus Finite State Machines.
list:
optional; parsed with Qore::parse_boolean(); if True then a list of FSM names is returnedshort:
optional; parsed with Qore::parse_boolean(); if True then a list of short strings of FSM information is returnedname
(string): the new internal name for the FSMdisplay_name
(*string): the new display name for the FSM; generated from name
if necessaryshort_desc
(*string): the short plain-text description for the FSMdesc
(string): the new description for the FSM with markdown formattinggroups
(*list<string>): interface groups that the FSM belongs toinput_type
(*UndefinedHash): the input type for the FSMoutput_type
(*UndefinedHash): the output type for the FSMstates
(UndefinedHash): the state definitions for the FSMoptions
(*UndefinedHash): options for the FSMautovar
(*UndefinedHash): automatic variables for the FSMlocalvar
(*UndefinedHash): local variables for the FSMglobalvar
(*UndefinedHash): global variables for the FSMreplace
(*bool): if True the FSM will be replaced if it exists alreadyid
(int): the FSM IDname
(string): the name of the FSMdisplay_name
(string): the display name of the FSMdraft_id
(string): the Qog draft ID createdissues
(*string): any issues mapping the input to the Qog configurationadvice
(*string): any advice on improving the input to achieve better results403 Forbidden
: access or authorization errorname
(string): the new internal name for the FSMdisplay_name
(*string): the new display name for the FSM; generated from name
if necessaryshort_desc
(*string): the short plain-text description for the FSMdesc
(string): the new description for the FSM with markdown formattinggroups
(*list<string>): interface groups that the FSM belongs toinput_type
(*UndefinedHash): the input type for the FSMoutput_type
(*UndefinedHash): the output type for the FSMstates
(UndefinedHash): the state definitions for the FSMoptions
(*UndefinedHash): options for the FSMautovar
(*UndefinedHash): automatic variables for the FSMlocalvar
(*UndefinedHash): local variables for the FSMglobalvar
(*UndefinedHash): global variables for the FSMreplace
(*bool): if True the FSM will be replaced if it exists alreadyid
(int): the FSM IDname
(string): the name of the FSMdisplay_name
(string): the display name of the FSMdraft_id
(string): the Qog draft ID createdissues
(*string): any issues mapping the input to the Qog configurationadvice
(*string): any advice on improving the input to achieve better results403 Forbidden
: access or authorization errorinput
(string): the plain-language text describing what the Qog should doid
(int): the FSM IDname
(string): the name of the FSMdisplay_name
(string): the display name of the FSMdraft_id
(string): the Qog draft ID createdissues
(*string): any issues mapping the input to the Qog configurationadvice
(*string): any advice on improving the input to achieve better results403 Forbidden
: access or authorization errorfsm
(UndefinedHash): the FSM configuration to executeinput_data
(auto): any input data for the FSMstate_data
(*bool): return information about state data in the responseoutput_data
(auto): any output data for the FSMstate_data
(FsmStateDataInfo): a hash keyed by state ID where values are the last output data for each state with a sort keysort
(int): the sort key to provide order for the hashsuccess
(bool): if the state was successfully executed or notresponse
(auto): the output data of the state, if any, and if there was no errorerror
(*string): any uncaught error raised by the statefsm
(UndefinedHash): complete FSM parsed file datadata_context
(*string): the data type for any target field; if present, only compatible fields will be returnedcurrent_state
(*string): any current state so that only data from previous states will be returned403 Forbidden
: access or authorization errorThis REST API path provides actions and information related to a particular Qorus Finite State Machine.
name
(string): the name of the FSM deleted403 Forbidden
: access or authorization error404 Not Found
: no such FSMname
(*string): the new internal name for the FSMdisplay_name
(*string): the new display name for the FSM; generated from name
if necessaryshort_desc
(*string): the short plain-text description for the FSMdesc
(*string): the new description for the FSM with markdown formattinggroups
(*list<string>): interface groups that the FSM belongs toinput_type
(*UndefinedHash): the input type for the FSMoutput_type
(*UndefinedHash): the output type for the FSMstates
(*UndefinedHash): the state definitions for the FSMoptions
(*UndefinedHash): options for the FSMautovar
(*UndefinedHash): automatic variables for the FSMlocalvar
(*UndefinedHash): local variables for the FSMglobalvar
(*UndefinedHash): global variables for the FSMaction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization error404 Not Found
: no such FSMname
(*string): the new internal name for the FSMdisplay_name
(*string): the new display name for the FSM; generated from name
if necessaryshort_desc
(*string): the short plain-text description for the FSMdesc
(*string): the new description for the FSM with markdown formattinggroups
(*list<string>): interface groups that the FSM belongs toinput_type
(*UndefinedHash): the input type for the FSMoutput_type
(*UndefinedHash): the output type for the FSMstates
(*UndefinedHash): the state definitions for the FSMoptions
(*UndefinedHash): options for the FSMautovar
(*UndefinedHash): automatic variables for the FSMlocalvar
(*UndefinedHash): local variables for the FSMglobalvar
(*UndefinedHash): global variables for the FSMaction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errorinfo
(string): a string describing the operation403 Forbidden
: access or authorization errorinfo
(string): a string describing the operation403 Forbidden
: access or authorization errorinput_data
(auto): any input data for the FSMstate_data
(*bool): return information about state data in the responseoutput_data
(auto): any output data for the FSMstate_data
(FsmStateDataInfo): a hash keyed by state ID where values are the last output data for each state with a sort keysort
(int): the sort key to provide order for the hashsuccess
(bool): if the state was successfully executed or notresponse
(auto): the output data of the state, if any, and if there was no errorerror
(*string): any uncaught error raised by the statedata_context
(*string): the data type for any target field; if present, only compatible fields will be returnedcurrent_state
(*string): any current state so that only data from previous states will be returned403 Forbidden
: access or authorization errorThis REST URI path provides actions and information related to Qorus Finite State Machine configuration items
"name"
: the name of the configuration item"prefix"
: the prefix of the configuration item"type"
: the type of the configuration item"desc"
: the description of the configuration item"default_value"
: the default value of the configuration item"value"
: the value of the configuration item"strictly_local"
: if the configuration item is defined strictly on local level"is_set"
: True if the value is set otherwise False"config_group"
: the group of the configuration item"allowed_values"
: the list of allowed values for the configuration item if defined"level"
: the level from where the value is obtained (interface level (e.g. "fsm:name1", "fsm:name2") or "global" or "default")"is_templated_string"
: True if the value is a templated string that can be later expanded"name"
: the name of the configuration item"prefix"
: the prefix of the configuration item"type"
: the type of the configuration item"desc"
: the description of the configuration item"default_value"
: (YAML-serialized string) the default value of the configuration item"value"
: (YAML-serialized string) the value of the configuration item"strictly_local"
: if the configuration item is defined strictly on local level"is_set"
: True if the value is set otherwise False"config_group"
: the group of the configuration item"allowed_values"
: the list of allowed values for the configuration item if defined (each element is a YAML-serialized string)"level"
: the level from where the value is obtained (interface level (e.g. "fsm:name1", "fsm:name2") or "global" or "default")"is_templated_string"
: True if the value is a templated string that can be later expandedThis REST URI path provides actions and information related to a particular configuration item for a particular Qorus Finite State Machine.
Prefixes can be passed within the config item name or as following: /v5/fsms/{name}/config/{name}?prefix={prefix}.
info:
a string confirming the delete operationdeleted:
True if value has been deletedvalue:
deleted value403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation"name"
: the name of the configuration item"prefix"
: the prefix of the configuration item"type"
: the type of the configuration item"desc"
: the description of the configuration item"default_value"
: the default value of the configuration item"value"
: the value of the configuration item"strictly_local"
: if the configuration item is defined strictly on local level"is_set"
: True if the value is set otherwise False"config_group"
: the group of the configuration item"allowed_values"
: the list of allowed values for the configuration item if defined"level"
: the level from where the value is obtained (interface level (e.g. "fsm:name1", "fsm:name2") or "global" or "default")"is_templated_string"
: True if the value is a templated string that can be later expandedvalue:
the value of the configuration item; must be compatible with the item's declared type400 Bad Request
: returned if the request has no value
key403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationvalue:
(YAML-serialized string) the value of the configuration item; must be compatible with the item's declared type400 Bad Request
: returned if the request has no value
key403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation"name"
: the name of the configuration item"prefix"
: the prefix of the configuration item"type"
: the type of the configuration item"desc"
: the description of the configuration item"default_value"
: (YAML-serialized string) the default value of the configuration item"value"
: (YAML-serialized string) the value of the configuration item"strictly_local"
: if the configuration item is defined strictly on local level"is_set"
: True if the value is set otherwise False"config_group"
: the group of the configuration item"allowed_values"
: the list of allowed values for the configuration item if defined (each element is a YAML-serialized string)"level"
: the level from where the value is obtained (interface level (e.g. "fsm:name1", "fsm:name2") or "global" or "default")"is_templated_string"
: True if the value is a templated string that can be later expandedinfo:
a string confirming the delete operationdeleted:
True if value has been deletedvalue
(YAML-serialized string): deleted value403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationThis REST API path provides actions and information related to a particular Qorus Finite State Machine.
This REST URI path provides actions and information related to Qorus Finite State Machine configuration items
"name"
: the name of the configuration item"prefix"
: the prefix of the configuration item"type"
: the type of the configuration item"desc"
: the description of the configuration item"default_value"
: the default value of the configuration item"value"
: the value of the configuration item"strictly_local"
: if the configuration item is defined strictly on local level"is_set"
: True if the value is set otherwise False"config_group"
: the group of the configuration item"allowed_values"
: the list of allowed values for the configuration item if defined"level"
: the level from where the value is obtained (interface level (e.g. "fsm:name1", "fsm:name2") or "global" or "default")"is_templated_string"
: True if the value is a templated string that can be later expanded"name"
: the name of the configuration item"prefix"
: the prefix of the configuration item"type"
: the type of the configuration item"desc"
: the description of the configuration item"default_value"
: (YAML-serialized string) the default value of the configuration item"value"
: (YAML-serialized string) the value of the configuration item"strictly_local"
: if the configuration item is defined strictly on local level"is_set"
: True if the value is set otherwise False"config_group"
: the group of the configuration item"allowed_values"
: the list of allowed values for the configuration item if defined (each element is a YAML-serialized string)"level"
: the level from where the value is obtained (interface level (e.g. "fsm:name1", "fsm:name2") or "global" or "default")"is_templated_string"
: True if the value is a templated string that can be later expandedThis REST URI path provides actions and information related to a particular configuration item for a particular Qorus Finite State Machine.
Prefixes can be passed within the config item name or as following: /v5/fsms/{name}/config/{name}?prefix={prefix}.
info:
a string confirming the delete operationdeleted:
True if value has been deletedvalue:
deleted value403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation"name"
: the name of the configuration item"prefix"
: the prefix of the configuration item"type"
: the type of the configuration item"desc"
: the description of the configuration item"default_value"
: the default value of the configuration item"value"
: the value of the configuration item"strictly_local"
: if the configuration item is defined strictly on local level"is_set"
: True if the value is set otherwise False"config_group"
: the group of the configuration item"allowed_values"
: the list of allowed values for the configuration item if defined"level"
: the level from where the value is obtained (interface level (e.g. "fsm:name1", "fsm:name2") or "global" or "default")"is_templated_string"
: True if the value is a templated string that can be later expandedvalue:
the value of the configuration item; must be compatible with the item's declared type400 Bad Request
: returned if the request has no value
key403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationvalue:
(YAML-serialized string) the value of the configuration item; must be compatible with the item's declared type400 Bad Request
: returned if the request has no value
key403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation"name"
: the name of the configuration item"prefix"
: the prefix of the configuration item"type"
: the type of the configuration item"desc"
: the description of the configuration item"default_value"
: (YAML-serialized string) the default value of the configuration item"value"
: (YAML-serialized string) the value of the configuration item"strictly_local"
: if the configuration item is defined strictly on local level"is_set"
: True if the value is set otherwise False"config_group"
: the group of the configuration item"allowed_values"
: the list of allowed values for the configuration item if defined (each element is a YAML-serialized string)"level"
: the level from where the value is obtained (interface level (e.g. "fsm:name1", "fsm:name2") or "global" or "default")"is_templated_string"
: True if the value is a templated string that can be later expandedinfo:
a string confirming the delete operationdeleted:
True if value has been deletedvalue
(YAML-serialized string): deleted value403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationThis REST API path provides actions and information about Qorus functions
list:
optional; parsed with Qore::parse_boolean(); if True then a list of function names is returnedshort:
optional; parsed with Qore::parse_boolean(); if True then a list of short strings with function names, versions, and IDs is returnedlist
nor short
options are passed as above):name:
the name of the functionversion:
the version of the functionfunction_instanceid:
the function IDfunction_type:
the type of function object; see Step Function Types for possible valuesdescription:
the description of the functionauthor:
the author of the functioncreated:
the date/time the function was createdmodified:
the date/time the function was modifiedsource:
the source file that the function object was created fromline:
the offset in the source file for the source of the function objectname
(string): the new internal name for the functiondesc
(*string): the new description for the function with markdown formattingversion
(string): the new version for the functionauthor
(*string): the author of the functionsource
(string): the source code for the functionfunction_type
(string): The type of the functionaction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errorname
(string): the new internal name for the functiondesc
(*string): the new description for the function with markdown formattingversion
(string): the new version for the functionauthor
(*string): the author of the functionsource
(string): the source code for the functionfunction_type
(string): The type of the functionaction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errorThis REST API path provides actions and information about specific functions
cascade
(*bool): force-delete the object and update all dependent objects; can break those objectsid
(int): the ID of the function that was deleted403 Forbidden
: access or authorization error404 Not Found
: no such functionname
(*string): the new internal name for the functiondesc
(*string): the new description for the function with markdown formattingversion
(*string): the new version for the functionauthor
(*string): the author of the functionsource
(*string): the source code for the functionfunction_type
(*string): The type of the functionaction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errorname
(*string): the new internal name for the functiondesc
(*string): the new description for the function with markdown formattingversion
(*string): the new version for the functionauthor
(*string): the author of the functionsource
(*string): the source code for the functionfunction_type
(*string): The type of the functionaction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errorThis URI path provides actions and information related to interface groups
groups:
(required) list of strings or a single string; a comma-separated string will be split into a list; the names of the groups to delete403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation409 Conflict
: GROUPS-DELETE-ERROR
: missing groups
argumentlist:
optional; parsed with Qore::parse_boolean(); if True then a list of group names is returnedno_synthetic:
optional; parsed with Qore::parse_boolean(); if True then synthetic groups will not be included in the return valueshort:
optional; parsed with Qore::parse_boolean(); if True then a list of short strings of group names and descriptions is returnedlist
or short
are present, this API returns a list of REST Interface Group Detail Hash elements according to the arguments.group:
(string) required; the name of the groupdesc:
(string) required; the description of the groupworkflows:
(list of strings or a single string) optional; a comma-separated string will be split into a list; the list of workflow names or IDs to include in the groupservices:
(list of strings or a single string) optional; a comma-separated string will be split into a list; the list of user service names or IDs to include in the groupjobs:
(list of strings or a single string) optional; a comma-separated string will be split into a list; the list of job names or IDs to include in the groupmappers:
(list of strings or a single string) optional; a comma-separated string will be split into a list; the list of mapper names or IDs to include in the groupvmaps:
(list of strings or a single string) optional; a comma-separated string will be split into a list the list of value map names or IDs to include in the groupfsms:
(list of strings) optional; a comma-separated string will be split into a list the list of Finite State Machine names to include in the grouppipelines:
(list of strings) optional; a comma-separated string will be split into a list the list of data pipeline names to include in the groupenabled:
(string) this value will be processed by parse_boolean(); the initial enabled flag for the group; if not present defaults to True403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation409 Conflict
: WORKFLOW-ERROR
: invalid or unknown workflow409 Conflict
: SERVICE-ERROR
: invalid or unknown service409 Conflict
: JOB-ERROR
: invalid or unknown job409 Conflict
: MAPPER-ERROR
: invalid or unknown mapper409 Conflict
: VALUE-MAP-ERROR
: invalid or unknown value map409 Conflict
: FSM-ERROR
: invalid or unknown Finite State Machine409 Conflict
: PIPELINE-ERROR
: invalid or unknown data pipeline409 Conflict
: GROUP-ERROR
: missing group
or desc
argumentsgroups:
(required) one or more group names to modify; a comma-separated string will be split into a listenabled:
(required) parsed with Qore::parse_boolean(); the new enabled status for the group(s)403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation409 Conflict
: GROUPS-SETSTATUS-ERROR
: missing groups
or enabled
argumentsThis URI path provides actions and information related to a specific interface group
info:
a string describing the group deletion action403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation403 Forbidden
: cannot update group "DEFAULT"
desc:
(string) the new description of the groupworkflows:
(list of strings or a single string) the list of workflow names to include in the group; the new list will replace the current list unless the workflow names are preceded by "+"
or "-"
, meaning add or remove a workflow, respectively (in which case all workflow names must be preceded by a "+"
or "-"
)services:
(list of strings or a single string) the list of user service names to include in the group; the new list will replace the current list unless the user service names are preceded by "+"
or "-"
, meaning add or remove a service, respectively (in which case all service names must be preceded by a "+"
or "-"
)jobs:
(list of strings or a single string) the list of job names to include in the group; the new list will replace the current list unless the job names are preceded by "+"
or "-"
, meaning add or remove a job, respectively (in which case all job names must be preceded by a "+"
or "-"
)mappers:
(list of strings or a single string) the list of mapper names to include in the group; the new list will replace the current list unless the mapper names are preceded by "+"
or "-"
, meaning add or remove a mapper, respectively (in which case all mapper names must be preceded by a "+"
or "-"
)vmaps:
(list of strings or a single string) the list of value map names to include in the group; the new list will replace the current list unless the value map names are preceded by "+"
or "-"
, meaning add or remove a value map, respectively (in which case all value map names must be preceded by a "+"
or "-"
)enabled:
(string) this value will be processed by parse_boolean(); enables or disables the group"OK"
upon successful execution403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation403 Conflict
: RBAC-UPDATE-GROUP-ERROR
: at least one of desc
, services
, workflows
, jobs
, mappers
, vmaps
, or enabled
keys must be passed in the second argument hash to update the group403 Forbidden
: cannot update group "DEFAULT"
name
(*string): the new name for the group; if not provided, the new name will be generateddisplay_name
(*string): the new display nameshort_desc
(*string): the plain-text short descriptiondesc
(*string): the new description for the group with markdown formattingaction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization error"OK"
upon successful execution403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation403 Forbidden
: cannot update group "DEFAULT"
"OK"
upon successful execution403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation403 Forbidden
: cannot update group "DEFAULT"
enabled:
(required) parsed with Qore::parse_boolean(); the new enabled status for the groupinfo:
a string describing the group enabled status change403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation409 Conflict
: GROUP-SETSTATUS-ERROR
: missing enabled
argumentThis REST API path provides actions and information about job results (job instances).
date:
optional (parsed as a date); the past cutoff date for the search; only orders with a modified
date equal or after this date will be considered; if not present, then defaults to the last 24 hoursdesc:
optional (parsed with Qore::parse_boolean(); determines the sort order; if False then results are sorted in ascending order, if True (the default), results are sorted in descending order (newest first)full:
optional (parsed with Qore::parse_boolean(); if True then additional keys are included in each result record; see below for detailsids:
optional; one or more job IDs to filter the result list; a comma-separated string will be split into a listlimit:
optional; limits the number of results returnedoffset:
optional; the starting result to return (use when paging for example)sort:
optional; a list of columns to sort the output bystatuses:
optional; job result (job instance) status value(s); a comma-separated string will be split into a list (see Job Data Status Descriptions for possible values)full
option is set, then the following additional keys are included in each hash:errors:
a list of hashes of errors and warnings raised by the job; each list element has the following keys:job_errorid:
the unique ID for the error instanceseverity:
an error severity code (see Error Severity Codes for possible values)error:
the error code stringdescription:
description for the error (if any)info:
additional information about the error (if any)business_error:
a boolean flag indicating of the error is a business errorcreated:
the date and time the error was raisedaudit:
a list of one or more REST Audit Info Hash elements (can be empty)date:
optional (parsed as a date); the past cutoff date for the search; only orders with a modified
date equal or after this date will be considered; if not present, then defaults to the last 24 hourssqlcache:
optional (parsed with Qore::parse_boolean()); if False then no SQL cache will be used for historical info; default Truecombined:
if True then all results are combined into one global hash for all queried jobsjobs:
one or more job names or IDs to filter the result list; a comma-separated string will be split into a listcombined
is set, described above)myjob_1 : hash: (2 members) ERROR : 1 COMPLETE : 3 myjob_2 : hash: (2 members) IN-PROGRESS : 1 COMPLETE : 8
This REST API path provides actions and information about specific job results (job instances).
errors:
a list of hashes of errors and warnings raised by the job; each list element has the following keys:job_errorid:
the unique ID for the error instanceseverity:
an error severity code (see Error Severity Codes for possible values)error:
the error code stringdescription:
description for the error (if any)info:
additional information about the error (if any)business_error:
a boolean flag indicating of the error is a business errorcreated:
the date and time the error was raisedaudit:
a list of one or more REST Audit Info Hash elements (can be empty)This REST API path provides actions and information related to Qorus jobs.
defonly:
optional (parsed with Qore::parse_boolean()); if True then no job result information will be included in the return value; default Falsedate:
optional (parsed as a date); the past cutoff date for job result (job instances) for the return value; if not present, then defaults to the last 24 hoursjobs:
one or more job names or IDs to filter the result list; a comma-separated string will be split into a listlib_source:
optional; parsed with Qore::parse_boolean(); if True then the source code for each library object is returned in the REST Job Description Hashlist:
optional; parsed with Qore::parse_boolean(); if True then a list of job names is returnedshort:
optional; parsed with Qore::parse_boolean(); if True then a list of short strings of job names and descriptions is returnedsqlcache:
optional (parsed with Qore::parse_boolean()); if False then no SQL cache will be used for historical info; default True (only used if defonly
is omitted or False)status:
optional; either "active"
or "inactive"
to filter jobs based on their active statustags:
optional; a hash of tags to match; only workflows matching at least one of the tags will be returned; use tag=value
format as the value of this optiontag_case_insensitive:
optional; parsed with Qore::parse_boolean(); if True then tag value comparisons are made with case-insensitive comparisonstag_partial_match:
optional; parsed with Qore::parse_boolean(); if True then tag value comparisons succeed if the value given as the tag value appears anywhere in the object's tag of the same namelist
nor short
are used, then this API returns a list of REST Job Description Hash elements; if defonly
is not True, then any jobs with job result data within the given time period (as defined by the date
option) will be reflected in the following extra keys:IN-PROGRESS
: the number of job instances currently in progressCOMPLETE:
the number of job instances with a OMQ::StatComplete status during the given time periodERROR:
the number of job instances with a OMQ::StatError status during the given time periodname
(string): the new internal name for the jobversion
(string): the version of the jobdisplay_name
(*string): the new display name for the job; generated from name
if necessaryshort_desc
(*string): the short plain-text description for the jobdesc
(string): the new description for the job with markdown formattingschedule
(JobCronHash): the cron schedule for the jobauthor
(*list<string>): one or more authors of the jobremote
(*bool): if the job should run remotely or notactive
(*bool): if the job is active (will be scheduled) or notenabled
(*bool): if the job is enabledexpiry-date
(*date): the date the job expiresclass-name
(*string): the class name fot the joblang
(*string): the language of the jobclasses
(*list<string>): classes that the job depends on and requiresfsms
(*list<UndefinedHash>): Finite State Machines / Flow Designer (fsms) that the job usesmappers
(*list<string>): mappers that the job usesvmaps
(*list<string>): value maps that the job usesgroups
(*list<string>): interface groups that the job belongs totags
(*UndefinedHash): user-defined tags for the jobconfig-items
(*list<UndefinedHash>): config items that the job uses or definessystem-options
(UndefinedHash): system options for the jobsource
(string): the job's source codeaction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errorname
(string): the new internal name for the jobversion
(string): the version of the jobdisplay_name
(*string): the new display name for the job; generated from name
if necessaryshort_desc
(*string): the short plain-text description for the jobdesc
(string): the new description for the job with markdown formattingschedule
(JobCronHash): the cron schedule for the jobauthor
(*list<string>): one or more authors of the jobremote
(*bool): if the job should run remotely or notactive
(*bool): if the job is active (will be scheduled) or notenabled
(*bool): if the job is enabledexpiry-date
(*date): the date the job expiresclass-name
(*string): the class name fot the joblang
(*string): the language of the jobclasses
(*list<string>): classes that the job depends on and requiresfsms
(*list<UndefinedHash>): Finite State Machines / Flow Designer (fsms) that the job usesmappers
(*list<string>): mappers that the job usesvmaps
(*list<string>): value maps that the job usesgroups
(*list<string>): interface groups that the job belongs totags
(*UndefinedHash): user-defined tags for the jobconfig-items
(*list<UndefinedHash>): config items that the job uses or definessystem-options
(UndefinedHash): system options for the jobsource
(string): the job's source codeaction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization error400 Bad Request
: invalid or missing arguments to REST calllevel:
(int|string) LoggerLevelname:
logger name to setadditivity:
logger additivity to set400 Bad Request
: invalid or missing arguments to REST calllevel:
required; (int|string) LoggerLevelname:
(string) logger nameadditivity:
(bool) logger additivity (default True)cloneDefault:
(bool) create logger with appenders based on default logger400 Bad Request
: invalid or missing arguments to REST call409 Conflict
: conflict with the current stateloggerid:
(int) logger idparams:
(hash) logger paramslevel:
(hash) LoggerLevel"key"
: logger level string representation"value"
: logger level int representationname:
(string) logger nameadditivity:
(bool) logger additivityinterface_table_name:
(string) interface table name (jobs/workflows/services). If set means default loggerid:
required; (int); id of the appender to be updatename:
(string) the name of the appenderlayoutPattern:
(string) the layout for the appenderfilename:
(string) the output filenameencoding:
(string) the file's output encodingappenderType:
required; (string) appender type, case sensitive (see Logger for possible values) (ex. LoggerAppenderFileRotate, LoggerAppenderFile, LoggerAppenderStdOut ...)rotationCount:
(int) the number of files in rotation chain, if count is <=0 then no ratation is performed. Only for rotation appendersarchivePattern:
(string) pattern to evaluate archive filenamename:
(string) the name of the appenderlayoutPattern:
(string) the layout for the appenderfilename:
(string) the output filenameencoding:
(string) the file's output encodingappenderType:
required; (string) appender type, case sensitive (see Logger for possible values) (ex. LoggerAppenderFileRotate, LoggerAppenderFile, LoggerAppenderStdOut ...)rotationCount:
(int) the number of files in rotation chain, if count is <=0 then no ratation is performed. Only for rotation appendersarchivePattern:
(string) pattern to evaluate archive filename400 Bad Request
: invalid or missing arguments to REST call409 Conflict
: conflict with the current stateid:
required; (int); id of the appender to be deletedappenderId:
(int) appenderIdparams:
(hash) possible appender parameters, might be missing if not setname:
(string) appender namelayoutPattern:
(string) appender layout patternrotation:
(int) appender layout patternfilename:
(string) appender filenameids:
(required) one or more job names or IDs to disable; a comma-separated string will be split into a list409 Conflict
: JOB-DISABLE-ERROR
: missing ids
argumentids:
(required) one or more job names or IDs to enable; a comma-separated string will be split into a list409 Conflict
: JOB-ENABLE-ERROR
: missing ids
argumentids:
(required) one or more job names or IDs to reset; a comma-separated string will be split into a list403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationids:
(required) one or more job names or IDs to run; a comma-separated string will be split into a listarg:
the job ID or name (the argument passed as input)run:
True means the job was run, False means it was notinfo:
an informative string giving a description of the result or an error messagejobid
]: the job IDname
]: the name of the jobversion
]: the version of the jobjob_instanceid
]: the job_instanceid of the job executedstatus
]: the status of the execution of the job; see Job Data Status Descriptions for possible values403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationThis REST API path provides actions and information related to specific jobs; the name can also be provided in the format name:version
.
403 Forbidden
: access or authorization error404 Not Found
: no such jobname
(string): the name of the jobjobid
(int): the job IDdisplay_name
(*string): the display nameshort_desc
(*string): the short description in plain textdescription
(*string): the description of the job (if any)version
(string): the version of the jobauthor
(*string): the author of the job (if any)sessionid
(*int): If the job is currently active and running on a Qorus instance, then this attribute will have a value, otherwise it will not be setremote
(bool): the remote state of the job; if True
, the job will run remotely in a qjob process; if False
, it will run in qorus-coremanual_remote
(bool): set if the manual value has been changed manually, in which case the manual setting takes precendence over any new definitions loaded with oloadopen
(bool): if the current workflow is open for processing nowrun_skipped
(bool): A boolean value telling the system if the job should be run immediately if the last scheduled run was missed due to system downtimeenabled
(bool): flag indicating if the job is enabled or not; disabled jobs cannot be activatedcode
(string): the source code for the jobclass_based
(bool): True
means that the job is an extension of the QorusJob
class, otherwise it is a function-based jobclass_name
(*string): the name of the job class, if anylanguage
(string): the programming language that the job's main code is implemented inmonth
(*string): the month value in a job cron scheduleday
(*string): the day value in a job cron schedulewday
(*string): the weekday value in a job cron schedulehour
(*string): the hout value in a job cron scheduleminute
(*string): the minute value in a job cron scheduleexpiry_date
(*date): the expiry date of the job, if anylast_executed
(*date): the date-time value the job was last executed, if anylast_executed_job_instanceid
(*int): the last job instance ID, if anylast_jobstatus
(*string): the last job result status for this jobmanually_updated
(bool): flag set if the job schedule has been changed manually, in which case the manual setting takes precendence over any new definitions loaded with oloadcreated
(date): the date/time the job was createdmodified
(date): the date/time the job was modifiedsource
(*string): the complete path of the job source file when loadedline
(*int): the line offset of the job source code in the fileconfig_items
(*list<ConfigItemDetailInfo>): list of config items attached directly to the jobfsm_triggers
(*FsmTriggerSet): a hash keyed by finite state machine name giving triggers for each flownext
(*date): the next automatic job execution time time, if anyschedule
(*string): the schedule for the job as a stringmappers
(*list<MapperInfo>): list of mappers associated with the jobvmaps
(*list<VMapInfo>): a list of value maps associated with the joblib
(*LibraryInfo): a hash of library information for the jobfunctions
(*list<LibraryDetailInfo>): a list of function objects (can be empty)classes
(*list<LibraryDetailInfo>): a list of class objects (can be empty)constants
(*list<LibraryDetailInfo>): a list of constant objects (can be empty)pipelines
(*list<NameIdInfo>): a list of pipeline objects (can be empty)fsm
(*list<NameIdInfo>): a list of FSM objects (can be empty)tags
(*UndefinedHash): any tags for the jobjob_modules
(*list<string>): a list of job modules associated with the jobconfig
(*ConfigItemSummarySetInfo): a hash of configuration item info keyed by config item namename
(string): the name of the configuration itemprefix
(*string): the prefix of the configuration itemtype
(string): the data type of the configuration itemdesc
(string): the description of the configuration itemdefault_value
(auto): the default value of the configuration itemvalue
(auto): the value of the configuration itemstrictly_local
(bool): if the configuration item is defined strictly on local levelis_set
(bool): True if the value is set otherwise Falseis_templated_string
(bool): True if the value is a templated string that can be later expandedconfig_group
(string): the group of the configuration itemallowed_values
(*list<auto>): the list of allowed values for the configuration item if definedlevel
(string): the level from where the value is obtained (interface level (e.g. "job:1", "job:2")groups
(*list<GroupInfo>): a list of interface groups that the job belongs tooffset
(*string): the line offset of the job source code in the filehost
(*string): the hostname of the machine where the job was loaded fromuser
(*string): the OS user who loaded the jobbase_class_name
(*string): the base class name of the job, if anyprocess
(*JobProcessExecInfo): present when remote
is Trueid
(string): the unique process ID in the clusternode
(string): the node name where the process is runninghost
(string): the hostname where the process is runningpid
(int): the PID on the hosturls
(list<string>): a list of ZeroMQ URLs for the processstatus
(*int): the process's status codestatus_string
(*string): the process's status as a stringrestarted
(*bool): indicates if the process has been restartedlog_pipe
(*string): any log pipe for the processport
(*int): any port number for the processpriv
(*int): the amount of private memory of the process in bytesprometheus_port
(*int): any port number for communicating with Prometheusrss
(*int): the resident size of the process in bytesvsz
(*int): the virtual size of the process in bytespriv_str
(*string): a string description of the priv
valuepct
(*int): the percentage of main memory taken up by the process on the nodejobname
(*string): the job namejobversion
(*string): the job versionjobid
(*int): the job IDsocket_path
(*string): any socket path for the processsessionid
(*int): the job session IDCOMPLETE
(*int): number of job results with status COMPLETEIN-PROGRESS
(*int): number of job results with status IN-PROGRESSERROR
(*int): number of job results with status ERRORCRASH
(*int): number of job results with status CRASHconnections
(*list<InterfaceConnectionInfo>): a list of connection objects that this job depends onalerts
(*list<AlertInfo>): a list of alerts raised against the jobdb_active
(bool): a boolean flag indicating the active status in the databaseactive
(bool): the active status in the current Qorus instancemanual_active
(bool): set if the active value has been changed manually, in which case the manual setting takes precendence over any new definitions loaded with oloadlog_url
(*string): the log URL (if any)options
(list<OptionInfoHash>): a list option information hashessched_type
(string): the schedule type; one of "cron"
(uses a job cron schedule), or "recurring"
( uses a fixed repeat delay)sched_txt
(string): a string describing the schedule (ex: "minutes: 0, hours: 0, days: *, months: *, wdays: *"
)sla
(*string): the name of the attached SLA, if any)state
(*hash<auto>): any job state datapersistent-state
(*hash<auto>): any persistent job state data403 Forbidden
: access or authorization errorname
(*string): the new internal name for the jobversion
(*string): the version of the jobdisplay_name
(*string): the new display name for the job; generated from name
if necessaryshort_desc
(*string): the short plain-text description for the jobdesc
(*string): the new description for the job with markdown formattingschedule
(*JobCronHash): the cron schedule for the jobauthor
(*list<string>): one or more authors of the jobremote
(*bool): if the job should run remotely or notactive
(*bool): if the job is active (will be scheduled) or notenabled
(*bool): if the job is enabledexpiry-date
(*date): the date the job expiresclass-name
(*string): the class name fot the joblang
(*string): the language of the jobclasses
(*list<string>): classes that the job depends on and requiresfsms
(*list<UndefinedHash>): Finite State Machines / Flow Designer (fsms) that the job usesmappers
(*list<string>): mappers that the job usesvmaps
(*list<string>): value maps that the job usesgroups
(*list<string>): interface groups that the job belongs totags
(*UndefinedHash): user-defined tags for the jobconfig-items
(*list<UndefinedHash>): config items that the job uses or definessystem-options
(*UndefinedHash): system options for the jobsource
(*string): the job's source codeaction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errorname
(*string): the new internal name for the jobversion
(*string): the version of the jobdisplay_name
(*string): the new display name for the job; generated from name
if necessaryshort_desc
(*string): the short plain-text description for the jobdesc
(*string): the new description for the job with markdown formattingschedule
(*JobCronHash): the cron schedule for the jobauthor
(*list<string>): one or more authors of the jobremote
(*bool): if the job should run remotely or notactive
(*bool): if the job is active (will be scheduled) or notenabled
(*bool): if the job is enabledexpiry-date
(*date): the date the job expiresclass-name
(*string): the class name fot the joblang
(*string): the language of the jobclasses
(*list<string>): classes that the job depends on and requiresfsms
(*list<UndefinedHash>): Finite State Machines / Flow Designer (fsms) that the job usesmappers
(*list<string>): mappers that the job usesvmaps
(*list<string>): value maps that the job usesgroups
(*list<string>): interface groups that the job belongs totags
(*UndefinedHash): user-defined tags for the jobconfig-items
(*list<UndefinedHash>): config items that the job uses or definessystem-options
(*UndefinedHash): system options for the jobsource
(*string): the job's source codeaction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errorjobid
(int): the workflow IDname
(string): the wojobrkflow nameversion
(string): the job versioninfo
(string): a string providing information about the job update action403 Forbidden
: access or authorization error409 Conflict
: exception processing the requestjobid
(int): the workflow IDname
(string): the wojobrkflow nameversion
(string): the job versioninfo
(string): a string providing information about the job update action403 Forbidden
: access or authorization error409 Conflict
: exception processing the requeststatus
(string): either "OK"
or "ERR"
code
(int): the return code of the kill()
command: 0 if successful, non-zero if not403 Forbidden
: access or authorization error404 Not Found
: if no remote process is running for the job403 Forbidden
: access or authorization error409 Conflict
: API-CALL-ERROR
: cannot reset a disabled jobjob_instanceid
(int): the job_instanceidstatus
(string): the status of the execution of the job; see Job Data Status Descriptions for possible values403 Forbidden
: access or authorization errorschedule
(*string): a cron-like string giving the job schedule, see job schedule for information about the format; either this parameter or duration
must be present, but not bothduration
(*int): a duration in seconds for triggering the job; either this parameter or schedule
must be present, but not both; the duration must be less than 10^7.jobid
(int): the job IDname
(string): the job nameschedule
(*string): the new schedule for the jobduration
(*int): the new dduration for the jobinfo
(string): a descriptive string403 Forbidden
: access or authorization erroractive
(bool): the new active state of the jobjobid
(int): the job IDname
(string): the job nameactive
(bool): the new active state of the jobinfo
(string): a descriptive stringdb_active
(bool): the active state in the DB (can differ from active
if the job cannot be started for example)403 Forbidden
: access or authorization error409 Conflict
: JOB-ERROR
: cannot set expired jobs to activedate
(*date): the new expiry date of the job; if not present any expiry date will be removedjobid
(int): the job IDname
(string): the job nameexpiry_date
(*date): the new expiry date of the jobinfo
(string): a descriptive string403 Forbidden
: access or authorization erroroptions:
a hash of options to set against the job; if the value of this key is a string, then it is first parsed with Util::parse_to_qore_value(), which should then return a hash"OK"
upon successful execution400 Bad Request
: missing "options"
argument or "options"
is not a hash (or string parsed to a hash with Util::parse_to_qore_value())403 Forbidden
: JOB-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given job (for more information, see Interface Groups)403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation409 Conflict
: JOB-OPTION-ERROR
: invalid option for job or option cannot be overridden at the job leveldata:
a hash of new persistent job state data or NOTHING which will clear any data403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation403 Forbidden
: JOB-ACCESS-ERROR
: the user does not have the right to access the given job (for more information, see Interface Groups)remote
(bool): the new remote state of the jobupdated
(bool): if the remote status was updatedremote
(bool): the new remote state of the jobinfo
(string): a descriptive string403 Forbidden
: access or authorization errordata:
a hash of new job state data or NOTHING which will clear any data403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation403 Forbidden
: JOB-ACCESS-ERROR
: the user does not have the right to access the given job (for more information, see Interface Groups)This REST URI path provides actions and information related to Qorus job configuration items
"name"
: the name of the configuration item"prefix"
: the prefix of the configuration item"type"
: the type of the configuration item"desc"
: the description of the configuration item"default_value"
: the default value of the configuration item"value"
: the value of the configuration item"strictly_local"
: if the configuration item is defined strictly on local level"is_set"
: True if the value is set otherwise False"config_group"
: the group of the configuration item"allowed_values"
: the list of allowed values for the configuration item if defined"level"
: the level from where the value is obtained (interface level (e.g. "job:1", "job:2") or "global" or "default")"is_templated_string"
: True if the value is a templated string that can be later expanded403 Forbidden
: JOB-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given job (for more information, see Interface Groups)"name"
: the name of the configuration item"prefix"
: the prefix of the configuration item"type"
: the type of the configuration item"desc"
: the description of the configuration item"default_value"
: (YAML-serialized string) the default value of the configuration item"value"
: (YAML-serialized string) the value of the configuration item"strictly_local"
: if the configuration item is defined strictly on local level"is_set"
: True if the value is set otherwise False"config_group"
: the group of the configuration item"allowed_values"
: the list of allowed values for the configuration item if defined (each element is a YAML-serialized string)"level"
: the level from where the value is obtained (interface level (e.g. "job:1", "job:2") or "global" or "default")"is_templated_string"
: True if the value is a templated string that can be later expanded403 Forbidden
: JOB-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given job (for more information, see Interface Groups)This REST URI path provides actions and information related to a particular Qorus job. Prefix can be passed within the config item name or as following: /v3/jobs/{id_or_name}/config/{name}?prefix={prefix}.
info:
a string confirming the delete operationdeleted:
True if value has been deletedvalue:
deleted value403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation"name"
: the name of the configuration item"prefix"
: the prefix of the configuration item"type"
: the type of the configuration item"desc"
: the description of the configuration item"default_value"
: the default value of the configuration item"value"
: the value of the configuration item"strictly_local"
: if the configuration item is defined strictly on local level"is_set"
: True if the value is set otherwise False"config_group"
: the group of the configuration item"allowed_values"
: the list of allowed values for the configuration item if defined"level"
: the level from where the value is obtained (interface level (e.g. "job:1", "job:2") or "global" or "default")"is_templated_string"
: True if the value is a templated string that can be later expanded403 Forbidden
: JOB-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given job (for more information, see Interface Groups)value:
the value of the configuration item; must be compatible with the item's declared type400 Bad Request
: returned if the request has no value
key403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation403 Forbidden
: JOB-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given service (for more information, see Interface Groups)value:
(YAML-serialized string) the value of the configuration item; must be compatible with the item's declared type400 Bad Request
: returned if the request has no value
key403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation403 Forbidden
: JOB-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given service (for more information, see Interface Groups)"name"
: the name of the configuration item"prefix"
: the prefix of the configuration item"type"
: the type of the configuration item"desc"
: the description of the configuration item"default_value"
: (YAML-serialized string) the default value of the configuration item"value"
: (YAML-serialized string) the value of the configuration item"strictly_local"
: if the configuration item is defined strictly on local level"is_set"
: True if the value is set otherwise False"config_group"
: the group of the configuration item"allowed_values"
: the list of allowed values for the configuration item if defined (each element is a YAML-serialized string)"level"
: the level from where the value is obtained (interface level (e.g. "job:1", "job:2") or "global" or "default")"is_templated_string"
: True if the value is a templated string that can be later expanded403 Forbidden
: JOB-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given job (for more information, see Interface Groups)info:
a string confirming the delete operationdeleted:
True if value has been deletedvalue
(YAML-serialized string): deleted value403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationThis REST API path provides actions and information related to the results of specific jobs.
date:
optional (parsed as a date); the past cutoff date for the search; only orders with a modified
date equal or after this date will be considered; if not present, then defaults to the last 24 hoursdesc:
optional (parsed with Qore::parse_boolean(); determines the sort order; if False then results are sorted in ascending order, if True (the default), results are sorted in descending order (newest first)full:
optional (parsed with Qore::parse_boolean(); if True then additional keys are included in each result record; see below for detailsids:
optional; one or more job instance IDs to filter the result list; a comma-separated string will be split into a listlimit:
optional; limits the number of results returnedoffset:
optional; the starting result to return (use when paging for example)sort:
optional; a list of columns to sort the output bystatuses:
optional; job result (job instance) status value(s); a comma-separated string will be split into a list (see Job Data Status Descriptions for possible values)full
option is set, then the following additional keys are included in each hash:errors:
a list of hashes of errors and warnings raised by the job; each list element has the following keys:job_errorid:
the unique ID for the error instanceseverity:
an error severity code (see Error Severity Codes for possible values)error:
the error code stringdescription:
description for the error (if any)info:
additional information about the error (if any)business_error:
a boolean flag indicating of the error is a business errorcreated:
the date and time the error was raisedaudit:
a list of one or more REST Audit Info Hash elements (can be empty)date:
optional (parsed as a date); the past cutoff date for the search; only orders with a modified
date equal or after this date will be considered; if not present, then defaults to the last 24 hourssqlcache:
optional (parsed with Qore::parse_boolean()); if False then no SQL cache will be used for historical info; default Truecombined:
if True then all results are combined into one global hash for all queried jobscombined
is set, described above)myjob_1 : hash: (2 members) ERROR : 1 COMPLETE : 3 myjob_2 : hash: (2 members) IN-PROGRESS : 1 COMPLETE : 8
This REST API path provides the logout action
This REST URI path provides actions and information related to Qorus system logs and websocket log sources
type:
one of the following values:"qorus-core"
: the main system log file"audit"
: the system audit log file"http"
: the HTTP log file"mon"
: the system monitoring log file"alert"
: the system alert log file"workflow"
: a workflow log file"service"
: a service log file"job"
: a job log file"qdsp"
: a qdsp process log filelog:
the log file path on the host filesystemlog_url:
the websocket log URL for the log filename
]: (for workflows, services, and jobs) the name of the interfaceversion
]: (for workflows, services, and jobs) the version of the interfaceworkflowid
]: (for workflows) the ID of the workflowserviceid
]: (for services) the ID of the servicejobid
]: (for jobs) the ID of the jobservicetype
]: (for services) the type of the service ("system"
or "user"
)This URI path provides actions and information related to system mappers
full:
optional; parsed with Qore::parse_boolean(); if True then the output hashes will include mapper source informationlist:
optional; parsed with Qore::parse_boolean(); if True then a list of mapper names is returnedshort:
optional; parsed with Qore::parse_boolean(); if True then a list of short strings with mapper names and brief info is returnedfull
option is used, then each hash has the following additional keys:option_source:
a hash of the source for the "options"
keyfield_source:
a hash of the source for the actual mapper logic itself; keys are output field namesname
(string): the new internal name for the mapperdisplay_name
(*string): the new display name for the mapper; generated from name
if necessaryshort_desc
(*string): the short plain-text description for the mapperdesc
(string): the new description for the mapper with markdown formattingoptions
(*UndefinedHash): options for the mapperaction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errorname
(string): the new internal name for the mapperdisplay_name
(*string): the new display name for the mapper; generated from name
if necessaryshort_desc
(*string): the short plain-text description for the mapperdesc
(string): the new description for the mapper with markdown formattingoptions
(*UndefinedHash): options for the mapperaction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errorids
argument from the DBids:
(required) a comma-separated string will be split into a list; the mapper names or IDs to reset403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation403 Forbidden
: MAPPER-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given mapper (for more information, see Interface Groups)409 Conflict
: MAPPER-ERROR
: invalid or unknown mapper"OK"
upon successful execution403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation403 Forbidden
: MAPPER-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given mapper (for more information, see Interface Groups)This URI path provides actions and information related to a specific system mapper
name
(string): the name of the mapper deletedpipelineid
(string): the ID of the data pipeline deletedmapperid
(string): the ID of the mapper deletedversion
(string): the version of the mapper deleted403 Forbidden
: access or authorization error404 Not Found
: no such mapperoption_source:
a hash of the source for the "options"
keyfield_source:
a hash of the source for the actual mapper logic itself; keys are output field names409 Conflict
: MAPPER-ERROR
: invalid or unknown mapper403 Forbidden
: MAPPER-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given mapper (for more information, see Interface Groups)name
(*string): the new internal name for the mapperdisplay_name
(*string): the new display name for the mapper; generated from name
if necessaryshort_desc
(*string): the short plain-text description for the mapperdesc
(*string): the new description for the mapper with markdown formattingoptions
(*UndefinedHash): options for the mapperaction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errorname
(*string): the new internal name for the mapperdisplay_name
(*string): the new display name for the mapper; generated from name
if necessaryshort_desc
(*string): the short plain-text description for the mapperdesc
(*string): the new description for the mapper with markdown formattingoptions
(*UndefinedHash): options for the mapperaction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization error"OK"
upon successful execution403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation403 Forbidden
: MAPPER-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given mapper (for more information, see Interface Groups)This REST URI path provides actions and information related to all mapper types
This REST URI path provides actions and information related to a specific mapper type
This REST URI path is the root path for OAuth2 admin functionality
This REST URI path provides actions and information about OAuth2 clients
username
(*string): user associated with the clients; can only be specified if the calling user has the USER-CONTROL permission, otherwise the current user is assumedclient_id
(string): unique identifier of the clientclient_description
(string): the description for the clientusername
(string): user associated with the clientpermissions
(*list<string>): permissions associated to the client; corresponds to OAuth2 scopescreated
(date): record creation timestampmodified
(date): record last modification timestamp400 Bad Request
: invalid arguments to methodclient_secret
value returned cannot be retrieved after this call; it must be stored carefully by the userusername
(*string): user associated with the client; can only be specified if the calling user has the USER-CONTROL permission, otherwise the current user is assumedclient_description
(string): the description for the OAuth2 clientpermissions
(list<string>): list of permissions; corresponds to OAuth2 scopesinserted
(OAuth2ClientInsertedInfo): hash with informataion about inserted clientclient_id
(string): unique identifier of the clientclient_description
(string): the description for the clientclient_secret
(string): client secret; this value must be stored as it cannot be retrieved after this callusername
(string): user associated with the clientpermissions
(*list<string>): permissions associated to the clientcreated
(date): record creation timestampmodified
(date): record last modification timestamp400 Bad Request
: invalid arguments to methodThis REST URI path provides actions and information for system functionality
deleted
(string): the client ID deleted404 Not Found
: no such clientclient_id
(string): unique identifier of the clientclient_description
(string): the description for the clientusername
(string): user associated with the clientpermissions
(*list<string>): permissions associated to the client; corresponds to OAuth2 scopescreated
(date): record creation timestampmodified
(date): record last modification timestamp404 Not Found
: no such clientusername
(string): user associated with the clientpermissions
(list<string>): list of permissionsupdated
(OAuth2ClientInfo): updated client informationclient_id
(string): unique identifier of the clientclient_description
(string): the description for the clientusername
(string): user associated with the clientpermissions
(*list<string>): permissions associated to the client; corresponds to OAuth2 scopescreated
(date): record creation timestampmodified
(date): record last modification timestamp404 Not Found
: no such client, invalid arguments to APIclient_secret
value returned cannot be retrieved after this call; it must be stored carefully by the userclient_id
(string): the client ID of the OAuth2 clientclient_secret
(string): the new client secret for the OAuth2 client; this value must be stored as it cannot be retrieved after this call404 Not Found
: no such clientThis REST URI path provides actions and information related to OAuth2 client tokens
This REST URI path provides actions and information related to OAuth2 client tokens
403 Forbidden
: access or authorization errorkind
(string): the token provideruser
(string): the username for the tokentoken
(string): the token value itselfttl
(int): the epoch seconds until the token expiresexpire_seconds
(int): the refresh period for how long the token's lifetime is extended when the token is usedcreation_timestamp
(date): the date and time when the token was createdinfo
(UndefinedHash): additional information about the token403 Forbidden
: access or authorization errorrefresh_seconds
(int): the new refresh seconds value for the token, negative numbers mean that the token never expires403 Forbidden
: access or authorization errorThis REST URI path provides OAuth2 authorization code
type
(string): either token
(access token) or code
(authorization code) giving the type of responseclient_id
(string): identification of client for which the token/code is generatedredirect_uri
(*string): if the client sent a redirect_uri
with the authorization code request, it mustcode
(string): access token or authorization code valuetype
(string): type of code (either "authorization code"
or "access token"
)404 Not Found
: invalid arguments to APIThis REST URI path provides actions and information about supported options for various Qorus objects
block:
a hash of supported finite state machine block types, each block type key is then assigned to a hash of options.mapper:
a hash of supported mapper optionspipeline:
a hash of supported pipeline optionsremote:
a hash of supported remote connection schemes and supported options per schemesystem:
a hash of supported system options that can be overridden in all interfacesThis REST URI path provides actions and information about supported file location schemes in Qorus
list:
optional; parsed with Qore::parse_boolean(); if True then a list of supported file location handlers is returnedshort:
optional; parsed with Qore::parse_boolean(); if True then a list of supported file location handlers is returnedThis REST URI path provides actions and information about supported options for Qorus connection objects
list:
optional; parsed with Qore::parse_boolean(); if True then a list of supported connection schemes is returnedshort:
optional; parsed with Qore::parse_boolean(); if True then a list of supported connection schemes is returnedThis URI path provides information and actions related to workflow order data.
date:
an alternate key for modified
desc:
return in descending orderids:
an alternate key for workflow_instanceid
key:
an alternate key for keyname
keyname:
the name of a search key to be used with the keyvalue value(s)keyvalue:
the value(s) of workflow order search key(s) to use (optionally used in conjunction with keyname)limit:
max number of rows to return, if not given, then the value of the "row-limit" option is used (default: 100)maxmodified:
maximum modified datemaxstarted:
maximum start dateminstarted:
minimum start datemodified:
minimum modified date; if this key is not sent with the request, and no keyvaue
, keyname
or workflow_instanceid
keys are sent, then a value one week before the time of the request is assumedoffset:
row offsetsort:
columns for sorting the resultsstatus:
status value(s) (see Workflow, Segment, and Step Status Descriptions for possible values)statuses:
an alternate key for status
wfid:
an alternate key for workflowid
workflowid:
one or more workflow IDsworkflow_instanceid:
workflow_instanceid values(s)name:
the name of the workflowversion:
the version of the workflowworkflow_instanceid:
the workflow order instance IDworkflowid:
the workflow IDworkflowstatus:
the status of the workflow order instance (see Workflow, Segment, and Step Status Descriptions for possible values)status_sessionid:
the application session ID that owns the workflow order instance data or 0 if the data is now owned by any application sessionstarted:
the start date/time of the workflow order instancecompleted:
the completed date/time for the workflow order instancemodified:
the last modified date/time of the workflow order instanceparent_workflow_instanceid:
the parent workflow order ID if presentsynchronous:
if 1, indicates that the order is being executed synchronouslybusiness_error:
a boolean flag indicating if the workflow order has an error status due to a business erroroperator_lock:
a string giving the username of the user with an operator lock on the ordernote_count:
the number of notes stored against the orderwarning_count:
the number of warnings raised against the ordererror_count:
the number of errors raised against the ordercustom_status:
a custom status for the orderpriority:
the priority of the workflow orderscheduled:
the future scheduled date for the workflow order (if any)custom_status_desc:
a description for the custom status (if any)actions:
a list of possible actions on the workflowids:
(required) one or more workflow instance IDs to block; a comma-separated string will be split into a listworkflow_status:
the status of the workflow order"BLOCK-WORKFLOW-ERROR"
: invalid status, foreign session id, missing original status, unblock operation already in progress"WORKFLOW-ACCESS-ERROR"
: the user does not have the right to access the given workflow (for more information, see Interface Groups)403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationworkflow_status:
the status of the workflow order409 Conflict
: CANCEL-WORKFLOW-ERROR
: invalid status, foreign session id, missing original status, uncancel operation already in progress403 Forbidden
: WORKFLOW-ACCESS-ERROR
: Role Based Access Control is enabled and the user does not have the right to access the given workflow (for more information, see Interface Groups)403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationorderby:
one or more field names for sorting the outputerror:
the error text to search (can also include '' characters for use with the LIKE operator; in this case only 1 value can be given)description:
the description text to search (can also include '' characters for use with the LIKE operator; in this case only 1 value can be given)info:
the info text to search (can also include '' characters for use with the LIKE operator; in this case only 1 value can be givenstepid:
limit the search to one or more stepidsseverity:
limit the search to one or more severity valuesname:
limit the search to one or more step namesversion:
limit the search to one or more step versionsretry:
limit the search to errors with or without the retry flagbusiness_error:
limit the search to errors with or without the business_error flagworkflow_instanceid:
limit the search to one or more workflow_instanceidserror_instanceid:
limit the search to one or more error_instanceidsmindate:
give the lower date range for the error searchmaxdate:
give the upper date range for the error searchworkflowid:
limit the search to one or more workflowidsworkflowstatus:
limit the search to workflow instances with the given status value(s)limit:
the maximum number of errors to returnoffset:
the starting error to return (use when paging for example)name:
the name of the workflowversion:
the version of the workflowworkflow_instanceid:
the workflow instance IDworkflowid:
the workflow IDstepid:
the step ID where the error occurredstepname:
the name of the step where the error occurredstepversion:
the version of the step where the error occurredind:
the array step index number where the error occurredworkflowstatus:
current status of the workflow (see Workflow, Segment, and Step Status Descriptions for possible values)started:
the date and time when the workflow order started processingcompleted:
the date and time when the workflow order was completedparent_workflow_instanceid:
any parent workflow instance IDcustom_status:
the custom status of the workflow order, if anypriority:
the priority of the workflow orderscheduled:
any scheduled date for the workflow ordererror_instanceid:
the error instance IDerror:
the error code stringdescription:
a description for the error (if any)info:
additional information about the error (if any)severity:
an error severity code (see Error Severity Codes for possible values)created:
the date and time the error was raisedretry:
the retry count of the errorbusiness_error:
a boolean flag indicating of the error is a business errorcustom_status_desc:
a descriptive string for the custom status (if any)mindate:
(required) minimum datemaxdate:
maximum datewfids:
optional workflow IDsseconds:
if True then the performance values will be returned as arbitrary-precision numeric values representing seconds, otherwise they will be returned as relative date/time valuesglobal:
if True then all workflows will be combined into an overall processing report, if False then each workflow gets a separate line in the output"hourly"
: hourly grouping"daily"
: daily grouping"monthly"
: monthly grouping"yearly"
: yearly groupingworkflowid:
the workflow IDname:
the workflow nameversion:
the workflow versioncount:
the number of workflow orders in the periodminstarted:
the minimum workflow order start datemaxcompleted:
the maximum workflow order completion date (if any)minduration:
the minimum total elapsed order processing time for workflow orders in the period (starting from workflow order creation)avgduration:
the average total elapsed order processing time for workflow orders in the period (starting from workflow order creation)maxduration:
the maximum total elapsed order processing time for workflow orders in the period (starting from workflow order creation)minprocessing:
the minimum order processing time for workflow orders in the period (starting from when then order was first processed)avgprocessing:
the average order processing time for workflow orders in the period (starting from when then order was first processed)maxprocessing:
the maximum order processing time for workflow orders in the period (starting from when then order was first processed)409 Conflict
: ARGUMENT-ERROR
: missing mindate
skey:
(optional) the sensitive data key type; if passed, then svalue
must be includedsvalue:
(optional) the sensitive data key value; if passed then skey
must be includedforce:
(optional) allows sensitive data to be deleted for workflow orders with statuses other than OMQ::StatComplete or OMQ::StatCanceledmaxmodified:
(optional) maximum modified date of the workflow ordermaxstarted:
(optional) maximum start date of the workflow orderminstarted:
(optional) minimum start date of the workflow ordermodified:
(optional) minimum modified date of the workflow orderstatus:
(optional) workflow order status value(s)workflow_instanceid:
(optional) workflow_instanceid values(s)workflowid:
(optional) workflowid values(s)workflowname:
(optional) all accessible versions of the given workflow namename:
the name of the workflowversion:
the version of the workflowworkflow_instanceid:
the workflow order instance IDworkflowid:
the workflow IDworkflowstatus:
the status of the workflow order instancestatus_sessionid:
the application session ID that owns the workflow order instance data or 0 if the data is now owned by any application sessionstarted:
the start date/time of the workflow order instancecompleted:
the completed date/time for the workflow order instancemodified:
the last modified date/time of the workflow order instanceparent_workflow_instanceid:
the parent workflow_instanceid if the workflow is a child workflow ordersynchronous:
the synchronous flag for the workflow order instancebusiness_error:
the business error flag for the workflow order instancearchive:
the archive flag for the workflow order instance (presented only if it goes from archive datasource)operator_lock:
the username of the user owning the lock on the workflow order instance datanote_count:
the number of notes attached to the workflow order instancewarning_count:
the warning count of the workflow order instanceerror_count:
the error count of the workflow order instancecustom_status:
any custom status for the workflow order instancepriority:
the priority of the workflow order instancescheduled:
the scheduled date for the workflow order instancearchive:
if retrieved from the archive datasourceskey:
the sensitive data key typesvalue:
the sensitive data value; if the svalue
key is given in the request, then it's returned decoded, otherwise the encoded version is returned'sensitive_data:
the sensitive data hash for the given key and value403 Forbidden
: WORKFLOW-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given workflow (for more information, see Interface Groups)403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation409 Conflict
: SENSITIVE-DATA-ERROR
: the request to search for sensitive data arrived over a non-encrypted network connection or skey
included without svalue
or svalue
included without skey
409 Conflict
: INVALID-WORKFLOW
: the name given in the workflowname
parameter does not correspond to a known workflow409 Conflict
: ORDER-STATUS-ERROR
: a status other than OMQ::StatComplete or OMQ::StatCanceled was passed and the force
option was not given and the workflow_instanceid
option was usedORDER-STATUS-ERROR
is only thrown if the force
option is not True and the workflow_instanceid
option is used, otherwise ineligible orders are ignoredids:
(required) one or more workflow instance IDs to retry; a comma-separated string will be split into a liststeps_updated:
(deprecated) always 0 in this version of Qorussegments_updated:
the number of segments updatedworkflow_updated:
always True in this version of Qorusworkflow_status:
always OMQ::StatRetry in this version of Qoruscached:
True if the workflow data is currently cached"STATUS-ERROR"
: workflow data does not have OMQ::StatError, OMQ::StatAsyncWaiting, or OMQ::StatRetry status"SESSION-ERROR"
: cannot change status for workflow data managed by another Qorus instance (foreign session ID)"RETRY-ERROR"
: invalid workflow instance ID"WORKFLOW-ACCESS-ERROR"
: the user does not have the right to access the given workflow (for more information, see Interface Groups)403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationskey:
(required) the sensitive data key typesvalue:
(required) the sensitive data key valuedesc:
(optional) return in descending ordermaxmodified:
(optional) maximum modified date of the workflow ordermaxstarted:
(optional) maximum start date of the workflow orderminstarted:
(optional) minimum start date of the workflow ordermodified:
(optional) minimum modified date of the workflow orderlimit:
(optional) max number of rows to return, if not given, then the value of the "row-limit" option is used (default: 100)offset:
(optional) row offsetsort:
(optional) columns for sorting the resultsstatus:
(optional) workflow order status value(s)workflow_instanceid:
(optional) workflow_instanceid values(s)workflowid:
(optional) workflowid values(s)workflowname:
(optional) all accessible versions of the given workflow namename:
the name of the workflowversion:
the version of the workflowworkflow_instanceid:
the workflow order instance IDworkflowid:
the workflow IDworkflowstatus:
the status of the workflow order instancestatus_sessionid:
the application session ID that owns the workflow order instance data or 0 if the data is now owned by any application sessionstarted:
the start date/time of the workflow order instancecompleted:
the completed date/time for the workflow order instancemodified:
the last modified date/time of the workflow order instanceparent_workflow_instanceid:
the parent workflow_instanceid if the workflow is a child workflow ordersynchronous:
the synchronous flag for the workflow order instancebusiness_error:
the business error flag for the workflow order instancearchive:
the archive flag for the workflow order instance (presented only if it goes from archive datasource)operator_lock:
the username of the user owning the lock on the workflow order instance datanote_count:
the number of notes attached to the workflow order instancewarning_count:
the warning count of the workflow order instanceerror_count:
the error count of the workflow order instancecustom_status:
any custom status for the workflow order instancepriority:
the priority of the workflow order instancescheduled:
the scheduled date for the workflow order instancearchive:
if retrieved from the archive datasourceskey:
the sensitive data key typesvalue:
the sensitive data valuesensitive_data:
the sensitive data hash for the given key and value403 Forbidden
: WORKFLOW-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given workflow (for more information, see Interface Groups)403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation409 Conflict
: SENSITIVE-DATA-ERROR
: the request to search for sensitive data arrived over a non-encrypted network connection409 Conflict
: INVALID-WORKFLOW
: the name given in the workflowname
parameter does not correspond to a known workflowworkflow_status:
the status of the workflow order"BLOCK-WORKFLOW-ERROR"
: invalid status, foreign session id, missing original status, block operation already in progress"WORKFLOW-ACCESS-ERROR"
: Role Based Access Control is enabled and the user does not have the right to access the given workflow (for more information, see Interface Groups)403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationworkflow_status:
the status of the workflow order"CANCEL-WORKFLOW-ERROR"
: invalid status, foreign session id, missing original status, cancel operation already in progress"WORKFLOW-ACCESS-ERROR"
: Role Based Access Control is enabled and the user does not have the right to access the given workflow (for more information, see Interface Groups)400 Bad Request
: all uncancel operations failed403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation200 OK
response is returnedThis REST URI path provides actions and information about specific workflow orders.
name
(string): the name of the workflowversion
(string): the version of the workflowauthor
(*string): the author of the workflowpatch
(*string): the workflow patch string (if any)workflow_instanceid
(int): the workflow order instance IDworkflowid
(int): the ID of the workflowworkflowstatus
(string): the status of the workflow order (see Workflow, Segment, and Step Status Descriptions for possible values)status_sessionid
(int): the ID of the Qorus application session managing the workflow order data or 0 if noneparent_workflow_instanceid
(*int): the workflow order instance ID of the parent order for this workflow if anysubworkflow
(*bool): indicates if the parent_workflow_instanceid
is the parent workflow order in a subworkflow relationshipsynchronous
(bool): indicates if the order is being executed synchronouslyarchive
(*bool): indicates if the order has been archivedbusiness_error
(bool): indicates if the workflow order has an error status due to a business errorworkflowstatus_orig
(*string): if the order status is OMQ::StatBlocked or OMQ::StatCanceled, this value will reflect the original status of the workflow order (see Workflow, Segment, and Step Status Descriptions for possible values)custom_status
(*string): a custom status for the orderscheduled
(*date): the scheduled datepriority
(int): the priority of the workflow orderstarted
(date): the date/time the order was createdcompleted
(*date): the date/time order processing completedmodified
(date): the last modified date/time for the orderoperator_lock
(*string): a string giving the username of the user with an operator lock on the ordernote_count
(int): the number of notes stored against the orderdeprecated
(bool): a boolean value indicating if the workflow is deprecated or not; deprecated workflows are hidden by default in the UIautostart
(int): the integer autostart value for the workflowmanual_autostart
(bool): a boolean flag set if the autostart
value has been changed manually, in which case the manual setting takes precendence over any new definitions loaded with oloadmax_instances
(*int): a value limiting the maximum number of execution instances that can run at onceexternal_order_instanceid
(*string): a unique external key for the orderstaticdata
(*UndefinedHash): a hash of workflow order static datadynamicdata
(*UndefinedHash): a hash of workflow order dynamic data (if any)sensitive_data
(*SensitiveDataSetInfo): any sensitive data information for the workflow; this information is only present when retrieving the data over a secure (encrypted) connection; the keys are sensitive data key types, values are hashes keyed by sensitive data valueshas_sensitive_data
(bool): indicates if the order has sensitive datastepdata
(*list<StepDataInfo>): a list of step data informationkeys
(*OrderKeySet): a hash of workflow order keys and valueswarning_count
(int): the number of warnings raised against the ordererror_count
(int): the number of errors raised against the orderretry_count
(int): the number of times the order was subject to a RETRY status due to a technical errorStepInstances
(list<StepInstanceInfo>): a list of step hashes giving information about the execution status of workflow stepsErrorInstances
(*list<ErrorInstanceInfo>): a list of hashes giving information about errors and warnings raised against the orderHierarchyInfo
(OrderHierarchySetInfo): a hash of workflow order information; the keys are workflow order instance IDs for all workflow orders linked to each other through parent-child relationships in the hierarchy of the current workflow ordername
(string): the name of the workflowversion
(string): the version of the workflowworkflow_instanceid
(int): the workflow order instance IDworkflowid
(int): the ID of the workflowworkflowstatus
(string): the status of the workflow order (see Workflow, Segment, and Step Status Descriptions for possible values)status_sessionid
(int): the ID of the Qorus application session managing the workflow order data or 0 if noneparent_workflow_instanceid
(*int): the workflow order instance ID of the parent order for this workflow if anysubworkflow
(*bool): indicates that the parent_workflow_instanceid
is the parent workflow order in a subworkflow relationshipsynchronous
(bool): indicates that the order is being executed synchronouslyretries
(*int): the number of retries executed on the ordernote_count
(int): the number of notes stored against the orderbusiness_error
(bool): indicates if the workflow order has an error status due to a business errorworkflowstatus_orig
(*string): if the order status is OMQ::StatBlocked or OMQ::StatCanceled, this value will reflect the original status of the workflow order (see Workflow, Segment, and Step Status Descriptions for possible values)custom_status
(*string): a custom status for the orderscheduled
(*date): the scheduled datepriority
(int): the priority of the workflow orderstarted
(date): the date/time the order was createdcompleted
(*date): the date/time order processing completedmodified
(date): the last modified date/time for the orderoperator_lock
(*string): a string giving the username of the user with an operator lock on the orderpatch
(*string): the workflow patch string (if any)author
(*string): the author of the workflowdescription
(*string): an optional description of the workflowremote
(bool): the remote status of the workflowopen
(bool): if the current workflow is open for processing nowautostart
(int): the autostart valueenabled
(bool): if the worklfow is currently enabled for executionsla_threshold
(int): the number of seconds in which workflow orders should receive a final statusdeprecated
(bool): the deprecated flagcreated
(date): the creation datecustom_status_desc
(*string): the custom status description, if anyworkflow_modules
(*list<string>): any modules associated with the workflowhierarchy_level
(int): the level in the workflow order hierarchyerror_count
(int): number of errorswarning_count
(int): number of warningsAuditEvents
(*list<UndefinedHash>): a list of audit information hashesLastModified
(date): the last modified date/time of the workflow orderstaticdata_type_path
(*UndefinedHash): type info for the workflow's static data, if anyactions
(*list<string>): a list of possible actions on the workflownotes
(*list<NoteInfo>): a list of notes saved against the orderworkflow_status
(string): the status of the order after updating403 Forbidden
: access or authorization error409 Conflict
: exception processing requestnote:
(required) a string note that gives the reason for breaking the operator lock"OK"
upon successful executionstepid
(int): the step ID of the stepind
(int): the step instance index value; use 0 for non-array stepsnote
(string): a note to be added to the order on why the lock was broken"OK"
400 Bad Request
: invalid arguments403 Forbidden
: access or authorization error404 Not Found
: the given stepid and ind values do not exist in the workflow order or the step is not an asynchronous step with the user-interaction API enabledworkflow_status
(string): the status of the order after updating403 Forbidden
: access or authorization error409 Conflict
: exception processing requestnewdata
(*hash<auto>): the new dynamic data for the current workflow order400 Bad Request
: invalid or missing argument403 Forbidden
: access or authorization erroroptions:
(hash) an optional hash of option names and values; if any options are not valid for the workflow, then an exception is raised and the synchronous workflow execution instance is not startedworkflow_instanceid:
the workflow instance ID of the orderstatus:
the status of the workflowdynamicdata:
the dynamic data of the workflow order instance409 Conflict
: SHUTDOWN-IN-PROGRESS
: cannot start new workflows because the system is shutting down403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation403 Forbidden
: WORKFLOW-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given workflow (for more information, see Interface Groups)orderby:
one or more field names for sorting the outputerror:
the error text to search (can also include '' characters for use with the LIKE operator; in this case only 1 value can be given)description:
the description text to search (can also include '' characters for use with the LIKE operator; in this case only 1 value can be given)info:
the info text to search (can also include '' characters for use with the LIKE operator; in this case only 1 value can be givenstepid:
limit the search to one or more stepidsseverity:
limit the search to one or more severity valuesname:
limit the search to one or more step namesversion:
limit the search to one or more step versionsretry:
limit the search to errors with or without the retry flagbusiness_error:
limit the search to errors with or without the business_error flagerror_instanceid:
mit the search to one or more error_instanceidsmindate:
give the lower date range for the error searchmaxdate:
give the upper date range for the error searchlimit:
the maximum number of errors to returnoffset:
the starting error to return (use when paging for example)name:
the name of the workflowversion:
the version of the workflowworkflow_instanceid:
the workflow instance IDworkflowid:
the workflow IDstepid:
the step ID where the error occurredstepname:
the name of the step where the error occurredstepversion:
the version of the step where the error occurredind:
the array step index number where the error occurredworkflowstatus:
current status of the workflow (see Workflow, Segment, and Step Status Descriptions for possible values)started:
the date and time when the workflow order started processingcompleted:
the date and time when the workflow order was completedparent_workflow_instanceid:
any parent workflow instance IDcustom_status:
the custom status of the workflow order, if anypriority:
the priority of the workflow orderscheduled:
any scheduled date for the workflow ordererror_instanceid:
the error instance IDerror:
the error code stringdescription:
a description for the error (if any)info:
additional information about the error (if any)severity:
an error severity code (see Error Severity Codes for possible values)created:
the date and time the error was raisedretry:
the retry count of the errorbusiness_error:
a boolean flag indicating of the error is a business errorcustom_status_desc:
a descriptive string for the custom status (if any)note:
(required) a string note that gives the reason for setting the operator lock"OK"
upon successful executionstepid
(*int): the ID of the step to acquire user interaction data from; either this or stepname is requiredstepname
(*string): the name of the step to acquire user interaction data from; either this or stepid is requiredworkflow_instanceid
(int): the workflow order instance IDstepid
(int): the step ID of the stepind
(int): the step instance index numberqueuekey
(string): the queue key IDqueueid
(int): the ID of the async queuequeuename
(string): the name of the async queuedata
(*UndefinedHash): any step data already present400 Bad Request
: missing or invalid arguments403 Forbidden
: access or authorization error404 Not Found
: no data available on the queue to locklimit:
the maximum number of notes to return; if omitted then all notes are returned403 Forbidden
: WORKFLOW-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given workflow (for more information, see Interface Groups)note
(string): the note to create on the order403 Forbidden
: access or authorization errorstepid
(int): the step ID of the stepind
(int): the step instance index value; use 0 for non-array steps"OK"
400 Bad Request
: invalid arguments403 Forbidden
: access or authorization error, lock held by another user404 Not Found
: the given stepid and ind values do not exist in the workflow order or the step is not an asynchronous step with the user-interaction API enableddate:
(optional) parsed as a date; this is the new scheduled date to set; if not present, then any scheduled date will be removed"OK"
upon successful execution409 Conflict
: SESSION-ERROR
: cannot reschedule workflow data owned by a foreign session409 Conflict
: WORKFLOW-STATUS-ERROR
: only workflows with status OMQ::StatReady or OMQ::StatScheduled or blocked or canceled workflows with original status OMQ::StatReady or OMQ::StatScheduled can be rescheduled409 Conflict
: RESCHEDULE-ERROR
: reschedule failed because workflow order data started processing while the request was being processed403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation403 Forbidden
: WORKFLOW-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given workflow (for more information, see Interface Groups)steps_updated:
(deprecated) always 0 in this version of Qorussegments_updated:
the number of segments updatedworkflow_updated:
always True in this version of Qorusworkflow_status:
always OMQ::StatRetry in this version of Qoruscached:
True if the workflow data is currently cached409 Conflict
: STATUS-ERROR
: workflow data does not have either OMQ::StatError, OMQ::StatAsyncWaiting, or OMQ::StatRetry status409 Conflict
: SESSION-ERROR
: cannot change status for workflow data managed by another Qorus instance (foreign session ID)409 Conflict
: RETRY-ERROR
: invalid workflow instance ID403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation403 Forbidden
: WORKFLOW-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given workflow (for more information, see Interface Groups)skey
(string): the sensitive data key typesvalue
(string): the sensitive data key valuealiases
(*list<string>): zero or more string aliases for the sensitive datadata
(*UndefinedHash): the sensitive data hash itself; if omitted then sensitive data is removed for the given skey and svalue valuesmeta
(*SensitiveMetaInfo): a hash of metadata for the sensitive dataPURPOSE
(auto): free-form information about the purpose of the sensitive dataCATEGORIES
(auto): free-form information about the categories of sensitive dataRECIPIENTS
(auto): free-form information about the recipients or recipient catories of sensitive dataSTORAGE
(auto): free-form information about the storage time or rules for sensitive data"OK"
400 Bad Request
: invalid arguments or request made over a non-encrypted connection403 Forbidden
: access or authorization errorsteps_updated:
number of steps updatedsegments_updated:
number of segments updatedworkflow_status:
always OMQ::StatErrorold_status:
the old workflow data statusqueued_detached_segments:
number of detached segment events queuedqueued_subworkflows:
number of subworkflow events queuedqueued_async_messages:
number of async events queuedqueued_sync_events:
number of workflow synchronization events queuedqueued_async_retries:
number of async events queuedqueued_retries:
number of retry events queuedqueued_fixed_retries:
number of retry events with a fixed retry time queued403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation403 Forbidden
: WORKFLOW-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given workflow (for more information, see Interface Groups)priority:
the new order priority from 0 - 999; priority 0 is the highest; 999 is the lowest"OK"
upon successful execution409 Conflict
: SESSION-ERROR
: cannot reschedule workflow data owned by a foreign session409 Conflict
: WORKFLOW-STATUS-ERROR
workflows with status OMQ::StatComplete cannot have their priority changed403 Forbidden
: AUTHORIZATION-ERROR
this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation403 Forbidden
: WORKFLOW-ACCESS-ERROR
this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given workflow (for more information, see Interface Groups)stepid:
(required) the step ID to skipind:
(optional) one or more step array index values to skip (ranges accepted; ex: "1,3,5-7"
); if not present defaults to 0noretry:
(optional) parsed with Qore::parse_boolean(); if True then no retry will be executed409 Conflict
: SKIP-STEP-ERROR
: step is a subworkflow step; step has not been executed in the given workflow order instance; the given workflow instance ID does not exist409 Conflict
: STEP-STATUS-ERROR
: step status does not allow it to be skipped (ex: IN-PROGRESS, COMPLETE)409 Conflict
: SESSION-ERROR
: workflow order instance belongs to another Qorus session403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation403 Forbidden
: WORKFLOW-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given workflow (for more information, see Interface Groups)noretry
argument is passed as True.newdata
(hash<auto>): the new static data for the current workflow order; must be a non-empty400 Bad Request
: invalid or missing argument403 Forbidden
: access or authorization errorstepid
(int): required: the step ID of the stepind
(int): required: the step instance index value; use 0 for non-array stepsnewdata
(*UndefinedHash): required: the new dynamic step data for the current workflow order and step; can also be NOTHING which will remove all step data from the current step"OK"
400 Bad Request
: invalid arguments403 Forbidden
: access or authorization error409 Conflict
: cannot lock order for updating, order has COMPLETE
status403 Forbidden
: access or authorization error404 Not Found
: the given stepid and ind values do not exist in the workflow orderworkflow_status
(string): the status of the order after updating403 Forbidden
: access or authorization error409 Conflict
: exception processing requestworkflow_status
(string): the status of the order after updating403 Forbidden
: access or authorization error409 Conflict
: exception processing requestnote:
(optional) a string note that gives the reason for removing the operator lock; if not passed, a default note will be added"OK"
upon successful executionnewdata:
(hash) data to be merged with the existing dynamic data for the current workflow order"OK"
upon successful execution403 Forbidden
: WORKFLOW-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given workflow (for more information, see Interface Groups)403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationpath:
(string) the path to the data to be updatedvalue:
(auto) any value to be updated at the location provided by path "OK"
upon successful execution403 Forbidden
: WORKFLOW-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given workflow (for more information, see Interface Groups)403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationorderkeys
(OrderKeySet): the order keys to replace for the current workflow ordertruncate
(*bool): truncate any key values automatically to the length of the column (4000 characters)400 Bad Request
: invalid orderkeys argument403 Forbidden
: access or authorization error403 Forbidden
: WORKFLOW-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given workflow (for more information, see Interface Groups)newdata:
(YAML-serialized string) the new dynamic data for the current workflow order as a YAML-serialized string; can also be deserialized to NOTHING which will remove all dynamic data from the order"OK"
upon successful execution403 Forbidden
: WORKFLOW-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given workflow (for more information, see Interface Groups)403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation409 Conflict
: DYNAMIC-DATA-ERROR
: this error is returned if the newdata argument is not a string409 Conflict
: YAML-PARSER-ERROR
: this error is returned if the YAML string cannot be deserializedskey:
(string) the sensitive data key typesvalue:
(string) the sensitive data key valuedata:
(YAML-serialized string) the new sensitive data for the current workflow order; can also be NOTHING which will remove all sensitive data from the order for the given sensitive data key and valuealiases:
(string or list of strings; optional) zero or more aliases for the sensitive data corresponding to the given sensitive data key and valuemeta:
(hash; optional) a hash of metadata for the sensitive data with the following recommended keys (recommended keys are not enforced by the API itself):PURPOSE
]: free-form information about the purpose of the sensitive dataCATEGORIES
]: free-form information about the categories of sensitive dataRECIPIENTS
]: free-form information about the recipients or recipient catories of sensitive dataSTORAGE
]: free-form information about the storage time or rules for sensitive data"OK"
upon successful execution403 Forbidden
: WORKFLOW-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given workflow (for more information, see Interface Groups)403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation409 Conflict
: SENSITIVE-DATA-ERROR
: invalid arguments; cannot update sensitive data over a non-encrypted network connection409 Conflict
: YAML-PARSER-ERROR
: this error is returned if the YAML string cannot be deserializedskey:
(string) the sensitive data key typesvalue:
(string) the sensitive data key valuealiases
]: (list of strings) zero or more string aliases for the sensitive datadata:
(YAML-serialized string) the sensitive data hash itself serialized as a YAML string for potential editingmeta
]: (hash) a hash of metadata for the sensitive data with the following recommended keys (recommended keys are not enforced by the API itself):PURPOSE
]: free-form information about the purpose of the sensitive dataCATEGORIES
]: free-form information about the categories of sensitive dataRECIPIENTS
]: free-form information about the recipients or recipient catories of sensitive dataSTORAGE
]: free-form information about the storage time or rules for sensitive data403 Forbidden
: WORKFLOW-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given workflow (for more information, see Interface Groups)403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation409 Conflict
: SENSITIVE-DATA-ERROR
: invalid arguments; cannot retrieve sensitive data over a non-encrypted network connectionnewdata:
(YAML-serialized string) the new static data for the current workflow order as a YAML-serialized string; must be deserialized to a non-empty hash"OK"
upon successful execution403 Forbidden
: WORKFLOW-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given workflow (for more information, see Interface Groups)403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation409 Conflict
: STATIC-DATA-ERROR
: this error is returned if the newdata argument is not a string409 Conflict
: YAML-PARSER-ERROR
: this error is returned if the YAML string cannot be deserialized403 Forbidden
: WORKFLOW-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given workflow (for more information, see Interface Groups)stepid:
(int) required: the step ID of the stepind:
(int) required: the step instance index value; use 0 for non-array stepsnewdata:
(YAML-serialized string) required: the new dynamic step data for the current workflow order and step; can also be deserialized to NOTHING which will remove all step data from the current step"OK"
upon successful execution403 Forbidden
: WORKFLOW-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given workflow (for more information, see Interface Groups)403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation400 Bad Request
: returned if the newdata argument is not a string or cannot be parsed as valid YAML404 Not Found
: the given stepid and ind values do not exist in the workflow orderstepid:
(int) required: the step ID of the stepind:
(int) required: the step instance index value; use 0 for non-array steps"null"
) will be returned.403 Forbidden
: WORKFLOW-ACCESS-ERROR
: this is exception is thrown if Role Based Access Control is enabled and the user does not have the right to access the given workflow (for more information, see Interface Groups)404 Not Found
: the given stepid and ind values do not exist in the workflow ordernewdata:
(YAML-serialized string) the new dynamic data to be added to the dynamic data for the current workflow order as a YAML-serialized string"OK"
upon successful execution403 Forbidden
: WORKFLOW-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given workflow (for more information, see Interface Groups)403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation404 Bad Request
: DYNAMIC-DATA-ERROR
: this error is returned if the newdata argument is not a string or if the string is not valid YAMLpath:
(string) the path to the data to be updatedvalue:
(string) a YAML-serialized value to be used to update dynamic data at the location provided by path "OK"
upon successful execution403 Forbidden
: WORKFLOW-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given workflow (for more information, see Interface Groups)403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation404 Bad Request
: DYNAMIC-DATA-ERROR
: this error is returned if the value argument is not a string or if the string is not valid YAMLThis REST URI path provides actions and information about specific workflow orders' Asynchronous Queue Objects
stepid
the stepid to query. Optional, defaults to 0int
the array index offset of the step to query (0 for non-array steps). Optional.The queue info hash has the following keys:
workflow_instanceid:
the workflow instance ID of the step and queue entrystepid:
the step ID of the step and queue entryind:
the array index of the step and queue entry (0 for non-array steps)queuekey:
the queue key stringqueue_data_status:
the status of the queue entry: OMQ::QS_Waiting, OMQ::QS_Received, OMQ::QS_Used (Oracle only), or OMQ::QS_Error (rarely, in case of unparsable queue data)corrected:
if 1, then the queue entry has been corrected. meaning that the back-end function will not be executed and the step will automatically get a OMQ::StatComplete status.data:
the queue data, if any, set only when the queue data status is OMQ::QS_ReceivedGET-INFO-ERROR | invalid workflow_instanceid |
WORKFLOW-ACCESS-ERROR | this is exeption is thrown when RBAC is enabled, and the call is made externally, and the user does not have the right to access the given workflow |
corrected
attribute to True
This will effective cause an asynchronous step to be skipped without the back end function being run at all; the step will be processed to OMQ::StatComplete as soon as the corrected queue entry is delivered to workflow execution instance processing this order. See Asynchronous Queue Objects
stepid
the stepid to updateind
the array index offset of the step to update (0 for non-array steps)QUEUE-CORRECT-DATA-ERROR | invalid workflow_instanceid or stepid |
INVALID-WORKFLOW-DATA | no queue data for the given step |
INVALID-STATUS | queue entry does not have status OMQ::QS_Waiting |
ALREADY-CORRECTED | queue entry has already been corrected |
WORKFLOW-ACCESS-ERROR | this is exeption is thrown when RBAC is enabled, and the call is made externally, and the user does not have the right to access the given workflow |
This REST URI path provides information about workflow static data types
soft:
optional; parsed with Qore::parse_boolean(); if True then the type is returned with soft types to be used as the target for a mapperThis REST URI path provides actions and information related to RBAC permissions
list:
optional; parsed with Qore::parse_boolean(); if True then a list of permission names is returnedshort:
optional; parsed with Qore::parse_boolean(); if True then a list of short strings with permission names and brief info is returnedname:
(required string) the name of the new user permissiondesc:
(required string) the description for the new user permission"OK"
upon successful execution403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationThis REST URI path provides actions and information related to a specific RBAC permission
"OK"
upon successful execution403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation"OK"
upon successful execution403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationThis REST API path provides actions and information related to Qorus Data pipelines.
list:
optional; parsed with Qore::parse_boolean(); if True then a list of data pipeline names is returnedshort:
optional; parsed with Qore::parse_boolean(); if True then a list of short strings of data pipeline information is returnedname
(string): the new internal name for the pipelinedisplay_name
(*string): the new display name for the pipeline; generated from name
if necessaryshort_desc
(*string): the short plain-text description for the pipelinedesc
(string): the new description for the pipeline with markdown formattinggroups
(*list<string>): interface groups that the pipeline belongs toinput_provider
(*UndefinedHash): the input provider for the pipelineinput_provider_options
(*UndefinedHash): any options for the input providerchildren
(UndefinedHash): the element and queue definitions for the pipelineoptions
(*UndefinedHash): options for the pipelineaction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errorname
(string): the new internal name for the pipelinedisplay_name
(*string): the new display name for the pipeline; generated from name
if necessaryshort_desc
(*string): the short plain-text description for the pipelinedesc
(string): the new description for the pipeline with markdown formattinggroups
(*list<string>): interface groups that the pipeline belongs toinput_provider
(*UndefinedHash): the input provider for the pipelineinput_provider_options
(*UndefinedHash): any options for the input providerchildren
(UndefinedHash): the element and queue definitions for the pipelineoptions
(*UndefinedHash): options for the pipelineaction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errorThis REST API path provides actions and information related to a particular Qorus Data pipeline
name
(string): the name of the mapper deletedpipelineid
(string): the ID of the data pipeline deletedmapperid
(string): the ID of the mapper deletedversion
(string): the version of the mapper deleted403 Forbidden
: access or authorization error404 Not Found
: no suchdata pipelinename
(*string): the new internal name for the pipelinedisplay_name
(*string): the new display name for the pipeline; generated from name
if necessaryshort_desc
(*string): the short plain-text description for the pipelinedesc
(*string): the new description for the pipeline with markdown formattinggroups
(*list<string>): interface groups that the pipeline belongs toinput_provider
(*UndefinedHash): the input provider for the pipelineinput_provider_options
(*UndefinedHash): any options for the input providerchildren
(UndefinedHash): the element and queue definitions for the pipelineoptions
(*UndefinedHash): options for the pipelineaction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errorname
(*string): the new internal name for the pipelinedisplay_name
(*string): the new display name for the pipeline; generated from name
if necessaryshort_desc
(*string): the short plain-text description for the pipelinedesc
(*string): the new description for the pipeline with markdown formattinggroups
(*list<string>): interface groups that the pipeline belongs toinput_provider
(*UndefinedHash): the input provider for the pipelineinput_provider_options
(*UndefinedHash): any options for the input providerchildren
(UndefinedHash): the element and queue definitions for the pipelineoptions
(*UndefinedHash): options for the pipelineaction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errorThis REST URI path provides actions and information related to Qorus Data pipeline configuration items
"name"
: the name of the configuration item"prefix"
: the prefix of the configuration item"type"
: the type of the configuration item"desc"
: the description of the configuration item"default_value"
: the default value of the configuration item"value"
: the value of the configuration item"strictly_local"
: if the configuration item is defined strictly on local level"is_set"
: True if the value is set otherwise False"config_group"
: the group of the configuration item"allowed_values"
: the list of allowed values for the configuration item if defined"level"
: the level from where the value is obtained (interface level (e.g. "pipeline:name1", "pipeline:name2") or "global" or "default")"is_templated_string"
: True if the value is a templated string that can be later expanded"name"
: the name of the configuration item"prefix"
: the prefix of the configuration item"type"
: the type of the configuration item"desc"
: the description of the configuration item"default_value"
: (YAML-serialized string) the default value of the configuration item"value"
: (YAML-serialized string) the value of the configuration item"strictly_local"
: if the configuration item is defined strictly on local level"is_set"
: True if the value is set otherwise False"config_group"
: the group of the configuration item"allowed_values"
: the list of allowed values for the configuration item if defined (each element is a YAML-serialized string)"level"
: the level from where the value is obtained (interface level (e.g. "pipeline:name1", "pipeline:name2") or "global" or "default")"is_templated_string"
: True if the value is a templated string that can be later expandedThis REST URI path provides actions and information related to a particular configuration item for a particular Qorus Data pipeline.
Prefixes can be passed within the config item name or as following: /v5/pipelines/{name}/config/{name}?prefix={prefix}.
info:
a string confirming the delete operationdeleted:
True if value has been deletedvalue:
deleted value403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation"name"
: the name of the configuration item"prefix"
: the prefix of the configuration item"type"
: the type of the configuration item"desc"
: the description of the configuration item"default_value"
: the default value of the configuration item"value"
: the value of the configuration item"strictly_local"
: if the configuration item is defined strictly on local level"is_set"
: True if the value is set otherwise False"config_group"
: the group of the configuration item"allowed_values"
: the list of allowed values for the configuration item if defined"level"
: the level from where the value is obtained (interface level (e.g. "pipeline:name1", "pipeline:name2") or "global" or "default")"is_templated_string"
: True if the value is a templated string that can be later expandedvalue:
the value of the configuration item; must be compatible with the item's declared type400 Bad Request
: returned if the request has no value
key403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationvalue:
(YAML-serialized string) the value of the configuration item; must be compatible with the item's declared type400 Bad Request
: returned if the request has no value
key403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation"name"
: the name of the configuration item"prefix"
: the prefix of the configuration item"type"
: the type of the configuration item"desc"
: the description of the configuration item"default_value"
: (YAML-serialized string) the default value of the configuration item"value"
: (YAML-serialized string) the value of the configuration item"strictly_local"
: if the configuration item is defined strictly on local level"is_set"
: True if the value is set otherwise False"config_group"
: the group of the configuration item"allowed_values"
: the list of allowed values for the configuration item if defined (each element is a YAML-serialized string)"level"
: the level from where the value is obtained (interface level (e.g. "pipeline:name1", "pipeline:name2") or "global" or "default")"is_templated_string"
: True if the value is a templated string that can be later expandedinfo:
a string confirming the delete operationdeleted:
True if value has been deletedvalue
(YAML-serialized string): deleted value403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationThis REST URI path provides actions and information about Qorus releases
component:
the component name to search for (implies with_files = True
and with_components = True
)component_maxdate:
the upper date range for the release search for component (implies with_files = True
and with_components = True
)component_mindate:
the lower date range for the release search for component (implies with_files = True
and with_components = True
)file_maxdate:
give the upper date range for the release search for files (implies with_files = True
)file_mindate:
give the lower date range for the release search for files (implies with_files = True
)file_name:
the file name to search for; note that this is used with the SQL like operator (implies with_files = True
)limit:
the maximum number of releases to returnmaxdate:
give the upper date range for the release searchmindate:
give the lower date range for the release searchoffset:
the starting release to return (use when paging for example)with_components:
if True then file components are inname:
the name of the releasedescription:
the description of the releasecreated:
the date/time the release was createdmodified:
the date/time the release was last modifiedThis REST URI path provides actions and information about a specific Qorus release
name:
the name of the releasedescription:
the description of the releasecreated:
the date/time the release was createdmodified:
the date/time the release was last modifiedfiles:
a list of file components of the release; each list element is a hash with the following keys:name:
the full file pathtype:
the type of filehash_type:
the type of cryptographic hash for the filehash:
the cryptographic hash value of the filecreated:
the date/time the file entry was created with the releasemodified:
the last modified date/time of the file entrycomponents:
a list of object components created from the file; each list element is a hash with the following keys:component:
the name of the componentversion:
the version of the componentid:
the ID of the component (ex: if type
= "FUNCTION"
, then id
is a function ID)content_id:
the component content IDhash_type:
the type of cryptographic hash for the filehash:
the cryptographic hash value of the filecreated:
the date/time the file entry was created with the releasemodified:
the last modified date/time of the file entryThis REST URI path provides actions and information about remote Qorus, user and datasource connections
"datasources"
: for the /api/remote/datasources"qorus"
: for the /api/remote/qorus"user"
: for the /api/remote/user"qorus"
, user connections under "user"
, and datasource connections under "datasources"
)list:
optional; parsed with Qore::parse_boolean(); if True then a list of connection names is returnedmonitored:
optional; (remote and user connections only) parsed with Qore::parse_boolean(); if True then only monitored connections are returnedremote:
optional; (remote connections) parsed with Qore::parse_boolean(); if True then no loopback connections are returned; default if not present: Falsertime:
optional; (datasource connections only) parsed with Qore::parse_boolean(); if True then the following attributes are returned as relative date/time values:"warning-timeout"
"error-timeout"
"pool-wait-max"
short:
optional; parsed with Qore::parse_boolean(); if True then a list of short strings with connection names and brief info is returnedwith_passwords:
(datasource connections only) parsed with Qore::parse_boolean(); if True then the pass
key is returned in the REST Datasource Connection Hash return value and then the calling user must have one of the following permissions:
"conntype"
value determines the hash format as follows:"DATASOURCE"
: a REST Datasource Connection Hash"REMOTE"
or "USER-CONNECTION"
: a REST User and Remote Connection Hash (v8)403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationwith_passwords
option is usedThis REST URI path provides actions and information related to Qorus system datasources
list:
optional; parsed with Qore::parse_boolean(); if True then a list of datasource names is returnedrtime:
optional; parsed with Qore::parse_boolean(); if True then the following attributes are returned as relative date/time values:"warning-timeout"
"error-timeout"
"pool-wait-max"
short:
optional; parsed with Qore::parse_boolean(); if True then a list of short strings with datasource names and brief info is returnedwith_passwords:
parsed with Qore::parse_boolean(); if True then the pass
key is returned in the REST Datasource Connection Hash elements403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationwith_passwords
argument requires permission OMQ::QR_DATASOURCE_CONTROL or OMQ::QR_READ_DATASOURCEname
(*string): the internal name of the connectiondisplay_name
(*string): the display name of the connectionshort_desc
(*string): the plain-text short description for the new connectiondesc
(*string): the description for the new connection with markdown formattingurl
(string): the connection string for the new connection; see parse_datasource()id
(int): the new connection IDname
(string): the name of the new connectiondisplay_name
(string): the display name of the new connectionshort_desc
(string): the connection's description in plain textdesc
(string): the connection's description with markdown formattinginfo
(string): a string describing the operation performedaction
(string): the action performedobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request400 Bad Request
: missing or invalid arguments403 Forbidden
: access or authorization errorlevel:
(int|string) LoggerLevelname:
logger name to setadditivity:
logger additivity to set400 Bad Request
: invalid or missing arguments to REST calllevel:
required; (int|string) LoggerLevelname:
(string) logger nameadditivity:
(bool) logger additivity (default True)cloneDefault:
(bool) create logger with appenders based on default logger400 Bad Request
: invalid or missing arguments to REST call409 Conflict
: conflict with the current state400 Bad Request
: invalid or missing arguments to REST callloggerid:
(int) logger idparams:
(hash) logger paramslevel:
(hash) LoggerLevel"key"
: logger level string representation"value"
: logger level int representationname:
(string) logger nameadditivity:
(bool) logger additivityinterface_table_name:
(string) interface table name (jobs/workflows/services/qdsp). If set means default loggerid:
required; (int); id of the appender to be updatename:
(string) the name of the appenderlayoutPattern:
(string) the layout for the appenderfilename:
(string) the output filenameencoding:
(string) the file's output encodingappenderType:
required; (string) appender type, case sensitive (see Logger for possible values) (ex. LoggerAppenderFileRotate, LoggerAppenderFile, LoggerAppenderStdOut ...)rotationCount:
(int) the number of files in rotation chain, if count is <=0 then no ratation is performed. Only for rotation appendersarchivePattern:
(string) pattern to evaluate archive filenamename:
(string) the name of the appenderlayoutPattern:
(string) the layout for the appenderfilename:
(string) the output filenameencoding:
(string) the file's output encodingappenderType:
required; (string) appender type, case sensitive (see Logger for possible values) (ex. LoggerAppenderFileRotate, LoggerAppenderFile, LoggerAppenderStdOut ...)rotationCount:
(int) the number of files in rotation chain, if count is <=0 then no ratation is performed. Only for rotation appendersarchivePattern:
(string) pattern to evaluate archive filename400 Bad Request
: invalid or missing arguments to REST call409 Conflict
: conflict with the current stateid:
required; (int); id of the appender to be deletedappenderId:
(int) appenderIdparams:
(hash) possible appender parameters, might be missing if not setname:
(string) appender namelayoutPattern:
(string) appender layout patternrotation:
(int) appender layout patternfilename:
(string) appender filenameinfo:
a string indicating that no action was taken; this API no longer has any function403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationinfo:
a string confirming the reload operation403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationThis REST URI path provides actions and information related to a specific Qorus system datasource
info:
a string confirming the delete operation403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation409 Conflict
: DATASOURCE-ERROR
: this exception is thrown if the given datasource does not exist or is a system datasourcertime:
optional; parsed with Qore::parse_boolean(); if True then the following attributes are returned as relative date/time values:"warning-timeout"
"error-timeout"
"pool-wait-max"
with_password:
parsed with Qore::parse_boolean(); if True then the pass
key is returned in the REST Datasource Connection Hash return value403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationwith_password
argument requires permission OMQ::QR_DATASOURCE_CONTROL or OMQ::QR_READ_DATASOURCEdesc:
(required string) the description for the new connectionurl:
(required string) the connection string for the new connection. See Qore::SQL::parse_datasource()options:
(optional hash) a hash of options for the connection; also accepts "opts"
as an alias for this optioninfo:
a string confirming the update operation403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation409 Conflict
: DATASOURCE-ERROR
: this exception is thrown if the call tries to modify a locked system datasource or invalid options are passed"min"
and "max"
datasource options must be present to be used; if only one is present, it is ignoredname
(*string): the new internal name for the connectiondisplay_name
(*string): the new display name for the connection; generated from name
if necessaryshort_desc
(*string): the short plain-text description for the connectiondesc
(*string): the new description for the connection with markdown formattingurl
(*string): the new URL for the connectionoptions
(*UndefinedHash): any options for the connectionaction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errorinfo:
a string confirming the disable operation409 Conflict
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationinfo:
a string confirming the enable operation409 Conflict
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationok:
the status of the pingname:
the name of the connectiondesc:
the description of the connectionurl:
the URL for the connectionopts:
a hash of options for the connection (if any)time:
the elapsed time for the pinginfo:
"OK"
if the ping was successful or an error message if notresult:
a string representation of the time in seconds (ex: "0.25s"
)403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation"OK"
upon successful execution403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationThis URI path provides access to a data provider created from a datasource
where_cond:
search parameters for records to be deletedsearch_options:
search options400 Bad Request
: returned if the request has no where_cond
key403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationname
(string): the name of the data providersupports_read
(bool): if the data provider supports record read/search actionssupports_create
(bool): if the data provider support record creationsupports_update
(bool): if the data provider supports record updatessupports_upsert
(bool): if the data provider supports record upserts / mergessupports_delete
(bool): if the data provider supports record deletionssupports_native_search
(bool): if the data provider supports a native record search APIsupports_bulk_read
(bool): if the data provider supports bulk record read / search actionssupports_bulk_create
(bool): if the data provider supports bulk record creationsupports_bulk_upsert
(bool): if the data provider supports bulk record upsert / mergessupports_request
(bool): if the data provider supports the request/reply integration pattern (API calls)supports_children
(bool): if the data provider supports childrentransaction_management
(bool): if the data provider supports transaction mgmthas_record
(bool): if the data provider supports recordsrecord_requires_search_options
(bool): if the data provider requires search options when searchingsupports_child_create
(bool): if the data provider supports creating child data providerssupports_child_delete
(bool): if the data provider supports deleting child data providerssupports_add_field
(bool): if the data provider supports the add field APIsupports_update_field
(bool): if the data provider supports the update field APIsupports_delete_field
(bool): if the data provider supports the delete field APIsupports_schema
(bool): if the data provider supports a schemasupports_search_expressions
(bool): if the data provider supports generic search expressionssupports_observable
(bool): if the data provider supports the observer pattern / event APIsupports_messages
(string): if the data provider supports output messages; values are: NONE
(messages not supported), SYNC
(messages supported 1:1 with observed events), ASYNC
(messages supported, no connection to observed events)supports_connections
(bool): if the data provider supports connection status reportingsupports_auto_reconnect
(bool): if the data provider supports automtically reconnecting after lost connectionschildren_can_support_apis
(bool): if the data provider can provide children that support APIschildren_can_support_records
(bool): if the data provider can provide children that support recordschildren_can_support_observers
(bool): if the data provider can provide children that support event observationchildren_can_support_messages
(bool): if the data provider can provide children that support messageschildren_identical
(bool): if child data providers are all of the same class and have the same optionsevents
(*UndefinedHash): any events supported by the data providermessages
(*UndefinedHash): any messages supported by the data providersearch_logic_capabilities
(int): a bitfield of supported search logic capabilitiesmapper_keys
(*UndefinedHash): a hash of mapper key informationdesc
(string): the description of the data providertype
(string): the type (class name) of the data providerconstructor_options
(*UndefinedHash): any constructor options supported by the data providercreate_options
(*UndefinedHash): any record creation options supported by the data providerupsert_options
(*UndefinedHash): any record upsert options supported by the data providersearch_options
(*UndefinedHash): any record search options supported by the data providerchild_create_options
(*UndefinedHash): any child creation options supported by the data providerexpressions
(*UndefinedHash): any expressions supported by the data provider (for searches, for example)connection_event
(*string): any connection event for event-capable, connection-oriented data providersdisconnection_event
(*string): any disconnection event for event-capable, connection-oriented data providerschildren
(*list<string>): a list of any data provider childreninfo
(*UndefinedHash): optional provider-specific informationdisplay_name
(string): the display name of the data providershort_desc
(string): the short description of the data provider in plain textchildren_can_support_transactions
(bool): if the data provider can provide children that support transaction managementrecord:
(required) the set of fields making up the new recordcreate_options:
any create options supported by the data provider"OK"
400 Bad Request
: returned if the request has no record
key403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationrequest_options:
request options403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationwhere_cond:
search parameterssearch_options:
search options403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationwhere_cond:
search parametersblock_size:
number of rows in each block (default = 1000)403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationstream:
(required) the name of the stream to open; must be either:insert:
for an insert streamupsert:
for an upsert streamupsert_options:
any upsert options supported by the data provider (upsert stream only)403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationset:
(required) set of fields matching where_conf to updatewhere_cond:
(required) search parameterssearch_options:
search options400 Bad Request
: returned if the request has no set
or where_cond
keys403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationrecord:
(required) the set of fields making up the new recordupsert_options:
any upsert options supported by the data provider400 Bad Request
: returned if the request has no record
key403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationThis URI path provides record information for a data provider
provider_options:
the options to be passed to the factory creation method to create the providersoft:
optional; parsed with Qore::parse_boolean(); if True then the type is returned with soft types to be used as the target for a mappersoft:
optional; parsed with Qore::parse_boolean(); if True then the type is returned with soft types to be used as the target for a mapperThis REST URI path provides actions and information related to Qorus remote connections
list:
optional; parsed with Qore::parse_boolean(); if True then a list of connection names is returnedmonitored:
optional; parsed with Qore::parse_boolean(); if True then only monitored connections are returnedremote:
optional; parsed with Qore::parse_boolean(); if True then no loopback connections are returned; default if not present: Falseshort:
optional; parsed with Qore::parse_boolean(); if True then a list of short strings with connection names and brief info is returned403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationname
(*string): the internal name of the connectiondisplay_name
(*string): the display name of the connectionshort_desc
(*string): the plain-text short description for the new connectiondesc
(*string): the description for the new connection with markdown formattingurl
(string): the connection string for the new connectionid
(int): the new connection IDname
(string): the name of the new connectiondisplay_name
(string): the display name of the new connectionshort_desc
(string): the connection's description in plain textdesc
(string): the connection's description with markdown formattinginfo
(string): a string describing the operation performedaction
(string): the action performedobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request400 Bad Request
: missing or invalid arguments403 Forbidden
: access or authorization errorinfo:
a string confirming the reload operation403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationThis REST URI path provides actions and information related to a specific remote connection
info:
a string confirming the delete operation409 Conflict
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationwith_password:
(optional bool) include the password in the "url"
and "url_hash"
keys403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationdesc:
(optional string) a new description for the connectionurl:
(optional string) a new URL for the connectionoptions:
(optional hash) new options for the connection; also accepts "opts"
as an alias for this optioninfo:
a string describing the connection update403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation409 Conflict
: REMOTE-CONNECTION-ERROR
: invalid or unparsable "options"
keyname
(*string): the new internal name for the connectiondisplay_name
(*string): the new display name for the connection; generated from name
if necessaryshort_desc
(*string): the short plain-text description for the connectiondesc
(*string): the new description for the connection with markdown formattingurl
(*string): the new URL for the connectionoptions
(*UndefinedHash): any options for the connectionaction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errorinfo:
a string confirming the enable operation409 Conflict
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationinfo:
a string confirming the enable operation409 Conflict
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationinfo:
a string confirming the enable operation409 Conflict
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationinfo:
a string confirming the enable operation409 Conflict
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationok:
the status of the pingname:
the name of the connectiondesc:
the description of the connectionurl:
the URL for the connectionopts:
a hash of options for the connection (if any)time:
the elapsed time for the pinginfo:
"OK"
if the ping was successful or an error message if notresult:
a string representation of the time in seconds (ex: "0.25s"
)403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationThis URI path provides access to a data provider created from a remote Qorus connection
where_cond:
search parameters for records to be deletedsearch_options:
search options400 Bad Request
: returned if the request has no where_cond
key403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationname
(string): the name of the data providersupports_read
(bool): if the data provider supports record read/search actionssupports_create
(bool): if the data provider support record creationsupports_update
(bool): if the data provider supports record updatessupports_upsert
(bool): if the data provider supports record upserts / mergessupports_delete
(bool): if the data provider supports record deletionssupports_native_search
(bool): if the data provider supports a native record search APIsupports_bulk_read
(bool): if the data provider supports bulk record read / search actionssupports_bulk_create
(bool): if the data provider supports bulk record creationsupports_bulk_upsert
(bool): if the data provider supports bulk record upsert / mergessupports_request
(bool): if the data provider supports the request/reply integration pattern (API calls)supports_children
(bool): if the data provider supports childrentransaction_management
(bool): if the data provider supports transaction mgmthas_record
(bool): if the data provider supports recordsrecord_requires_search_options
(bool): if the data provider requires search options when searchingsupports_child_create
(bool): if the data provider supports creating child data providerssupports_child_delete
(bool): if the data provider supports deleting child data providerssupports_add_field
(bool): if the data provider supports the add field APIsupports_update_field
(bool): if the data provider supports the update field APIsupports_delete_field
(bool): if the data provider supports the delete field APIsupports_schema
(bool): if the data provider supports a schemasupports_search_expressions
(bool): if the data provider supports generic search expressionssupports_observable
(bool): if the data provider supports the observer pattern / event APIsupports_messages
(string): if the data provider supports output messages; values are: NONE
(messages not supported), SYNC
(messages supported 1:1 with observed events), ASYNC
(messages supported, no connection to observed events)supports_connections
(bool): if the data provider supports connection status reportingsupports_auto_reconnect
(bool): if the data provider supports automtically reconnecting after lost connectionschildren_can_support_apis
(bool): if the data provider can provide children that support APIschildren_can_support_records
(bool): if the data provider can provide children that support recordschildren_can_support_observers
(bool): if the data provider can provide children that support event observationchildren_can_support_messages
(bool): if the data provider can provide children that support messageschildren_identical
(bool): if child data providers are all of the same class and have the same optionsevents
(*UndefinedHash): any events supported by the data providermessages
(*UndefinedHash): any messages supported by the data providersearch_logic_capabilities
(int): a bitfield of supported search logic capabilitiesmapper_keys
(*UndefinedHash): a hash of mapper key informationdesc
(string): the description of the data providertype
(string): the type (class name) of the data providerconstructor_options
(*UndefinedHash): any constructor options supported by the data providercreate_options
(*UndefinedHash): any record creation options supported by the data providerupsert_options
(*UndefinedHash): any record upsert options supported by the data providersearch_options
(*UndefinedHash): any record search options supported by the data providerchild_create_options
(*UndefinedHash): any child creation options supported by the data providerexpressions
(*UndefinedHash): any expressions supported by the data provider (for searches, for example)connection_event
(*string): any connection event for event-capable, connection-oriented data providersdisconnection_event
(*string): any disconnection event for event-capable, connection-oriented data providerschildren
(*list<string>): a list of any data provider childreninfo
(*UndefinedHash): optional provider-specific informationdisplay_name
(string): the display name of the data providershort_desc
(string): the short description of the data provider in plain textchildren_can_support_transactions
(bool): if the data provider can provide children that support transaction managementrecord:
(required) the set of fields making up the new recordcreate_options:
any create options supported by the data provider"OK"
400 Bad Request
: returned if the request has no record
key403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationrequest_options:
request options403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationwhere_cond:
search parameterssearch_options:
search options403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationwhere_cond:
search parametersblock_size:
number of rows in each block (default = 1000)403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationstream:
(required) the name of the stream to open; must be either:insert:
for an insert streamupsert:
for an upsert streamupsert_options:
any upsert options supported by the data provider (upsert stream only)403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationset:
(required) set of fields matching where_conf to updatewhere_cond:
(required) search parameterssearch_options:
search options400 Bad Request
: returned if the request has no set
or where_cond
keys403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationrecord:
(required) the set of fields making up the new recordupsert_options:
any upsert options supported by the data provider400 Bad Request
: returned if the request has no record
key403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationThis URI path provides record information for a data provider
provider_options:
the options to be passed to the factory creation method to create the providersoft:
optional; parsed with Qore::parse_boolean(); if True then the type is returned with soft types to be used as the target for a mappersoft:
optional; parsed with Qore::parse_boolean(); if True then the type is returned with soft types to be used as the target for a mapperThis REST URI path provides actions and information related to Qorus user connections
list:
optional; parsed with Qore::parse_boolean(); if True then a list of connection names is returnedshort:
optional; parsed with Qore::parse_boolean(); if True then a list of short strings with connection names and brief info is returned403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationname
(*string): the internal name of the connectiondisplay_name
(*string): the display name of the connectionshort_desc
(*string): the plain-text short description for the new connectiondesc
(*string): the description for the new connection with markdown formattingurl
(string): the connection string for the new connectionid
(int): the new connection IDname
(string): the name of the new connectiondisplay_name
(string): the display name of the new connectionshort_desc
(string): the connection's description in plain textdesc
(string): the connection's description with markdown formattinginfo
(string): a string describing the operation performedaction
(string): the action performedobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request400 Bad Request
: missing or invalid arguments403 Forbidden
: access or authorization errorinfo:
a string confirming the reload operation403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationThis REST URI path provides actions and information related to a specific user connection
info:
a string confirming the delete operation403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationwith_password:
(optional bool) include the password in the "url"
and "url_hash"
keys403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationdesc:
(optional string) a new description for the connectionurl:
(optional string) a new URL for the connectionoptions:
(optional hash) new options for the connection; also accepts "opts"
as an alias for this optiontags:
(optional hash) new tags for the connectioninfo:
a string describing the connection update403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation409 Conflict
: USER-CONNECTION-ERROR
: invalid or unparsable "options"
keyopts
is accepted as an alias for options
name
(*string): the new internal name for the connectiondisplay_name
(*string): the new display name for the connection; generated from name
if necessaryshort_desc
(*string): the short plain-text description for the connectiondesc
(*string): the new description for the connection with markdown formattingurl
(*string): the new URL for the connectionoptions
(*UndefinedHash): any options for the connectionaction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errorinfo:
a string confirming the enable operation403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationinfo:
a string confirming the enable operation403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationinfo:
a string confirming the enable operation403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationinfo:
a string confirming the enable operation403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationoauth2_redirect_url
option is set to "auto"
, or, if the oauth2_redirect_url
option is set to "cloud"
or "https://api.qoretechnologies.com/qorus-oauth2-redirect"
, Qore Technologies' cloud infrastructure is used for the initial redirect and the token-for-authorization-code exchange operation. A 400
Bad Request response will be returned if the connection does not require the OAuth2 authorization_code grant flow or if the oauth2_redirect_url
does not have a supported value ("auto"
, "cloud"
or "https://api.qoretechnologies.com/qorus-oauth2-redirect"
). The URI string returned will use either the local Qorus server or Qore Technologies' server exchange the authorization code provided by the authorizaton server to acquire an authentication token. In case Qore Technologies' cloud services are used, the user will be redirected to the requesting Qorus instance to update the connection with the token information acquired. In both cases the user is redirected to the final redirect location after the Qorus connection has been updated with the access token information. Token information acquired by Qore Technologies' infrastructure is neither logged nor stored but only returned to the originating Qorus instance in the redirect message from https://api.qoretechnologies.com.qorus_uri
(*string): the publicly-addressable Qorus address for redirects; use this option when the Qorus server is behind a reverse proxy that changes the Host
header or the SSL typeredirect_uri
(*string): the final redirection location after the token(s) are acquired by https://api.qoretechnologies.com/qorus-oauth2-redirect and after the connection has been updated in the local Qorus instance; default: redirect to the connection in the system UIresponse_type
(*string): either "code"
(the default) or "token"
; the response type of the requestscopes
(*list<string>): any scopes to include in the request; default: use the oauth2_scopes
connection option value400
error400 Bad Request
: connection does not support the OAuth2 authorization_code grant flow401 Unauthorized
: no right to modify user connectionsok:
the status of the pingname:
the name of the connectiondesc:
the description of the connectionurl:
the URL for the connectionopts:
a hash of options for the connection (if any)time:
the elapsed time for the pinginfo:
"OK"
if the ping was successful or an error message if notresult:
a string representation of the time in seconds (ex: "0.25s"
)403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationThis URI path provides access to a data provider created from a user connection
where_cond:
search parameters for records to be deletedsearch_options:
search options400 Bad Request
: returned if the request has no where_cond
key403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationname
(string): the name of the data providersupports_read
(bool): if the data provider supports record read/search actionssupports_create
(bool): if the data provider support record creationsupports_update
(bool): if the data provider supports record updatessupports_upsert
(bool): if the data provider supports record upserts / mergessupports_delete
(bool): if the data provider supports record deletionssupports_native_search
(bool): if the data provider supports a native record search APIsupports_bulk_read
(bool): if the data provider supports bulk record read / search actionssupports_bulk_create
(bool): if the data provider supports bulk record creationsupports_bulk_upsert
(bool): if the data provider supports bulk record upsert / mergessupports_request
(bool): if the data provider supports the request/reply integration pattern (API calls)supports_children
(bool): if the data provider supports childrentransaction_management
(bool): if the data provider supports transaction mgmthas_record
(bool): if the data provider supports recordsrecord_requires_search_options
(bool): if the data provider requires search options when searchingsupports_child_create
(bool): if the data provider supports creating child data providerssupports_child_delete
(bool): if the data provider supports deleting child data providerssupports_add_field
(bool): if the data provider supports the add field APIsupports_update_field
(bool): if the data provider supports the update field APIsupports_delete_field
(bool): if the data provider supports the delete field APIsupports_schema
(bool): if the data provider supports a schemasupports_search_expressions
(bool): if the data provider supports generic search expressionssupports_observable
(bool): if the data provider supports the observer pattern / event APIsupports_messages
(string): if the data provider supports output messages; values are: NONE
(messages not supported), SYNC
(messages supported 1:1 with observed events), ASYNC
(messages supported, no connection to observed events)supports_connections
(bool): if the data provider supports connection status reportingsupports_auto_reconnect
(bool): if the data provider supports automtically reconnecting after lost connectionschildren_can_support_apis
(bool): if the data provider can provide children that support APIschildren_can_support_records
(bool): if the data provider can provide children that support recordschildren_can_support_observers
(bool): if the data provider can provide children that support event observationchildren_can_support_messages
(bool): if the data provider can provide children that support messageschildren_identical
(bool): if child data providers are all of the same class and have the same optionsevents
(*UndefinedHash): any events supported by the data providermessages
(*UndefinedHash): any messages supported by the data providersearch_logic_capabilities
(int): a bitfield of supported search logic capabilitiesmapper_keys
(*UndefinedHash): a hash of mapper key informationdesc
(string): the description of the data providertype
(string): the type (class name) of the data providerconstructor_options
(*UndefinedHash): any constructor options supported by the data providercreate_options
(*UndefinedHash): any record creation options supported by the data providerupsert_options
(*UndefinedHash): any record upsert options supported by the data providersearch_options
(*UndefinedHash): any record search options supported by the data providerchild_create_options
(*UndefinedHash): any child creation options supported by the data providerexpressions
(*UndefinedHash): any expressions supported by the data provider (for searches, for example)connection_event
(*string): any connection event for event-capable, connection-oriented data providersdisconnection_event
(*string): any disconnection event for event-capable, connection-oriented data providerschildren
(*list<string>): a list of any data provider childreninfo
(*UndefinedHash): optional provider-specific informationdisplay_name
(string): the display name of the data providershort_desc
(string): the short description of the data provider in plain textchildren_can_support_transactions
(bool): if the data provider can provide children that support transaction managementrecord:
(required) the set of fields making up the new recordcreate_options:
any create options supported by the data provider"OK"
400 Bad Request
: returned if the request has no record
key403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationrequest_options:
request options403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationwhere_cond:
search parameterssearch_options:
search options403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationwhere_cond:
search parametersblock_size:
number of rows in each block (default = 1000)403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationstream:
(required) the name of the stream to open; must be either:insert:
for an insert streamupsert:
for an upsert streamupsert_options:
any upsert options supported by the data provider (upsert stream only)403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationset:
(required) set of fields matching where_conf to updatewhere_cond:
(required) search parameterssearch_options:
search options400 Bad Request
: returned if the request has no set
or where_cond
keys403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationrecord:
(required) the set of fields making up the new recordupsert_options:
any upsert options supported by the data provider400 Bad Request
: returned if the request has no record
key403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationThis URI path provides record information for a data provider
provider_options:
the options to be passed to the factory creation method to create the providersoft:
optional; parsed with Qore::parse_boolean(); if True then the type is returned with soft types to be used as the target for a mappersoft:
optional; parsed with Qore::parse_boolean(); if True then the type is returned with soft types to be used as the target for a mapperThis REST URI path provides actions and information related to Qorus roles
list:
optional; parsed with Qore::parse_boolean(); if True then a list of role names is returnedshort:
optional; parsed with Qore::parse_boolean(); if True then a list of short strings of role names and descriptions is returned403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationrole
(string): the name of the role to adddesc
(string): the description of the roleperms
(*list<string>): a list of permissions to add to the role; note that users must have at least the LOGIN permission to connect to the servergroups
(*list<string>): a list of groups to add to the rolerole
(string): the role nameprovider
(string): the RBAC provider for the roledesc
(string): the role's descriptionhas_default
(bool): if the role has the DEFAULT
group, providing access to all Qorus interfacespermissions
(*list<string>): a list of permissions the role providesgroups
(*list<string>): a list of interface groups the role provides access toworkflows
(*list<RoleWorkflowInfo>): a list of workflow hashes that the group provides access toservices
(*list<RoleServiceInfo>): a list of service hashes that the group provides access tojobs
(*list<RoleJobInfo>): a list of job hashes that the group provides access tomappers
(*list<RoleMapperInfo>): a list of mapper hashes that the group provides access tovmaps
(*list<RoleValueMapInfo>): a list of value map hashes that the group provides access tofsms
(*list<RoleFsmInfo>): a list of fsm hashes that the group provides access topipelines
(*list<RolePipelineInfo>): a list of data pipeline hashes that the group provides access tousers
(*list<string>): a list of local users that have the role; note that users in external RBAC providers (like LADP) are not listed here400 Bad Request
: missing or invalid arguments403 Forbidden
: access or authorization error409 Conflict
: role already existsThis REST URI path provides actions and information related to a specific role
info
(string): a string describing the role deletion action403 Forbidden
: access or authorization error404 Not Found
: unknown rolerole
(string): the role nameprovider
(string): the RBAC provider for the roledesc
(string): the role's descriptionhas_default
(bool): if the role has the DEFAULT
group, providing access to all Qorus interfacespermissions
(*list<string>): a list of permissions the role providesgroups
(*list<string>): a list of interface groups the role provides access toworkflows
(*list<RoleWorkflowInfo>): a list of workflow hashes that the group provides access toservices
(*list<RoleServiceInfo>): a list of service hashes that the group provides access tojobs
(*list<RoleJobInfo>): a list of job hashes that the group provides access tomappers
(*list<RoleMapperInfo>): a list of mapper hashes that the group provides access tovmaps
(*list<RoleValueMapInfo>): a list of value map hashes that the group provides access tofsms
(*list<RoleFsmInfo>): a list of fsm hashes that the group provides access topipelines
(*list<RolePipelineInfo>): a list of data pipeline hashes that the group provides access tousers
(*list<string>): a list of local users that have the role; note that users in external RBAC providers (like LADP) are not listed here403 Forbidden
: access or authorization error404 Not Found
: invalid roledesc
(*string): updated role descriptionperms
(*list<string>): if provided, this list will replace permissions for the role, unless the permission names are preceded by "+"
or "-"
, meaning add or remove a permission from the exiting permission list, respectively (in which case all permissions must be preceded by a "+"
or "-"
)groups
(*list<string>): if provided, this list will replace the group list for the role unless the group names are preceded by "+"
or "-"
, meaning add or remove a group from the group list, respectively (in which case all group names must be preceded by a "+"
or "-"
)desc
(*string): the new description (if provided as an argument)perms
(*list<string>): updated permissions (if provided as an argument)groups
(*list<string>): updated groups (if provided as an argument)400 Bad Request
: missing or invalid arguments403 Forbidden
: access or authorization error404 Not Found
: invalid roletarget
(string): the name of the new cloned roledesc
(string): the description of the new cloned roleperms
(*list<string>): a list of new permissions for the role, if not present, permissions from the source role will be used for the new role; if present this list will define the permissions for the new role, unless the permission names are preceded by "+"
or "-"
, meaning add or remove a permission from the source list, respectively (in which case all permissions must be preceded by a "+"
or "-"
)groups
(*list<string>): a list of new interface groups, if not present, groups from the source role will be used for the new role; if present, this list will replace the source group list unless the group names are preceded by "+"
or "-"
, meaning add or remove a group from the source list, respectively (in which case all group names must be preceded by a "+"
or "-"
)info
(string): a string describing the role deletion action400 Bad Request
: missing or invalid arguments403 Forbidden
: access or authorization error404 Not Found
: invalid source role409 Conflict
: target already existsThis REST URI path provides actions and information related to Qorus services; the name can also be provided in the format name:version
.
status
(*string): one of:"running"
: for only running services (loaded with at least one active thread)"loaded"
: all loaded services (also running services)"unloaded"
: only services not loadedtags
(*string): optional; a hash of tags to match; only workflows matching at least one of the tags will be returned; use tag=value
format as the value of this optiontag_case_insensitive
(*bool): if True then tag value comparisons are made with case-insensitive comparisonstag_partial_match
(*bool): if True then tag value comparisons succeed if the value given as the tag value appears anywhere in the object's tag of the same namename
(string): the new internal name for the serviceversion
(string): the version of the servicedisplay_name
(*string): the new display name for the service; generated from name
if necessaryshort_desc
(*string): the short plain-text description for the servicedesc
(*string): the new description for the service with markdown formattingauthor
(*list<string>): one or more authors of the serviceremote
(*bool): if the service should run remotely or notenabled
(*bool): if the service is enabledclass-name
(*string): the class name fot the servicelang
(*string): the language of the serviceclasses
(*list<string>): classes that the service depends on and requiresfsms
(*list<UndefinedHash>): Finite State Machines / Flow Designer (fsms) that the service usesmappers
(*list<string>): mappers that the service usesvmaps
(*list<string>): value maps that the service usesgroups
(*list<string>): interface groups that the service belongs totags
(*UndefinedHash): user-defined tags for the serviceconfig-items
(*list<UndefinedHash>): config items that the service uses or definessystem-options
(UndefinedHash): system options for the servicesource
(string): the service's source codeaction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errorname
(string): the new internal name for the serviceversion
(string): the version of the servicedisplay_name
(*string): the new display name for the service; generated from name
if necessaryshort_desc
(*string): the short plain-text description for the servicedesc
(*string): the new description for the service with markdown formattingauthor
(*list<string>): one or more authors of the serviceremote
(*bool): if the service should run remotely or notenabled
(*bool): if the service is enabledclass-name
(*string): the class name fot the servicelang
(*string): the language of the serviceclasses
(*list<string>): classes that the service depends on and requiresfsms
(*list<UndefinedHash>): Finite State Machines / Flow Designer (fsms) that the service usesmappers
(*list<string>): mappers that the service usesvmaps
(*list<string>): value maps that the service usesgroups
(*list<string>): interface groups that the service belongs totags
(*UndefinedHash): user-defined tags for the serviceconfig-items
(*list<UndefinedHash>): config items that the service uses or definessystem-options
(UndefinedHash): system options for the servicesource
(string): the service's source codeaction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errorlevel:
(int|string) LoggerLevelname:
logger name to setadditivity:
logger additivity to set400 Bad Request
: invalid or missing arguments to REST callloggerid:
(int) logger idparams:
(hash) logger paramslevel:
(hash) LoggerLevel"key"
: logger level string representation"value"
: logger level int representationname:
(string) logger nameadditivity:
(bool) logger additivityinterface_table_name:
(string) interface table name (jobs/workflows/services). If set means default loggerlevel:
required; (int|string) LoggerLevelname:
(string) logger nameadditivity:
(bool) logger additivity (default True)cloneDefault:
(bool) create logger with appenders based on default logger400 Bad Request
: invalid or missing arguments to REST call409 Conflict
: conflict with the current state400 Bad Request
: invalid or missing arguments to REST callappenderId:
(int) appenderIdparams:
(hash) possible appender parameters, might be missing if not setname:
(string) appender namelayoutPattern:
(string) appender layout patternrotation:
(int) appender layout patternfilename:
(string) appender filenameid:
required; (int); id of the appender to be deletedname:
(string) the name of the appenderlayoutPattern:
(string) the layout for the appenderfilename:
(string) the output filenameencoding:
(string) the file's output encodingappenderType:
required; (string) appender type, case sensitive (see Logger for possible values) (ex. LoggerAppenderFileRotate, LoggerAppenderFile, LoggerAppenderStdOut ...)rotationCount:
(int) the number of files in rotation chain, if count is <=0 then no ratation is performed. Only for rotation appendersarchivePattern:
(string) pattern to evaluate archive filename400 Bad Request
: invalid or missing arguments to REST call409 Conflict
: conflict with the current stateid:
required; (int); id of the appender to be updatename:
(string) the name of the appenderlayoutPattern:
(string) the layout for the appenderfilename:
(string) the output filenameencoding:
(string) the file's output encodingappenderType:
required; (string) appender type, case sensitive (see Logger for possible values) (ex. LoggerAppenderFileRotate, LoggerAppenderFile, LoggerAppenderStdOut ...)rotationCount:
(int) the number of files in rotation chain, if count is <=0 then no ratation is performed. Only for rotation appendersarchivePattern:
(string) pattern to evaluate archive filenameids:
(required) one or more service names or IDs to disable; a comma-separated string will be split into a listarg:
the service ID or namedisabled:
True or Falseserviceid
]: the service IDtype
]: the type of the service; one of:"system"
: for system services"user"
: for user servicesname
]: the service nameversion
]: the service versioninfo:
info about the service enable action or a reason why the request failed; possible failure reasons:"SERVICE-ERROR"
: unknown service, service not accessible409 Conflict
: SERVICE-DISABLE-ERROR
: missing ids
argumentids:
(required) one or more service names or IDs to enable; a comma-separated string will be split into a listarg:
the service ID or nameenabled:
True or Falseserviceid
]: the service IDtype
]: the type of the service; one of:"system"
: for system services"user"
: for user servicesname
]: the service nameversion
]: the service versioninfo:
info about the service enable action or a reason why the request failed; possible failure reasons:"SERVICE-ERROR"
: unknown service, service not accessible409 Conflict
: SERVICE-ENABLE-ERROR
: missing ids
argumentids:
(required) one or more service names or IDs to start; a comma-separated string will be split into a listerr:
True if at least one service load command failed, False if all load commands were successfuldesc:
a description of the result of the operationresults:
a list of hashes giving the result of each load request; each hash has the following keys:arg:
the service ID or name (argument for the load operation)loaded:
a boolean giving the result of the operationalready_loaded
]: (only present if loaded
is True) True if the service was already loaded before this call, False if loaded with this callserviceid
]: the service IDtype
]: the type of the service; one of:"system"
: for system services"user"
: for user servicesname
]: the name of the serviceversion
]: the version of the serviceinfo:
information abouit the operation; if the operation failed, a formatted error string will appear here; possible failure reasons:"SERVICE-ERROR"
: the given service cannot be loaded (does not exist, error initializing the service)"SERVICE-ACCESS-ERROR"
: the user does not have the right to access the given service (for more information, see Interface Groups, only possible if Role Based Access Control is enabled)403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation403 Forbidden
: SERVICE-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given service (for more information, see Interface Groups)ids:
(required) one or more service names or IDs to reload; a comma-separated string will be split into a listload:
(optional) will be evaluated with Qore::parse_boolean(); if True then services not already loaded will be loaded with this call; default @ref False, meaning that services not already loaded will not be loaded by this callarg:
the service ID or name (argument for the load operation)loaded
]: True if the service was already loaded before this call, False if loaded with this callreset
]: True if the service was (re)loadedserviceid
]: the service IDtype
]: the type of the service; one of:"system"
: for system services"user"
: for user servicesname
]: the name of the serviceversion
]: the version of the serviceinfo:
information abouit the operation; if the operation failed, a formatted error string will appear here; possible failure reasons:"SERVICE-ERROR"
: the given service cannot be loaded (does not exist, error initializing the service)"SERVICE-ACCESS-ERROR"
: the user does not have the right to access the given service (for more information, see Interface Groups, only possible if Role Based Access Control is enabled)403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation409 Conflict
: SERVICE-RESET-ERROR
: missing ids
argumenttype:
the type of service reset; one of:"system"
: for system services"user"
: for user servicesname:
name of the service403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationtype:
the type of service reset; always "system" for this callname:
name of the service403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationtype:
the type of service reset; always "user" for this callname:
name of the service403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationids:
(required) one or more service names or IDs to unload; a comma-separated string will be split into a listarg:
the service ID or name (argument for the unload operation)loaded
]: True if the service was already loaded, False if notunloaded
]: True if the service was unloaded, False if notserviceid
]: the service IDtype
]: the type of the service; one of:"system"
: for system services"user"
: for user servicesname
]: the name of the serviceversion
]: the version of the serviceinfo:
information abouit the operation; if the operation failed, a formatted error string will appear here; possible failure reasons:"SERVICE-ERROR"
: the given service cannot be loaded (does not exist, error initializing the service)"SERVICE-ACCESS-ERROR"
: the user does not have the right to access the given service (for more information, see Interface Groups, only possible if Role Based Access Control is enabled)403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation409 Conflict
: SERVICE-UNLOAD-ERROR
: missing ids
argumentThis REST URI path provides actions and information related to Qorus services.
400 Bad Request
: cannot delete system services403 Forbidden
: access or authorization error404 Not Found
: no such servicelib_source:
(optional) parsed with Qore::parse_boolean(); if True, then the source code for all library objects is returnedmethod_source:
(optional) parsed with Qore::parse_boolean(); if True, then the source code for all methods is returned in the body
key in each REST Service Method Hashalerts:
a list of alerts raised against the service; each list element is a REST Alert Hash (may be empty)author:
the author of the service (if any)autostart:
a boolean value indicating if the service should be autostarted or notconnections:
a list of connection objects that this service depends on; each list element is a REST Connection Dependency Hash (may be empty)created:
the date/time the service was createddescription:
the description of the service (if any)enabled:
a boolean flag indicating if the service is enabled or not; disabled services cannot be loadedgroups:
a list of interface groups that the service belongs to; each list element is a REST Interface Group Hash (may be empty)latest:
a boolean flag indicating if the current contextual service is the latest service of its type and namelog_url:
a complete URL to the websocket source for the service logmappers:
a list of mappers associated with the service (can be NOTHING); each mapper element is a REST Mapper Hashmanual_autostart:
a boolean flag set if the autostart
value has been changed manually, in which case the manual setting takes precendence over any new definitions loaded with oloadmethods:
a list of REST Service Method Hash elementsmodified:
the date/time the service was last modifiedname:
the name of the serviceoptions:
a hash of options set on the serviceparse_options:
a list of symbolic parse options for the service program containerprocesses:
a list of hashes of process information, in case the service is running remotely in one or more a qsvc processesremote:
a boolean value indicating if the service is run as an external process or notresource_files:
a list of resource file hashes (if any); each list element is a hash with the following keys:name:
the name of the resourcetype:
the type code for the resourceresources:
a REST Service Resource Hashserviceid:
the service IDstatus:
the status of the service; one of:"loaded"
: loaded but not running"running"
: loaded and running with at least one service thread"unloaded"
: not loadedstate:
a hash of saved service state data (if any); see svc_save_state_data() for more infostateless:
True if the service is a stateless service, False if notthreads:
the number of threads running in the servicetype:
the type of the service; one of:"system"
: for system services"user"
: for user servicesversion:
the version of the servicevmaps:
a list of value maps associated with the service (can be NOTHING); each value map element is a REST Value Map Hashname
(*string): the new internal name for the serviceversion
(*string): the version of the servicedisplay_name
(*string): the new display name for the service; generated from name
if necessaryshort_desc
(*string): the short plain-text description for the servicedesc
(*string): the new description for the service with markdown formattingauthor
(*list<string>): one or more authors of the serviceremote
(*bool): if the service should run remotely or notenabled
(*bool): if the service is enabledclass-name
(*string): the class name fot the servicelang
(*string): the language of the serviceclasses
(*list<string>): classes that the service depends on and requiresfsms
(*list<UndefinedHash>): Finite State Machines / Flow Designer (fsms) that the service usesmappers
(*list<string>): mappers that the service usesvmaps
(*list<string>): value maps that the service usesgroups
(*list<string>): interface groups that the service belongs totags
(*UndefinedHash): user-defined tags for the serviceconfig-items
(*list<UndefinedHash>): config items that the service uses or definessystem-options
(UndefinedHash): system options for the servicesource
(*string): the service's source codeaction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errorname
(*string): the new internal name for the serviceversion
(*string): the version of the servicedisplay_name
(*string): the new display name for the service; generated from name
if necessaryshort_desc
(*string): the short plain-text description for the servicedesc
(*string): the new description for the service with markdown formattingauthor
(*list<string>): one or more authors of the serviceremote
(*bool): if the service should run remotely or notenabled
(*bool): if the service is enabledclass-name
(*string): the class name fot the servicelang
(*string): the language of the serviceclasses
(*list<string>): classes that the service depends on and requiresfsms
(*list<UndefinedHash>): Finite State Machines / Flow Designer (fsms) that the service usesmappers
(*list<string>): mappers that the service usesvmaps
(*list<string>): value maps that the service usesgroups
(*list<string>): interface groups that the service belongs totags
(*UndefinedHash): user-defined tags for the serviceconfig-items
(*list<UndefinedHash>): config items that the service uses or definessystem-options
(UndefinedHash): system options for the servicesource
(*string): the service's source codeaction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errortype:
the service type one of:"system"
: for system services"user"
: for user servicesname:
the service nameversion:
the service versionserviceid:
the service IDinfo:
info about the service disable action403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation403 Forbidden
: SERVICE-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given service (for more information, see Interface Groups)type:
the service type one of:"system"
: for system services"user"
: for user servicesname:
the service nameversion:
the service versionserviceid:
the service IDinfo:
info about the service enable action403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation403 Forbidden
: SERVICE-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given service (for more information, see Interface Groups)"OK"
upon successful execution403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation403 Forbidden
: SERVICE-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given service (for more information, see Interface Groups)409 Conflict
: SERVICE-ERROR
: the given service cannot be loaded (error initializing the service)"OK"
, "ERR"
if notkill()
command: 0 if successful, non-zero if not404 Not Found
: this response is returned if no process is running for the current service403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation"OK"
upon successful execution403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation403 Forbidden
: SERVICE-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given service (for more information, see Interface Groups)409 Conflict
: SERVICE-ERROR
: the given service cannot be loaded (error initializing the service)403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation403 Forbidden
: SERVICE-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given service (for more information, see Interface Groups)scaling-min-replicas
scaling-max-replicas
scaling-cpu
scaling-memory
400 Bad Request
: returned if Qorus is not running under Kubernetes, the service is not stateless. or no arguments provided403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation403 Forbidden
: SERVICE-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given service (for more information, see Interface Groups)scaling-min-replicas
scaling-max-replicas
scaling-cpu
scaling-memory
400 Bad Request
: returned if Qorus is not running under Kubernetes, the service is not stateless. or no arguments provided403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation403 Forbidden
: SERVICE-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given service (for more information, see Interface Groups)autostart:
(required) the autostart status for the service (parsed with parse_boolean())"OK"
upon successful execution400 Bad Request
: missing "autostart"
hash argument403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation403 Forbidden
: SERVICE-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given service (for more information, see Interface Groups)options:
a hash of options to set against the service; if the value of this key is a string, then it is first parsed with Util::parse_to_qore_value(), which should then return a hash"OK"
upon successful execution400 Bad Request
: missing "options"
argument or "options"
is not a hash (or string parsed to a hash with Util::parse_to_qore_value())403 Forbidden
: SERVICE-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given service (for more information, see Interface Groups)403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation409 Conflict
: SERVICE-OPTION-ERROR
: invalid option for service or option cannot be overridden at the service levelremote:
(required) parsed with Qore::parse_boolean(); a boolean value giving the new remote value for the service403 Forbidden
: SERVICE-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given service (for more information, see Interface Groups)403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation409 Conflict
: SERVICE-SETREMOTE-ERROR
: missing remote
argument; cannot update the remote value to True on system servicesdata:
a hash of new service state data or NOTHING which will clear any data403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation403 Forbidden
: SERVICE-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given service (for more information, see Interface Groups)"OK"
upon successful execution403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation403 Forbidden
: SERVICE-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given service (for more information, see Interface Groups)409 Conflict
: SERVICE-ERROR
: the given service cannot be loaded (error initializing the service)Unloads the current service from the system. If the service is running, it is first stopped. Additionally, any outstanding method calls must return before the service can be unloaded.
"OK"
upon successful execution403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation403 Forbidden
: SERVICE-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given service (for more information, see Interface Groups)409 Conflict
: SERVICE-NOT-LOADED
: this exception is thrown when the service is not loadedDELETE
stream for the named stream if the service implements that stream.stream:
(required) the name of the stream to openPOST
stream for the named stream if the service implements that stream.stream:
(required) the name of the stream to openPUT
stream for the named stream if the service implements that stream.stream:
(required) the name of the stream to openGET
stream for the named stream if the service implements that stream.stream:
(required) the name of the stream to openUnloads the current service from the system. If the service is running, it is first stopped. Additionally, any outstanding method calls must return before the service can be unloaded.
"OK"
upon successful execution403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation403 Forbidden
: SERVICE-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given service (for more information, see Interface Groups)409 Conflict
: SERVICE-NOT-LOADED
: this exception is thrown when the service is not loadedThis REST URI path provides actions and information for system functionality
Updates authentication labels associated wth the service
"default"
: default Qorus authentication is used"permissive"
: all requests are accepted with no authentication necessaryThis REST URI path provides actions and information related to Qorus service configuration items
"name"
: the name of the configuration item"prefix"
: the prefix of the configuration item"type"
: the type of the configuration item"desc"
: the description of the configuration item"default_value"
: the default value of the configuration item"value"
: the value of the configuration item"strictly_local"
: if the configuration item is defined strictly on local level"is_set"
: True if the value is set otherwise False"config_group"
: the group of the configuration item"allowed_values"
: the list of allowed values for the configuration item if defined"level"
: the level from where the value is obtained (interface level (e.g. "step:1", "workflow:1") or "global" or "default")"is_templated_string"
: True if the value is a templated string that can be later expanded403 Forbidden
: SERVICE-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given service (for more information, see Interface Groups)"name"
: the name of the configuration item"prefix"
: the prefix of the configuration item"type"
: the type of the configuration item"desc"
: the description of the configuration item"default_value"
: (YAML-serialized string) the default value of the configuration item"value"
: (YAML-serialized string) the value of the configuration item"strictly_local"
: if the configuration item is defined strictly on local level"is_set"
: True if the value is set otherwise False"config_group"
: the group of the configuration item"allowed_values"
: the list of allowed values for the configuration item if defined (each element is a YAML-serialized string)"level"
: the level from where the value is obtained (interface level (e.g. "step:1", "workflow:1") or "global" or "default")"is_templated_string"
: True if the value is a templated string that can be later expandedThis REST URI path provides actions and information related to a particular Qorus. Prefix can be passed within the config item name or as following: /v3/services/{id_or_name}/config/{name}?prefix={prefix}. service configuration item
info:
a string confirming the delete operationdeleted:
True if value has been deletedvalue:
deleted value403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation"name"
: the name of the configuration item"prefix"
: the prefix of the configuration item"type"
: the type of the configuration item"desc"
: the description of the configuration item"default_value"
: the default value of the configuration item"value"
: the value of the configuration item"strictly_local"
: if the configuration item is defined strictly on local level"is_set"
: True if the value is set otherwise False"config_group"
: the group of the configuration item"allowed_values"
: the list of allowed values for the configuration item if defined"level"
: the level from where the value is obtained (interface level (e.g. "service:1", "service:2") or "global" or "default")"is_templated_string"
: True if the value is a templated string that can be later expanded403 Forbidden
: SERVICE-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given service (for more information, see Interface Groups)value:
the value of the configuration item; must be compatible with the item's declared type400 Bad Request
: returned if the request has no value
key403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation403 Forbidden
: SERVICE-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given service (for more information, see Interface Groups)value:
(YAML-serialized string) the value of the configuration item400 Bad Request
: returned if the request has no value
key403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation403 Forbidden
: SERVICE-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given service (for more information, see Interface Groups)"name"
: the name of the configuration item"prefix"
: the prefix of the configuration item"type"
: the type of the configuration item"desc"
: the description of the configuration item"default_value"
: (serialized YAML string) the default value of the configuration item"value"
: (serialized YAML string) the current value of the configuration item"strictly_local"
: if the configuration item is defined strictly on local level"is_set"
: True if the value is set otherwise False"config_group"
: the group of the configuration item"allowed_values"
: (serialized YAML string) the list of allowed values for the configuration item if defined"level"
: the level from where the value is obtained (interface level (e.g. "service:1", "service:2") or "global" or "default")"is_templated_string"
: True if the value is a templated string that can be later expanded403 Forbidden
: SERVICE-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given service (for more information, see Interface Groups)info:
a string confirming the delete operationdeleted:
True if value has been deletedvalue
(YAML-serialized string): deleted value403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationThis REST URI path provides actions and information related to Qorus service methods for a given service.
403 Forbidden
: SERVICE-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given service (for more information, see Interface Groups)This REST URI path provides information about service resource files.
This REST URI path provides information about a particular service resource file.
Content-Type
as the file's MIME typeThis REST path provides actions and information about service methods
service_status:
the status of the service; one of:"loaded"
: loaded but not running"running"
: loaded and running with at least one service thread"unloaded"
: not loadedserviceid:
the ID of the serviceservice_name:
the name of the serviceservice_type:
the type of the service; one of:"system"
: for system services"user"
: for user servicesparse_args
]: any string here will be parsed with Util::parse_to_qore_value() and used as the method arguments; parse_args
takes precedence over args
args
]: any arguments passed here will be used directly as the method arguments403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation409 Conflict
: SERVICE-ERROR
: invalid method call; missing method nameThis REST URI path provides actions and information about Qorus SLAs
list:
optional; parsed with Qore::parse_boolean(); if True then a list of workflow names is returnedshort:
optional; parsed with Qore::parse_boolean(); if True then a list of short strings of workflow names and descriptions is returnedname
(string): the unique name of the SLAdisplay_name
(*string): the new display name for the SLA; generated from name
if necessaryshort_desc
(*string): the short plain-text description for the SLAdescription
(string): the description of the SLA with markdown formattingunits
(*string): describes the meaning of SLA event values (allowed values: "seconds"
and "other"
; default: "seconds"
)methods
(*list<ServiceSlaInfo>): list of methods to attach to the SLAjobs
(*list<string>): jobs to attach to the SLAslaid
(int): the ID of the SLAname
(string): the unique name of the SLAdisplay_name
(*string): the display name of the SLAshort_desc
(*string): the short description of the SLAdescription
(string): the description of the SLAunits
(string): describes the meaning of SLA event values (allowed values: "seconds"
and "other"
)methods
(*list<SlaServicveMethodInfo>): list of service methods with the SLAjobs
(*list<SlaJobInfo>): list of jobs with the SLA400 Bad Request
: the given SLA name already exists; invalid or missing argument403 Forbidden
: AUTHORIZATION-ERROR: this exception is thrown when Role Based Access Control is enabled, and the user does not have sufficient privileges for the operationname
(string): the new internal name for the SLAdisplay_name
(*string): the new display name for the SLA; generated from name
if necessaryshort_desc
(*string): the short plain-text description for the SLAdesc
(string): the new description for the SLA with markdown formattingunits
(*string): describes the units of SLA event values (allowed values: "seconds"
and "other"
)methods
(*list<ServiceSlaInfo>): list of methods to attach to the SLAjobs
(*list<string>): jobs to attach to the SLAaction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errordesc:
return the results in descending ordererr:
the error string of unsucessful SLA events; can be a list of strings or a string with "%"
characters for SQL like matchingerrdesc:
the error description string of unsucessful SLA events; can be a list of strings or a string with "%"
characters for SQL like matchingname:
the name of the SLA; can be a list of names or a string with "%"
characters for SQL like matchinglimit:
max number of rows to return, if not given, then the value of the "row-limit" option is used (default: 100)mindate:
minimum SLA event timestamp (inclusive, meaning ">="
comparisons used)maxdate:
maximum SLA event timestamp (exclusive, meaning "<"
comparisons used)offset:
row offsetproducer:
the producer string of SLA events; can be a list of strings or a string with "%"
characters for SQL like matchingslaid:
the SLA ID, can be a list of IDssort:
columns for sorting the resultssuccess:
filter for sucessful calls (1) or errored calls (0)"OK"
403 Forbidden
: access or authorization errorerr:
the error string of unsucessful SLA events; can be a list of strings or a string with "%"
characters for SQL like matchingerrdesc:
the error description string of unsucessful SLA events; can be a list of strings or a string with "%"
characters for SQL like matchinggrouping:
(optional) possible values for reporting performance statistics:"hourly"
: hourly grouping"daily"
: daily grouping"monthly"
: monthly grouping"yearly"
: yearly groupingname:
the name of the SLA; can be a list of names or a string with "%"
characters for SQL like matchingmaxdate:
maximum SLA event timestamp (exclusive, meaning "<"
comparisons used)mindate:
minimum SLA event timestamp (inclusive, meaning ">="
comparisons used)producer:
the producer string of SLA events; can be a list of strings or a string with "%"
characters for SQL like matchingslaid:
the SLA ID, can be a list of IDssuccess:
filter for sucessful calls (1) or errored calls (0)This REST URI path provides actions and information about a particular Qorus SLA
slaid
(int): the ID of the SLAname
(string): the name of the SLAdisplay_name
(*string): the display name of the SLAshort_desc
(*string): the short description of the SLAdescription
(string): the description of the SLAunits
(string): describes the meaning of SLA event values (allowed values: "seconds"
and "other"
)methods
(*list<SlaServicveMethodInfo>): list of service methods with the SLAjobs
(*list<SlaJobInfo>): list of jobs with the SLA403 Forbidden
: AUTHORIZATION-ERROR: this exception is thrown when Role Based Access Control is enabled, and the user does not have sufficient privileges for the operationname
(*string): the new internal name for the SLAdisplay_name
(*string): the new display name for the SLA; generated from name
if necessaryshort_desc
(*string): the short plain-text description for the SLAdesc
(*string): the new description for the SLA with markdown formattingunits
(*string): describes the units of SLA event values (allowed values: "seconds"
and "other"
)methods
(*list<ServiceSlaInfo>): list of methods to attach to the SLAjobs
(*list<string>): jobs to attach to the SLAaction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errorname
(*string): the new internal name for the SLAdisplay_name
(*string): the new display name for the SLA; generated from name
if necessaryshort_desc
(*string): the short plain-text description for the SLAdesc
(*string): the new description for the SLA with markdown formattingunits
(*string): describes the units of SLA event values (allowed values: "seconds"
and "other"
)methods
(*list<ServiceSlaInfo>): list of methods to attach to the SLAjobs
(*list<string>): jobs to attach to the SLAaction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errorvalue
(number): the event valueerr
(string): the error codedesc
(string): the error description403 Forbidden
: AUTHORIZATION-ERROR: this exception is thrown when Role Based Access Control is enabled, and the user does not have sufficient privileges for the operationdesc:
return the results in descending ordererr:
the error string of unsucessful SLA events; can be a list of strings or a string with "%"
characters for SQL like matchingerrdesc:
the error description string of unsucessful SLA events; can be a list of strings or a string with "%"
characters for SQL like matchinglimit:
max number of rows to return, if not given, then the value of the "row-limit" option is used (default: 100)mindate:
minimum SLA event timestamp (inclusive, meaning ">="
comparisons used)maxdate:
maximum SLA event timestamp (exclusive, meaning "<"
comparisons used)offset:
row offsetproducer:
the producer string of SLA events; can be a list of strings or a string with "%"
characters for SQL like matchingsort:
columns for sorting the resultserr:
the error string of unsucessful SLA events; can be a list of strings or a string with "%"
characters for SQL like matchingerrdesc:
the error description string of unsucessful SLA events; can be a list of strings or a string with "%"
characters for SQL like matchinggrouping:
(optional) possible values for reporting performance statistics:"hourly"
: hourly grouping"daily"
: daily grouping"monthly"
: monthly grouping"yearly"
: yearly groupingmaxdate:
maximum SLA event timestamp (exclusive, meaning "<"
comparisons used)mindate:
minimum SLA event timestamp (inclusive, meaning ">="
comparisons used)producer:
the producer string of SLA events; can be a list of strings or a string with "%"
characters for SQL like matchingsuccess:
filter for sucessful calls (1) or errored calls (0)job
(string): the name of the job403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationservice
(string): the name of the user servicemethod
(string): the name of the service method403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationjob
(string): the name of the jobjob
(string): the name of the jobslaid
(int): the SLA ID set on the given job403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationservice
(string): the name of the user servicemethod
(string): the name of the service methodservice
(string): the name of the user servicemethod
(string): the name of the service methodslaid
(int): the SLA ID set on the given user service method403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationvalue
(number): the event value403 Forbidden
: AUTHORIZATION-ERROR: this exception is thrown when Role Based Access Control is enabled, and the user does not have sufficient privileges for the operationThis REST URI path provides actions and information about Qorus SLAs
This REST API path provides actions and information about specific workflow steps
list:
optional; parsed with Qore::parse_boolean(); if True then a list of step names is returnedshort:
optional; parsed with Qore::parse_boolean(); if True then a list of short strings with step names, versions, and stepids is returnedlist
nor short
options are passed as above).name
(string): the new internal name for the stepdisplay_name
(*string): the new display name for the step; generated from name
if necessaryshort_desc
(*string): the short plain-text description for the stepdesc
(*string): the new description for the step with markdown formattingversion
(string): the new version for the stepauthor
(*string): the author of the stepcode
(string): the source code for the stepbase_class_name
(*string): the base class name for the steplanguage
(*string): the programming language of the stepconfig_items
(*list<UndefinedHash>): a list of config items for the stepclass_name
(string): the class name for the step; must be a valid identifieraction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errorname
(string): the new internal name for the stepdisplay_name
(*string): the new display name for the step; generated from name
if necessaryshort_desc
(*string): the short plain-text description for the stepdesc
(*string): the new description for the step with markdown formattingversion
(string): the new version for the stepauthor
(*string): the author of the stepcode
(string): the source code for the stepbase_class_name
(*string): the base class name for the steplanguage
(*string): the programming language of the stepconfig_items
(*list<UndefinedHash>): a list of config items for the stepclass_name
(string): the class name for the step; must be a valid identifieraction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errorThis REST API path provides actions and information about specific workflow steps
cascade
(*bool): force-delete the object and update all dependent objects; can break those objectsid
(int): the ID of the step that was deleted403 Forbidden
: access or authorization error404 Not Found
: no such functionReturns a hash of information about the current step.
functions:
if the step is a class step with step functions, this element is returned as a list of REST Function Hash elements with the following additional key:type:
a string specifying the role the function fulfils for the step; one of:"primary"
: the primary step function"validation"
: the validation function"array"
: the array function"async-end"
: the back end functionclass:
if the step is a new-style step implemented by a single class, then this element is returned as a REST Class Hashdesc:
the step descriptionconfig:
a hash of step configuration item information keyed by configuration item and with hash values with the following keys:"name"
: the name of the configuration item"prefix"
: the prefix of the configuration item"type"
: the type of the configuration item"desc"
: the description of the configuration item"default_value"
: the default value of the configuration item"strictly_local"
: if the configuration item is defined strictly on local level"config_group"
: the group of the configuration item"allowed_values"
: the list of allowed values for the configuration item if definedname
(*string): the new internal name for the stepdisplay_name
(*string): the new display name for the step; generated from name
if necessaryshort_desc
(*string): the short plain-text description for the stepdesc
(*string): the new description for the step with markdown formattingversion
(*string): the new version for the stepauthor
(*string): the author of the stepcode
(*string): the source code for the stepbase_class_name
(*string): the base class name for the steplanguage
(*string): the programming language of the stepconfig_items
(*list<UndefinedHash>): a list of config items for the stepclass_name
(*string): the class name for the step; must be a valid identifieraction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errorname
(*string): the new internal name for the stepdisplay_name
(*string): the new display name for the step; generated from name
if necessaryshort_desc
(*string): the short plain-text description for the stepdesc
(*string): the new description for the step with markdown formattingversion
(*string): the new version for the stepauthor
(*string): the author of the stepcode
(*string): the source code for the stepbase_class_name
(*string): the base class name for the steplanguage
(*string): the programming language of the stepconfig_items
(*list<UndefinedHash>): a list of config items for the stepclass_name
(*string): the class name for the step; must be a valid identifieraction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errorThis REST URI path provides actions and information related to Qorus step configuration items
"name"
: the name of the configuration item"prefix"
: the prefix of the configuration item"type"
: the type of the configuration item"desc"
: the description of the configuration item"default_value"
: the default value of the configuration item"strictly_local"
: if the configuration item is defined strictly on local level"config_group"
: the group of the configuration item"allowed_values"
: the list of allowed values for the configuration item if defined Note: to obtain values the workflows/{id_or_name}/stepinfo/{id_or_name}/config REST API should be used"name"
: the name of the configuration item"prefix"
: the prefix of the configuration item"type"
: the type of the configuration item"desc"
: the description of the configuration item"default_value"
: (YAML-serialized string) the default value of the configuration item"strictly_local"
: if the configuration item is defined strictly on local level"config_group"
: the group of the configuration item"allowed_values"
: the list of allowed values for the configuration item if defined (each element is a YAML-serialized string) Note: to obtain value the workflows/{id_or_name}/stepinfo/{id_or_name}/config REST API should be usedThis REST URI path provides actions and information related to a particular Qorus. Prefix can be passed within the config item name or as following: /v3/steps/{id_or_name}/config/{name}?prefix={prefix}. step configuration item
info:
a string confirming the delete operationdeleted:
True if value has been deletedvalue:
deleted value403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation"name"
: the name of the configuration item"prefix"
: the prefix of the configuration item"type"
: the type of the configuration item"desc"
: the description of the configuration item"default_value"
: the default value of the configuration item"strictly_local"
: if the configuration item is defined strictly on local level"config_group"
: the group of the configuration item"allowed_values"
: the list of allowed values for the configuration item if defined Note: to obtain value the workflows/{id_or_name}/stepinfo/{id_or_name}/config REST API should be usedvalue:
the value of the configuration item; must be compatible with the item's declared type400 Bad Request
: returned if the request has no value
key403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationvalue
(YAML-serialized string): the value of the configuration item400 Bad Request
: returned if the request has no value
key403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation"name"
: the name of the configuration item"prefix"
: the prefix of the configuration item"type"
: the type of the configuration item"desc"
: the description of the configuration item"default_value"
: (YAML-serialized string) the default value of the configuration item"strictly_local"
: if the configuration item is defined strictly on local level"config_group"
: the group of the configuration item"allowed_values"
: the list of allowed values for the configuration item if defined (each element is a YAML-serialized string) Note: to obtain value the workflows/{id_or_name}/stepinfo/{id_or_name}/config REST API should be usedinfo:
a string confirming the delete operationdeleted:
True if value has been deletedvalue
(YAML-serialized string): deleted value403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationThis REST URI path provides actions and information about workflow synchronization events
list:
optional; parsed with Qore::parse_boolean(); if True then a list of workflow synchronization event names is returnedshort:
optional; parsed with Qore::parse_boolean(); if True then a list of short strings with workflow synchronization event names and brief info is returnedname
(string): the new internal name for the workflow synchronization event typedesc
(string): the new description for the workflow synchronization event type with markdown formattingaction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errorname
(string): the new internal name for the workflow synchronization event typedesc
(string): the new description for the workflow synchronization event type with markdown formattingaction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errordesc:
parsed with Qore::parse_boolean(); if True, return in descending ordereventkey:
the event key valueeventname:
the event type nameid:
one or more event type IDslimit:
max number of rows to returnmaxmodified:
if present, parsed as a date; maximum modified datemodified:
if present, parsed as a date; minimum modified dateoffset:
row offsetposted:
the event posted status (True or False)sort:
a comma-separated string will be split into a list;columns for sorting the resultsThis REST URI path provides actions and information about workflow synchronization event types
cascade
(*bool): force-delete the object and update all dependent objects; can break those objectsid
(int): the ID of the workflow synchronization event type that was deleted403 Forbidden
: access or authorization error404 Not Found
: no such workflow synchronization event typename
(*string): the new name for the event type; if not provided, the new name will be generateddesc
(*string): the new description for the event typeaction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errorname
(*string): the new name for the event type; if not provided, the new name will be generateddesc
(*string): the new description for the event typeaction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errordesc:
parsed with Qore::parse_boolean(); if True, return in descending ordereventkey:
the event key valueeventname:
the event type namelimit:
max number of rows to returnmaxmodified:
if present, parsed as a date; maximum modified datemodified:
if present, parsed as a date; minimum modified dateoffset:
row offsetposted:
the event posted status (True or False)sort:
a comma-separated string will be split into a list;columns for sorting the resultseventkey:
(required) the workflow synchronization event key403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation409 Conflict
: POST-ERROR
: missing eventkey
argumentThis REST URI path provides actions and information about a particular workflow synchronization event key
403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationThis REST URI path provides actions and information for system functionality
instance-key
(string): the system instance keysession-id
(int): the application session idomq-version
(string): the version of the Qorus serveromq-build
(string): the git hash of the current Qorus buildomq-version-code
(int): an integer code for the Qorus version as MMmmSS, where MM = the major version, mm = the minor version, SS == the sub versionqore-version
(string): the version of the underlying qore library usedmodules
(QorusModuleSetInfo): a hash of module info as returned by Qore::get_module_hash(); keys are module namesapi_major
(*int): the API major version for binary modulesapi_minor
(*int): the API minor version for binary modulesauthor
(string): the module author's namedesc
(string): a short description of the modulefilename
(string): the path to the module on the host filesysteminfo
(*UndefinedHash): any additional module-specific informationinjected
(bool): if this module was injectedlicense
(*string): the license for the modulename
(string): the name of the modulereexported-modules
(*list<string>): list of modules rexported by this module, if anyreinjected
(bool): if this module was reinjectedurl
(*string): the URL for the moduleuser
(*bool): if this is a user moduleversion
(string): the version string of the moduledatamodel-version
(string): the version of the datamodel expected by the serveromq-schema
(string): "user%@dbname"
string for the system "omq"
datasourceomq-driver
(string): driver name for the system "omq"
datasourceomq-db-version
(auto): database server version for the system "omq"
datasource; the data type depends on the driveromquser-schema
(string): "user%@dbname"
string for the "omquser"
datasourceomquser-driver
(string): driver name for the "omquser"
datasourceomquser-db-version
(auto): database server version for the "omquser"
datasource; the data type depends on the driverstarttime
(date): date and time the qorus-core server was startedhostname
(string): hostname where the qorus-core server is runningpid
(int): PID of the server processthreads
(int): count of currently active threads in qorus-coreschema-properties
(QorusSchemaInfo): information about the system schemaschema-version
(string): the full system schema versionschema-compatibility
(string): the runtime compatible versionschema-load-compatibility
(string): the load (oload) compatible versionomq_dir
(string): the full path on the host to the Qorus application directorycache_size
(int): The number of entries in the workflow order data cacheshutting_down
(bool): indicates if the system is shutting down or notbuild-type
(string): the build type (normally "Production"
for public releases)runtime-properties
(*UndefinedHash): any runtime properties set on the instancealert-summary
(SystemAlertInfo): summary of alertstransient
(int): number of current transient alertsongoing
(int): number of ongoing alertsdebug
(bool): indicates if debugging is enabled for the instancedebug-internals
(bool): indicates if internal debugging is enabled for the instancehealth
(string): a string indicating the health status of the instanceui-compatibility-version
(string): a string indicating the UI compatibility for the instanceplugins
(*list<string>): any installed pluginssystem_log_url
(string): a WebSocket URL for system log streamingaudit_log_url
(string): a WebSocket URL for audit log streaminghttp_log_url
(string): a WebSocket URL for HTTP log streamingmon_log_url
(string): a WebSocket URL for connection monitor log streamingalert_log_url
(string): a WebSocket URL for alert log streamingapi_version
(string): the current API versioncluster_info
(QorusClusterSetInfo): cluster info; keys are node (container) namesnode_priv
(int): the memory in use on this node in bytesnode_priv_str
(string): the memory in use on this nodenode_ram
(int): the total RAM on the host machine in bytesnode_ram_str
(string): the total RAM on the host machinenode_ram_in_use
(int): the amount of RAM in use on the host machine in bytesnode_ram_in_use_str
(string): the amount of RAM in use on the host machinenode_cpu_count
(int): the number of CPU cores on the host machinenode_load_pct
(float): the CPU load on the host machinemem_history
(list<UndefinedHash>): memory history listprocess_count
(int): number of processes runningprocess_history
(list<UndefinedHash>): process history listprocesses
(QorusProcessSetInfo): process info; keys are process IDsclient_id
(*string): the client ID of the processconnstr
(*string): the connection string (qdsp processes only)host
(string): the hostname where the process is runningid
(string): the unique process ID in the cluster (same as the hash key)instance_id
(string): the unique instance ID for the processjava_min_heap
(*int): the minimum Java heap size in bytesjava_max_heap
(*int): the maximum Java heap size in bytesjobid
(*int): (job processes only) the job IDjobname
(*string): (job processes only) the name of the jobjobversion
(*string): (job processes only) the version of the joblog_pipe
(*string): any log pipe for the processnode
(string): the node name where the process is runningpct
(*int): the percentage of main memory taken up by the process on the nodepid
(int): the PID on the hostport
(*int): any port number for the processpriv
(*int): the amount of private memory of the process in bytespriv_str
(*string): a string description of the priv
valueprometheus_port
(*int): any port number for communicating with Prometheusrestarted
(*bool): indicates if the process has been restartedrss
(*int): the resident size of the process in bytessessionid
(*int): (job processes and workflow processes only) the DB session IDsocket_path
(*string): any socket path for the processstack_size
(*int): the maximum stack size in bytesstarted
(*date): the timestamp the process was startedstart_code
(*int): start code for the process: 0
: manual start, 1
: manual restart, 2
: automatic restartstate_label
(*string): (service proceses only) the service label ("stateful"
for stateful services)status
(*int): the process's status codestatus_string
(*string): the process's status as a stringsvcid
(*int): (service proceses only) the service IDsvcname
(*string): (service proceses only) the service namesvctype
(*string): (service proceses only) the service typesvcversion
(*string): (service proceses only) the service versiontype
(*string): the type of the processurls
(list<string>): a list of ZeroMQ URLs for the processvsz
(*int): the virtual size of the process in byteswfid
(*int): (workflow processes only) the workflow IDwfname
(*string): (workflow processes only) the name of the workflowwfversion
(*string): (workflow processes only) the version of the workflowworkflow_total
(int): total number of workflows cachedworkflow_alerts
(int): number of workflows with alertsservice_total
(int): total number of services cachedservice_alerts
(int): number of services with alertsjob_total
(int): total number of jobs cachedjob_alerts
(int): number of jobs with alertsremote_total
(int): number of remote Qorus connectionsremote_alerts
(int): number of remote Qorus connections with alertsuser_total
(int): number of user connectionsuser_alerts
(int): number of user connections with alertsdatasource_total
(int): number of datasource connectionsdatasource_alerts
(int): number of datasource connections with alertsorder_stats
(list<UndefinedHash>): list of order status informationloggerParams
(UndefinedHash): logger param infoauth_label_values
(list<string>): list of auth label valuesgrafana_panel_ids
(*UndefinedHash): hash of grafana panel ID infolimits
(QorusLimitInfo): Qorus system limit informationnofile
(int): maximum number of open filesnproc
(int): maximum number of procesess / threadsdefault_mapper_keys
(UndefinedHash): default mapper key infopipeline_options
(UndefinedHash): pipeline option infostack_size
(int): thread stack sizeis_kubernetes
(bool): if Qorus is runnning in Kubernetes or notedition
(string): Enterprise
for Qorus Integration Engine(R) Enterprise Editiontz_region
(string): the time zone region the server is running intz_utc_offset
(int): the UTC offset in seconds east of UTC; negative numbers indicate west of UTCoauth2_enabled
(bool): indicates that the server supports OAuth2templates
(list<TemplateInfo>): a list of template info hashescode-server
(*CodeServerSet): information about code-server processes; keys are users with active code-server processespid
(int): the PID of the processcode_url
(string): the URL of the UNIX socket listenerproxy_name
(string): the name of the Qorus proxy for this processuri_path
(string): the URI path for Qorus for the proxytype
(string): the auto variable context (accepted values: event
, transaction-block
)provider
(DataProviderSpecificationInfo): info that specifies a particular data providertype
(string): one of connection
, datasource
, factory
or remote
name
(string): the name of the type, connection, factory, etcpath
(*string): the path to the final objectoptions
(*hash<auto>): create option for type = factory
type
(string): the variable typedesc
(string): a description for the variablevalue
(auto): the information about variable's value, this will be a data provider hash, for example, if the variable is a data providervariableType
(string): the type of variable (ex: "autovar"
: automatic variable)readOnly
(bool): if the variable is read only or not400 Bad Request
: invalid type or data provider optionloggerid:
(int) logger idparams:
(hash) logger paramslevel:
(hash) LoggerLevel"key"
: logger level string representation"value"
: logger level int representationname:
(string) logger nameadditivity:
(bool) logger additivityinterface_table_name:
(string) system (audit, alert, monitoring, http, qorus-core, qorus-master, qdsp) type.level:
(int|string) LoggerLevelname:
logger name to setadditivity:
logger additivity to set400 Bad Request
: invalid or missing arguments to REST calllevel:
required; (int|string) LoggerLevelname:
(string) logger nameadditivity:
(bool) logger additivity (default True)cloneDefault:
(bool) create logger with appenders based on default logger400 Bad Request
: invalid or missing arguments to REST call409 Conflict
: conflict with the current state400 Bad Request
: invalid or missing arguments to REST callappenderId:
(int) appenderIdparams:
(hash) possible appender parameters, might be missing if not setname:
(string) appender namelayoutPattern:
(string) appender layout patternrotation:
(int) appender layout patternfilename:
(string) appender filenamename:
(string) the name of the appenderlayoutPattern:
(string) the layout for the appenderfilename:
(string) the output filenameencoding:
(string) the file's output encodingappenderType:
required; (string) appender type, case sensitive (see Logger for possible values) (ex. LoggerAppenderFileRotate, LoggerAppenderFile, LoggerAppenderStdOut ...)rotationCount:
(int) the number of files in rotation chain, if count is <=0 then no ratation is performed. Only for rotation appendersarchivePattern:
(string) pattern to evaluate archive filename400 Bad Request
: invalid or missing arguments to REST call409 Conflict
: conflict with the current stateid:
required; (int); id of the appender to be deletedid:
required; (int); id of the appender to be updatename:
(string) the name of the appenderlayoutPattern:
(string) the layout for the appenderfilename:
(string) the output filenameencoding:
(string) the file's output encodingappenderType:
required; (string) appender type, case sensitive (see Logger for possible values) (ex. LoggerAppenderFileRotate, LoggerAppenderFile, LoggerAppenderStdOut ...)rotationCount:
(int) the number of files in rotation chain, if count is <=0 then no ratation is performed. Only for rotation appendersarchivePattern:
(string) pattern to evaluate archive filenameexp
(UndefinedHash): the expression to evaluate403 Forbidden
: access or authorization errorreturn_type
(*string): the return type of the expressionsfirst_arg_type
(*string): the argument type of the first argument of the operator or functiontype
(*string): "operator"
or "function"; if not present, then all expression types are returnedinterface_context
is providedinterface_context
(*string): the context for the data; one of: workflow
, service
, or job data_context
(*string): the data type for any target field; if present, only compatible fields will be returnedtype
(*string): the type of interfacesubstring
(*string): a substring to match interfaces' label
and short_desc
values (case-insensitive)iface_kind:
the type of interface (workflow
, service
, or job
)name:
the name of the interfaceversion:
the version of the interfaceid:
the ID of the interfacelabel:
a string in the format: name:version
classes
(*list<UndefinedHash>): the class data to use to create one of more classesconstants
(*list<UndefinedHash>): the constant data to use to create one of more constantserrors
(*list<UndefinedHash>): the error set data to createevents
(*list<UndefinedHash>): the event data to use to create one or more workflow synchronization event typesfsms
(*list<UndefinedHash>): the FSM data to use to create one or more FSMsfunctions
(*list<UndefinedHash>): the function data to creategroups
(*list<UndefinedHash>): the group data to createjobs
(*list<UndefinedHash>): the job data to createmappers
(*list<UndefinedHash>): the mapper data to createpipelines
(*list<UndefinedHash>): the pipeline data to use to create one or more pipelinesqueues
(*list<UndefinedHash>): the queue data to use to create one or more queuesservices
(*list<UndefinedHash>): the service data to createsteps
(*list<UndefinedHash>): the step data to createworkflows
(*list<UndefinedHash>): the workflow data to createvmaps
(*list<UndefinedHash>): the value map data to create403 Forbidden
: access or authorization error"OK"
403 Forbidden
: access or authorization error403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationtimeout:
(optional) a timeout in seconds; the currently running system will be killed if it does not shut down within this time period; if not given, the default timeout is 2 minutes (120 seconds)"OK"
upon successful execution403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationqorus-log-rotator
service to rotate log files instead of calling this API method directly.403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationflag:
(optional) parsed with Qore::parse_boolean(); if True then system debugging is enabled, if False, then it is disabled; default value if not present: Truesystem-debugging
: the system debugging setting as a boolean value403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation409 Conflict
: SHUTDOWN-ALREADY-IN-PROGRESS
: system shutdown is already in progress403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationstream:
(optional) the name of the stream to return; can be:"DataStream"
: returns a short output DataStream of lists of hashes"EchoDataStream"
: returns an input/output DataStream where the input is immediately returned as outputstream:
(optional) the name of the stream to return; can be:"DataStream"
: returns a short output DataStream of lists of hashes"EchoDataStream"
: returns an input/output DataStream where the input is immediately returned as outputstream:
(optional) the name of the stream to return; can be:"DataStream"
: returns a short output DataStream of lists of hashestoken
(string): the token string400 Bad Request
: missing "token"
argument or invalid argument type409 Conflict
: TOKEN-ERROR
: invalid tokenQorus-Token
header to provide authentication for future requests up to the lifetime of the token. Tokens are valid only for the current session; to use persistent, long-lived tokens, please use OAuth2 authentication instead. The maximum token duration is 2 days; longer durations will be capped to 2 days.ttl
(*int): duration of validity of the token in seconds; if not present, defaults to 10 minutesQorus-Token
headerThis URI path provides ability to customize the Qorus alert logger
400 Bad Request
: invalid or missing arguments to REST callloggerid:
(int) logger idparams:
(hash) logger paramslevel:
(hash) LoggerLevel"key"
: logger level string representation"value"
: logger level int representationname:
(string) logger nameadditivity:
(bool) logger additivityappenders:
(list of hashes) list of appender hashesinterface_table_name:
(string) system (audit, alert, monitoring, http, qorus-core, qorus-master, qdsp) type. If set means default loggerlevel:
required; (int|string) LoggerLevelname:
(string) logger nameadditivity:
(bool) logger additivity (default True)cloneDefault:
(bool) create logger with appenders based on default logger400 Bad Request
: invalid or missing arguments to REST call409 Conflict
: conflict with the current statelevel:
(int|string) LoggerLevelname:
logger name to setadditivity:
logger additivity to set400 Bad Request
: invalid or missing arguments to REST callThis REST URI path provides actions and information related to system alerts
remote:
(optional) the name of a remote Qorus connection to retrieve alerts for and add to the return valuesummary:
(optional) parsed with Qore::parse_boolean(); if True the return value is a hash with the following keys:"cutoff"
: the transient cut off date used"transient"
: the count of transient alerts"ongoing"
: the count of ongoing alertscutoff:
(optional) parsed as a date; the cutoff date/time for transient alerts (only used when summary
is True); transient events after this point in time are not considered in the summarized resultsummary
option is passed (see above for details)This REST URI path provides actions and information related to ongoing system alerts
remote:
(optional) the name of a remote Qorus connection to retrieve ongoing alerts for and add to the return valueThis REST URI path provides actions and information related to transient system alerts
remote:
(optional) the name of a remote Qorus connection to retrieve transient alerts for and add to the return valuemax:
(optional) the maximum number of local alerts to return; defaults to 50 if not givenThis REST URI path provides actions and information about the system RPC API
method:
(required) the string method name to call; if no "."
characters are found in the method name, then it is prefixed with "omq.system."
; if the method starts with "system."
or "user."
, then "omq."
is prefixed to the method; if the method starts with "group."
or "job."
, then "omq.system."
is prefixed to the method nameparse_args
]: any string here will be parsed with Util::parse_to_qore_value() and used as the method arguments; parse_args
takes precedence over args
args
]: any arguments passed here will be used directly as the method arguments409 Conflict
: API-ERROR
: missing or invalid "method"
keyThis URI path provides ability to customize the Qorus audit logger
400 Bad Request
: invalid or missing arguments to REST callloggerid:
(int) logger idparams:
(hash) logger paramslevel:
(hash) LoggerLevel"key"
: logger level string representation"value"
: logger level int representationname:
(string) logger nameadditivity:
(bool) logger additivityappenders:
(list of hashes) list of appender hashesinterface_table_name:
(string) system (audit, alert, monitoring, http, qorus-core, qorus-master, qdsp) type. If set means default loggerlevel:
required; (int|string) LoggerLevelname:
(string) logger nameadditivity:
(bool) logger additivity (default True)cloneDefault:
(bool) create logger with appenders based on default logger400 Bad Request
: invalid or missing arguments to REST call409 Conflict
: conflict with the current statelevel:
(int|string) LoggerLevelname:
logger name to setadditivity:
logger additivity to set400 Bad Request
: invalid or missing arguments to REST callThis REST URI path provides information about authentication labels
authlabelid:
(string) key for the hash value assigned a value of a list of hashes with the following keys:authlabelid:
(string) unique identifier of the labelserviceid:
(int) the service ID againvalue:
(string) the value of the authentication labelservicename:
(string) the name of the serviceThis REST URI path provides actions and information related to Qorus configuration item values on the global level
config-items
: list of hashes describing config item values, each hash has the following keys:name:
name of the config itemprefix:
prefix of the config item (optional)level:
level of the config item value403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation400 Bad Request
: returned if the request has no config-items
key"name"
: the name of the configuration item"prefix"
: the prefix of the configuration item"type"
: the type of the configuration item"value"
: the value of the configuration item"is_set"
: True if the value is set otherwise False"allowed_values"
: the list of allowed values for the configuration item if defined"is_templated_string"
: True if the value is a templated string that can be later expandedname:
the name of the configuration itemprefix:
the prefix of the configuration item (optional)value:
the value of the configuration item; must be compatible with the item's declared type403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation403 Forbidden
: QR_SERVER_CONTROL:
this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given workflow (for more information, see Interface Groups)400 Bad Request
: returned if the request has no value
or name
keysconfig-items
: list of hashes describing config item values, each hash has the following keys:name:
name of the config itemprefix:
prefix of the config item (optional)interface-type
: interface type (job, service, step, workflow, global)interface-name
: name of the interface (required if interface type is not global)interface-version
: version of the interface (required if interface type is not global)value:
value of the config item403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation400 Bad Request
: returned if the request has no config-items
keyname:
the name of the configuration itemprefix:
the prefix of the configuration item (optional)value:
(YAML-serialized string) the value of the configuration item400 Bad Request
: returned if the request has no value
or name
keys403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationconfig-items
: list of hashes describing config item values, each hash has the following keys:name:
name of the config itemprefix:
prefix of the config item (optional)interface-type
: interface type (job, service, step, workflow, global)interface-name
: name of the interface (required if interface type is not global)interface-version
: version of the interface (required if interface type is not global)value:
value of the config item (YAML-serialized string)403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation400 Bad Request
: returned if the request has no config-items
key"name"
: the name of the configuration item"prefix"
: the prefix of the configuration item"type"
: the type of the configuration item"value"
: (YAML-serialized string) the value of the configuration item"is_set"
: True if the value is set otherwise False"allowed_values"
: the list of allowed values for the configuration item if defined (each element is a YAML-serialized string)"is_templated_string"
: True if the value is a templated string that can be later expandedThis REST URI path provides actions and information related to a specific Qorus global configuration item. Prefix can be passed within the config item name or as following: /v3/system/config/{name}?prefix={prefix}.
info:
a string confirming the delete operationdeleted:
True if value has been deletedvalue:
deleted value403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation"name"
: the name of the configuration item"prefix"
: the prefix of the configuration item"type"
: the type of the configuration item"value"
: the value of the configuration item"is_set"
: True if the value is set otherwise False"allowed_values"
: the list of allowed values for the configuration item if defined"is_templated_string"
: True if the value is a templated string that can be later expandedvalue
(required): the value of the configuration item; must be compatible with the item's declared type400 Bad Request
: returned if the request has no value
key403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation409 Conflict
: CONFIG-ITEM-ERROR
: this exception is thrown if an invalid type is given for the given configuration itemvalue
(YAML-serialized string): the value of the configuration item400 Bad Request
: returned if the request has no value
key403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation "name"
: the name of the configuration item"prefix"
: the prefix of the configuration item"type"
: the type of the configuration item"value"
: (YAML-serialized string) the value of the configuration item"is_set"
: True if the value is set otherwise False"allowed_values"
: the list of allowed values for the configuration item if defined (each element is a YAML-serialized string)"is_templated_string"
: True if the value is a templated string that can be later expandedinfo:
a string confirming the delete operationdeleted:
True if value has been deletedvalue
(YAML-serialized string): deleted value403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationThis REST URI path provides actions and information about system health
transient:
the number of transient alertsongoing:
the number of ongoing alertshealth:
a string color code for the health of the system with the following values:"GREEN"
: good health"YELLOW"
: warning"RED"
: problemsinstance-key
: the instance key for the systemremote:
a list of health information for remotely-monitored Qorus instances with the same keys as this hash (minus "remote"
)hash: (5 members) transient : 0 ongoing : 123 health : "RED" instance-key : "quark-1" remote : <EMPTY LIST>
This URI path provides ability to customize the Qorus http logger
400 Bad Request
: invalid or missing arguments to REST callloggerid:
(int) logger idparams:
(hash) logger paramslevel:
(hash) LoggerLevel"key"
: logger level string representation"value"
: logger level int representationname:
(string) logger nameadditivity:
(bool) logger additivityappenders:
(list of hashes) list of appender hashesinterface_table_name:
(string) system (audit, alert, monitoring, http, qorus-core, qorus-master, qdsp) type. If set means default loggerlevel:
required; (int|string) LoggerLevelname:
(string) logger nameadditivity:
(bool) logger additivity (default True)cloneDefault:
(bool) create logger with appenders based on default logger400 Bad Request
: invalid or missing arguments to REST call409 Conflict
: conflict with the current statelevel:
(int|string) LoggerLevelname:
logger name to setadditivity:
logger additivity to set400 Bad Request
: invalid or missing arguments to REST callThis REST URI path provides actions and information related to Qorus HTTP listeners
name
(string): the unique name of the listenerhostname
(*string): the bind hostnamehostname_desc
(*string): a description for the hostnameaddress
(string): the bind addressaddress_desc
(string): a description for the addressport
(*int): the port number (not present in UNIX sockets)family
(int): the network address family code for the socketfamilystr
(string): a descriptive string for the family
codessl
(bool): True if the listener is a TLS/SSL listenerdesc
(string): a descriptive string for the listenerproto
(string): the protocol; either "http"
or "https"
id
(int): the listener IDbind
(string): the bind stringget_remote_certs
(bool): flag if remote client certificates will be capturedssl_verify_flags
(list<string>): SSL verification flags (see SSL Verification Mode Constants for the meaning of these values)ssl_accept_all_certs
(bool): if the listener will accept all client certificates (verification disabled) or not (verification enabled)bind:
the bind address of the new listener; listeners will be started on all possible bind addresses in case more than one interface is resolved from the bind address givencert_file
]: (optional) the file name of the X.509 certificate in PEM format (only for HTTPS listeners)key_file
]: (optional) the file name of the private key for the X.509 certificate in PEM format (only for HTTPS listeners)key_password
]: (optional) the password to the private key, if anyfamily
]: (optional) the integer network address family code or symbolic string namename
]: (optional) the name of the listener; if not provided a unique name will be generatedhostname
, hostname_desc
, and port
keys will not be present):hostname:
the hostname of the interfacehostname_desc:
a descriptive string for the hostname including the address family (ex: "ipv6[localhost]"
)address:
the address of the listener (i.e. "192.168.30.4"
, etc)address_desc:
a descriptive string for the hostname including the address family (ex: "ipv6[::1]"
)port:
the port numberfamily:
an integer giving the address family (AF_INET
, AF_INET6
, AF_UNIX
, etc)familystr:
a string describing the address family (ex: "ipv6"
)proto:
either "http"
or "https"
id:
the Qorus ID of the listenerbind:
a string giving the bind address used (ex: "127.0.0.1:8001"
)400 Bad Request
: if no listeners can be started, then the message body in the response gives403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationThis REST URI path provides actions and information related to a specific HTTP listener
"OK"
upon successful execution400 Bad Request
: LISTENER-ARG-ERROR
: cannot stop a listener via a request handled by the same listener403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationname
(string): the unique name of the listenerhostname
(*string): the bind hostnamehostname_desc
(*string): a description for the hostnameaddress
(string): the bind addressaddress_desc
(string): a description for the addressport
(*int): the port number (not present in UNIX sockets)family
(int): the network address family code for the socketfamilystr
(string): a descriptive string for the family
codessl
(bool): True if the listener is a TLS/SSL listenerdesc
(string): a descriptive string for the listenerproto
(string): the protocol; either "http"
or "https"
id
(int): the listener IDbind
(string): the bind stringget_remote_certs
(bool): flag if remote client certificates will be capturedssl_verify_flags
(list<string>): SSL verification flags (see SSL Verification Mode Constants for the meaning of these values)ssl_accept_all_certs
(bool): if the listener will accept all client certificates (verification disabled) or not (verification enabled)flag:
(optional) if present, parsed with Qore::parse_boolean(); if True then verbose logging is enabled for the current listener, if False, then it is disabled; default value if not present True"OK"
upon successful execution403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation401 Unauthorized
: listener is not an HTTPS listener or no certificate source location information is stored against the listener403 Forbidden
: access or authorization erroroption
argument passedoption:
(required) an integer product of Listener Log Options combined with binary or"OK"
upon successful execution400 Bad Request
: missing "option"
argument403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation400 Bad Request
: LISTENER-ARG-ERROR
: cannot stop a listener via a request handled by the same listener403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationThis URI path provides ability to customize Qorus system logger appenders
id:
required; (int); id of the appender to be deletedid:
(string) id of appender to getappenderId:
(int) appenderIdparams:
(hash) possible appender parameters, might be missing if not setname:
(string) appender namelayoutPattern:
(string) appender layout patternrotation:
(int) appender layout patternfilename:
(string) appender filenamename:
(string) the name of the appenderlayoutPattern:
(string) the layout for the appenderfilename:
(string) the output filenameencoding:
(string) the file's output encodingappenderType:
required; (string) appender type, case sensitive (see Logger for possible values) (ex. LoggerAppenderFileRotate, LoggerAppenderFile, LoggerAppenderStdOut ...)rotationCount:
(int) the number of files in rotation chain, if count is <=0 then no ratation is performed. Only for rotation appendersarchivePattern:
(string) pattern to evaluate archive filename400 Bad Request
: invalid or missing arguments to REST call409 Conflict
: conflict with the current stateid:
required; (int); id of the appender to be updatename:
(string) the name of the appenderlayoutPattern:
(string) the layout for the appenderfilename:
(string) the output filenameencoding:
(string) the file's output encodingappenderType:
required; (string) appender type, case sensitive (see Logger for possible values) (ex. LoggerAppenderFileRotate, LoggerAppender File, LoggerAppenderStdOut ...)rotationCount:
(int) the number of files in rotation chain, if count is <=0 then no ratation is performed. Only for rotation appendersarchivePattern:
(string) pattern to evaluate archive filenameReturns all system loggers
loggerid:
(int) logger idparams:
(hash) logger paramslevel:
(hash) LoggerLevel"key"
: logger level string representation"value"
: logger level int representationname:
(string) logger nameadditivity:
(bool) logger additivityinterface_table_name:
(string) interface table name (jobs/workflows/services). If set means default loggerThis REST URI path provides actions and information related to the system metadata cache.
workflows:
a list of workflow IDs to reload in the metadata cache and resetservices:
a list of service IDs to reload in the metadata cache and to resetjobs:
a list of job IDs to reload in the metadata cache and to resetmappers:
a list of mapper IDs to reload in the metadata cachevmaps:
a list of value map IDs to reload in the metadata cachefunctions:
a list of functions IDs to reload in the metadata cacheclasses:
a list of class IDs to reload in the metadata cacheconstants:
a list of constant IDs to reload in the metadata cachequeues:
a list of queue IDs to reload in the metadata cacheevents:
a list of event IDs to reload in the metadata cachesteps:
a list of step IDs to reload in the metadata cacheconfig_values:
a list of config item names to reload in the metadata cachetypes:
a list of type paths to reload in the metadata cacheworkflows:
the number of workflows updated in the metadata cacheservices:
the number of services updated in the metadata cachejobs:
the number of jobs updated in the metadata cachemappers:
the number of mappers updated in the metadata cachevmaps:
the number of value maps updated in the metadata cachefunctions:
the number of functions updated in the metadata cacheclasses:
the number of classes updated in the metadata cacheconstants:
the number of constants updated in the metadata cachequeues:
the number of queues updated in the metadata cacheevents:
the number of events updated in the metadata cachesteps:
the number of steps updated in the metadata cacheconfig_values:
the number of configuration item values updated in the metadata cacheworkflow_reset:
a hash of workflow reset info; see the return value of PUT /api/workflows?action=reset for a description of this hashservice_reset:
a hash of service reset info; see the return value of PUT /api/services?action=reset for a description of this hashjob_reset:
a hash of job reset info; see the return value of PUT /api/jobs?action=reset for a description of this hashtypes:
the number of types in the metadata cache409 Conflict
: METADATA-RELOAD-ERROR
: unknown metadata keys passedworkflows:
requires OMQ::QR_WORKFLOW_CONTROL, OMQ::QR_WORKFLOW_EXEC_CONTROL, or OMQ::QR_RESET_WORKFLOWservices:
requires OMQ::QR_SERVICE_CONTROL or OMQ::QR_RESET_SERVICEjobs:
requires OMQ::QR_JOB_CONTROL or OMQ::QR_RESET_JOBmappers:
requires OMQ::QR_MAPPER_CONTROL or OMQ::QR_RELOAD_MAPPERvmaps:
requires OMQ::QR_VALUE_MAP_CONTROL or OMQ::QR_RELOAD_VALUE_MAPtypes:
requires OMQ::QR_TYPE_CACHE_CONTROL or OMQ::QR_TYPE_CACHE_RELOADREST metadata URI path
409 Conflict
: CLASS-ERROR
: class does not existREST metadata URI path
409 Conflict
: CLASS-ERROR
: class does not existREST metadata URI path
REST metadata URI path
REST metadata URI path
409 Conflict
: CONSTANT-ERROR
: constant does not existREST metadata URI path
409 Conflict
: CONSTANT-ERROR
: constant does not existREST metadata URI path
REST metadata URI path
REST metadata URI path
REST metadata URI path
REST metadata URI path
409 Conflict
: FUNCTION-ERROR
: function cannot be foundREST metadata URI path
409 Conflict
: FUNCTION-ERROR
: function cannot be foundREST metadata URI path
REST metadata URI path
with_deprecated
(bool): include deprecated workflows in return list (default: do not include)REST metadata URI path
REST metadata URI path
409 Conflict
: JOB-ERROR
: job does not existREST metadata URI path
409 Conflict
: JOB-ERROR
: job does not existREST metadata URI path
REST metadata URI path
REST metadata URI path
409 Conflict
: JOB-ERROR
: job does not existREST metadata URI path
REST metadata URI path
name:
the name of the classversion:
the version of the classpatch:
the patch string for the classdescription:
the description of the classcreated:
the date/time the class was createdmodified:
the date/time the class was last modifiedREST metadata URI path
name:
the name of the constantversion:
the version of the constantpatch:
the patch string for the constantdescription:
the description of the constantcreated:
the date/time the constant was createdmodified:
the date/time the constant was last modifiedREST metadata URI path
name:
the name of the eventdesc:
the description of the eventREST metadata URI path
409 Conflict
: OMQMAP-LOOKUPFUNC-ERROR
: this error will be thrown if the function ID passed is not a valid function IDREST metadata URI path
jobid:
the job id (always same as the argument)name:
the name of the jobversion:
the version of the jobdescription:
the description of the jobactive:
a boolean flag indicating if the job is active or not; active jobs will be running unless they are a member of a disabled groupcreated:
the date/time the job was createdmodified:
the date/time the job was last modifiedREST metadata URI path
name:
the name of the mapperversion:
the version of the mapperpatch:
the patch string for the mapperdescription:
the description of the mapperauthor:
the author of the mappertype:
the type or class of the mapperfields:
the source of the mapper field description hashoptions:
the mapper's option hashcreated:
the date/time the mapper was createdmodified:
the date/time the mapper was last modifiedREST metadata URI path
name:
the name of the queueserviceid:
the service associated with the queueREST metadata URI path
type:
either "system"
or "user"
name:
the name of the serviceversion:
the version of the servicepatch:
the patch string for the servicedescription:
the description of the servicecreated:
the creation date/time of the servicemodified:
the date/time the service was last modifiedautostart:
boolean value for autostart statusmanual_autostart:
boolean value for the manual_autostart flagREST metadata URI path
type:
either "system"
or "user"
name:
the name of the serviceversion:
the version of the servicepatch:
the patch string for the servicedescription:
the description of the servicecreated:
the creation date/time of the servicemodified:
the date/time the service was last modifiedautostart:
boolean value for autostart statusmanual_autostart:
boolean value for the manual_autostart flagREST metadata URI path
name:
the name of the SLAtype:
the type of the SLAdescription:
the description of the SLAREST metadata URI path
verbose:
if True then more information is returnedREST metadata URI path
ids:
one or more stepids to lookupverbose:
if True then more information is returnedREST metadata URI path
name:
the name of the value mapversion:
the version of the value mappatch:
the patch string for the value mapdescription:
the description of the value mapauthor:
the author of the value maptype:
the type or class of the value mapcreated:
the date/time the value map was createdmodified:
the date/time the value map was last modifiedREST metadata URI path
verbose:
if True then additional step and function information is included in the return valueREST metadata URI path
409 Conflict
: MAPPER-ERROR
: mapper does not existREST metadata URI path
409 Conflict
: MAPPER-ERROR
: mapper does not existREST metadata URI path
REST metadata URI path
REST metadata URI path
REST metadata URI path
REST metadata URI path
REST metadata URI path
See also PUT /api/v3/system/metadata?action=reload
workflows:
a list of workflow IDs to reload in the metadata cache and resetservices:
a list of service IDs to reload in the metadata cache and to resetjobs:
a list of job IDs to reload in the metadata cache and to resetmappers:
a list of mapper IDs to reload in the metadata cachevmaps:
a list of value map IDs to reload in the metadata cachefunctions:
a list of functions IDs to reload in the metadata cacheclasses:
a list of class IDs to reload in the metadata cacheconstants:
a list of constant IDs to reload in the metadata cachequeues:
a list of queue IDs to reload in the metadata cacheevents:
a list of event IDs to reload in the metadata cachesteps:
a list of step IDs to reload in the metadata cacheconfig_values:
a list of config item names to reload their values in the metadata cacheworkflows:
the number of workflows updated in the metadata cacheservices:
the number of services updated in the metadata cachejobs:
the number of jobs updated in the metadata cachemappers:
the number of mappers updated in the metadata cachevmaps:
the number of value maps updated in the metadata cachefunctions:
the number of functions updated in the metadata cacheclasses:
the number of classes updated in the metadata cacheconstants:
the number of constants updated in the metadata cachequeues:
the number of queues updated in the metadata cacheevents:
the number of events updated in the metadata cachesteps:
the number of steps updated in the metadata cacheconfig_values:
the number of configuration item values updated in the metadata cacheworkflow_reset:
a hash of workflow reset info; see the return value of PUT /api/workflows?action=reset for a description of this hashservice_reset:
a hash of service reset info; see the return value of PUT /api/services?action=reset for a description of this hashjob_reset:
a hash of job reset info; see the return value of PUT /api/jobs?action=reset for a description of this hash409 Conflict
: METADATA-RELOAD-ERROR
: unknown metadata keys passedworkflows:
requires OMQ::QR_WORKFLOW_CONTROL, OMQ::QR_WORKFLOW_EXEC_CONTROL, or OMQ::QR_RESET_WORKFLOWservices:
requires OMQ::QR_SERVICE_CONTROL or OMQ::QR_RESET_SERVICEjobs:
requires OMQ::QR_JOB_CONTROL or OMQ::QR_RESET_JOBmappers:
requires OMQ::QR_MAPPER_CONTROL or OMQ::QR_RELOAD_MAPPERvmaps:
requires OMQ::QR_VALUE_MAP_CONTROL or OMQ::QR_RELOAD_VALUE_MAPobject_type
can be one of following PUT calls:
REST metadata URI path
REST metadata URI path
REST metadata URI path
workflow_event_typeid:
the id of the eventdesc:
the description of the eventREST metadata URI path
REST metadata URI path
REST metadata URI path
jobid:
the job idname:
the name of the job (always same as the argument)version:
the version of the jobdescription:
the description of the jobactive:
a boolean flag indicating if the job is active or not; active jobs will be running unless they are a member of a disabled groupcreated:
the date/time the job was createdmodified:
the date/time the job was last modifiedREST metadata URI path
REST metadata URI path
REST metadata URI path
queueid:
the queueid of the queueserviceid:
the service associated with the queueREST metadata URI path
REST metadata URI path
REST metadata URI path
slaid:
the ID of the SLAtype:
the type of the SLAdescription:
the description of the SLAREST metadata URI path
name:
the name of the stepREST metadata URI path
REST metadata URI path
REST metadata URI path
REST metadata URI path
REST metadata URI path
REST metadata URI path
409 Conflict
: SERVICE-ERROR
: service does not existREST metadata URI path
409 Conflict
: SERVICE-ERROR
: service does not existREST metadata URI path
REST metadata URI path
REST metadata URI path
REST metadata URI path
REST metadata URI path
REST metadata URI path
409 Conflict
: STEP-ERROR
: step cannot be foundREST metadata URI path
409 Conflict
: STEP-ERROR
: step cannot be foundREST metadata URI path
REST metadata URI path
REST metadata URI path
REST metadata URI path
409 Conflict
: VALUE-MAP-ERROR
: value map does not existREST metadata URI path
409 Conflict
: VALUE-MAP-ERROR
: value map does not existREST metadata URI path
REST metadata URI path
REST metadata URI path
REST metadata URI path
REST metadata URI path
REST metadata URI path
409 Conflict
: WORKFLOW-ERROR
: workflow does not existREST metadata URI path
409 Conflict
: WORKFLOW-ERROR
: workflow does not existREST metadata URI path
This REST URI path provides information related to the system metadata maps and lookups.
This set of API calls provides a thread-safe cache for internal Qorus data. The underlying functionality provided by this service has been moved into the Qorus server to avoid race conditions and dependencies with the service infrastructure. Qorus internally and Qorus system services no longer use this service for metadata lookups, but rather use internal functionality directly.
This URI path provides ability to customize the Qorus monitoring logger
400 Bad Request
: invalid or missing arguments to REST callloggerid:
(int) logger idparams:
(hash) logger paramslevel:
(hash) LoggerLevel"key"
: logger level string representation"value"
: logger level int representationname:
(string) logger nameadditivity:
(bool) logger additivityappenders:
(list of hashes) list of appender hashesinterface_table_name:
(string) system (audit, alert, monitoring, http, qorus-core, qorus-master, qdsp) type. If set means default loggerlevel:
required; (int|string) LoggerLevelname:
(string) logger nameadditivity:
(bool) logger additivity (default True)cloneDefault:
(bool) create logger with appenders based on default logger400 Bad Request
: invalid or missing arguments to REST call409 Conflict
: conflict with the current statelevel:
(int|string) LoggerLevelname:
logger name to setadditivity:
logger additivity to set400 Bad Request
: invalid or missing arguments to REST callThis REST URI path provides actions and information related to system options; see System Options for more information
hash:
optional (parsed with Qore::parse_boolean()); if True then the return type is a hash keyed by option name instead of a listhash
argument is not set; each element in the list is a REST System Option Hash"OK"
upon successful execution403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationoptions:
a hash of options; if the value of this key is a string, then it is first parsed with Util::parse_to_qore_value(), which should then return a hash"OK"
upon successful execution400 Bad Request
: missing "options"
argument or "options"
is not a hash (or string parsed to a hash with Util::parse_to_qore_value())409 Conflict
: OPTION-ERROR
: one or more options given was invalid or could not be setThis REST URI path provides actions and information related to specific system options; see System Options for more information
value:
(required) the new value for the option"OK"
upon successful execution400 Bad Request
: missing "value"
argument409 Conflict
: OPTION-ERROR
: there was an error setting the optionThis REST URI path provides actions and information related to system processes
This REST URI path provides actions and information related to a specific system process
"OK"
, "ERR"
if notkill()
command: 0 if successful, non-zero if not403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationThis REST URI path provides actions and information related to a system properties.
domain:
(optional) a system property domain to retrieve values forkey:
(optional) a system property key in the given domain; if key
is given then domain
must also be passeddomain
value is passeddomain
value is passed and the domain exists, otherwise NOTHINGdomain
and key
values are passed and the property exists"qorus_properties"
tag are only informational and are not used when importing. The "omq"
domain is not exported."omq"
domain.{qorus_properties: {domain1: {key1: "value", key2: "value"}, ^attributes^: {instance: "quark-1", schema-version: "3.1.0", schema-compatibility: "3.1.0", schema-load-compatibility: "3.1.0"}}}
domains:
(optional) a list of domains to import; a comma-separated string will be split into a list"OK"
upon successful execution403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation409 Conflict
: PROP-ERROR
: serialized value exceeds 4000 bytes (column limit)403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationprops:
(required) must be a hash keyed by domain assigned to key-value property hashes; any "omq"
domain is ignored403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation409 Conflict
: PROP-ERROR
: serialized value exceeds 4000 bytes (column limit) or invalid type assigned to domain keydomain:
(required) a string giving the system property domain for the key-value pairkey:
(required) a string giving the property key value in the given domainparse_args
]: any string here will be parsed with Util::parse_to_qore_value() and used as the property value; parse_args
takes precedence over args
args
]: arguments passed here will be used directly as the system property value"INSERT"
: the property was created"UPDATE"
: the property was updated"DELETE"
: the property was deleted (existing key, no value passed)"IGNORED"
: if a non-existent key should be deleted403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation409 Conflict
: UPDATE-ERROR
: changes attempted in the "omq"
domain409 Conflict
: SYSTEM-PROPERTY-ERROR
: the given key already exists in the given property domain409 Conflict
: PROP-ERROR
: serialized value exceeds 4000 bytes (column limit)arg:
(required) must be a hash in the format domain.key.value
for updating, inserting, or deleting"INSERT"
, "UPDATE"
, "DELETE"
and "IGNORED"
keys with integer values corresponding to the number of operations performed (deleting a non-existent key or domain causes a "IGNORED"
value to be returned).403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation409 Conflict
: UPDATE-ERROR
: changes attempted in the "omq"
domain409 Conflict
: PROP-ERROR
: serialized value exceeds 4000 bytes (column limit)This REST URI path provides actions and information related to a specific system property domain.
"DELETE"
(and "IGNORED"
keys in case of a race condition with a competing delete operation on the same system property domain) with integer values corresponding to the number of operations performed.403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation409 Conflict
: UPDATE-ERROR
: changes attempted in the "omq"
domainkey:
(optional) one or more property values in the domain to return; if the string is a comma-separated list, it will be interpreted as a list of keyskey
argument as above)arg:
(required) a hash giving all key-value pairs for the new system property domain"INSERT"
(and "UPDATE"
in case of a race condition with a parallel request writing to the same system property domain) keys with integer values corresponding to the number of operations performed403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation409 Conflict
: UPDATE-ERROR
: changes attempted in the "omq"
domain409 Conflict
: SYSTEM-PROPERTY-ERROR
: the given key already exists in the given property domain409 Conflict
: PROP-ERROR
: serialized value exceeds 4000 bytes (column limit)key:
(required) a string giving the property key value in the current domainparse_args
]: any string here will be parsed with Util::parse_to_qore_value() and used as the property value; parse_args
takes precedence over args
args
]: arguments passed here will be used directly as the system property value"INSERT"
: the property was created"UPDATE"
: the property was updated"DELETE"
: the property was deleted (existing key, no value passed)"IGNORED"
: if a non-existent key should be deleted403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation409 Conflict
: UPDATE-ERROR
: changes attempted in the "omq"
domain409 Conflict
: PROP-ERROR
: serialized value exceeds 4000 bytes (column limit)arg:
(required) a key-value hash for updating, inserting, or deleting system properties in the current domain"INSERT"
, "UPDATE"
, "DELETE"
and "IGNORED"
keys with integer values corresponding to the number of operations performed (deleting a non-existent key or domain causes a "IGNORED"
value to be returned).403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation409 Conflict
: UPDATE-ERROR
: changes attempted in the "omq"
domain409 Conflict
: PROP-ERROR
: serialized value exceeds 4000 bytes (column limit)This REST URI path provides actions and information related to a specific system property key.
"DELETE"
: the property was deleted"IGNORED"
: if a non-existent key should be deleted (only possible with this API with a race condition where the property was deleted in another thread during this request)403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation409 Conflict
: UPDATE-ERROR
: changes attempted in the "omq"
domainparse_args
]: any string here will be parsed with Util::parse_to_qore_value() and used as the property value; parse_args
takes precedence over arg
arg
]: the argument passed here will be used directly as the system property value"INSERT"
: the property was created"UPDATE"
: the property was updated (only possible with this API with a race condition where the property was created in another thread during this request)403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation409 Conflict
: UPDATE-ERROR
: changes attempted in the "omq"
domain409 Conflict
: SYSTEM-PROPERTY-ERROR
: the given key already exists in the given property domain409 Conflict
: PROP-ERROR
: serialized value exceeds 4000 bytes (column limit)parse_args
]: any string here will be parsed with Util::parse_to_qore_value() and used as the property value; parse_args
takes precedence over args
args
]: arguments passed here will be used directly as the system property value"INSERT"
: the property was created (only possible with this API with a race condition where the property was deleted in another thread during this request)"UPDATE"
: the property was updated"DELETE"
: the property was deleted (existing key, no value passed)"IGNORED"
: if a non-existent key should be deleted (only possible with this API with a race condition where the property was deleted in another thread during this request)403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation409 Conflict
: UPDATE-ERROR
: changes attempted in the "omq"
domain409 Conflict
: PROP-ERROR
: serialized value exceeds 4000 bytes (column limit)This URI path provides ability to customize the qorus-core: Qorus Core Cluster Process process logger
400 Bad Request
: invalid or missing arguments to REST callloggerid:
(int) logger idparams:
(hash) logger paramslevel:
(hash) LoggerLevel"key"
: logger level string representation"value"
: logger level int representationname:
(string) logger nameadditivity:
(bool) logger additivityappenders:
(list of hashes) list of appender hashesinterface_table_name:
(string) system (audit, alert, monitoring, http, qorus-core, qorus-master, qdsp) type. If set means default loggerlevel:
required; (int|string) LoggerLevelname:
(string) logger nameadditivity:
(bool) logger additivity (default True)cloneDefault:
(bool) create logger with appenders based on default logger400 Bad Request
: invalid or missing arguments to REST call409 Conflict
: conflict with the current statelevel:
(int|string) LoggerLevelname:
logger name to setadditivity:
logger additivity to set400 Bad Request
: invalid or missing arguments to REST callThis URI path provides ability to customize the qorus: Qorus Cluster Master Process process logger
400 Bad Request
: invalid or missing arguments to REST callloggerid:
(int) logger idparams:
(hash) logger paramslevel:
(hash) LoggerLevel"key"
: logger level string representation"value"
: logger level int representationname:
(string) logger nameadditivity:
(bool) logger additivityappenders:
(list of hashes) list of appender hashesinterface_table_name:
(string) system (audit, alert, monitoring, http, qorus-core, qorus-master, qdsp) type. If set means default loggerlevel:
required; (int|string) LoggerLevelname:
(string) logger nameadditivity:
(bool) logger additivity (default True)cloneDefault:
(bool) create logger with appenders based on default logger400 Bad Request
: invalid or missing arguments to REST call409 Conflict
: conflict with the current statelevel:
(int|string) LoggerLevelname:
logger name to setadditivity:
logger additivity to set400 Bad Request
: invalid or missing arguments to REST callThis REST URI path provides information regarding qorus data types
Returns a list of type info hashes
loaded:
the date/time Role Based Access Control information was loadedusers:
the number of users cachedroles:
the number of roles cachedpermissions:
a list of REST Permission Hash elementsenabled:
True if Role Based Access Control is enabledgroups:
the number of interface groups cachedproviders:
a hash of providers keyed by descriptive name; values are hashes with the following keys:loaded:
the date/time the provider was loadedstorage:
a boolean value indicating whether the provides supports user-defined storage or not"OK"
upon successful execution403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationThis REST API path provides actions for scaling Qorus master containers under Kubernetes
scaling-min-replicas
scaling-max-replicas
scaling-cpu
scaling-memory
400 Bad Request
: returned if Qorus is not running under Kubernetes403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationThis REST URI path provides actions and information related to Qorus application sessions
ended_maxdate:
(optional) give the upper date range for the session end dateended_mindate:
(optional) give the lower date range for the session end datehostname:
(optional) the hostname to search forid:
(optional) the session IDkey:
(optional) the instance key namelimit:
(optional) the maximum number of sessions to returnlist:
(optional) parsed with Qore::parse_boolean(); if True then a list of session names is returnedshort:
(optional) parsed with Qore::parse_boolean(); if True then a list of short strings of session names and descriptions is returnedstarted_maxdate:
(optional) give the upper date range for the session start datestarted_mindate:
(optional) give the lower date range for the session start dateoffset:
(optional) the starting release to return (use when paging for example)status:
(optional) one or more session status valuesurl:
(optional) the HTTP URL for the instanceversion:
(optional) the Qorus version stringlist
and short
are not used, then this API returns list of hashes for sessions matched; each hash has the following keys:id:
the session IDkey:
the instance key for the sessionstatus:
status of the sessionhostname:
the hostname hosting the Qorus process running the sessionurl:
the primary URL for the application sessionversion:
the Qorus version for the sessionstarted:
the date/time the session startedended:
the date/time the session endedThis REST API path provides actions and information related to the system SQL cache
system
(*bool): if True, returns information about system objects as well (in the "omq"
datasource)"tables"
)count
(int): the number of times accessedcreated
(date): the date/time the object was cached403 Forbidden
: access or authorization errordatasource
(*string): a string giving the datasource to clear all objects forname
(*string): the name of the object to clear; if this argument is given, then datasource
must also be givenOK
403 Forbidden
: access or authorization errorfilter
(*int): a bitfield of Expression Template Context Values to filter the results: 1: workflow context, 2: service context, 4: job context, 8: generic context, 7: interface context, 15: all contextsThis REST URI path provides actions and information related to the system UI
This REST URI path provides actions and information related to system UI extensions
This REST URI path provides actions and information related to a specific system UI extension
This REST URI path provides actions and information about user HTTP services.
title:
the title of the HTTP serviceurl:
the full URL to the serviceservice:
the name of the serviceversion:
the version of the serviceserviceid:
the service IDThis URI path provides ability to customize Qorus system logger configurations
400 Bad Request
: invalid or missing arguments to REST callloggerid:
(int) logger idparams:
(hash) logger paramslevel:
(hash) LoggerLevel"key"
: logger level string representation"value"
: logger level int representationname:
(string) logger nameadditivity:
(bool) logger additivityappenders:
(list of hashes) list of appender hashesinterface_table_name:
(string) system (audit, alert, monitoring, http, qorus-core, qorus-master, qdsp) type. If set means default loggerlevel:
required; (int|string) LoggerLevelname:
(string) logger nameadditivity:
(bool) logger additivity (default True)cloneDefault:
(bool) create logger with appenders based on default logger400 Bad Request
: invalid or missing arguments to REST call409 Conflict
: conflict with the current statelevel:
(int|string) LoggerLevelname:
logger name to setadditivity:
logger additivity to set400 Bad Request
: invalid or missing arguments to REST callThis REST URI path provides actions and information about Qorus types
path
(string): the new path for the typedisplay_name
(*string): the new display nameshort_desc
(*string): the plain-text short descriptiondesc
(*string): the new description for the typetypeinfo
(UndefinedHash): the new definition of the typeaction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errorpath
(string): the new path for the typedisplay_name
(*string): the new display nameshort_desc
(*string): the plain-text short descriptiondesc
(*string): the new description for the typetypeinfo
(UndefinedHash): the new definition of the typeaction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errorThis REST URI path provides actions and information about Qorus type paths without a registered type
Returns a description of the type
This REST URI path provides actions and information about a particular Qorus type
cascade
(*bool): force-delete the object and update all dependent objects; can break those objectsid
(int): the ID of the type that was deleted403 Forbidden
: access or authorization error404 Not Found
: no such typeReturns a description of the type
path
(*string): the new path for the type; if not provided, the new path will be generateddisplay_name
(*string): the new display nameshort_desc
(*string): the plain-text short descriptiondesc
(*string): the new description for the typetypeinfo
(*UndefinedHash): the new definition of the typeaction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errorpath
(*string): the new path for the type; if not provided, the new path will be generateddisplay_name
(*string): the new display nameshort_desc
(*string): the plain-text short descriptiondesc
(*string): the new description for the typetypeinfo
(*UndefinedHash): the new definition of the typeaction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errorThis REST URI path provides actions and information related to Qorus users
list:
optional; parsed with Qore::parse_boolean(); if True then a list of user names is returnedshort:
optional; parsed with Qore::parse_boolean(); if True then a list of short strings of user names and descriptions is returned403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationusername:
(required) the username to addpass:
(required) the password for the username:
(required) the name of the userroles:
(optional) a single role or a list of roles to add to the user; note that the user must have at least the OMQ::QR_LOGIN permission to connect to the server403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation409 Conflict
: RBAC-ADD-USER-ERROR
: invalid user, invalid role, invalid groupuser
is also accepted as an alias for username
desc
is also accepted as an alias for name
This REST URI path provides actions and information related to a particular user
info:
a string describing the user deletion action403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationpass:
(string) passwordname:
(string) user descriptionstorage:
(hash) updated key-value pairs for server-side user storage; set a key to NOTHING to delete the keyroles:
(list of strings) a comma-separated string will be split into a list; the new list will replace the current list unless the role names are preceded by "+"
or "-"
, meaning add or remove a role, respectively (in which case all role names must be preceded by a "+"
or "-"
); to remove all roles for a user, send an empty list here403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation409 Conflict
: RBAC-UPDATE-USER-ERROR
: invalid user, no valid keys in hash, invalid roleThis URI path provides actions and information related to Qorus value maps
list:
optional; parsed with Qore::parse_boolean(); if True then a list of value map names is returnedshort:
optional; parsed with Qore::parse_boolean(); if True then a list of short strings with value map names and brief info is returned403 Forbidden
: VALUEMAP-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given value map (for more information, see Interface Groups)name
(string): the new internal name for the value mapdisplay_name
(*string): the new display nameshort_desc
(*string): the plain-text short descriptiondesc
(string): the new description for the value map with markdown formattingauthor
(*list<string>): list of author namesexception
(*bool): throw an exception when a value is not matched (default False)groups
(*list<string>): list of interface group names that this value map will be a member ofvaluetype
(string): the value type for the value mapdateformat
(*string): the date format (when valuetype
is date
)value-maps
(ValueMapValues): a hash of keys where the values are value map valuesvalue
(auto): the value corresponding to the keyenabled
(*bool): if the mapping is currently enabledaction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errorname
(string): the new internal name for the value mapdisplay_name
(*string): the new display nameshort_desc
(*string): the plain-text short descriptiondesc
(string): the new description for the value map with markdown formattingauthor
(*list<string>): list of author namesexception
(*bool): throw an exception when a value is not matched (default False)groups
(*list<string>): list of interface group names that this value map will be a member ofvaluetype
(string): the value type for the value mapdateformat
(*string): the date format (when valuetype
is date
)value-maps
(ValueMapValues): a hash of keys where the values are value map valuesvalue
(auto): the value corresponding to the keyenabled
(*bool): if the mapping is currently enabledaction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errorids:
(required) a comma-separated string will be split into a list; the value map names or IDs to reset"OK"
upon successful execution403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation403 Forbidden
: VALUEMAP-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given value map (for more information, see Interface Groups)409 Conflict
: VALUE-MAP-ERROR
: invalid or unknown value map"OK"
upon successful execution403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationThis URI path provides actions and information related to a specific value map
cascade
(*bool): force-delete the object and update all dependent objects; can break those objectsid
(int): the ID of the valuemap that was deleted403 Forbidden
: access or authorization error404 Not Found
: no such valuemap403 Forbidden
: VALUEMAP-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given value map (for more information, see Interface Groups)name
(*string): the new internal name for the value mapdisplay_name
(*string): the new display nameshort_desc
(*string): the plain-text short descriptiondesc
(*string): the new description for the value map with markdown formattingauthor
(*list<string>): list of author namesexception
(*bool): throw an exception when a value is not matched (default False)groups
(*list<string>): list of interface group names that this value map will be a member ofvaluetype
(*string): the value type for the value mapdateformat
(*string): the date format (when valuetype
is date
)value-maps
(*ValueMapNewValues): a hash of keys where the values are value map valuesvalue
(auto): the value corresponding to the keyenabled
(*bool): if the mapping is currently enabledaction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errorname
(*string): the new internal name for the value mapdisplay_name
(*string): the new display nameshort_desc
(*string): the plain-text short descriptiondesc
(*string): the new description for the value map with markdown formattingauthor
(*list<string>): list of author namesexception
(*bool): throw an exception when a value is not matched (default False)groups
(*list<string>): list of interface group names that this value map will be a member ofvaluetype
(*string): the value type for the value mapdateformat
(*string): the date format (when valuetype
is date
)value-maps
(*ValueMapNewValues): a hash of keys where the values are value map valuesvalue
(auto): the value corresponding to the keyenabled
(*bool): if the mapping is currently enabledaction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization error403 Forbidden
: VALUEMAP-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given value map (for more information, see Interface Groups)key:
(required) the value map key to look up403 Forbidden
: VALUEMAP-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given value map (for more information, see Interface Groups)409 Conflict
: VALUEMAP-LOOKUP-ERROR
: missing key
argument key"OK"
upon successful execution403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation403 Forbidden
: VALUEMAP-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given value map (for more information, see Interface Groups)key:
(required) the value map key to create or updatevalue:
(optional) the value to set; if not present, then the given key will be deletedenabled:
(optional) parsed with Qore::parse_boolean(); if True then the key is immediately usable; if not present the default is False"DELETED"
: the key was deleted"IGNORED"
: the key to be deleted did not exist"CREATED"
: the key-value pair was created"UPDATED"
: the key-value pair was updated403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation403 Forbidden
: VALUEMAP-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given value map (for more information, see Interface Groups)This URI path provides actions and information related to a specific value map value
403 Forbidden
: VALUEMAP-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given value map (for more information, see Interface Groups)This URI path allows workflows to be queried and for actions on multiple workflows to be performed; this is the URI path parent of workflow-specific actions as well.
deprecated:
optional; parsed with Qore::parse_boolean(); if False then no deprecated workflows will be returned; default Truelist:
optional; parsed with Qore::parse_boolean(); if True then a list of workflow names is returnedshort:
optional; parsed with Qore::parse_boolean(); if True then a list of short strings of workflow names and descriptions is returneddate:
optional; parsed as a date; the minimum date for historical workflow order overview information; if omitted then defaults to the past 24 hourssqlcache:
optional; parsed with Qore::parse_boolean(); if False then no SQL cache will be used for historical info; default Truetags:
optional; a hash of tags to match; only workflows matching at least one of the tags will be returned; use tag=value
format as the value of this optiontag_case_insensitive:
optional; parsed with Qore::parse_boolean(); if True then tag value comparisons are made with case-insensitive comparisonstag_partial_match:
optional; parsed with Qore::parse_boolean(); if True then tag value comparisons succeed if the value given as the tag value appears anywhere in the object's tag of the same namename
(string): the new internal name for the workflowversion
(string): the new version for the workflowdisplay_name
(*string): the new display nameshort_desc
(*string): the plain-text short descriptiondesc
(string): the new description for the workflow with markdown formattingauthor
(*list<string>): list of author namessteps
(list<auto>): list of steps for the workflowgroups
(*list<string>): list of interface group names that this workflow will be a member ofmodules
(*list<string>): list of workflow modulesremote
(*bool): the remote status of the workflowautostart
(*int): how many workflow instances should be started automaticallysla_threshold
(*int): the number in seconds for a workflow order to get a COMPLETE
status without violating any SLAmax_instances
(*int): the maximum number of execution instances that can be started for this workflowclasses
(*list<string>): any library classes for this workflowconstants
(*list<string>): any library constants for this workflowfunctions
(*list<string>): any library functions for this workflowmappers
(*list<string>): any mappers for this workflowvmaps
(*list<string>): any value maps for this workflowerrors
(*list<string>): any error sets for this workflowoptions
(*UndefinedHash): any options for this workflowkeylist
(*list<string>): workflow order keysstatuses
(*UndefinedHash): user-defined order status valuestags
(*UndefinedHash): user-defined tagssource
(*string): workflow class sourcebase-class-name
(*string): the base class name for the workflow (must inherit QorusWorkflow)class-name
(*string): the workflow code's class namelang
(*string): the language for the workflow class code, one of "qore"
(the default), "python"
, or "java"
config-item-values
(*list<UndefinedHash>): a list of config items and values for the workflowstaticdata-type
(*UndefinedHash): the static data type definition for the workflowsystem-options
(*UndefinedHash): system options for the workflowaction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errorname
(string): the new internal name for the workflowversion
(string): the new version for the workflowdisplay_name
(*string): the new display nameshort_desc
(*string): the plain-text short descriptiondesc
(string): the new description for the workflow with markdown formattingauthor
(*list<string>): list of author namessteps
(list<auto>): list of steps for the workflowgroups
(*list<string>): list of interface group names that this workflow will be a member ofmodules
(*list<string>): list of workflow modulesremote
(*bool): the remote status of the workflowautostart
(*int): how many workflow instances should be started automaticallysla_threshold
(*int): the number in seconds for a workflow order to get a COMPLETE
status without violating any SLAmax_instances
(*int): the maximum number of execution instances that can be started for this workflowclasses
(*list<string>): any library classes for this workflowconstants
(*list<string>): any library constants for this workflowfunctions
(*list<string>): any library functions for this workflowmappers
(*list<string>): any mappers for this workflowvmaps
(*list<string>): any value maps for this workflowerrors
(*list<string>): any error sets for this workflowoptions
(*UndefinedHash): any options for this workflowkeylist
(*list<string>): workflow order keysstatuses
(*UndefinedHash): user-defined order status valuestags
(*UndefinedHash): user-defined tagssource
(*string): workflow class sourcebase-class-name
(*string): the base class name for the workflow (must inherit QorusWorkflow)class-name
(*string): the workflow code's class namelang
(*string): the language for the workflow class code, one of "qore"
(the default), "python"
, or "java"
config-item-values
(*list<UndefinedHash>): a list of config items and values for the workflowstaticdata-type
(*UndefinedHash): the static data type definition for the workflowsystem-options
(*UndefinedHash): system options for the workflowaction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errorids:
(required) one or more workflow names or IDs to modify; a comma-separated string will be split into a listarg:
the workflow ID or nameupdated:
True or Falseautostart:
the new autostart value for the workflowworkflowid
]: the workflow IDname
]: the workflow nameversion
]: the workflow versioninfo:
info about the workflow update action or a reason why the request failedstopped
]: the number of execution instances stopped409 Conflict
: WORKFLOW-SETAUTOSTART-ERROR
: missing ids
argument; autostart value cannot be negativeloggerid:
(int) logger idparams:
(hash) logger paramslevel:
(hash) LoggerLevel"key"
: logger level string representation"value"
: logger level int representationname:
(string) logger nameadditivity:
(bool) logger additivityinterface_table_name:
(string) interface table name (jobs/workflows/services). If set means default loggerlevel:
required; (int|string) LoggerLevelname:
(string) logger nameadditivity:
(bool) logger additivity (default True)cloneDefault:
(bool) create logger with appenders based on default logger400 Bad Request
: invalid or missing arguments to REST call409 Conflict
: conflict with the current statelevel:
(int|string) LoggerLevelname:
logger name to setadditivity:
logger additivity to set400 Bad Request
: invalid or missing arguments to REST call400 Bad Request
: invalid or missing arguments to REST callappenderId:
(int) appenderIdparams:
(hash) possible appender parameters, might be missing if not setname:
(string) appender namelayoutPattern:
(string) appender layout patternrotation:
(int) appender layout patternfilename:
(string) appender filenameid:
required; (int); id of the appender to be deletedname:
(string) the name of the appenderlayoutPattern:
(string) the layout for the appenderfilename:
(string) the output filenameencoding:
(string) the file's output encodingappenderType:
required; (string) appender type, case sensitive (see Logger for possible values) (ex. LoggerAppenderFileRotate, LoggerAppenderFile, LoggerAppenderStdOut ...)rotationCount:
(int) the number of files in rotation chain, if count is <=0 then no ratation is performed. Only for rotation appendersarchivePattern:
(string) pattern to evaluate archive filename400 Bad Request
: invalid or missing arguments to REST call409 Conflict
: conflict with the current stateid:
required; (int); id of the appender to be updatename:
(string) the name of the appenderlayoutPattern:
(string) the layout for the appenderfilename:
(string) the output filenameencoding:
(string) the file's output encodingappenderType:
required; (string) appender type, case sensitive (see Logger for possible values) (ex. LoggerAppenderFileRotate, LoggerAppenderFile, LoggerAppenderStdOut ...)rotationCount:
(int) the number of files in rotation chain, if count is <=0 then no ratation is performed. Only for rotation appendersarchivePattern:
(string) pattern to evaluate archive filenameids:
(required) one or more workflow names or IDs to disable; a comma-separated string will be split into a listcount:
number of workflow execution instances disableddetails:
a list of hashes providing details of the individual workflow disable actions with the following keys
409 Conflict
: WORKFLOW-DISABLE-ERROR
: missing ids
argumentids:
(required) one or more workflow names or IDs to enable; a comma-separated string will be split into a list409 Conflict
: WORKFLOW-ENABLE-ERROR
: missing ids
argument409 Conflict
: SHUTDOWN-IN-PROGRESS
: disabled workflows cannot be enabled while the system is shutting downids:
(required) one or more workflow names or IDs to modify; a comma-separated string will be split into a listarg:
the workflow ID or nameupdated:
True or Falseautostart:
the new autostart value for the workflowworkflowid
]: the workflow IDname
]: the workflow nameversion
]: the workflow versioninfo:
info about the workflow update action or a reason why the request failedstarted
]: the number of execution instances started409 Conflict
: WORKFLOW-SETAUTOSTART-ERROR
: missing ids
argument; cannot set a positive autostart value on a workflow with the deprecated flag setorderby:
one or more field names for sorting the outputerror:
the error text to search (can also include '' characters for use with the LIKE operator; in this case only 1 value can be given)description:
the description text to search (can also include '' characters for use with the LIKE operator; in this case only 1 value can be given)info:
the info text to search (can also include '' characters for use with the LIKE operator; in this case only 1 value can be givenstepid:
limit the search to one or more stepidsseverity:
limit the search to one or more severity valuesname:
limit the search to one or more step namesversion:
limit the search to one or more step versionsretry:
limit the search to errors with or without the retry flagbusiness_error:
limit the search to errors with or without the business_error flagworkflow_instanceid:
limit the search to one or more workflow_instanceidserror_instanceid:
mit the search to one or more error_instanceidsmindate:
give the lower date range for the error searchmaxdate:
give the upper date range for the error searchworkflowid:
limit the search to one or more workflowidsworkflowstatus:
limit the search to workflow instances with the given status value(s)limit:
the maximum number of errors to returnoffset:
the starting error to return (use when paging for example)name:
the name of the workflowversion:
the version of the workflowworkflow_instanceid:
the workflow instance IDworkflowid:
the workflow IDstepid:
the step ID where the error occurredstepname:
the name of the step where the error occurredstepversion:
the version of the step where the error occurredind:
the array step index number where the error occurredworkflowstatus:
current status of the workflow (see Workflow, Segment, and Step Status Descriptions for possible values)started:
the date and time when the workflow order started processingcompleted:
the date and time when the workflow order was completedparent_workflow_instanceid:
any parent workflow instance IDcustom_status:
the custom status of the workflow order, if anypriority:
the priority of the workflow orderscheduled:
any scheduled date for the workflow ordererror_instanceid:
the error instance IDerror:
the error code stringdescription:
a description for the error (if any)info:
additional information about the error (if any)severity:
an error severity code (see Error Severity Codes for possible values)created:
the date and time the error was raisedretry:
the retry count of the errorbusiness_error:
a boolean flag indicating of the error is a business errorcustom_status_desc:
a descriptive string for the custom status (if any)mindate:
(required) minimum datemaxdate:
maximum datewfids:
optional workflow IDsseconds:
if True then the performance values will be returned as arbitrary-precision numeric values representing seconds, otherwise they will be returned as relative date/time valuesglobal:
if True then all workflows will be combined into an overall processing report, if False then each workflow gets a separate line in the output"hourly"
: hourly grouping"daily"
: daily grouping"monthly"
: monthly grouping"yearly"
: yearly groupingworkflowid:
the workflow IDname:
the workflow nameversion:
the workflow versioncount:
the number of workflow orders in the periodminstarted:
the minimum workflow order start datemaxcompleted:
the maximum workflow order completion date (if any)minduration:
the minimum total elapsed order processing time for workflow orders in the period (starting from workflow order creation)avgduration:
the average total elapsed order processing time for workflow orders in the period (starting from workflow order creation)maxduration:
the maximum total elapsed order processing time for workflow orders in the period (starting from workflow order creation)minprocessing:
the minimum order processing time for workflow orders in the period (starting from when then order was first processed)avgprocessing:
the average order processing time for workflow orders in the period (starting from when then order was first processed)maxprocessing:
the maximum order processing time for workflow orders in the period (starting from when then order was first processed)409 Conflict
: ARGUMENT-ERROR
: missing mindate
ids:
(required) one or more workflow names or IDs to reset; a comma-separated string will be split into a listcount:
number of workflow execution instances disableddetails:
a list of hashes providing details of the individual workflow reset actions with the following keys
409 Conflict
: WORKFLOW-RESET-ERROR
: missing ids
argumentname:
the name of the workflow that was resetversion:
the version of the workflow that was resetworkflowid:
the workflow ID of the workflow that was resetcount:
the number of workflow execution instances affectedids:
(required) one or more workflow names or IDs to modify; a comma-separated string will be split into a listautostart:
(required) an integer value giving the new autostart value for the workflow(s)started
409 Conflict
: WORKFLOW-SETAUTOSTART-ERROR
: missing ids
or autostart
argument; autostart
value is negative; cannot set a positive autostart value on a workflow with the deprecated flag setids:
(required) one or more workflow names or IDs to modify; a comma-separated string will be split into a listdeprecated:
(required) a value (processed with Qore::parse_boolean()) indicating whether or not the workflows should have their deprecated flag set (True) or removed (False)arg:
the workflow ID or nameupdated:
True or Falseworkflowid
]: the workflow IDname
]: the workflow nameversion
]: the workflow versionstopped
]: a hash keyed by workflow description where the values are the lists of all execution instance IDs stopped for that workflowinfo:
info about the workflow update action or a reason why the request failed409 Conflict
: WORKFLOW-SETDEPRECATED-ERROR
: missing ids
or deprecated
argument409 Conflict
: SHUTDOWN-IN-PROGRESS
: disabled workflows cannot be enabled while the system is shutting downids:
(required) one or more workflow names or IDs to start; a comma-separated string will be split into a list409 Conflict
: WORKFLOW-START-ERROR
: missing ids
argument409 Conflict
: SHUTDOWN-IN-PROGRESS
: workflows cannot be started while the system is shutting downids:
(required) one or more workflow names or IDs to stop; a comma-separated string will be split into a listcount:
number of workflow execution instances stoppedworkflows:
a hash keyed by workflow description where the values are the lists of all execution instance IDs stopped for that workflowdetails:
a list of hashes providing details of the individual workflow stop actions with the following keys
409 Conflict
: WORKFLOW-STOP-ERROR
: missing ids
argumentcount:
number of workflow execution instances stoppedworkflows:
a hash keyed by workflow description where the values are the lists of all execution instance IDs stopped for that workflowmsg:
a descriptive message about the workflows stoppedThis REST URI path provides actions and information about a particular workflow.
cascade
(*bool): force-delete the object and update all dependent objects; can break those objectsid
(int): the ID of the workflow that was deleted403 Forbidden
: access or authorization error404 Not Found
: no such workflowworkflowid
(int): the workflow IDname
(string): the workflow nameversion
(string): the workflow versiondisplay_name
(*string): the display nameshort_desc
(*string): the short description in plain textdescription
(*string): the workflow description in markdownauthor
(*string): the workflow authorremote
(bool): if True, the workflow will run as a remote qwf process, otherwise it runs internally in the qorus-core processmanual_remote
(bool): set if the manual value has been changed manually, in which case the manual setting takes precendence over any new definitions loaded with oloadonetimeinit_func_instanceid
(*int): the onetimeinit function ID for the workflow (if defined)attach_func_instanceid
(*int): the attach function ID for the workflow (if defined)detach_func_instanceid
(*int): the detach function ID for the workflow (if defined)errorfunction_instanceid
(*int): the error function ID for the workflow (if defined)errhandler_func_instanceid
(*int): the error handler function ID for the workflow (if defined)has_detach
(bool): True if the workflow has detach logiccreated
(date): the workflow creation datemodified
(date): the workflow last modified dateautostart
(int): the workflow autostart valuemanual_autostart
(bool): set if the autostart value has been changed manually, in which case the manual setting takes precendence over any new definitions loaded with oloadsla_threshold
(int): the workflow SLA threshold valuemanual_sla_threshold
(bool): a boolean flag set if the sla_threshold value has been changed manually, in which case the manual setting takes precendence over any new definitions loaded with oloadenabled
(bool): a boolean flag indicating if the workflow is enabled or not; disabled workflows cannot be starteddeprecated
(bool): a boolean flag indicating if the workflow is deprecated or not; deprecated workflows are not displayed by default in the UIlanguage
(*string): the programming language for the workflow's class (if any)code
(*string): the source code for the workflow's class (if any)source
(*string): the source for the workflow definitionline
(*int): the line number offset in source for the workflow definitiontags
(*UndefinedHash): any tags for the workfloworder_key_map
(*Set): set of order keys in hash formkeylist
(*list<string>): a list of workflow order keysstepmap
(StringMap): a hash where keys are step IDs and values are step namessteps
(IntListMap): a hash of step dependencies, where keys are step IDs and values are lists of step IDs that must preceed the step ID given as a keysegment
(list<SegmentInfo>): a list of segment description hashes, where each segment hash has the following keys:stepseg
(*IntMap): maps step IDs to segment numberslib
(*LibraryInfo): information about any referenced Qorus objectsfunctions
(*list<LibraryDetailInfo>): a list of function objects (can be empty)classes
(*list<LibraryDetailInfo>): a list of class objects (can be empty)constants
(*list<LibraryDetailInfo>): a list of constant objects (can be empty)pipelines
(*list<NameIdInfo>): a list of pipeline objects (can be empty)fsm
(*list<NameIdInfo>): a list of FSM objects (can be empty)mappers
(*list<MapperInfo>): a list of mappers associated with the workflowvmaps
(*list<VMapInfo>): a list of value maps associated with the workflowstepinfo
(list<WorkflowStepInfo>): a list of hashes giving information about workflow stepswffuncs
(list<WorkflowFuncInfo>): a list of workflow-level functions (may be empty)options
(list<OptionInfoHash>): a list option information hashesconfig
(*ConfigItemSummarySetInfo): a hash of configuration item info keyed by config item namename
(string): the name of the configuration itemprefix
(*string): the prefix of the configuration itemtype
(string): the data type of the configuration itemdesc
(string): the description of the configuration itemdefault_value
(auto): the default value of the configuration itemvalue
(auto): the value of the configuration itemstrictly_local
(bool): if the configuration item is defined strictly on local levelis_set
(bool): True if the value is set otherwise Falseis_templated_string
(bool): True if the value is a templated string that can be later expandedconfig_group
(string): the group of the configuration itemallowed_values
(*list<auto>): the list of allowed values for the configuration item if definedlevel
(string): the level from where the value is obtained (interface level (e.g. "job:1", "job:2")global_config
(*GlobalConfigItemSetInfo): a hash of configuration item info keyed by config item nameallowed_values
(*list<auto>): the list of allowed values for the configuration item if definedis_set
(bool): True if the value is set otherwise Falseis_templated_string
(bool): True if the value is a templated string that can be later expandedprefix
(*string): the prefix of the configuration itemtype
(string): the data type of the configuration itemvalue
(auto): the value of the configuration itemexec
(*list<ExecInstanceInfoV3>): a list of hashes describing any workflow execution instances running for this workflowCOMPLETE
(*int): number of workflow orders with status COMPLETEINCOMPLETE
(*int): number of workflow orders with status INCOMPLETEWAITING
(*int): number of workflow orders with status WAITINGEVENT-WAITING
(*int): number of workflow orders with status EVENT-WAITINGASYNC-WAITING
(*int): number of workflow orders with status ASYNC-WAITINGRETRY
(*int): number of workflow orders with status RETRYERROR
(*int): number of workflow orders with status ERRORCANCELED
(*int): number of workflow orders with status CANCELEDBLOCKED
(*int): number of workflow orders with status BLOCKEDIN-PROGRESS
(*int): number of workflow orders with status IN-PROGRESSSCHEDULED
(*int): number of workflow orders with status SCHEDULEDREADY
(*int): number of workflow orders with status READYTOTAL
(*int): number of workflow orders in all statusesprocess
(*WorkflowProcessExecInfo): present when remote
is Trueid
(string): the unique process ID in the clusternode
(string): the node name where the process is runninghost
(string): the hostname where the process is runningpid
(int): the PID on the hostlog_pipe
(*string): any log pipe for the processport
(*int): any port number for the processprometheus_port
(*int): any port number for communicating with Prometheusurls
(list<string>): a list of ZeroMQ URLs for the processstatus
(*int): the process's status codestatus_string
(*string): the process's status as a stringrestarted
(*bool): indicates if the process has been restartedpriv
(*int): the amount of private memory of the process in bytesrss
(*int): the resident size of the process in bytesvsz
(*int): the virtual size of the process in bytespriv_str
(*string): a string description of the priv
valuepct
(*int): the percentage of main memory taken up by the process on the nodesocket_path
(*string): any socket path for the processwfname
(*string): the workflow namewfversion
(*string): the workflow versionwfid
(*int): the workflow IDsessionid
(*int): the workflow session IDexec_count
(int): the number of elements in the exec listorder_stats
(*list<UndefinedHash>): a list of workflow order processing statistics; list values are OrderSummaryOutputInfo hashes for the given workflowworkflow_modules
(*list<string>): any modules associated with the workflowalerts
(*list<AlertInfo>): a list of alerts raised against the workflowconnections
(*list<InterfaceConnectionInfo>): a list of connection objects that this workflow depends ongroups
(*list<GroupInfo>): a list of interface groups that the workflow belongs toname
(string): the new internal name for the workflowversion
(*string): the new version for the workflowdisplay_name
(*string): the new display nameshort_desc
(*string): the plain-text short descriptiondesc
(*string): the new description for the workflow with markdown formattingauthor
(*list<string>): list of author namessteps
(*list<auto>): list of steps for the workflowgroups
(*list<string>): list of interface group names that this workflow will be a member ofmodules
(*list<string>): list of workflow modulesremote
(*bool): the remote status of the workflowautostart
(*int): how many workflow instances should be started automaticallysla_threshold
(*int): the number in seconds for a workflow order to get a COMPLETE
status without violating any SLAmax_instances
(*int): the maximum number of execution instances that can be started for this workflowclasses
(*list<string>): any library classes for this workflowconstants
(*list<string>): any library constants for this workflowfunctions
(*list<string>): any library functions for this workflowmappers
(*list<string>): any mappers for this workflowvmaps
(*list<string>): any value maps for this workflowerrors
(*list<string>): any error sets for this workflowoptions
(*UndefinedHash): any options for this workflowkeylist
(*list<string>): workflow order keysstatuses
(*UndefinedHash): user-defined order status valuestags
(*UndefinedHash): user-defined tagssource
(*string): workflow class sourcebase-class-name
(*string): the base class name for the workflow (must inherit QorusWorkflow)class-name
(*string): the workflow code's class namelang
(*string): the language for the workflow class code, one of "qore"
(the default), "python"
, or "java"
config-item-values
(*list<UndefinedHash>): a list of config items and values for the workflowstaticdata-type
(*UndefinedHash): the static data type definition for the workflowsystem-options
(*UndefinedHash): system options for the workflowaction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errorname
(string): the new internal name for the workflowversion
(*string): the new version for the workflowdisplay_name
(*string): the new display nameshort_desc
(*string): the plain-text short descriptiondesc
(*string): the new description for the workflow with markdown formattingauthor
(*list<string>): list of author namessteps
(*list<auto>): list of steps for the workflowgroups
(*list<string>): list of interface group names that this workflow will be a member ofmodules
(*list<string>): list of workflow modulesremote
(*bool): the remote status of the workflowautostart
(*int): how many workflow instances should be started automaticallysla_threshold
(*int): the number in seconds for a workflow order to get a COMPLETE
status without violating any SLAmax_instances
(*int): the maximum number of execution instances that can be started for this workflowclasses
(*list<string>): any library classes for this workflowconstants
(*list<string>): any library constants for this workflowfunctions
(*list<string>): any library functions for this workflowmappers
(*list<string>): any mappers for this workflowvmaps
(*list<string>): any value maps for this workflowerrors
(*list<string>): any error sets for this workflowoptions
(*UndefinedHash): any options for this workflowkeylist
(*list<string>): workflow order keysstatuses
(*UndefinedHash): user-defined order status valuestags
(*UndefinedHash): user-defined tagssource
(*string): workflow class sourcebase-class-name
(*string): the base class name for the workflow (must inherit QorusWorkflow)class-name
(*string): the workflow code's class namelang
(*string): the language for the workflow class code, one of "qore"
(the default), "python"
, or "java"
config-item-values
(*list<UndefinedHash>): a list of config items and values for the workflowstaticdata-type
(*UndefinedHash): the static data type definition for the workflowsystem-options
(*UndefinedHash): system options for the workflowaction
(string): the action performedid
(int): the object IDobj
(UndefinedHash): the objecttags
(*UndefinedHash): any tags for the object or sent with the request403 Forbidden
: access or authorization errorglobal_unique_key
- workflow_specific_unique_key
- workflow_unique_key
external_order_instanceid
(*string): the external order instance ID for the workflow data; either this key or staticdata
is requireddynamicdata
(*UndefinedHash): the initial dynamic data for the orderglobal_unique_key
(*UndefinedHash): a hash giving one or more unique order keys for the order (across all workflows regardless of workflowid, name, or version); if this key already exists for any order in the system, then the order creation will fail with a DUPLICATE-ORDER-KEY
error; the hash key must be a valid order key, and the value is the unique key value; this value will also be created as an order keyorderkeys
(*UndefinedHash): a hash of order keys for the orderparent_workflow_instanceid
(*int): a loosely-coupled workflow that will be marked as the parent of this workflowpriority
(*int): the order priority (default OMQ::DefaultOrderPriority) from 0 - 999; priority 0 is the highest; 999 is the lowestscheduled
(*date): the earliest date and time the order can be processed; if this date is given as a future date/time value and a OMQ::StatReady status is given, then the initial status of the workflow order data instance will be automatically changed to OMQ::StatScheduled instead of OMQ::StatReadysensitive_data
(*SensitiveDataSetInfo): a hash of sensitive data information for the workflow; this key can only be used when submitting the data over a secure (encrypted) connection; the keys are sensitive data key types, values are hashes keyed by sensitive data valuesstaticdata
(UndefinedHash): the static data for the order; either this key or external_order_instanceid
is requiredstatus
(*string): the initial order status (default OMQ::StatReady); must be either OMQ::StatReady or OMQ::StatBlockedworkflow_specific_unique_key
(*UndefinedHash): a hash giving one or more unique order keys for the particular workflowid (which matches a unique name and workflow version); if this key already exists for an order with the target workflowid, then the order creation will fail with a DUPLICATE-ORDER-KEY
error; the hash key must be a valid order key, and the value is the unique key value; this value will also be created as an order keyworkflow_unique_key
(*UndefinedHash): a hash giving one or more unique order keys for the particular workflow by name only (across all workflows with the same name regardless of version); if this key already exists for a workflow order with the same name, then the order creation will fail with a DUPLICATE-ORDER-KEY
error; the hash key must be a valid order key, and the value is the unique key value; this value will also be created as an order keyworkflow_instanceid
(string): the workflow instance ID of the order created403 Forbidden
: access or authorization error409 Conflict
: exception processing create order requestupdated
(bool): a flag indicating if a change was actually made or notautostart
(int): the new autostart valueinfo
(string): a string providing information about the workflow update actionstarted
(int): if negative, then it is the number of execution instances stopped403 Forbidden
: access or authorization error409 Conflict
: exception processing the requestworkflowid
(int): the workflow IDname
(string): the workflow nameversion
(string): the workflow versioninfo
(string): a string providing information about the workflow update action403 Forbidden
: access or authorization errorworkflowid
(int): the workflow IDname
(string): the workflow nameversion
(string): the workflow versioninfo
(string): a string providing information about the workflow update action403 Forbidden
: access or authorization error409 Conflict
: exception processing the requestglobal_unique_key
- workflow_specific_unique_key
- workflow_unique_key
external_order_instanceid
(*string): the external order instance ID for the workflow data; either this key or staticdata
is requireddynamicdata
(*UndefinedHash): the initial dynamic data for the orderglobal_unique_key
(*UndefinedHash): a hash giving one or more unique order keys for the order (across all workflows regardless of workflowid, name, or version); if this key already exists for any order in the system, then the order creation will fail with a DUPLICATE-ORDER-KEY
error; the hash key must be a valid order key, and the value is the unique key value; this value will also be created as an order keyorderkeys
(*UndefinedHash): a hash of order keys for the orderparent_workflow_instanceid
(*int): a loosely-coupled workflow that will be marked as the parent of this workflowpriority
(*int): the order priority (default OMQ::DefaultOrderPriority) from 0 - 999; priority 0 is the highest; 999 is the lowestsensitive_data
(*SensitiveDataSetInfo): a hash of sensitive data information for the workflow; this key can only be used when submitting the data over a secure (encrypted) connection; the keys are sensitive data key types, values are hashes keyed by sensitive data valuesstaticdata
(UndefinedHash): the static data for the order; either this key or external_order_instanceid
is requiredworkflow_specific_unique_key
(*UndefinedHash): a hash giving one or more unique order keys for the particular workflowid (which matches a unique name and workflow version); if this key already exists for an order with the target workflowid, then the order creation will fail with a DUPLICATE-ORDER-KEY
error; the hash key must be a valid order key, and the value is the unique key value; this value will also be created as an order keyworkflow_unique_key
(*UndefinedHash): a hash giving one or more unique order keys for the particular workflow by name only (across all workflows with the same name regardless of version); if this key already exists for a workflow order with the same name, then the order creation will fail with a DUPLICATE-ORDER-KEY
error; the hash key must be a valid order key, and the value is the unique key value; this value will also be created as an order keyworkflow_instanceid
(string): the workflow instance ID of the order createdstatus
(string): the status of the order after synchronous order processingdynamicdata
(*UndefinedHash): the dynamic data of the workflow order instance403 Forbidden
: access or authorization error409 Conflict
: exception processing create order requestglobal_unique_key
- workflow_specific_unique_key
- workflow_unique_key
external_order_instanceid
(*string): the external order instance ID for the workflow data; either this key or staticdata
is requireddynamicdata
(*UndefinedHash): the initial dynamic data for the orderglobal_unique_key
(*UndefinedHash): a hash giving one or more unique order keys for the order (across all workflows regardless of workflowid, name, or version); if this key already exists for any order in the system, then the order creation will fail with a DUPLICATE-ORDER-KEY
error; the hash key must be a valid order key, and the value is the unique key value; this value will also be created as an order keyorderkeys
(*UndefinedHash): a hash of order keys for the orderparent_workflow_instanceid
(*int): a loosely-coupled workflow that will be marked as the parent of this workflowpriority
(*int): the order priority (default OMQ::DefaultOrderPriority) from 0 - 999; priority 0 is the highest; 999 is the lowestsensitive_data
(*SensitiveDataSetInfo): a hash of sensitive data information for the workflow; this key can only be used when submitting the data over a secure (encrypted) connection; the keys are sensitive data key types, values are hashes keyed by sensitive data valuesstaticdata
(UndefinedHash): the static data for the order; either this key or external_order_instanceid
is requiredworkflow_specific_unique_key
(*UndefinedHash): a hash giving one or more unique order keys for the particular workflowid (which matches a unique name and workflow version); if this key already exists for an order with the target workflowid, then the order creation will fail with a DUPLICATE-ORDER-KEY
error; the hash key must be a valid order key, and the value is the unique key value; this value will also be created as an order keyworkflow_unique_key
(*UndefinedHash): a hash giving one or more unique order keys for the particular workflow by name only (across all workflows with the same name regardless of version); if this key already exists for a workflow order with the same name, then the order creation will fail with a DUPLICATE-ORDER-KEY
error; the hash key must be a valid order key, and the value is the unique key value; this value will also be created as an order keyworkflow_instanceid
(int): the workflow instance ID of the order createdexecid
(int): the synchronous workflow execution instance ID403 Forbidden
: access or authorization error409 Conflict
: exception processing create order requestupdated
(bool): a flag indicating if a change was actually made or notautostart
(int): the new autostart valueinfo
(string): a string providing information about the workflow update actionstarted
(int): if negative, then it is the number of execution instances stopped403 Forbidden
: access or authorization error409 Conflict
: exception processing the requeststatus
(string): either "OK"
or "ERR"
code
(int): the return code of the kill()
command: 0 if successful, non-zero if not403 Forbidden
: access or authorization error404 Not Found
: if no remote process is running for the workfloworderby:
one or more field names for sorting the outputerror:
the error text to search (can also include '' characters for use with the LIKE operator; in this case only 1 value can be given)description:
the description text to search (can also include '' characters for use with the LIKE operator; in this case only 1 value can be given)info:
the info text to search (can also include '' characters for use with the LIKE operator; in this case only 1 value can be givenstepid:
limit the search to one or more stepidsseverity:
limit the search to one or more severity valuesname:
limit the search to one or more step namesversion:
limit the search to one or more step versionsretry:
limit the search to errors with or without the retry flagbusiness_error:
limit the search to errors with or without the business_error flagworkflow_instanceid:
limit the search to one or more workflow_instanceidserror_instanceid:
mit the search to one or more error_instanceidsmindate:
give the lower date range for the error searchmaxdate:
give the upper date range for the error searchworkflowstatus:
limit the search to workflow instances with the given status value(s)limit:
the maximum number of errors to returnoffset:
the starting error to return (use when paging for example)name:
the name of the workflowversion:
the version of the workflowworkflow_instanceid:
the workflow instance IDworkflowid:
the workflow IDstepid:
the step ID where the error occurredstepname:
the name of the step where the error occurredstepversion:
the version of the step where the error occurredind:
the array step index number where the error occurredworkflowstatus:
current status of the workflow (see Workflow, Segment, and Step Status Descriptions for possible values)started:
the date and time when the workflow order started processingcompleted:
the date and time when the workflow order was completedparent_workflow_instanceid:
any parent workflow instance IDcustom_status:
the custom status of the workflow order, if anypriority:
the priority of the workflow orderscheduled:
any scheduled date for the workflow ordererror_instanceid:
the error instance IDerror:
the error code stringdescription:
a description for the error (if any)info:
additional information about the error (if any)severity:
an error severity code (see Error Severity Codes for possible values)created:
the date and time the error was raisedretry:
the retry count of the errorbusiness_error:
a boolean flag indicating of the error is a business errorcustom_status_desc:
a descriptive string for the custom status (if any)404
Not
Found
error if no such data is availablestepid
(*int): the ID of the step to acquire user interaction data from; either this or stepname is requiredstepname
(*string): the name of the step to acquire user interaction data from; either this or stepid is requiredworkflow_instanceid
(int): the workflow order instance IDstepid
(int): the step ID of the stepind
(int): the step instance index numberqueuekey
(string): the queue key IDqueueid
(int): the ID of the async queuequeuename
(string): the name of the async queuedata
(*UndefinedHash): any step data already present400 Bad Request
: missing or invalid arguments403 Forbidden
: access or authorization error404 Not Found
: no data available on the queue to lock"OK"
403 Forbidden
: access or authorization errorautostart
(int): the new autostart value for the workflowupdated
(bool): a flag indicating if a change was actually made or notautostart
(int): the new autostart valueinfo
(string): a string providing information about the workflow update actionstarted
(int): if negative, then it is the number of execution instances stopped403 Forbidden
: access or authorization error409 Conflict
: exception processing the requestdeprecated:
(required) a value (processed with Qore::parse_boolean()) indicating whether or not the workflow should have its deprecated flag set (True) or removed (False)403 Forbidden
: WORKFLOW-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given workflow (for more information, see Interface Groups)403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation409 Conflict
: WORKFLOW-SETDEPRECATED-ERROR
: missing deprecated
argument409 Conflict
: SHUTDOWN-IN-PROGRESS
: disabled workflows cannot be enabled while the system is shutting downoptions:
a hash of options to set against the workflow; if the value of this key is a string, then it is first parsed with Util::parse_to_qore_value(), which should then return a hash"OK"
upon successful execution400 Bad Request
: missing "options"
argument or "options"
is not a hash (or string parsed to a hash with Util::parse_to_qore_value())403 Forbidden
: WORKFLOW-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given workflow (for more information, see Interface Groups)403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation409 Conflict
: WORKFLOW-OPTION-ERROR
: invalid option for workflow or option cannot be overridden at the workflow levelremote
(bool): the new remote value for the workflowupdated
(bool): a flag indicating if a change was actually made or notremote
(bool): the new remote valueinfo
(string): a string providing information about the workflow update action403 Forbidden
: access or authorization error409 Conflict
: exception processing the requestsla
(int): a value giving the new SLA timeout value as an integer in seconds for the workflowupdated
(bool): a flag indicating if a change was actually made or notsla
(int): the new SLA value as a positive integer in secondsinfo
(string): a string providing information about the workflow update action403 Forbidden
: access or authorization error409 Conflict
: exception processing the requestcount:
(optional) the number of execution instances to start; defaults to 1mode:
(optional) the workflow execution instance mode; defaults to OMQ::WM_Normal (also may be OMQ::WM_Recovery)name:
the workflow nameversion:
the workflow versionids:
the execution IDs startedexec:
a list of execution instance hashes running for this workflow403 Forbidden
: WORKFLOW-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given workflow (for more information, see Interface Groups)403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation409 Conflict
: SHUTDOWN-IN-PROGRESS
: cannot start new workflows because the system is shutting down"OK"
upon successful execution403 Forbidden
: WORKFLOW-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given workflow (for more information, see Interface Groups)403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationThis REST URI path provides actions and information related to Qorus workflow configuration item values
"name"
: the name of the configuration item"prefix"
: the prefix of the configuration item"type"
: the type of the configuration item"value"
: the current value of the configuration item on this level"is_set"
: True if the value is set otherwise False"allowed_values"
: the list of allowed values for the configuration item if defined"is_templated_string"
: True if the value is a templated string that can be later expanded403 Forbidden
: WORKFLOW-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given workflow (for more information, see Interface Groups)name:
the name of the configuration itemvalue:
the value of the configuration item; must be compatible with the item's declared type400 Bad Request
: returned if the request has no value
key403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation403 Forbidden
: WORKFLOW-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given workflow (for more information, see Interface Groups)"name"
: the name of the configuration item"prefix"
: the prefix of the configuration item"type"
: the type of the configuration item"value"
: (YAML-serialized string) the current value of the configuration item on this level"is_set"
: True if the value is set otherwise False"allowed_values"
: the list of allowed values for the configuration item if defined (each element is a YAML-serialized string)"is_templated_string"
: True if the value is a templated string that can be later expandedname:
the name of the configuration itemvalue:
(YAML-serialized string) the value of the configuration item400 Bad Request
: returned if the request has no value
key403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation403 Forbidden
: WORKFLOW-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given workflow (for more information, see Interface Groups)This REST URI path provides actions and information related to a particular Qorus. Prefix can be passed within the config item name or as following: /v3/workflows/{id_or_name}/config/{name}?prefix={prefix}. workflow configuration item
info:
a string confirming the delete operationdeleted:
True if value has been deletedvalue:
deleted value403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation"name"
: the name of the configuration item"prefix"
: the prefix of the configuration item"type"
: the type of the configuration item"value"
: the value of the configuration item"is_set"
: True if the value is set otherwise False"allowed_values"
: the list of allowed values for the configuration item if defined"is_templated_string"
: True if the value is a templated string that can be later expanded403 Forbidden
: WORKFLOW-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given workflow (for more information, see Interface Groups)value:
the value of the configuration item; must be compatible with the item's declared type400 Bad Request
: returned if the request has no value
key403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation403 Forbidden
: WORKFLOW-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given workflow (for more information, see Interface Groups)value:
(YAML-serialized string) the value of the configuration item400 Bad Request
: returned if the request has no value
key403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation403 Forbidden
: WORKFLOW-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given workflow (for more information, see Interface Groups)"name"
: the name of the configuration item"prefix"
: the prefix of the configuration item"type"
: the type of the configuration item"value"
: (YAML-serialized string) the value of the configuration item"is_set"
: True if the value is set otherwise False"allowed_values"
: the list of allowed values for the configuration item if defined (each element is a YAML-serialized string)"is_templated_string"
: True if the value is a templated string that can be later expanded403 Forbidden
: WORKFLOW-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given workflow (for more information, see Interface Groups)info:
a string confirming the delete operationdeleted:
True if value has been deletedvalue
(YAML-serialized string): deleted value403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationThis REST URI path provides actions and information about workflow order data instance errors for a particular workflow.
errors:
optional; a comma-separated string will be split into a list; the workflow-specific workflow errors for the current workflow to returnlist:
optional; parsed with Qore::parse_boolean(); if True then a list of error names is returnedshort:
optional; parsed with Qore::parse_boolean(); if True then a list of short strings with error names and brief info is returnedbusiness_flag:
(optional bool) parsed with Qore::parse_boolean(); a boolean business flag value (if not present then False is assumed)description:
(required string) the new description of the errorerror:
(required string) the error string (ex: "SOCKET-SSL-ERROR"
)retry_delay_secs:
(optional int) an optional retry value in seconds (only accepted if status
is set to OMQ::StatRetry)severity:
(optional string) a severity code for the error (if not present OMQ::ES_Major is assumed); for possible values see Error Severity Codesstatus:
(optional string) must be one of the following values:status
value is provided)"CREATED-WORKFLOW"
: a new workflow-specific error definition was created"CREATED-GLOBAL"
: a new global error was created (only possible if forceworkflow
is omitted or False)403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation403 Forbidden
: WORKFLOW-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given workflow (for more information, see Interface Groups)409 Conflict
: ERROR-EXISTS
: this exception is thrown if the workflow-specific error definition already existsbusiness_flag:
(optional bool) parsed with Qore::parse_boolean(); a boolean business flag value (if not present then False is assumed)description:
(required string) the new description of the errorerror:
(required string) the error string (ex: "SOCKET-SSL-ERROR"
)retry_delay_secs:
(optional int) an optional retry value in seconds (only accepted if status
is set to OMQ::StatRetry)severity:
(optional string) a severity code for the error (if not present OMQ::ES_Major is assumed); for possible values see Error Severity Codesstatus:
(optional string) must be one of the following values:status
value is provided)"UPDATED-WORKFLOW"
: the existing workflow-specific error was updated"CREATED-WORKFLOW"
: a new workflow-specific error definition was created"UNCHANGED-WORKFLOW"
: the new workflow-specific definition is identical to the old definition403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation403 Forbidden
: WORKFLOW-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given workflow (for more information, see Interface Groups)This URI path provides actions and information related to a workflow-specific workflow error
"OK"
upon successful execution403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationdescription:
(string) the new description of the errorseverity:
(string) a severity code for the error (if not present OMQ::ES_Major is assumed); for possible values see Error Severity Codesretry_flag:
(bool) parsed with Qore::parse_boolean(); a retry flag value (if not present then False is assumed)business_flag:
(bool) parsed with Qore::parse_boolean(); a boolean business flag value (if not present then False is assumed)retry_delay_secs:
(optional int) an optional retry value in seconds (only used if retry_flag
is also True)"UPDATED-WORKFLOW"
: the existing workflow-specific error was updated"CREATED-WORKFLOW"
: a new workflow-specific error definition was created (only possible in case of a race condition where the current error was deleted during this request)"UNCHANGED-WORKFLOW"
: the new workflow-specific definition is identical to the old definition403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation403 Forbidden
: WORKFLOW-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given workflow (for more information, see Interface Groups)This REST URI path provides actions and information about workflow execution instances for a particular workflow.
alerts:
a list of alerts raised against the workflow; each list element is a REST Alert Hash (may be empty)log_url:
a complete URL to the websocket source for the workflow logThis REST URI path provides actions and information about workflow orders for the current workflow.
date:
an alternate key for modified
desc:
return in descending orderids:
an alternate key for workflow_instanceid
keyname:
the name of a search key to be used with the keyvalue value(s)keyvalue:
the value(s) of workflow order search key(s) to use (optionally used in conjunction with keyname)limit:
max number of rows to return, if not given, then the value of the "row-limit" option is used (default: 100)maxmodified:
maximum modified datemaxstarted:
maximum start dateminstarted:
minimum start datemodified:
minimum modified dateoffset:
row offsetsort:
columns for sorting the resultsstatus:
status value(s) (see Workflow, Segment, and Step Status Descriptions for possible values)statuses:
an alternate key for status
workflow_instanceid:
workflow_instanceid values(s)name:
the name of the workflowversion:
the version of the workflowworkflow_instanceid:
the workflow order instance IDworkflowid:
the workflow IDworkflowstatus:
the status of the workflow order instance (see Workflow, Segment, and Step Status Descriptions for possible values)status_sessionid:
the application session ID that owns the workflow order instance data or 0 if the data is now owned by any application sessionstarted:
the start date/time of the workflow order instancecompleted:
the completed date/time for the workflow order instancemodified:
the last modified date/time of the workflow order instanceparent_workflow_instanceid:
the parent workflow order ID if presentsynchronous:
if 1, indicates that the order is being executed synchronouslybusiness_error:
a boolean flag indicating if the workflow order has an error status due to a business erroroperator_lock:
a string giving the username of the user with an operator lock on the ordernote_count:
the number of notes stored against the orderwarning_count:
the number of warnings raised against the ordererror_count:
the number of errors raised against the orderretry_count:
the number of times the order was subject to a RETRY status due to a technical errorcustom_status:
a custom status for the orderpriority:
the priority of the workflow orderscheduled:
the future scheduled date of the workflow order (if any)custom_status_desc:
a description for the custom status (if any)actions:
a list of possible actions on the workfloworderby:
one or more field names for sorting the outputerror:
the error text to search (can also include '' characters for use with the LIKE operator; in this case only 1 value can be given)description:
the description text to search (can also include '' characters for use with the LIKE operator; in this case only 1 value can be given)info:
the info text to search (can also include '' characters for use with the LIKE operator; in this case only 1 value can be givenstepid:
limit the search to one or more stepidsseverity:
limit the search to one or more severity valuesname:
limit the search to one or more step namesversion:
limit the search to one or more step versionsretry:
limit the search to errors with or without the retry flagbusiness_error:
limit the search to errors with or without the business_error flagworkflow_instanceid:
limit the search to one or more workflow_instanceidserror_instanceid:
mit the search to one or more error_instanceidsmindate:
give the lower date range for the error searchmaxdate:
give the upper date range for the error searchworkflowid:
limit the search to one or more workflowidsworkflowstatus:
limit the search to workflow instances with the given status value(s) (see Workflow, Segment, and Step Status Descriptions for possible values)limit:
the maximum number of errors to returnoffset:
the starting error to return (use when paging for example)name:
the name of the workflowversion:
the version of the workflowworkflow_instanceid:
the workflow instance IDworkflowid:
the workflow IDstepid:
the step ID where the error occurredstepname:
the name of the step where the error occurredstepversion:
the version of the step where the error occurredind:
the array step index number where the error occurredworkflowstatus:
current status of the workflow order (see Workflow, Segment, and Step Status Descriptions for possible values)started:
the date and time when the workflow order started processingcompleted:
the date and time when the workflow order was completedparent_workflow_instanceid:
any parent workflow instance IDcustom_status:
the custom status of the workflow order, if anypriority:
the priority of the workflow orderscheduled:
any scheduled date for the workflow ordererror_instanceid:
the error instance IDerror:
the error code stringdescription:
a description for the error (if any)info:
additional information about the error (if any)severity:
an error severity code (see Error Severity Codes for possible values)created:
the date and time the error was raisedretry:
the retry count of the errorbusiness_error:
a boolean flag indicating of the error is a business errorcustom_status_desc:
a descriptive string for the custom status (if any)date:
optional (parsed as a date); the past cutoff date for the search; only orders with a modified
date equal or after this date will be considered; if not present, then defaults to the last 24 hourssqlcache:
optional (parsed with Qore::parse_boolean()); if False then no SQL cache will be used for historical info; default TrueTOTAL:
the total number of orders matchedmindate:
(required) minimum datemaxdate:
maximum dateseconds:
if True then the performance values will be returned as arbitrary-precision numeric values representing seconds, otherwise they will be returned as relative date/time valuesglobal:
if True then all workflows will be combined into an overall processing report, if False then each workflow gets a separate line in the output"hourly"
: hourly grouping"daily"
: daily grouping"monthly"
: monthly grouping"yearly"
: yearly groupingworkflowid:
the workflow IDname:
the workflow nameversion:
the workflow versioncount:
the number of workflow orders in the periodminstarted:
the minimum workflow order start datemaxcompleted:
the maximum workflow order completion date (if any)minduration:
the minimum total elapsed order processing time for workflow orders in the period (starting from workflow order creation)avgduration:
the average total elapsed order processing time for workflow orders in the period (starting from workflow order creation)maxduration:
the maximum total elapsed order processing time for workflow orders in the period (starting from workflow order creation)minprocessing:
the minimum order processing time for workflow orders in the period (starting from when then order was first processed)avgprocessing:
the average order processing time for workflow orders in the period (starting from when then order was first processed)maxprocessing:
the maximum order processing time for workflow orders in the period (starting from when then order was first processed)409 Conflict
: ARGUMENT-ERROR
: missing mindate
This REST URI path provides actions and information about a particular workflow order of a given workflow type
name:
the name of the workflowversion:
the version of the workflowauthor:
the author of the workflowworkflow_instanceid:
the workflow order instance IDworkflowid:
the ID of the workflowworkflowstatus:
the status of the workflow order (see Workflow, Segment, and Step Status Descriptions for possible values)status_sessionid:
the ID of the Qorus application session managing the workflow order data or 0 if noneparent_workflow_instanceid:
the workflow order instance ID of the parent order for this workflow or NULL if nonesubworkflow:
if 1, indicates that the parent_workflow_instanceid
is the parent workflow order in a subworkflow relationshipsynchronous:
if 1, indicates that the order is being executed synchronouslyerrors:
the number of errors raised against the orderbusiness_error:
a boolean flag indicating if the workflow order has an error status due to a business errorworkflowstatus_orig:
if the order status is OMQ::StatBlocked or OMQ::StatCanceled, this value will reflect the original status of the workflow order (see Workflow, Segment, and Step Status Descriptions for possible values)custom_status:
a custom status for the orderscheduled:
the scheduled datepriority:
the priority of the workflow orderstarted:
the date/time the order was createdcompleted:
the date/time order processing completedmodified:
the last modified date/time for the orderoperator_lock:
a string giving the username of the user with an operator lock on the ordernote_count:
the number of notes stored against the orderdeprecated:
a boolean value indicating if the workflow is deprecated or not; deprecated workflows are by default not displayed in the UIautostart:
the integer autostart value for the workflowmanual_autostart:
a boolean flag set if the autostart
value has been changed manually, in which case the manual setting takes precendence over any new definitions loaded with oloadmax_instances:
a value limiting the maximum number of execution instances that can run at onceexternal_order_instanceid:
a unique external key for the orderstaticdata:
a hash of workflow order static datadynamicdata:
a hash of workflow order dynamic data (if any)keys:
a hash of workflow order keys and valueswarning_count:
the number of warnings raised against the ordererror_count:
the number of errors raised against the orderStepInstances:
a list of step hashes giving information about the execution status of workflow steps; each element is a hash with the following keys:workflow_instanceid:
stepid:
the ID of the stepind:
the step array index starting with 0stepname:
the name of the stepstepversion:
the version of the stepsteptype:
type of the stepstepstatus:
the current execution status of the step (see Workflow, Segment, and Step Status Descriptions for possible values)retries:
the number of retries executed on the stepskip:
a boolean value indicating if the step logic was skippedcustom_status:
a custom status for the stepstarted:
the date/time the step was first executedcompleted:
the date/time step processing completedfunction_instanceid:
the function ID of the primary step functionsubworkflow_instanceid:
the workflow order ID of any subworkflow order instance (for bound subworkflow steps only)business_error:
a boolean flag indicating if the step has an error status due to a business errorErrorInstances:
a list of hashes giving information about errors and warnings raised against the order; each element is a hash with the following keys:error_instanceid:
a unique ID for the errorworkflow_instanceid:
the workflow order instance IDstepid:
the stepid where the error was raisedind:
the step array index starting with 0 where the error was raisedseverity:
the severity of the error (see Error Severity Codes for possible values)retry:
1 if the error caused a retryerror:
the string error code for the errordescription:
an optional description of the errorinfo:
an optional string providing additional information about the errorbusiness_error:
a boolean flag indicating if the error is a business errorcreated:
the date/time the error was createdHierarchyInfo:
a hash of workflow order information; the keys are workflow order instance IDs for all workflow orders linked to each other through parent-child relationships in the hierarchy of the current workflow order; the values are order information hashes similar to the top-level of the return value of this APIAuditEvents:
a list of audit information hashesLastModified:
the last modified date/time of the workflow orderactions:
a list of possible actions on the workflownotes:
a list of notes saved against the order; each element is a REST Order Note Hashworkflow_status
(string): the status of the order after updating403 Forbidden
: access or authorization error409 Conflict
: exception processing requestnote:
(required) a string note that gives the reason for breaking the operator lock"OK"
upon successful executionworkflow_status
(string): the status of the order after updating403 Forbidden
: access or authorization error409 Conflict
: exception processing requestnewdata
(*hash<auto>): the new dynamic data for the current workflow order400 Bad Request
: invalid or missing argument403 Forbidden
: access or authorization erroroptions:
(hash) an optional hash of option names and values; if any options are not valid for the workflow, then an exception is raised and the synchronous workflow execution instance is not startedworkflow_instanceid:
the workflow instance ID of the orderstatus:
the status of the workflowdynamicdata:
the dynamic data of the workflow order instance409 Conflict
: SHUTDOWN-IN-PROGRESS
: cannot start new workflows because the system is shutting down403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation403 Forbidden
: WORKFLOW-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given workflow (for more information, see Interface Groups)orderby:
one or more field names for sorting the outputerror:
the error text to search (can also include '' characters for use with the LIKE operator; in this case only 1 value can be given)description:
the description text to search (can also include '' characters for use with the LIKE operator; in this case only 1 value can be given)info:
the info text to search (can also include '' characters for use with the LIKE operator; in this case only 1 value can be givenstepid:
limit the search to one or more stepidsseverity:
limit the search to one or more severity valuesname:
limit the search to one or more step namesversion:
limit the search to one or more step versionsretry:
limit the search to errors with or without the retry flagbusiness_error:
limit the search to errors with or without the business_error flagerror_instanceid:
mit the search to one or more error_instanceidsmindate:
give the lower date range for the error searchmaxdate:
give the upper date range for the error searchlimit:
the maximum number of errors to returnoffset:
the starting error to return (use when paging for example)name:
the name of the workflowversion:
the version of the workflowworkflow_instanceid:
the workflow instance IDworkflowid:
the workflow IDstepid:
the step ID where the error occurredstepname:
the name of the step where the error occurredstepversion:
the version of the step where the error occurredind:
the array step index number where the error occurredworkflowstatus:
current status of the workflow (see Workflow, Segment, and Step Status Descriptions for possible values)started:
the date and time when the workflow order started processingcompleted:
the date and time when the workflow order was completedparent_workflow_instanceid:
any parent workflow instance IDcustom_status:
the custom status of the workflow order, if anypriority:
the priority of the workflow orderscheduled:
any scheduled date for the workflow ordererror_instanceid:
the error instance IDerror:
the error code stringdescription:
a description for the error (if any)info:
additional information about the error (if any)severity:
an error severity code (see Error Severity Codes for possible values)created:
the date and time the error was raisedretry:
the retry count of the errorbusiness_error:
a boolean flag indicating of the error is a business errorcustom_status_desc:
a descriptive string for the custom status (if any)note:
(required) a string note that gives the reason for setting the operator lock"OK"
upon successful executionlimit:
the maximum number of notes to return; if omitted then all notes are returned403 Forbidden
: WORKFLOW-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given workflow (for more information, see Interface Groups)note
(string): the note to create on the order403 Forbidden
: access or authorization errordate:
(optional) parsed as a date; this is the new scheduled date to set; if not present, then any scheduled date will be removed"OK"
upon successful execution409 Conflict
: SESSION-ERROR
: cannot reschedule workflow data owned by a foreign session409 Conflict
: WORKFLOW-STATUS-ERROR
: only workflows with status OMQ::StatReady or OMQ::StatScheduled or blocked or canceled workflows with original status OMQ::StatReady or OMQ::StatScheduled can be rescheduled409 Conflict
: RESCHEDULE-ERROR
: reschedule failed because workflow order data started processing while the request was being processed403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation403 Forbidden
: WORKFLOW-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given workflow (for more information, see Interface Groups)steps_updated:
(deprecated) always 0 in this version of Qorussegments_updated:
the number of segments updatedworkflow_updated:
always True in this version of Qorusworkflow_status:
always OMQ::StatRetry in this version of Qoruscached:
True if the workflow data is currently cached409 Conflict
: STATUS-ERROR
: workflow data does not have either OMQ::StatError, OMQ::StatAsyncWaiting, or OMQ::StatRetry status409 Conflict
: SESSION-ERROR
: cannot change status for workflow data managed by another Qorus instance (foreign session ID)409 Conflict
: RETRY-ERROR
: invalid workflow instance ID403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation403 Forbidden
: WORKFLOW-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given workflow (for more information, see Interface Groups)steps_updated:
number of steps updatedsegments_updated:
number of segments updatedworkflow_status:
always OMQ::StatErrorold_status:
the old workflow data statusqueued_detached_segments:
number of detached segment events queuedqueued_subworkflows:
number of subworkflow events queuedqueued_async_messages:
number of async events queuedqueued_sync_events:
number of workflow synchronization events queuedqueued_async_retries:
number of async events queuedqueued_retries:
number of retry events queuedqueued_fixed_retries:
number of retry events with a fixed retry time queued403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation403 Forbidden
: WORKFLOW-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given workflow (for more information, see Interface Groups)priority:
the new order priority from 0 - 999; priority 0 is the highest; 999 is the lowest"OK"
upon successful execution409 Conflict
: SESSION-ERROR
: cannot reschedule workflow data owned by a foreign session409 Conflict
: WORKFLOW-STATUS-ERROR
workflows with status OMQ::StatComplete cannot have their priority changed403 Forbidden
: AUTHORIZATION-ERROR
this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation403 Forbidden
: WORKFLOW-ACCESS-ERROR
this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given workflow (for more information, see Interface Groups)stepid:
(required) the step ID to skipind:
(optional) one or more step array index values to skip (ranges accepted; ex: "1,3,5-7"
); if not present defaults to 0noretry:
(optional) parsed with Qore::parse_boolean(); if True then no retry will be executed409 Conflict
: SKIP-STEP-ERROR
: step is a subworkflow step; step has not been executed in the given workflow order instance; the given workflow instance ID does not exist409 Conflict
: STEP-STATUS-ERROR
: step status does not allow it to be skipped (ex: IN-PROGRESS, COMPLETE)409 Conflict
: SESSION-ERROR
: workflow order instance belongs to another Qorus session403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation403 Forbidden
: WORKFLOW-ACCESS-ERROR
: this is exception is thrown when Role Based Access Control is enabled and the user does not have the right to access the given workflow (for more information, see Interface Groups)noretry
argument is passed as True.newdata
(hash<auto>): the new static data for the current workflow order; must be a non-empty400 Bad Request
: invalid or missing argument403 Forbidden
: access or authorization errorworkflow_status
(string): the status of the order after updating403 Forbidden
: access or authorization error409 Conflict
: exception processing requestworkflow_status
(string): the status of the order after updating403 Forbidden
: access or authorization error409 Conflict
: exception processing requestnote:
(optional) a string note that gives the reason for removing the operator lock; if not passed, a default note will be added"OK"
upon successful executionorderkeys
(OrderKeySet): the order keys to replace for the current workflow ordertruncate
(*bool): truncate any key values automatically to the length of the column (4000 characters)400 Bad Request
: invalid orderkeys argument403 Forbidden
: access or authorization errorThis REST URI path provides information about workflow static data types
soft:
optional; parsed with Qore::parse_boolean(); if True then the type is returned with soft types to be used as the target for a mapperThis REST URI path provides information about steps in a workflow.
This REST URI path provides information about a particular step in a workflow.
This REST URI path provides actions and information related to Qorus step configuration items in the context of a particular workflow
"name"
: the name of the configuration item"prefix"
: the prefix of the configuration item"type"
: the type of the configuration item"desc"
: the description of the configuration item"default_value"
: the default value of the configuration item"value"
: the value of the configuration item"level"
: the level from where the value is obtained (interface level (e.g. "step:1", "workflow:1") or "global" or "default")"strictly_local"
: if the configuration item is defined strictly on local level"is_set"
: True if the value is set otherwise False"config_group"
: the group of the configuration item"allowed_values"
: the list of allowed values for the configuration item if defined"is_templated_string"
: True if the value is a templated string that can be later expanded"name"
: the name of the configuration item"prefix"
: the prefix of the configuration item"type"
: the type of the configuration item"desc"
: the description of the configuration item"default_value"
: (YAML-serialized string) the default value of the configuration item"value"
: (YAML-serialized string) the value of the configuration item"strictly_local"
: if the configuration item is defined strictly on local level"is_set"
: True if the value is set otherwise False"config_group"
: the group of the configuration item"allowed_values"
: the list of allowed values for the configuration item if defined (each element is a YAML-serialized string)"level"
: the level from where the value is obtained (interface level (e.g. "step:1", "workflow:1") or "global" or "default")"is_templated_string"
: True if the value is a templated string that can be later expandedThis REST URI path provides actions and information related to a particular Qorus. Prefix can be passed within the config item name or as following: /v3/workflows/{id_or_name}/stepinfo/{id_or_name}/config/{name}?prefix={prefix}. step configuration item in the context of a particular workflow
info:
a string confirming the delete operationdeleted:
True if value has been deletedvalue:
deleted value403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation"name"
: the name of the configuration item"prefix"
: the prefix of the configuration item"type"
: the type of the configuration item"desc"
: the description of the configuration item"default_value"
: the default value of the configuration item"value"
: the value of the configuration item"strictly_local"
: if the configuration item is defined strictly on local level"is_set"
: True if the value is set otherwise False"config_group"
: the group of the configuration item"allowed_values"
: the list of allowed values for the configuration item if defined"level"
: the level from where the value is obtained (interface level (e.g. "step:1", "workflow:2") or "global" or "default")"is_templated_string"
: True if the value is a templated string that can be later expandedvalue:
the value of the configuration item; must be compatible with the item's declared type400 Bad Request
: returned if the request has no value
key403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationvalue
(YAML-serialized string): the value of the configuration item400 Bad Request
: returned if the request has no value
key403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operation"name"
: the name of the configuration item"prefix"
: the prefix of the configuration item"type"
: the type of the configuration item"desc"
: the description of the configuration item"default_value"
: (serialized YAML string) the default value of the configuration item"value"
: (serialized YAML string) the current value of the configuration item"strictly_local"
: if the configuration item is defined strictly on local level"is_set"
: True if the value is set otherwise False"config_group"
: the group of the configuration item"allowed_values"
: (serialized YAML string) the list of allowed values for the configuration item if defined"level"
: the level from where the value is obtained (interface level (e.g. "step:1", "workflow:2") or "global" or "default")"is_templated_string"
: True if the value is a templated string that can be later expandedinfo:
a string confirming the delete operationdeleted:
True if value has been deletedvalue
(YAML-serialized string): deleted value403 Forbidden
: AUTHORIZATION-ERROR
: this exception is thrown when Role Based Access Control is enabled and the user does not have sufficient privileges for the operationThis URI path provides ability to customize Qorus interface logger configurations
400 Bad Request
: invalid or missing arguments to REST callloggerid:
(int) logger idparams:
(hash) logger paramslevel:
(hash) LoggerLevel"key"
: logger level string representation"value"
: logger level int representationname:
(string) logger nameadditivity:
(bool) logger additivityinterface_table_name:
(string) interface table name (jobs/workflows/services). If set means default loggerlevel:
required; (int|string) LoggerLevelname:
(string) logger nameadditivity:
(bool) logger additivity (default True)cloneDefault:
(bool) create logger with appenders based on default logger400 Bad Request
: invalid or missing arguments to REST call409 Conflict
: conflict with the current statelevel:
(int|string) LoggerLevelname:
logger name to setadditivity:
logger additivity to set400 Bad Request
: invalid or missing arguments to REST callThis URI path provides ability to customize Qorus inerface logger appenders
id:
required; (int); id of the appender to be deletedappenderId:
(int) appenderIdparams:
(hash) possible appender parameters, might be missing if not setname:
(string) appender namelayoutPattern:
(string) appender layout patternrotation:
(int) appender layout patternfilename:
(string) appender filenamename:
(string) the name of the appenderlayoutPattern:
(string) the layout for the appenderfilename:
(string) the output filenameencoding:
(string) the file's output encodingappenderType:
required; (string) appender type, case sensitive (see Logger for possible values) (ex. LoggerAppenderFileRotate, LoggerAppenderFile, LoggerAppenderStdOut ...)rotationCount:
(int) the number of files in rotation chain, if count is <=0 then no ratation is performed. Only for rotation appendersarchivePattern:
(string) pattern to evaluate archive filename400 Bad Request
: invalid or missing arguments to REST call409 Conflict
: conflict with the current stateid:
required; (int); id of the appender to be updatename:
(string) the name of the appenderlayoutPattern:
(string) the layout for the appenderfilename:
(string) the output filenameencoding:
(string) the file's output encodingappenderType:
required; (string) appender type, case sensitive (see Logger for possible values) (ex. LoggerAppenderFileRotate, LoggerAppenderFile, LoggerAppenderStdOut ...)rotationCount:
(int) the number of files in rotation chain, if count is <=0 then no ratation is performed. Only for rotation appendersarchivePattern:
(string) pattern to evaluate archive filename