
From: ShaoHe Feng <shaohef@linux.vnet.ibm.com> Signed-off-by: ShaoHe Feng <shaohef@linux.vnet.ibm.com> --- docs/API.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/API.md b/docs/API.md index 9217a37..d4b7291 100644 --- a/docs/API.md +++ b/docs/API.md @@ -111,6 +111,10 @@ the following general conventions: **Actions (POST):** +* setticket: set a ticket for VM, only the one get the ticket can access this VM. + * password *(optional)*: the password of ticket. + * expire *(optional)*: the ticket is invalid when expire, default is 30 + seconds. * start: Power on a VM * poweroff: Power off a VM forcefully. Note this action may produce undesirable results, for example unflushed disk cache in the guest. -- 1.9.0