EndpointCommand: add rough status action

This commit is contained in:
Thomas Gelf 2017-01-24 11:09:37 +01:00
parent 8b483e7e84
commit ddd711e5e8
1 changed files with 4 additions and 0 deletions

View File

@ -12,4 +12,8 @@ use Icinga\Module\Director\Cli\ObjectCommand;
*/
class EndpointCommand extends ObjectCommand
{
public function statusAction()
{
print_r($this->api()->getStatus());
}
}