ValidationNotification

ValidationNotification
ValidationNotification

Represents the detailed result of the precheck validation.

JSON Example
{
    "severity": "string",
    "message": "string",
    "remediations": [
        {
            "message": "string",
            "link": "string"
        }
    ],
    "impactMessage": "string"
}
string
severity
Required

Severity level of the notification. Supported values: INFO/ERROR/WARNING

string
message
Required

Precheck result message

array of Remediation
remediations
Optional

List of steps and associated info to remediate the issue.

string
impactMessage
Optional

Impact of precheck failure or warning.

Property Of