HealthDetailKeyValue

HealthDetailKeyValue
Health Detail Key-Value Pair

A single key-value pair in the details array. Both key and value are strings. Keys follow a naming convention based on metric dependency names defined in the assessment configuration (e.g. 'cpu_usage_hourly_health', 'cpu_usage_hourly_p95_value').

JSON Example
{
    "key": "string",
    "value": "string"
}
string
key
Required  

The key name.

string
value
Required  

The value as a string. Even numeric values are represented as strings for consistency and to support various data types.