From dfae2f11c8e7d04c33901d52442946a50768d950 Mon Sep 17 00:00:00 2001 From: John Bowdre <61015723+jbowdre@users.noreply.github.com> Date: Tue, 14 Jun 2022 08:50:42 -0500 Subject: [PATCH] Update vraLogin.js --- Orchestrator/Actions/com.virtuallypotato.utility/vraLogin.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Orchestrator/Actions/com.virtuallypotato.utility/vraLogin.js b/Orchestrator/Actions/com.virtuallypotato.utility/vraLogin.js index 425ab0e..d769f1f 100644 --- a/Orchestrator/Actions/com.virtuallypotato.utility/vraLogin.js +++ b/Orchestrator/Actions/com.virtuallypotato.utility/vraLogin.js @@ -16,4 +16,5 @@ request.setHeader("Content-Type", "application/json"); var response = request.execute(); var token = JSON.parse(response.contentAsString).cspAuthToken; System.debug("Created vRA API session: " + token); + return token;