curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/5/incidents/filter-values/v1 \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"filter": {
"applicationName": [
"<string>"
],
"assignee": [
"<string>"
],
"contextualLabels": {},
"displayLabels": {},
"endTime": "2023-11-07T05:31:56Z",
"isMuted": true,
"metaLabels": [
{
"key": "key",
"value": "value"
}
],
"metaLabelsOp": "FILTER_OPERATOR_OR_OR_UNSPECIFIED",
"searchQuery": {
"contextualLabel": "<string>",
"query": "error"
},
"severity": [
"INCIDENT_SEVERITY_UNSPECIFIED"
],
"startTime": "2023-11-07T05:31:56Z",
"state": [
"INCIDENT_STATE_UNSPECIFIED"
],
"status": [
"INCIDENT_STATUS_UNSPECIFIED"
],
"subsystemName": [
"<string>"
]
}
}
'{
"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/5/incidents/filter-values/v1 \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"filter": {
"applicationName": [
"<string>"
],
"assignee": [
"<string>"
],
"contextualLabels": {},
"displayLabels": {},
"endTime": "2023-11-07T05:31:56Z",
"isMuted": true,
"metaLabels": [
{
"key": "key",
"value": "value"
}
],
"metaLabelsOp": "FILTER_OPERATOR_OR_OR_UNSPECIFIED",
"searchQuery": {
"contextualLabel": "<string>",
"query": "error"
},
"severity": [
"INCIDENT_SEVERITY_UNSPECIFIED"
],
"startTime": "2023-11-07T05:31:56Z",
"state": [
"INCIDENT_STATE_UNSPECIFIED"
],
"status": [
"INCIDENT_STATUS_UNSPECIFIED"
],
"subsystemName": [
"<string>"
]
}
}
'{
"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
Request to get available filter values for incidents
Filter configuration for incidents
Show child attributes
Response containing available filter values for incidents
Show child attributes
Was this page helpful?