Server - jobActivity
Server - jobActivity
Description :
This command returns all the job activity performed on the specified target server within the specified date range. The job activity items are displayed in the following format:
Job Name Job Type Job Run Status Start Time End Time User Name Role Name Returns a list of server objects.
Return type : java.util.List
Command Input :
Variable Name | Variable Type | Description |
|---|---|---|
startDateString | String | Start date. Use the format YYYY-MM-DD HH:MM:SS |
endDateString | String | End date. Use the format YYYY-MM-DD HH:MM:SS or "" (empty string) to indicate the current date and time (now). |
serverName | String | Name of the server. |
Example
The following example returns all the job activity performed on the target server localhost within the date range of 2008-01-29 01:02:03 to "" (now).
Script
Server jobActivity "2008-01-29 01:02:03" "" localhost
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*