The nova.api.openstack.compute.server_diagnostics Module

class ServerDiagnostics(extension_info)

Bases: nova.api.openstack.extensions.V21APIExtensionBase

Allow Admins to view server diagnostics through server action.

alias = 'os-server-diagnostics'
get_controller_extensions()
get_resources()
name = 'ServerDiagnostics'
version = 1
class ServerDiagnosticsController

Bases: nova.api.openstack.wsgi.Controller

index(*args, **kwargs)
wsgi_actions = {}
wsgi_extensions = []

Previous topic

The nova.api.openstack.compute.security_groups Module

Next topic

The nova.api.openstack.compute.server_external_events Module

Project Source

This Page