IsolationPrecheckResult

IsolationPrecheckResult
IsolationPrecheckResult

Isolation Precheck Results

JSON Example
{
    "precheckFailures": [
        "string"
    ],
    "precheckWarnings": [
        "string"
    ],
    "implications": [
        "string"
    ],
    "executionStatus": "One among: IN_PROGRESS, FAILED, COMPLETED, UNKNOWN, SKIPPED, CANCELLED, CANCELLATION_IN_PROGRESS"
}
array of string
precheckFailures
Optional

Conditions that will have to be remediated inorder to proceed with isolation operation

array of string
precheckWarnings
Optional

Conditions that may have to cause side effects if not remediated during execution of isolation operation

array of string
implications
Optional

Implications of breaking ELM

string
executionStatus
Required

Execution status of the prechecks