SDKs and APIs 编辑
Several SDKs and APIs are available with this release. To access the SDKs and APIs, go to Build anything with Citrix. From there, select Citrix Workspace to access programming information for Citrix Virtual Apps and Desktops and its related components.
Note:
The Citrix Virtual Apps and Desktops SDK and the Citrix Group Policy SDK can be installed as a module or a snap-in. Several component SDKs (such as Citrix Licensing, Citrix Provisioning, and StoreFront) install using only a snap-in.
This product supports PowerShell versions 3 through 5.
Citrix Virtual Apps and Desktops SDK
This SDK installs automatically as a PowerShell module when you install a Delivery Controller or Studio. This enables you to use this SDK’s cmdlets without having to add snap-ins. (Instructions are provided below if you choose to install this SDK as a snap-in.)
Permissions
You must run the shell or script using an identity that has Citrix administration rights. Although members of the local administrators group on the Controller automatically have full administrative privileges to allow Citrix Virtual Apps or Citrix Virtual Desktops to be installed, Citrix recommends that for normal operation, you create Citrix administrators with the appropriate rights, rather than use the local administrators account.
Access and run the cmdlets
- Start a shell in PowerShell: Open Studio, select the PowerShell tab, and then click Launch PowerShell.
- To use SDK cmdlets within scripts, set the execution policy in PowerShell. For information about PowerShell execution policy, see the Microsoft documentation.
If you want to use the snap-in (rather than the module), add the snap-in using the
Add-PSSnapin
(orasnp
) cmdlet.V1 and V2 denote the version of the snap-in. XenDesktop 5 snap-ins are version 1. Citrix Virtual Apps and Desktops, and earlier XenDesktop 7 version snap-ins are version 2. For example, to install Citrix Virtual Apps and Desktops snap-in, type
Add-PSSnapin Citrix.ADIdentity.Admin.V2
. To import all the cmdlets, type:Add-PSSnapin Citrix.*.Admin.V*
You can now use the cmdlets and help files.
- To access the help files for this SDK, select the product or component in the Categories list, and then select Citrix Virtual Apps and Desktops SDK.
- For PowerShell guidance, see Windows PowerShell Integrated Scripting Environment (ISE).
Group Policy SDK
The Citrix Group Policy SDK enables you to display and configure Group Policy settings and filters. This SDK uses a PowerShell provider to create a virtual drive that corresponds to the machine and user settings and filters. The provider appears as an extension to New-PSDrive
.
To use the Group Policy SDK, either Studio or the Citrix Virtual Apps and Desktops SDK must be installed.
The Citrix Group Policy PowerShell provider is available as a module or a snap-in.
- To use the module, no additional work is needed.
- To add the snap-in, type
Add-PSSnapin citrix.common.grouppolicy
.
To access help, type: help New-PSDrive -path localgpo:/
.
To create a virtual drive and load it with settings, type New-PSDrive <Standard Parameters> [-PSProvider] CitrixGroupPolicy -Controller <string>
where the Controller string is the fully qualified domain name of a Controller in the site you want to connect to and load settings from.
Citrix Virtual Apps and Desktops REST APIs
With Citrix Virtual Apps and Desktops REST APIs, you can automate the management of resources within a Citrix Virtual Apps and Desktops deployment.
The Citrix Virtual Apps and Desktops REST APIs are available at https://developer.cloud.com/citrixworkspace/citrix-daas-rest-apis/docs/citrix-virtual-apps-and-desktops-apis. APIs not applicable to Citrix Virtual Apps and Desktops are marked accordingly. Follow the guidance there to configure access to the API service and use the APIs to manage and optimize your resources.
Monitor Service OData
The Monitor API allows access to the Monitor Service data using Version 3 or 4 of the OData API. You can create customized monitoring and reporting dashboards based on data queried from the Monitor Service data. OData V.4 is based on the ASP.NET Web API and supports aggregation queries.
For more information, see the Monitor Service OData API.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论