The watcherclient.v1.audit_shell Module

The watcherclient.v1.audit_shell Module

class watcherclient.v1.audit_shell.CreateAudit(app, app_args, cmd_name=None)[source]

Bases: watcherclient.common.command.ShowOne

Create new audit.

get_parser(prog_name)[source]

Return an argparse.ArgumentParser.

log = <Logger watcherclient.v1.audit_shell.CreateAudit (WARNING)>
take_action(parsed_args)[source]

Return a two-part tuple with a tuple of column names and a tuple of values.

class watcherclient.v1.audit_shell.DeleteAudit(app, app_args, cmd_name=None)[source]

Bases: watcherclient.common.command.Command

Delete audit command.

get_parser(prog_name)[source]

Return an argparse.ArgumentParser.

log = <Logger watcherclient.v1.audit_shell.DeleteAudit (WARNING)>
take_action(parsed_args)[source]

Override to do something useful.

The returned value will be returned by the program.

class watcherclient.v1.audit_shell.ListAudit(app, app_args, cmd_name=None)[source]

Bases: watcherclient.common.command.Lister

List information on retrieved audits.

get_parser(prog_name)[source]

Return an argparse.ArgumentParser.

log = <Logger watcherclient.v1.audit_shell.ListAudit (WARNING)>
take_action(parsed_args)[source]

Return a tuple containing the column names and an iterable containing the data to be listed.

class watcherclient.v1.audit_shell.ShowAudit(app, app_args, cmd_name=None)[source]

Bases: watcherclient.common.command.ShowOne

Show detailed information about a given audit.

get_parser(prog_name)[source]

Return an argparse.ArgumentParser.

log = <Logger watcherclient.v1.audit_shell.ShowAudit (WARNING)>
take_action(parsed_args)[source]

Return a two-part tuple with a tuple of column names and a tuple of values.

class watcherclient.v1.audit_shell.UpdateAudit(app, app_args, cmd_name=None)[source]

Bases: watcherclient.common.command.ShowOne

Update audit command.

get_parser(prog_name)[source]

Return an argparse.ArgumentParser.

log = <Logger watcherclient.v1.audit_shell.UpdateAudit (WARNING)>
take_action(parsed_args)[source]

Return a two-part tuple with a tuple of column names and a tuple of values.

Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.