DataSift\Storyplayer\HostLib\Blackboxes::runCommandAgainstHostManager PHP Method

runCommandAgainstHostManager() public method

public runCommandAgainstHostManager ( stdClass $groupDef, string $command ) : CommandResult
$groupDef stdClass
$command string
return DataSift\Storyplayer\CommandLib\CommandResult
    public function runCommandAgainstHostManager($groupDef, $command)
    {
        throw new E5xx_ActionFailed(__METHOD__, "unsupported operation");
    }