SettingsClustersSoftwareCheckInfo

The Software.CheckInfo structure contains fields that describe a particular check.


Properties

string
check Required

The check identifier.


description Required

Human-readable check description.


name Required

The check name.


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"
	}
}

Feedback

Was this page helpful?