Execution: Read
The module reads details about executions of several objects for given time period. Additionally the records can be restricted by the status of the executions. The results will be stored in a file with CSV format.
Designation
- Name
- te.DetailRead
- Aliases
- Statistics, StatisticsRead
Configuration
- Optionen
- Begin timestamp (
stat-begin
) - Beginning of time period
- End timestamp (
stat-end
) - End of time period
- Task states (
states
) - defines the task status a task must haveMögliche Werte: ANY_ABEND (
ANY_ABEND
), ANY_OK (ANY_OK
), ANY_SKIPPED (ANY_SKIPPED
), ENDED_CANCEL (ENDED_CANCEL
), ENDED_EMPTY (ENDED_EMPTY
), ENDED_INACTIVE_OBJECT (ENDED_INACTIVE_OBJECT
), ENDED_INACTIVE (ENDED_INACTIVE
), ENDED_NOT_OK (ENDED_NOT_OK
), ENDED_OK (ENDED_OK
), ENDED_OK_OR_EMPTY (ENDED_OK_OR_EMPTY
), ENDED_OK_OR_INACTIV (ENDED_OK_OR_INACTIV
), ENDED_SKIPPED (ENDED_SKIPPED
), ENDED_TIMEOUT (ENDED_TIMEOUT
), ENDED_UNDEFINED (ENDED_UNDEFINED
), ENDED_VANISHED (ENDED_VANISHED
), FAULT_ALREADY_RUNNING (FAULT_ALREADY_RUNNING
), FAULT_NO_HOST (FAULT_NO_HOST
), FAULT_OTHER (FAULT_OTHER
), USER_100_200 (USER_100_200
), USER_147 (USER_147
), USER_201_299 (USER_201_299
), USER_300 (USER_300
), USER_500_600 (USER_500_600
)
- Agent (destination) (
agent
) - Pattern of an agent name for the destination agent
- include child tasks (
children
) - Activating the option will include the child tasks in the analysis
- Number of Levels (
recursion-depth
) - Defines how many levels of child tasks should be included
- Maximum number of results (
max-results
) - Defines the maximum number of statistics records that will be retrieve per object
- Resolve parent (
resolve-parent
) - Instead of using the runID of the parent the name of the object is resolved
- Show schedule (
resolve-schedule
) - Determines the schedule object of the tasks
Description
The following information is saved in the file:
:columns: 3
* object name
* Object type
* RunID
* Parent object name or RunID
* Schedule object
* Folder
* Activation time
* Start time
* End time
* Login
* Status
* Agent
* Archive term 1
* Archive term 2
* Status text
* Return code
Structure of the CSV output file
column name | type |
---|---|
object name | object name |
object type | string |
RunID | int |
Parent | int |
Schedule | Object Name |
Folder | Folder structure |
Activation | Timestamp |
start time | timestamp |
End | Timestamp |
Login | Object name |
Status | String |
Agent | Object name |
Archive term 1 | String |
Archive term 2 | String |
Status text | String |
Return code | int |