The openstack_dashboard.api.rest.heat ModuleΒΆ

API for the heat service.

class openstack_dashboard.api.rest.heat.Services(**kwargs)[source]

Bases: django.views.generic.base.View

API for heat services.

get(request, *args, **kw)[source]

Get a list of heat services.

url_regex = 'heat/services/$'
class openstack_dashboard.api.rest.heat.Validate(**kwargs)[source]

Bases: django.views.generic.base.View

API for validating a template

post(request, *args, **kw)[source]

Validate a template

The following parameters may be passed in the POST application/json object. The parameters are: request:

Parameters:template_url – The template to validate
url_regex = 'heat/validate/$'

Previous topic

The openstack_dashboard.api.base Module

Next topic

The openstack_dashboard.api.rest.neutron Module

Project Source

This Page