EndpointCommand: add rough status action
This commit is contained in:
parent
8b483e7e84
commit
ddd711e5e8
|
@ -12,4 +12,8 @@ use Icinga\Module\Director\Cli\ObjectCommand;
|
|||
*/
|
||||
class EndpointCommand extends ObjectCommand
|
||||
{
|
||||
public function statusAction()
|
||||
{
|
||||
print_r($this->api()->getStatus());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue