Skip to content

Commit

Permalink
Added a couple of links and a missing README.
Browse files Browse the repository at this point in the history
Signed-off-by: Konstantina Chremmou <[email protected]>
  • Loading branch information
kc284 committed Nov 6, 2023
1 parent fc93fef commit cf2a647
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
# XenServer SDK usage examples

This repository contains sample code for interacting with XenServer using the
XenServer SDK. The examples are provided as complete applications or scripts
which you can run on your server.
This repository contains sample code for interacting with [XenServer](https://www.xenserver.com/)
using the XenServer SDK. The examples are provided as complete applications
or scripts which you can run on your server.

Apart from the ready-to-run code, this repository contains also a number of tips
or walk-throughs that you may find useful when developing products for XenServer.

The content of this repository can be used as a companion to the
[XenServer SDK Guide](https://docs.xenserver.com/en-us/xenserver/8/developer/sdk-guide).

## Available languages

There are examples for each of the five programming or scripting languages of
Expand Down
2 changes: 1 addition & 1 deletion java/xen-api-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<packaging>jar</packaging>
<name>XenServer Java SDK Samples</name>
<description>Example integrations of XenServer SDK for Java.</description>
<url>https://www.citrix.com/community/citrix-developer/citrix-hypervisor-developer</url>
<url>https://docs.xenserver.com/en-us/xenserver/8/developer</url>
<organization>
<name>Cloud Software Group, Inc.</name>
<url>https://www.cloud.com</url>
Expand Down
5 changes: 5 additions & 0 deletions misc/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Development Tips

## Overview

- An example of how to retrieve and use [XenServer Operational Metrics](misc/using_rrd.md)

0 comments on commit cf2a647

Please sign in to comment.