SspPreCheckStatus

SspPreCheckStatus
Precheck status

Status of an individual pre-check for the platform feature during validation.

JSON Example
{
    "id": "string",
    "name": "string",
    "description": "string",
    "feature": "string",
    "status": "string",
    "reason": "string"
}
string
id
Required  

Unique identification for the pre-check.

string
name
Required  

Display name of the pre-check.

string
description
Required  

Description of the pre-check that specifies what is being checked.

feature
Required  

vDefend LCM feature identifiers supported on AVI_OPERATIONS (Avi Operations / Copilot) deployments. AI Assistant features and Upgrade Coordinator only.

Enumeration: AI_ASSISTANT_PLATFORM, UPGRADE_COORDINATOR
status
Required  

Status of an individual pre-check for the platform feature.

Enumeration: SUCCESS, FAILED, WARNING, SKIPPED, IN_PROGRESS, STOPPING, STOPPED, PENDING, NOT_STARTED
string
reason
Required  

Explanation or warning text for the pre-check result.