Unsupported content

 

This version of the documentation is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

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 



Was this page helpful? Yes No Submitting... Thank you

Comments