HealthScoreHeader

HealthScoreHeader
HealthScoreHeader
JSON Example
{
    "anomaly_penalty_statistics": {
        "last_sample": "number",
        "max": "number",
        "max_ts": "string",
        "mean": "number",
        "min": "number",
        "min_ts": "string",
        "num_samples": 0,
        "sum": "number",
        "trend": "number"
    },
    "contributors": [
        {
            "entities": [
                {
                    "entity_uuid": "string",
                    "metrics_entity": "string",
                    "pool_ref": "string",
                    "server": "string"
                }
            ],
            "hs_type": "string",
            "metric_ids": "string"
        }
    ],
    "entity_uuid": "string",
    "hs_type": "string",
    "metrics_min_scale": 0,
    "missing_intervals": [
        {
            "end": "string",
            "start": "string"
        }
    ],
    "name": "string",
    "performance_score_statistics": {
        "last_sample": "number",
        "max": "number",
        "max_ts": "string",
        "mean": "number",
        "min": "number",
        "min_ts": "string",
        "num_samples": 0,
        "sum": "number",
        "trend": "number"
    },
    "pool_ref": "string",
    "resources_penalty_statistics": {
        "last_sample": "number",
        "max": "number",
        "max_ts": "string",
        "mean": "number",
        "min": "number",
        "min_ts": "string",
        "num_samples": 0,
        "sum": "number",
        "trend": "number"
    },
    "security_penalty_statistics": {
        "last_sample": "number",
        "max": "number",
        "max_ts": "string",
        "mean": "number",
        "min": "number",
        "min_ts": "string",
        "num_samples": 0,
        "sum": "number",
        "trend": "number"
    },
    "server": "string",
    "serviceengine_ref": "string",
    "statistics": {
        "last_sample": "number",
        "max": "number",
        "max_ts": "string",
        "mean": "number",
        "min": "number",
        "min_ts": "string",
        "num_samples": 0,
        "sum": "number",
        "trend": "number"
    },
    "units": "string"
}
anomaly_penalty_statistics
Optional

anomaly_penalty_statistics

contributors
Optional

Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.

string
entity_uuid
Optional

uuid of the entity type. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.

string
hs_type
Optional

Enum options - HEALTH_SCORE, HEALTH_PERFORMANCE_SCORE, HEALTH_ANOMALY_SCORE, HEALTH_RESOURCES_SCORE, HEALTH_SECURITY_THREAT_LEVEL. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.

integer As uint32 As uint32
metrics_min_scale
Optional
Constraints: default: 100

Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.

missing_intervals
Optional

Missing data intervals. data in these intervals are not used for stats calculation. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.

string
name
Optional
Constraints: default: health_score

Health Score metric name. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.

performance_score_statistics
Optional

performance_score_statistics

string
pool_ref
Optional

It is a reference to an object of type Pool. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.

resources_penalty_statistics
Optional

resources_penalty_statistics

security_penalty_statistics
Optional

security_penalty_statistics

string
server
Optional

Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.

string
serviceengine_ref
Optional

It is a reference to an object of type ServiceEngine. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.

statistics
Optional

statistics

string
units
Optional
Constraints: default: METRIC_COUNT

units of the column data. Enum options - METRIC_COUNT, BITS_PER_SECOND, MILLISECONDS, SECONDS, PER_SECOND, BYTES, PERCENT, KILO_BYTES, KILO_BYTES_PER_SECOND, BYTES_PER_SECOND, KILO_BITS_PER_SECOND, GIGA_BYTES, MEGA_BYTES, NORMALIZED, STRING, SEC, MIN, DAYS, KB, MB, GB, MBPS, GHZ, RATIO, WORD, MICROSECONDS, HEALTH, HOURS, NANOSECONDS. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.