Update the description of VM define endpoint
This commit is contained in:
parent
8295e2089d
commit
df4d437d31
|
@ -1985,7 +1985,7 @@ class API_VM_Root(Resource):
|
||||||
@Authenticator
|
@Authenticator
|
||||||
def post(self, reqargs):
|
def post(self, reqargs):
|
||||||
"""
|
"""
|
||||||
Create a new virtual machine
|
Define/create a new virtual machine
|
||||||
---
|
---
|
||||||
tags:
|
tags:
|
||||||
- vm
|
- vm
|
||||||
|
@ -2143,8 +2143,10 @@ class API_VM_Element(Resource):
|
||||||
@Authenticator
|
@Authenticator
|
||||||
def post(self, vm, reqargs):
|
def post(self, vm, reqargs):
|
||||||
"""
|
"""
|
||||||
Create new {vm}
|
Define/create a new virtual machine
|
||||||
|
|
||||||
Note: The name {vm} is ignored; only the "name" value from the Libvirt XML is used
|
Note: The name {vm} is ignored; only the "name" value from the Libvirt XML is used
|
||||||
|
|
||||||
This endpoint is identical to "POST /api/v1/vm"
|
This endpoint is identical to "POST /api/v1/vm"
|
||||||
---
|
---
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Reference in New Issue