| AlertKey |
String |
Health indicator alert key |
[optional] [readonly] |
| Id |
String |
Unique identifier for the health report |
[required] |
| ClusterId |
String |
Cluster ID the health report belongs to |
[required] |
| ApiUser |
String |
API user ID sending the health data |
[required] |
| CcgEtag |
String |
ETag value for CCG version control |
[optional] |
| CcgPin |
String |
PIN value for CCG validation |
[optional] |
| CookbookEtag |
String |
ETag for cookbook version |
[optional] |
| Hostname |
String |
Hostname of the Managed Client |
[required] |
| InternalIp |
String |
Internal IP address of the Managed Client |
[optional] |
| LastSeen |
String |
Epoch timestamp (in millis) when last seen |
[optional] |
| SinceSeen |
String |
Seconds since last seen |
[optional] |
| SinceSeenMillis |
String |
Milliseconds since last seen |
[optional] |
| LocalDev |
Boolean |
Indicates if this is a local development instance |
[optional] [default to $false] |
| VarStacktrace |
String |
Stacktrace associated with any error, if available |
[optional] |
| State |
String |
Optional state value from the client |
[optional] |
| Status |
Enum [ "NORMAL", "UNDEFINED", "WARNING", "ERROR", "FAILED" ] |
Status of the client at the time of report |
[required] |
| Uuid |
String |
Optional UUID from the client |
[optional] |
| Product |
String |
Product type (e.g., idn) |
[required] |
| VaVersion |
String |
VA version installed on the client |
[optional] |
| PlatformVersion |
String |
Version of the platform on which VA is running |
[required] |
| OsVersion |
String |
Operating system version |
[required] |
| OsType |
String |
Operating system type |
[required] |
| Hypervisor |
String |
Virtualization platform used |
[required] |
| ConsolidatedHealthIndicatorsStatus |
Enum [ "NORMAL", "WARNING", "ERROR" ] |
Consolidated health indicator status |
[required] |
| LastNotifiedCcgVersion |
String |
The last CCG version for which notification was sent |
[optional] |
| DeployedProcesses |
String |
Information about deployed processes |
[optional] |
| HealthIndicators |
ManagedClientHealthIndicatorsBodyHealthIndicators |
|
[required] |