简体   繁体   English

以编程方式启动Xendesktop ICA会话

[英]Launching Xendesktop ICA session programmatically

I want to programmatically launch xendesktop and see whether it is launched or not for monitoring purposes.I understand that if somehow I can get the ica file then passing that ica file to ica client can solve my problem. 我想以编程方式启动xendesktop并查看其是否出于监视目的而启动。我知道,如果可以某种方式获取ica文件,则将该ica文件传递给ica客户端可以解决我的问题。 I read that citrix has ICO API but I am not able to use it to launch my desktop. 我读到citrix具有ICO API,但无法使用它启动桌面。 Can someone pls throw some light on this? 有人可以对此有所启发吗?

Thanks in advance 提前致谢

ICO API in real-world scenarios is not enough. 现实情况下的ICO API还远远不够。 You need to get your VDI address from StoreFront API https://github.com/citrix/storefront-sdk . 您需要从StoreFront API https://github.com/citrix/storefront-sdk获取您的VDI地址。 Here you can download the whole ICA file and just launch it. 在这里,您可以下载整个ICA文件并启动它。 I'm downloading it, modifying to run windowed and then just run ICA. 我正在下载它,修改它以运行窗口,然后仅运行ICA。 Windows do the rest. Windows完成其余的工作。 The other possibility is to download ICA using StoreFront API, get Address from there and connect to the machine using this Address. 另一种可能性是使用StoreFront API下载ICA,从那里获取地址,然后使用该地址连接到计算机。 It's actually IP and port for your VDI desktop. 它实际上是VDI桌面的IP和端口。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM