Get running tunnels for a given user: /rest/v1/:userId/tunnels (GET)
array
public function getTunnels() { return $this->execute('GET', $this->userId . '/tunnels'); }