curl --request GET \
--url https://{tenant}.chronosphere.io/api/v1/config/log-scale-alerts/{slug} \
--header 'API-Token: <api-key>'{
"log_scale_alert": {
"name": "<string>",
"alert_type": "STANDARD",
"created_at": "2023-11-07T05:31:56Z",
"description": "<string>",
"disabled": true,
"log_scale_action_slugs": [
"<string>"
],
"log_scale_query": "level = ERROR | severity > 3 | count(as=numErrors) | numErrors > 500",
"repository": "<string>",
"run_as_user": "<string>",
"slug": "<string>",
"tags": [
"<string>"
],
"throttle_field": "<string>",
"throttle_secs": 123,
"time_window_secs": "3600",
"updated_at": "2023-11-07T05:31:56Z"
}
}curl --request GET \
--url https://{tenant}.chronosphere.io/api/v1/config/log-scale-alerts/{slug} \
--header 'API-Token: <api-key>'{
"log_scale_alert": {
"name": "<string>",
"alert_type": "STANDARD",
"created_at": "2023-11-07T05:31:56Z",
"description": "<string>",
"disabled": true,
"log_scale_action_slugs": [
"<string>"
],
"log_scale_query": "level = ERROR | severity > 3 | count(as=numErrors) | numErrors > 500",
"repository": "<string>",
"run_as_user": "<string>",
"slug": "<string>",
"tags": [
"<string>"
],
"throttle_field": "<string>",
"throttle_secs": 123,
"time_window_secs": "3600",
"updated_at": "2023-11-07T05:31:56Z"
}
}