Ceilometer API call for events information
I'm making API call into ceilometer (Juno release) to get information about Openstack events. I don't seem to get any information about the source of the event - instance id or resource id or entity id of the resource on which the event originated. GET v2/events does not return this information. It returns only the following -
{ "traits": [ { "type": "string", "name": "service", "value": "identity.contrail300" } ], "generated": "2016-08-05T15:31:48.412000", "message_id": "142b72b7-79ee-4945-9233-3c8875fd77b1", "event_type": "identity.authenticate"
Any idea how can get more information about each event, especially the resource id?
Thanks, Jay