AlertConfigApiResponse

AlertConfigApiResponse
AlertConfigApiResponse
JSON Example
{
    "count": 0,
    "results": [
        {
            "_last_modified": "string",
            "action_group_ref": "string",
            "alert_rule": {
                "conn_app_log_rule": {
                    "filter_action": "string",
                    "filter_string": "string"
                },
                "event_match_filter": "string",
                "metrics_rule": [
                    {
                        "duration": 0,
                        "metric_id": "string",
                        "metric_threshold": {
                            "comparator": "string",
                            "threshold": 0
                        }
                    }
                ],
                "operator": "string",
                "sys_event_rule": [
                    {
                        "event_details": [
                            {
                                "comparator": "string",
                                "event_details_key": "string",
                                "event_details_value": "string"
                            }
                        ],
                        "event_id": "string",
                        "not_cond": false
                    }
                ]
            },
            "autoscale_alert": false,
            "category": "string",
            "configpb_attributes": {
                "version": 0
            },
            "description": "string",
            "enabled": false,
            "expiry_time": 0,
            "name": "string",
            "obj_uuid": "string",
            "object_type": "string",
            "recommendation": "string",
            "rolling_window": 0,
            "source": "string",
            "summary": "string",
            "tenant_ref": "string",
            "threshold": 0,
            "throttle": 0,
            "url": "string",
            "uuid": "string"
        }
    ],
    "next": "string"
}
integer As int32 As int32
count
Required

count

results
Required

results

string
next
Optional

next

Returned By