The designateclient.cli.diagnostics
Module¶
-
class
designateclient.cli.diagnostics.
PingCommand
(app, app_args, cmd_name=None)[source]¶ Bases:
designateclient.cli.base.GetCommand
Ping a service on a given host
-
execute
(parsed_args)[source]¶ Execute something, this is since we overload self.take_action() in order to format the data
This method __NEEDS__ to be overloaded!
Parameters: parsed_args – The parsed args that are given by take_action()
-
log
= <Logger designateclient.cli.diagnostics.PingCommand (WARNING)>¶
-