This view lists the background jobs for all instance nodes under an area or edge node.
The view requires the following parameters:
| Name | Optional | Type | Description |
| node$ | Mandatory | Text | Name of an area or edge node in the network |
The view returns the following columns:
| Name | Description |
| edge_id | Identity of the parent edge node |
| edge_name | Name of the parent edge node |
| connection | Instance node connection string |
| state | Connection state (0 indicates OK) |
| error | Error message associated with a connection error |
| instance | Identity of the instance node |
| name | Name of the job |
| enabled | Indicates if job is enabled for execution |
| scheduled | Next scheduled execution time |
| failed | Indicates if last execution failed |
| executed | Date and time of last execution |
| duration | Duration of last execution |
Note that this view returns information for all instance nodes reachable under node$; any unreachable instance nodes will also be listed with a non-zero state and an error message.
Comments
Article is closed for comments.