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
Copy file name to clipboardExpand all lines: SchedulerTasks/CatalogInformation/README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
## About
2
2
3
-
This package consists of two ad hoc data sources, **SLC - GQI - Scheduled - Tasks** and **SLC - GQI - Scheduled - Tasks - Occurrences**, that retrieve information about scheduled tasks in a DataMiner System. By implementing these ad hoc data sources in low-code apps and/or dashboards, you can visualize data from the Scheduler module in a custom way.
3
+
This package consists of two ad hoc data sources, **SLC - Get Scheduled Tasks** and **SLC - Get Scheduled Tasks Occurrences**, that retrieve information about scheduled tasks in a DataMiner System. By implementing these ad hoc data sources in low-code apps and/or dashboards, you can visualize data from the Scheduler module in a custom way.
4
4
5
-
**SLC - GQI - Scheduled - Tasks** provides a list of scheduled tasks from the DataMiner Scheduler module, while **SLC - GQI - Scheduled - Tasks - Occurrences** provides a list of the scheduled task occurrences based on the user's input in a specific period of time. This way, a customizable overview of tasks is provided.
5
+
**SLC - Get Scheduled Tasks** provides a list of scheduled tasks from the DataMiner Scheduler module, while **SLC - Get Scheduled Tasks Occurrences** provides a list of the scheduled task occurrences based on the user's input in a specific period of time. This way, a customizable overview of tasks is provided.
6
6
7
7
## Key Features
8
8
@@ -23,19 +23,19 @@ The versatility of the package lends itself to a broad range of applications, in
23
23
24
24
## Configuration
25
25
26
-
After the package has been deployed, two ad hoc data sources, **SLC - GQI - Scheduled - Tasks** and **SLC - GQI - Scheduled - Tasks - Occurrences**, will be available for use in GQI queries. For more information about GQI, refer to [Generic Query Interface](https://aka.dataminer.services/About_GQI).
26
+
After the package has been deployed, two ad hoc data sources, **SLC - Get Scheduled Tasks** and **SLC - Get Scheduled Tasks Occurrences**, will be available for use in GQI queries. For more information about GQI, refer to [Generic Query Interface](https://aka.dataminer.services/About_GQI).
27
27
28
-
### SLC - GQI - Scheduled - Tasks
28
+
### SLC Get Scheduled Tasks
29
29
30
-
While implementing **SLC - GQI - Scheduled - Tasks**, you can optionally specify the **Name Filter** input parameter. This regular expression (regex) pattern will be used to match the task name. If no name filter is specified, `.*` is used instead.
30
+
While implementing **SLC - Get Scheduled Tasks**, you can optionally specify the **Name Filter** input parameter. This regular expression (regex) pattern will be used to match the task name. If no name filter is specified, `.*` is used instead.
As a result, the GQI will retrieve the name, description, and type of the task, the ID of the Agent on which the task was executed, the result of the last run of the task, and the task's interval.
35
35
36
-
### SLC - GQI - Scheduled - Tasks - Occurrences
36
+
### SLC - GQI Scheduled Tasks Occurrences
37
37
38
-
While implementing **SLC - GQI - Scheduled - Tasks - Occurrences**, you should specify the following input parameters:
38
+
While implementing **SLC - Get Scheduled Tasks Occurrences**, you should specify the following input parameters:
39
39
40
40
-**Name Filter**: Optional. Regular expression (regex) to match the task name. If no name filter is specified, `.*` is used instead.
41
41
-**Start**: The beginning of the time frame during which task occurrences should be recorded.
0 commit comments