The nova.api.openstack.compute.instance_actions
Module¶
-
class
InstanceActions
(extension_info)¶ Bases:
nova.api.openstack.extensions.V21APIExtensionBase
View a log of actions and events taken on an instance.
-
alias
= 'os-instance-actions'¶
-
get_controller_extensions
()¶ It’s an abstract function V21APIExtensionBase and the extension will not be loaded without it.
-
get_resources
()¶
-
name
= 'InstanceActions'¶
-
version
= 1¶
-
-
class
InstanceActionsController
¶ Bases:
nova.api.openstack.wsgi.Controller
-
index
(*args, **kwargs)¶ Returns the list of actions recorded for a given instance.
-
show
(*args, **kwargs)¶ Return data about the given instance action.
-
versioned_methods
= {'_get_instance': [<nova.api.openstack.versioned_method.VersionedMethod object at 0x7ff1e2f31890>, <nova.api.openstack.versioned_method.VersionedMethod object at 0x7ff1e2f31f90>]}¶
-
wsgi_actions
= {}¶
-
wsgi_extensions
= []¶
-