{
"alert_infos": [
{
"resource_id": 0,
"alert_value": "string",
"alarm_id": "string",
"titles": {
"property1": "string",
"property2": "string"
},
"cluster_id": 0,
"descriptions": {
"property1": "string",
"property2": "string"
},
"extra_data": "string",
"data": "string"
}
]
}curl --location --request POST 'http://10.16.11.91:6012/sddc/v1/v1/alert-infos/' \
--header 'x-sddc-token: 78ce2df0c80e4b10a28c7779af4dc10f' \
--header 'Content-Type: application/json' \
--data-raw '{
"alert_infos": [
{
"resource_id": 0,
"alert_value": "string",
"alarm_id": "string",
"titles": {
"property1": "string",
"property2": "string"
},
"cluster_id": 0,
"descriptions": {
"property1": "string",
"property2": "string"
},
"extra_data": "string",
"data": "string"
}
]
}'{
"alert_infos": {
"total_count": 0,
"create_time": "2019-08-24T14:15:22Z",
"created_alerts": [
{
"status": "string",
"weight": 0,
"resource_id": 0,
"trigger_period": 0,
"cluster": {
"status": "string",
"type": "string",
"id": 0,
"fs_id": "string",
"name": "string"
},
"osp_cluster": {
"status": "string",
"type": "string",
"id": 0,
"fs_id": "string",
"name": "string"
},
"resource_name": "string",
"host": {
"gateway_ips": "string",
"name": "string",
"up": true,
"numa_nodes": "string",
"admin_ip": "string",
"id": 0
},
"id": 0,
"ack_time": "2019-08-24T14:15:22Z",
"group": "string",
"title": "string",
"data": {},
"create": "2019-08-24T14:15:22Z",
"extra_data": "string",
"type": "string",
"resolved": true,
"related_resources": [
{}
],
"alert_value": "string",
"description": {
"url_info": [
{
"url": "string",
"key": "string"
}
],
"summary": "string"
},
"advice": {
"url_info": [
{
"url": "string",
"key": "string"
}
],
"summary": "string"
},
"object": {
"url_info": [
{
"url": "string",
"key": "string"
}
],
"summary": "string"
},
"acked": true,
"reason": "string",
"resolve_time": "2019-08-24T14:15:22Z",
"level": "string",
"export_status": "string",
"trigger_mode": "string",
"alarm_id": "string",
"resolve_type": "string",
"resource_type": "string",
"trigger_value": "string"
}
]
}
}