watcherclient.v1.audit_shell module¶
-
class
watcherclient.v1.audit_shell.
CreateAudit
(app: cliff.app.App, app_args: Optional[argparse.Namespace], cmd_name: Optional[str] = None)[source]¶ Bases:
watcherclient.common.command.ShowOne
Create new audit.
-
app_dist_name
: Optional[str]¶
-
log
= <Logger watcherclient.v1.audit_shell.CreateAudit (WARNING)>¶
-
-
class
watcherclient.v1.audit_shell.
DeleteAudit
(app: _app.App, app_args: Optional[argparse.Namespace], cmd_name: Optional[str] = None)[source]¶ Bases:
watcherclient.common.command.Command
Delete audit command.
-
app_dist_name
: Optional[str]¶
-
log
= <Logger watcherclient.v1.audit_shell.DeleteAudit (WARNING)>¶
-
-
class
watcherclient.v1.audit_shell.
ListAudit
(app: cliff.app.App, app_args: Optional[argparse.Namespace], cmd_name: Optional[str] = None)[source]¶ Bases:
watcherclient.common.command.Lister
List information on retrieved audits.
-
app_dist_name
: Optional[str]¶
-
log
= <Logger watcherclient.v1.audit_shell.ListAudit (WARNING)>¶
-
-
class
watcherclient.v1.audit_shell.
ShowAudit
(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.
-
app_dist_name
: Optional[str]¶
-
log
= <Logger watcherclient.v1.audit_shell.ShowAudit (WARNING)>¶
-
-
class
watcherclient.v1.audit_shell.
UpdateAudit
(app: cliff.app.App, app_args: Optional[argparse.Namespace], cmd_name: Optional[str] = None)[source]¶ Bases:
watcherclient.common.command.ShowOne
Update audit command.
-
app_dist_name
: Optional[str]¶
-
log
= <Logger watcherclient.v1.audit_shell.UpdateAudit (WARNING)>¶
-