source + title + severity:meta.is_duplicate: true), andcurl --location 'https://api.sigtake.com/api/ingest' \
--header 'X-Api-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"title": "High CPU on web-01",
"severity": "info",
"source": "datadog-agent",
"payload": {},
"team_code": "PAY"
}'{
"data": {
"id": 0,
"tenant_id": 0,
"team_id": 0,
"api_key_id": 0,
"title": "string",
"severity": "critical",
"status": "firing",
"source": "string",
"fingerprint": "string",
"occurrence_count": 0,
"last_seen_at": "2019-08-24T14:15:22.123Z",
"payload": {
"property1": "string",
"property2": "string"
},
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z",
"resolved_at": "2019-08-24T14:15:22.123Z"
},
"meta": {
"is_duplicate": true,
"occurrence_count": 1
}
}