SettingsClustersSoftwareReportsLastCheckResultCheckInfo
The LastCheckResult.CheckInfo structure contains fields that describe a particular check.
Properties
string
check
Required
The check identifier.
JSON Example
{
"check": "string",
"description": {
"args": [
"string"
],
"default_message": "string",
"id": "string"
},
"name": {
"args": [
"string"
],
"default_message": "string",
"id": "string"
}
}