X-Client-Key: ********************X-Timestamp: ********************X-Sign: ********************curl --location --request GET '/api/event/get?id=demo_1' \
--header 'X-Client-Key: <api-key>' \
--header 'X-Timestamp: <api-key>' \
--header 'X-Sign: <api-key>'{
"code": 0,
"msg": "OK",
"data": {
"id": "string",
"alert_id": "string",
"dedup_key": "string",
"routing_key": "string",
"title": "string",
"description": "string",
"severity": "string",
"source": "string",
"action": "string",
"links": [
{
"href": "string",
"text": "string"
}
],
"images": [
{
"src": "string",
"href": "string",
"alt": "string"
}
],
"component": "string",
"group": "string",
"class": "string",
"labels": {
"property1": "string",
"property2": "string"
},
"create_time": "string",
"update_time": "string",
"service_id": "string",
"start_time": "string",
"end_time": "string"
}
}