AnomalyData

AnomalyData
AnomalyData
JSON Example
{
    "anomaly_context": {
        "ema_context": {
            "average": "number",
            "deviation": "number",
            "max_std_dev": "number",
            "normal_high": "number",
            "normal_low": "number",
            "prediction": "number",
            "prediction_interval_high": "number",
            "prediction_interval_low": "number",
            "std_dev": "number"
        },
        "ewma_context": {
            "average": "number",
            "deviation": "number",
            "max_std_dev": "number",
            "normal_high": "number",
            "normal_low": "number",
            "prediction": "number",
            "prediction_interval_high": "number",
            "prediction_interval_low": "number",
            "std_dev": "number"
        },
        "hw_at_as_context": {
            "deviation": "number",
            "level": "number",
            "prediction": "number",
            "prediction_interval_high": "number",
            "prediction_interval_low": "number",
            "trend": "number"
        },
        "hw_at_ms_context": {
            "deviation": "number",
            "level": "number",
            "prediction": "number",
            "prediction_interval_high": "number",
            "prediction_interval_low": "number",
            "trend": "number"
        },
        "prediction_interval_high": "number",
        "prediction_interval_low": "number"
    },
    "anomaly_model": "string",
    "entity_uuid": "string",
    "obj_id": "string",
    "obj_id_type": "string",
    "pool_uuid": "string",
    "priority": "string",
    "timestamp": "string",
    "value": "number"
}
anomaly_context
Optional

anomaly_context

string
anomaly_model
Optional

Deprecated. Enum options - EXPONENTIAL_MOVING_AVG, EXPONENTIAL_WEIGHTED_MOVING_AVG, HOLTWINTERS_AT_AS, HOLTWINTERS_AT_MS. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.

string
entity_uuid
Optional

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

string
obj_id
Optional

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

string
obj_id_type
Optional
Constraints: default: METRICS_OBJ_ID_TYPE_SERVER

Object ID type. Enum options - METRICS_OBJ_ID_TYPE_VIRTUALSERVICE, METRICS_OBJ_ID_TYPE_SERVER, METRICS_OBJ_ID_TYPE_POOL, METRICS_OBJ_ID_TYPE_SERVICEENGINE, METRICS_OBJ_ID_TYPE_VIRTUALMACHINE, METRICS_OBJ_ID_TYPE_CONTROLLER, METRICS_OBJ_ID_TYPE_TENANT, METRICS_OBJ_ID_TYPE_CLUSTER, METRICS_OBJ_ID_TYPE_SE_INTERFACE. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.

string
pool_uuid
Optional

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

string
priority
Optional

Enum options - ANZ_PRIORITY_HIGH, ANZ_PRIORITY_MEDIUM, ANZ_PRIORITY_LOW. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.

string
timestamp
Required

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

number As double As double
value
Required

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