You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jobId: is the unique identifier returned when the query is launched.
Response parameters
FieldName
Type
Description
msg
String
Message Description in case of error
status
Integer
Numeric value that especify the error code.0 - OK 1 - Invalid request
object
Object
Job_Status Object, containing the current status of the Job
Job_Status Object: Object that contains the information needed to check the status of the Query that is forwarding the response to the targets. (Warning: This Object contains information as we actually consider is needed, probably this object will be extended in the future depending of the needs and experience gained)
Field Name
Type
Description
status
String
(NOTE: object.status values are described in Background/Async Tasks Section at the bottom of this document)
lastDatetime
long
value of milliseconds of last date of an event received by malote
type
String
"redis", the type of the task
friendlyName
String
Name given by the user to this task
query
String
LinQ or QueryId of the Query associated to this task
error
list
List of errors on any, when running the task
extra
object
custom object that returns data that the Task want to share
Numeric value that especify the error code.0 - OK 1 - Invalid request
object
List
list of all the Job_Status Object, containing the current status of the Jobs requested
Find all jobs By Type And Name
Find All Jobs with a specific type and Name ( find all that start with the name requested)
These method is used to get the status of all the Jobs the Domain has launched and are currently running.