APAR verification
The APAR parameterized verification check validates that the set of APARs specified is installed on the nodes defined by Component.Nodes.
If one or more nodes are missing the required fileset, a verification message is printed, the severity of the message (error or warning) is determined by the value of HAVerify.APAR.severity, which can be either "ERROR" or "WARNING" as shown below:
HAVerify.APAR.severity = "ERROR | WARNING"
HAVerify.APAR.exists[0].apar = "IY7265H"
HAVerify.APAR.exists[1].apar = "IY72657"
.
.
.
HAVerify.APAR.exists[n].apar = "..."