LXD v. 4.11 Rest api:
What is the corresponding syntax to cli:
lxc copy localserver:inst1 remoteserver:inst2
which works independent of hosts being clustered or not.
Rest api:
POST (optional ?target=<member>
)
"source": {"type": "migration", // Can be: "image", "migration", "copy" or "none"
"mode": "pull", // "pull" and "push" is supported
It seems “?target=…” only accepting cluster members.
Is there a way to use the rest api? Where the two variables are supposed to be defined? source/target (non clustered!)