EntityMessage
EntityMessage
Entity change information over databus. example - ProblemEvent
AllOf
JSON Example
{
"id": "string",
"type": "string",
"specversion": "string",
"source": "string",
"message_group": "string",
"message_type": "string",
"status": "string",
"deleted_at": 0,
"data": {
"entity_id": "1000:104:12213212",
"name": "My Name",
"entity_type": "VirtualMachine"
}
}