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 feature name enum. Feature METRICS is pre-installed with Security Services Platform and cannot be installed or uninstalled separately.

Enumeration: MALWARE_PREVENTION, INTELLIGENCE, NDR, BAREMETAL_SECURITY, RULE_ANALYSIS, AI_ASSISTANT_PLATFORM, AI_ASSISTANT_THREAT_DEFENSE, MALWARE_ANALYSIS_VC, SPAC, NETWORK_TRAFFIC_ANALYSIS, UPGRADE_COORDINATOR, CLOUD_CONNECTOR, METRICS
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.