feat(xo-server/proxy.register): vmUuid parameter
This commit is contained in:
@@ -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-->
|
||||
|
||||
@@ -15,6 +15,10 @@ register.params = {
|
||||
type: 'string',
|
||||
optional: true,
|
||||
},
|
||||
vmUuid: {
|
||||
type: 'string',
|
||||
optional: true,
|
||||
},
|
||||
name: {
|
||||
type: 'string',
|
||||
optional: true,
|
||||
|
||||
Reference in New Issue
Block a user