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

EventController.REQUEST_SCOPE = 'events'
EventController.index(controller, req, tenant_id, **kwargs)[source]

Lists summary information for all events

EventController.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.software_deployments Module

This Page