Info
Version: | 6.5.0 |
Author(s): | Citrix Developer |
Last Update: | Sunday, August 2, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://xenserver.org/partners/developing-products-for-xenserver.html |
NuGet Url: | https://www.nuget.org/packages/CitrixXenServer65SDK |
Install
Install-Package CitrixXenServer65SDK
dotnet add package CitrixXenServer65SDK
paket add CitrixXenServer65SDK
CitrixXenServer65SDK Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
XenServer includes a XML-RPC based API, providing programmatic access to the extensive set of XenServer management features and tools. The XenServer API can be called from a remote system as well as local to the XenServer host. Remote calls are generally made securely over HTTPS, using port 443.
There are five SDKs available, one for each of C, C#, Java, PowerShell, and Python. These are provided under an open-source license (LGPL or GPL with the common linking exception).
This allows use (unmodified) in both closed-and open-source applications.