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

class ServerDiagnosticsController

Bases: object

index(req, server_id)
class ServerDiagnosticsTemplate

Bases: nova.api.openstack.xmlutil.TemplateBuilder

construct()
class Server_diagnostics(ext_mgr)

Bases: nova.api.openstack.extensions.ExtensionDescriptor

Allow Admins to view server diagnostics through server action.

alias = 'os-server-diagnostics'
get_resources()
name = 'ServerDiagnostics'
namespace = 'http://docs.openstack.org/compute/ext/server-diagnostics/api/v1.1'
updated = '2011-12-21T00:00:00+00:00'

Previous topic

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

Next topic

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

This Page