The watcherclient.v1.action_shell Module

class watcherclient.v1.action_shell.ListAction(app, app_args, cmd_name=None)[source]

Bases: watcherclient.common.command.Lister

List information on retrieved actions.

get_parser(prog_name)[source]
log = <logging.Logger object at 0x7f5c3f6c6090>
take_action(parsed_args)[source]
class watcherclient.v1.action_shell.ShowAction(app, app_args, cmd_name=None)[source]

Bases: watcherclient.common.command.ShowOne

Show detailed information about a given action.

get_parser(prog_name)[source]
log = <logging.Logger object at 0x7f5c3f6c6490>
take_action(parsed_args)[source]

Previous topic

The watcherclient.v1.action_plan_shell Module

Next topic

The watcherclient.v1.audit Module

Project Source

This Page