| Attributes |
FailedHcRule[0..] nonUnique readOnly |
-
failedRules
-
Provides a condensed status for the last job execution.
Provides the list of the rules for which the result was not the expected one. It is empty when job status is healthy or not available.
|
string key mandatory noNotification restricted |
-
hcJobId
-
Holds the name used when identifying the MO.
Specifies the name of the health check job.
|
HcRuleParameter[0..] nonUnique |
-
inputParameters
-
Specifies customizable input parameters for rules evaluation.
Each item in the list is a triple <hcRule, parameter_name, parameter_value> for which a user-defined attribute can be provided.
|
HcJob[0..1] |
-
jobToTrigger
-
Specifies the DN of another job to be executed when the current job reports ME is not healthy.
The execution of another job, for instance to execute rules associated to different categories, might give more detailed information about NE status.
|
string[0..1] noNotification readOnly |
-
lastReportFileName
-
Specifies the name of the report file which is generated from the latest execution of the job.
All the report files are placed in a predefined folder, as indicated by the 'localFileStorePath' attribute value. An archive containing some log files is generated as well. The name format of the report file generated is <MEId>_<JobName>_<Timestamp>. Timestamp is in the format YYYYMMDDTHHmmSS, where 4 digits for the year, 2 digits for the month, 2 digits for the date, 2 digits for the hours, 2 digits for the minutes and 2 digits for the seconds are specified. 'T' acts as a delimiter between date and time in the above timestamp format. If the job is executed by the action, the suffix "_man" is added at the end of the file name.
|
DateTime[0..1] readOnly |
-
lastRunTime
-
Specifies the date and time of the last time the job has been executed.
|
string[0..1] noNotification readOnly |
-
localFileStorePath
-
Specifies the filesystem path where the ouput report files can be fetched.
It is empty if FileM is not installed/configured.
|
AsyncActionProgress[0..1] readOnly |
-
progressReport
-
Specifies the execution status and result of the health check job.
|
HcCategory[1..] mandatory |
-
rulesCategories
-
Specifies the list of categories of health check rules to be executed.
|
HealthStatus
readOnly |
-
status
=
NOT_AVAILABLE
-
Specifies the health status based on result of all executed rules.
|