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.ShowOne
Create 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.Command
Delete 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.Lister
List 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.ShowOne
Show 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.ShowOne
Update audit template command.
-
app_dist_name
: Optional[str]¶
-
log
= <Logger watcherclient.v1.audit_template_shell.UpdateAuditTemplate (WARNING)>¶
-