The heat.api.openstack.v1.resources ModuleΒΆ

class heat.api.openstack.v1.resources.ResourceController(options)[source]

Bases: object

WSGI controller for Resources in Heat v1 API Implements the API actions

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

Lists summary information for all resources

ResourceController.metadata(controller, req, tenant_id, **kwargs)[source]

Gets detailed information for a stack

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

Gets detailed information for a stack

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

Resources resource factory method.

heat.api.openstack.v1.resources.format_resource(req, res, keys=[])[source]

Previous topic

The heat.api.openstack.v1.util Module

Next topic

The heat.api.openstack.v1.stacks Module

This Page