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]

Previous topic

The heat.api.openstack.v1.build_info Module

Next topic

The heat.api.openstack.v1.resources Module

Project Source

This Page