SettingsClustersSoftwareCheckInfo
The Software.CheckInfo structure contains fields that describe a particular check.
Properties
string
check
Required
The check identifier.
string
originator
Optional
The service that performed the check. Only set if there is an originator available for this check.
JSON Example
{
"check": "string",
"description": {
"args": [
"string"
],
"default_message": "string",
"id": "string"
},
"name": {
"args": [
"string"
],
"default_message": "string",
"id": "string"
}
}