The watcherclient.v1.goal_shell Module

class watcherclient.v1.goal_shell.ListGoal(app, app_args, cmd_name=None)[source]

Bases: watcherclient.common.command.Lister

List information on retrieved goals.

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

Bases: watcherclient.common.command.ShowOne

Show detailed information about a given goal.

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

Previous topic

The watcherclient.v1.goal Module

Next topic

The watcherclient.v1.metric_collector Module

Project Source

This Page