@olivierlambert can you close this thread?
XO Team
Developers of Xen Orchestra
Posts
-
RE: REST API create_vm returns task URL that doesn't exist?
This is normal, as the
tasks
endpoints are in the old REST API (undocumented by Swagger).
We are gradually migrating to the new REST API to document all endpoints. -
RE: REST API create_vm returns task URL that doesn't exist?
Hello @DevFlint.
/rest/v0/tasks/:id
exists. It's not yet documented in Swagger, but it does exist.FYI, "actions" endpoint are specific.
They can be executed asynchronously (which is what you're currently doing). In this case, a task is returned and needs to be monitored. Use/rest/v0/tasks/:id
for this.
You can also execute your action synchronously by usingsync=true
as a query parameter. In this case, the VM ID will be returned in response.This should normally be documented in Swagger. If it's not clear in the documentation, we can improve it
-
RE: REST API create_vm returns task URL that doesn't exist?
@DevFlint the https://XOA_URL/rest/v0/tasks endpoint exists, but it's not yet documented through swagger
you should be able to add ?sync=true to the url to get the immediate result, but it can fail with a timeout if the creation takes too much time ( for example : migrating a big template )
-
RE: XO Community edition backups dont work as of build 6b263
found it , there was not one, but 2 bugs
albeit small they were putting the xo backup in a incorrect state
the fix is here, and will be merged as soon as possible and then released as a patch for xoa users
https://github.com/vatesfr/xen-orchestra/pull/8780really thank you everyone for the information
-
RE: XO6 Possible Issue with Lock Sidebar Button
@kagbasi-ngc sorry I am a bit busy for now, but feel free to write in this thread
-
RE: Graph in v0.12.0 (48bf9)
@ph7 good new, we also have a fix on tooltip overflow!
https://github.com/vatesfr/xen-orchestra/pull/8779 -
RE: Graph in v0.12.0 (48bf9)
@ph7 Thanks! We are doing a fix at least for timestamp https://github.com/vatesfr/xen-orchestra/pull/8778
-
RE: XO6 Possible Issue with Lock Sidebar Button
@kagbasi-ngc you are welcome, don't hesitate if you have other thingd to report!