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]
log = <logging.Logger object at 0x7f5c3ee25bd0>
take_action(parsed_args)[source]
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]
log = <logging.Logger object at 0x7f5c3ee25fd0>
take_action(parsed_args)[source]
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]
log = <logging.Logger object at 0x7f5c3ee259d0>
take_action(parsed_args)[source]
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]
log = <logging.Logger object at 0x7f5c3ee25750>
take_action(parsed_args)[source]
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]
log = <logging.Logger object at 0x7f5c3ee25dd0>
take_action(parsed_args)[source]

Previous topic

The watcherclient.v1.audit Module

Next topic

The watcherclient.v1.audit_template Module

Project Source

This Page