summaryrefslogtreecommitdiff
path: root/doc/notification_samples/compute-exception.json
blob: ae43783c9a90a7a4472573200cc03c2d06cba5ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "event_type": "compute.exception",
    "payload": {
        "nova_object.data": {
            "exception": "AggregateNameExists",
            "exception_message": "Aggregate versioned_exc_aggregate already exists.",
            "function_name": "_aggregate_create_in_db",
            "module_name": "nova.objects.aggregate",
            "traceback": "Traceback (most recent call last):\n  File \"nova/compute/manager.py\", line ..."
        },
        "nova_object.name": "ExceptionPayload",
        "nova_object.namespace": "nova",
        "nova_object.version": "1.1"
    },
    "priority": "ERROR",
    "publisher_id": "nova-api:fake-mini"
}