The heat.api.openstack.v1.events Module

The 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(controller, req, tenant_id, **kwargs)[source]

Lists summary information for all events.

show(controller, req, tenant_id, **kwargs)[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]
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.