The watcherclient.v1.audit_template_shell Module

class watcherclient.v1.audit_template_shell.CreateAuditTemplate(app, app_args, cmd_name=None)[source]

Bases: watcherclient.common.command.ShowOne

Create new audit template.

get_parser(prog_name)[source]
log = <logging.Logger object at 0x7f5c3e4df7d0>
take_action(parsed_args)[source]
class watcherclient.v1.audit_template_shell.DeleteAuditTemplate(app, app_args, cmd_name=None)[source]

Bases: watcherclient.common.command.Command

Delete audit template command.

get_parser(prog_name)[source]
log = <logging.Logger object at 0x7f5c3e4dfbd0>
take_action(parsed_args)[source]
class watcherclient.v1.audit_template_shell.ListAuditTemplate(app, app_args, cmd_name=None)[source]

Bases: watcherclient.common.command.Lister

List information on retrieved audit templates.

get_parser(prog_name)[source]
log = <logging.Logger object at 0x7f5c3e4df5d0>
take_action(parsed_args)[source]
class watcherclient.v1.audit_template_shell.ShowAuditTemplate(app, app_args, cmd_name=None)[source]

Bases: watcherclient.common.command.ShowOne

Show detailed information about a given audit template.

get_parser(prog_name)[source]
log = <logging.Logger object at 0x7f5c3e4df410>
take_action(parsed_args)[source]
class watcherclient.v1.audit_template_shell.UpdateAuditTemplate(app, app_args, cmd_name=None)[source]

Bases: watcherclient.common.command.ShowOne

Update audit template command.

get_parser(prog_name)[source]
log = <logging.Logger object at 0x7f5c3e4df9d0>
take_action(parsed_args)[source]

Previous topic

The watcherclient.v1.audit_template Module

Next topic

The watcherclient.v1.client Module

Project Source

This Page