watcherclient.v1.audit_template_shell module¶
-
class
watcherclient.v1.audit_template_shell.CreateAuditTemplate(app: cliff.app.App, app_args: Optional[argparse.Namespace], cmd_name: Optional[str] = None)[source]¶ Bases:
watcherclient.common.command.ShowOneCreate new audit template.
-
app_dist_name: Optional[str]¶
-
log= <Logger watcherclient.v1.audit_template_shell.CreateAuditTemplate (WARNING)>¶
-
-
class
watcherclient.v1.audit_template_shell.DeleteAuditTemplate(app: _app.App, app_args: Optional[argparse.Namespace], cmd_name: Optional[str] = None)[source]¶ Bases:
watcherclient.common.command.CommandDelete audit template command.
-
app_dist_name: Optional[str]¶
-
log= <Logger watcherclient.v1.audit_template_shell.DeleteAuditTemplate (WARNING)>¶
-
-
class
watcherclient.v1.audit_template_shell.ListAuditTemplate(app: cliff.app.App, app_args: Optional[argparse.Namespace], cmd_name: Optional[str] = None)[source]¶ Bases:
watcherclient.common.command.ListerList information on retrieved audit templates.
-
app_dist_name: Optional[str]¶
-
log= <Logger watcherclient.v1.audit_template_shell.ListAuditTemplate (WARNING)>¶
-
-
class
watcherclient.v1.audit_template_shell.ShowAuditTemplate(app: cliff.app.App, app_args: Optional[argparse.Namespace], cmd_name: Optional[str] = None)[source]¶ Bases:
watcherclient.common.command.ShowOneShow detailed information about a given audit template.
-
app_dist_name: Optional[str]¶
-
log= <Logger watcherclient.v1.audit_template_shell.ShowAuditTemplate (WARNING)>¶
-
-
class
watcherclient.v1.audit_template_shell.UpdateAuditTemplate(app: cliff.app.App, app_args: Optional[argparse.Namespace], cmd_name: Optional[str] = None)[source]¶ Bases:
watcherclient.common.command.ShowOneUpdate audit template command.
-
app_dist_name: Optional[str]¶
-
log= <Logger watcherclient.v1.audit_template_shell.UpdateAuditTemplate (WARNING)>¶
-