JobRun - getServersStatusByJobRun
JobRun - getServersStatusByJobRun
Description :
This command gets the Server DBKey and its Status for the servers of the specified Job Run. This command returns a map of server DBKey and its status in the following format: {Server DBKey=Status, Server DBKey=Status, ...}. Statuses are: SUCESS = 0, WARNING = 1, ERROR = 2, NOT_RUN = 3
Return type : java.util.Map
Command Input :
Variable Name | Variable Type | Description |
---|---|---|
jobRunId | Integer | Job Run Id Number. |
Example
The following example shows how to get the statuses of all servers for a specified job run id.
Script
blcli JobRun getServersStatusByJobRun 2000000
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*