curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/latest/incidents/incidents/v1/filter-values \
--header 'Authorization: <api-key>'{
"filtersValues": {
"assigneeWithCount": [
{
"assignee": "assignee",
"count": 10
}
],
"contextualLabels": {},
"displayLabels": {},
"metaLabelsOp": "FILTER_OPERATOR_OR_OR_UNSPECIFIED",
"metaLabelsWithCount": [
{
"count": 10,
"metaLabel": {
"key": "key",
"value": "value"
}
}
],
"severityWithCount": [
{
"count": 10,
"severity": "INCIDENT_SEVERITY_UNSPECIFIED"
}
],
"stateWithCount": [
{
"count": 10,
"state": "INCIDENT_STATE_UNSPECIFIED"
}
],
"statusWithCount": [
{
"count": 10,
"status": "INCIDENT_STATUS_UNSPECIFIED"
}
]
}
}No description available
curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/latest/incidents/incidents/v1/filter-values \
--header 'Authorization: <api-key>'{
"filtersValues": {
"assigneeWithCount": [
{
"assignee": "assignee",
"count": 10
}
],
"contextualLabels": {},
"displayLabels": {},
"metaLabelsOp": "FILTER_OPERATOR_OR_OR_UNSPECIFIED",
"metaLabelsWithCount": [
{
"count": 10,
"metaLabel": {
"key": "key",
"value": "value"
}
}
],
"severityWithCount": [
{
"count": 10,
"severity": "INCIDENT_SEVERITY_UNSPECIFIED"
}
],
"stateWithCount": [
{
"count": 10,
"state": "INCIDENT_STATE_UNSPECIFIED"
}
],
"statusWithCount": [
{
"count": 10,
"status": "INCIDENT_STATUS_UNSPECIFIED"
}
]
}
}API key authentication
Filter configuration for incidents
Show child attributes
Filter by application names
Filter by assignee
Filters all incidents that were open in the given timeframe end time (deprecated, use incident_open_range instead)
Indicates if the incident is muted
FILTER_OPERATOR_OR_OR_UNSPECIFIED, FILTER_OPERATOR_AND INCIDENT_SEVERITY_UNSPECIFIED, INCIDENT_SEVERITY_INFO, INCIDENT_SEVERITY_WARNING, INCIDENT_SEVERITY_ERROR, INCIDENT_SEVERITY_CRITICAL, INCIDENT_SEVERITY_LOW Filters all incidents that were open in the given timeframe start time (deprecated, use incident_open_range instead)
INCIDENT_STATE_UNSPECIFIED, INCIDENT_STATE_TRIGGERED, INCIDENT_STATE_RESOLVED INCIDENT_STATUS_UNSPECIFIED, INCIDENT_STATUS_TRIGGERED, INCIDENT_STATUS_ACKNOWLEDGED, INCIDENT_STATUS_RESOLVED Filter by subsystem names
Response containing available filter values for incidents
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
FILTER_OPERATOR_OR_OR_UNSPECIFIED, FILTER_OPERATOR_AND Show child attributes
10
Show child attributes
10
INCIDENT_SEVERITY_UNSPECIFIED, INCIDENT_SEVERITY_INFO, INCIDENT_SEVERITY_WARNING, INCIDENT_SEVERITY_ERROR, INCIDENT_SEVERITY_CRITICAL, INCIDENT_SEVERITY_LOW Was this page helpful?