heat.api.openstack.v1.resources module
updated: 2023-04-14 08:22
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.
-
REQUEST_SCOPE = 'resource'
-
index(req, identity)[source]
Lists information for all resources.
-
mark_unhealthy(req, identity, resource_name, body)[source]
Mark a resource as healthy or unhealthy.
-
metadata(req, identity, resource_name)[source]
Gets metadata information for a resource.
-
show(req, identity, resource_name)[source]
Gets detailed information for a resource.
-
signal(req, identity, resource_name, body=None)[source]
-
heat.api.openstack.v1.resources.create_resource(options)[source]
Resources resource factory method.
-
heat.api.openstack.v1.resources.format_resource(req, res, keys=None)[source]
updated: 2023-04-14 08:22