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 0x7f53f1f59d50>
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 0x7f53f283af90>
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 0x7f53f1f59850>
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 0x7f53f1f59150>
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 0x7f53f1f59e90>
take_action(parsed_args)[source]

Previous topic

The watcherclient.v1.audit_template Module

Next topic

The watcherclient.v1.client Module

This Page