{
"error_record": {
"host_id": 0,
"action_log_id": 0,
"message": "string",
"alert_id": 0
}
}curl --location --request POST 'http://10.16.11.91:6012/sddc/v1/v1/error-records/' \
--header 'x-sddc-token: 78ce2df0c80e4b10a28c7779af4dc10f' \
--header 'Content-Type: application/json' \
--data-raw '{
"error_record": {
"host_id": 0,
"action_log_id": 0,
"message": "string",
"alert_id": 0
}
}'{
"error_record": {
"code": "string",
"alert_info": {
"alarm_id": "string",
"id": 0
},
"create": "2019-08-24T14:15:22Z",
"alert": {
"alarm_id": "string",
"id": 0
},
"host": {
"gateway_ips": "string",
"name": "string",
"up": true,
"numa_nodes": "string",
"admin_ip": "string",
"id": 0
},
"details": "string",
"message": "string",
"extra_data": {},
"id": 0,
"action_log": {
"action": "string",
"id": 0,
"resource_type": "string",
"resource_id": 0
}
}
}