mirror of
https://github.com/jbowdre/vRealize.git
synced 2024-10-31 19:02:17 +00:00
Update vraLogin.js
This commit is contained in:
parent
5fe75ade56
commit
dfae2f11c8
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue