curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/3/alerts/alerts-general/v3/filter-option-counts \
--header 'Authorization: <api-key>'{
"counts": {
"enabledCounts": [
{
"count": 25,
"enabled": true
}
],
"entityLabelCounts": [
{
"count": 28,
"labelKey": "environment",
"labelValue": "production"
}
],
"priorityCounts": [
{
"count": 15
}
],
"statusCounts": [
{
"count": 15
}
],
"typeCounts": [
{
"count": 42
}
]
}
}Returns counts for different filter options based on the provided filters
Requires the following permissions:
alerts:ReadConfigcurl --request GET \
--url https://api.coralogix.com/mgmt/openapi/3/alerts/alerts-general/v3/filter-option-counts \
--header 'Authorization: <api-key>'{
"counts": {
"enabledCounts": [
{
"count": 25,
"enabled": true
}
],
"entityLabelCounts": [
{
"count": 28,
"labelKey": "environment",
"labelValue": "production"
}
],
"priorityCounts": [
{
"count": 15
}
],
"statusCounts": [
{
"count": 15
}
],
"typeCounts": [
{
"count": 42
}
]
}
}Documentation Index
Fetch the complete documentation index at: https://docs.coralogix.com/llms.txt
Use this file to discover all available pages before exploring further.
API key authentication
Filter configuration for counting filter options
Show child attributes
Response containing counts for different filter options
Counts for different filter options
Show child attributes
Was this page helpful?