Hey all,
I posted a discussion yesterday that included this question as well. But as i was able to figure out all other parts and this is the one that I can't figure out I posted a new discussion.
Hope thats ok
every single time I call cloud client with parameters from UI (even in same session) it keeps logging in (even though it says persistent). example:
(the parts in RED are messing up my output (can't parse the result after it) and it's unnecessary. are there any switches or any ways I get the results without cloudclient loggin in every time and desplaying java.version?
cloudclient.bat vra catalog list --format JSON
java.version
CloudClient is logging in vRealize Automation with persisted session
vRA 7.0 login: [ACTIVE], session: [ACTIVE], sessionKey=[default], user=[me], server=[https://myserver], tenant=[vsphere.local]
CloudClient is logging in IaaS with persisted session
IaaS Model Manager login: [ACTIVE], session: [ACTIVE], sessionKey=[default], user=[me], server=[myserver]
CloudClient is logging in vRealize Orchestrator with persisted session
VCO login: [ACTIVE], session: [ACTIVE], sessionKey=[default], user=[administrator@vsphere.local], server=[myserver]
[ {
"callbacks" : null,
invoke the same command again: Any way to skip the whole red output???
cloudclient.bat vra catalog list --format JSON
java.version
CloudClient is logging in vRealize Automation with persisted session
vRA 7.0 login: [ACTIVE], session: [ACTIVE], sessionKey=[default], user=[me], server=[https://myserver], tenant=[vsphere.local]
CloudClient is logging in IaaS with persisted session
IaaS Model Manager login: [ACTIVE], session: [ACTIVE], sessionKey=[default], user=[me], server=[myserver]
CloudClient is logging in vRealize Orchestrator with persisted session
VCO login: [ACTIVE], session: [ACTIVE], sessionKey=[default], user=[administrator@vsphere.local], server=[myserver]
[ {
"callbacks" : null,
Thanks for any help!
kalli