in core/kibana.py [0:0]
def status(self): url = f"{self.url}/api/status" res = self.session.get(url) res.raise_for_status() return res.json()