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   Read-Only  

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

string
message
Required   Read-Only  

Precheck result message

array of Remediation
remediations
Read-Only  

List of steps and associated info to remediate the issue.

string
impactMessage
Read-Only  

Impact of precheck failure or warning.

Property Of