feat(xo-server/proxy.register): vmUuid parameter

This commit is contained in:
Julien Fontanet
2022-11-06 01:09:23 +01:00
parent be6233f12b
commit aa0b2ff93a
2 changed files with 7 additions and 1 deletions

View File

@@ -7,6 +7,8 @@
> Users must be able to say: “Nice enhancement, I'm eager to test it”
- [API] `proxy.register` accepts `vmUuid` parameter which can be used when not connected to the XAPI containing the XO Proxy VM
### Bug fixes
> Users must be able to say: “I had this issue, happy to know it's fixed”
@@ -30,6 +32,6 @@
<!--packages-start-->
- xo-web patch
- xo-server patch
- xo-server minor
<!--packages-end-->

View File

@@ -15,6 +15,10 @@ register.params = {
type: 'string',
optional: true,
},
vmUuid: {
type: 'string',
optional: true,
},
name: {
type: 'string',
optional: true,