ApplicationMessage

ApplicationMessage
ApplicationMessage

Application change information over databus.

JSON Example
{
    "status": "string",
    "deleted_at": 0,
    "info": {
        "entity_id": "string",
        "entity_type": "string",
        "name": "string",
        "created_by": "string",
        "creation_time": 0,
        "last_modified_by": "string",
        "last_modified_time": 0,
        "source": "string",
        "tiers": [
            {
                "entity_id": "string",
                "entity_type": "string",
                "name": "string",
                "members": [
                    {
                        "entity_id": "string",
                        "entity_type": "string",
                        "vendor_infos": [
                            {
                                "vendor_ids": [
                                    {
                                        "id_type": "string",
                                        "id_value": "string"
                                    }
                                ],
                                "manager": {
                                    "entity_id": "string",
                                    "entity_type": "VirtualMachine"
                                }
                            }
                        ]
                    }
                ]
            }
        ]
    }
}
string
status
Optional

status

Possible values are : CREATE, UPDATE, DELETE,
integer As int64 As int64
deleted_at
Optional

deleted_at

info
Optional

info