getHttpClient()->get( sprintf('/api/servers/%s', $this->getServer()->uuid) ); } catch (TransferException $exception) { throw new DaemonConnectionException($exception); } return json_decode($response->getBody()->__toString(), true); } }