The nova.api.openstack.compute.contrib.instance_actions Module

class InstanceActionTemplate

Bases: nova.api.openstack.xmlutil.TemplateBuilder

construct()
class InstanceActionsController

Bases: nova.api.openstack.wsgi.Controller

index(req, server_id)

Returns the list of actions recorded for a given instance.

show(req, server_id, id)

Return data about the given instance action.

wsgi_actions = {}
wsgi_extensions = []
class InstanceActionsTemplate

Bases: nova.api.openstack.xmlutil.TemplateBuilder

construct()
class Instance_actions(ext_mgr)

Bases: nova.api.openstack.extensions.ExtensionDescriptor

View a log of actions and events taken on an instance.

alias = 'os-instance-actions'
get_resources()
name = 'InstanceActions'
namespace = 'http://docs.openstack.org/compute/ext/instance-actions/api/v1.1'
updated = '2013-02-08T00:00:00+00:00'
make_action(elem)
make_actions(elem)

Previous topic

The nova.api.openstack.compute.contrib.image_size Module

Next topic

The nova.api.openstack.compute.contrib.instance_usage_audit_log Module

This Page