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

index(controller, req, tenant_id, **kwargs)[source]

Lists summary information for all resources

show(controller, req, tenant_id, **kwargs)[source]

Gets detailed information for a stack

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]

This Page