(self)
| 64 | self.controlplane_api_url = "https://api.redpanda.com" |
| 65 | |
| 66 | def headers(self) -> dict[str, str]: |
| 67 | return {"Authorization": f"Bearer {self.token}"} |
| 68 | |
| 69 | def wait(self, result: dict[str, Any]) -> dict[str, Any]: |
| 70 | operation_id = result["operation"]["id"] |
no outgoing calls