We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76bbbe1 commit bef04cbCopy full SHA for bef04cb
src/aleph/sdk/client/vmclient.py
@@ -67,7 +67,7 @@ async def _generate_pubkey_signature_header(self) -> str:
67
68
def create_payload(self, vm_id: str, operation: str) -> Dict[str, str]:
69
path = (
70
- f"/logs/{vm_id}"
+ f"/control/machine/logs/{vm_id}"
71
if operation == "logs"
72
else f"/control/machine/{vm_id}/{operation}"
73
)
0 commit comments