ValidationCheck

ValidationCheck
ValidationCheck

Represents a validation check

JSON Example
{
    "description": "string",
    "severity": "One among: WARNING, ERROR, INFO",
    "resultStatus": "One among: IN_PROGRESS, SUCCEEDED, FAILED, SKIPPED, CANCELLED, CANCELLATION_IN_PROGRESS, PENDING",
    "acknowledge": false,
    "errorResponse": {
        "errorCode": "string",
        "errorType": "string",
        "arguments": [
            "string"
        ],
        "context": {
            "context": "string"
        },
        "notifications": [
            {
                "severity": "string",
                "message": "string",
                "remediations": [
                    {
                        "message": "string",
                        "link": "string"
                    }
                ],
                "impactMessage": "string"
            }
        ],
        "message": "string",
        "remediationMessage": "string",
        "causes": [
            {
                "type": "string",
                "message": "string"
            }
        ],
        "nestedErrors": [
            "Error Object"
        ],
        "referenceToken": "string",
        "label": "string",
        "remediationUrl": "string"
    },
    "nestedValidationChecks": [
        "ValidationCheck Object"
    ]
}
string
description
Read-Only  
Constraints: minLength: 1

Description of the validation check

string
severity
Read-Only  

Severity of the validation check

string
resultStatus
Required  

Result status of the validation check after it has completed its execution

boolean
acknowledge
Read-Only  

Flag indicating whether the validation check requires acknowledgment

errorResponse
Optional

Error response containing a minor error code, a localized error message, a localized remediation message and optionally a reference token to correlate the error with the logs

nestedValidationChecks
Read-Only  

List of one or more validation checks that are performed as part of the validation