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. - 
log= <logging.Logger object>¶
 
- 
- 
class watcherclient.v1.audit_template_shell.DeleteAuditTemplate(app, app_args, cmd_name=None)[source]¶
- Bases: - watcherclient.common.command.Command- Delete audit template command. - 
log= <logging.Logger object>¶
 
- 
- 
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. - 
log= <logging.Logger object>¶
 
- 
- 
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. - 
log= <logging.Logger object>¶
 
-