heat.api.openstack.v1.events module

class heat.api.openstack.v1.events.EventController(options)[source]

Bases: object

WSGI controller for Events in Heat v1 API.

Implements the API actions.

REQUEST_SCOPE = 'events'
index(req, identity, resource_name=None)[source]

Lists summary information for all events.

show(req, identity, resource_name, event_id)[source]

Gets detailed information for an event.

heat.api.openstack.v1.events.create_resource(options)[source]

Events resource factory method.

heat.api.openstack.v1.events.format_event(req, event, keys=None)[source]