From bf1c61c2cfb6fbb616682b363ea57223b67880a9 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Thu, 16 Aug 2018 22:50:25 +0200 Subject: [PATCH] bump api version --- tests/auto/api.json | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/tests/auto/api.json b/tests/auto/api.json index 1563bd43..db87fb1f 100644 --- a/tests/auto/api.json +++ b/tests/auto/api.json @@ -462,11 +462,12 @@ } }, "JSONRPC.IsCloudConnected": { - "description": "Check whether the cloud is currently connected.", + "description": "Check whether the cloud is currently connected. \"connected\" will be true whenever connectionState equals CloudConnectionStateConnected and is deprecated. Please use the connectionState value instead.", "params": { }, "returns": { - "connected": "Bool" + "connected": "Bool", + "connectionState": "$ref:CloudConnectionState" } }, "JSONRPC.KeepAlive": { @@ -506,6 +507,19 @@ "enabled": "Bool" } }, + "JSONRPC.SetupCloudConnection": { + "description": "Sets up the cloud connection by deploying a certificate and its configuration.", + "params": { + "certificatePEM": "String", + "endpoint": "String", + "privateKey": "String", + "publicKey": "String", + "rootCA": "String" + }, + "returns": { + "success": "Bool" + } + }, "JSONRPC.SetupRemoteAccess": { "description": "Setup the remote connection by providing AWS token information. This requires the cloud to be connected.", "params": {