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

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 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:00Z'

Previous topic

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

Next topic

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

Project Source

This Page