SAYMON REST API
Search…
SAYMON REST API
General
Methods
Agents [WIP]
Authentication
Bulks [?]
Classes
Configuration
Dictionaries [?]
Event Log
Flows
History Annotations
Incidents
Incident Levels
Jobs
Add Deferred Job Result [WIP]
Get Job by ID
Get Job by Object/Link ID
Limits
Links
Metric Tokens [?]
MQTT
Notification Templates [?]
Objects
Operations
Presets
Properties
References
Reports [?]
Scripts
Service
Stat
Stat Rules
State History
States
Tags
Users
User Groups
Models
Misc
Powered By
GitBook
Add Deferred Job Result [WIP]
PATCH /node/api/jobs/:id/results
Adds a new result to a job's results list.
Permissions
: objectPermissions + (modify-objects | manage-objects).
It is not possible to add results from within the job.
Request parameters
Path parameters
Parameter
Type
Description
id
String
required
The ID of a job for which a new result should be added.
Response description
...
Examples
Request examples
Bash
1
login
=<
..
.
>
2
password
=<
..
.
>
3
saymon_hostname
=<
..
.
>
4
job_id
=<
..
.
>
5
url
=
https://
$saymon_hostname
/node/api/jobs/
$job_id
/results
6
​
7
curl
-X PATCH
$url
-u
$login
:
$password
Copied!
Response example
1
...
Copied!
Previous
Jobs
Next
Get Job by ID
Last modified
1yr ago
Copy link
Contents
PATCH /node/api/jobs/:id/results
Request parameters
Path parameters
Response description
Examples
Request examples
Response example