try
            {
                $ch = curl_init();
                curl_setopt($ch, CURLOPT_URL, $this->host . ':' . $this->port . '/consumers/' . $this->source . '/instances/' . $this->source . '/records');
                curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);