CheckResult

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

Unique identification for the pre-check.

string
name
Required

Name of the pre-check.

string
desc
Required

Description of the pre-check - specifying what is being checked.

feature
Required

feature

status
Required

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

string
reason
Required

The reason, especially needed when the status is abnormal.