mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
API docs. Uses XML/XSLT generation system originally by Abhinandan Prateek (I think). CSS updates from Jessica Tomechak. gen_toc.py and build script changes by me.
53 lines
2.3 KiB
XML
53 lines
2.3 KiB
XML
<?xml version="1.0"?>
|
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
version="1.0">
|
|
<xsl:output method="html" doctype-public="-//W3C//DTD HTML 1.0 Transitional//EN"/>
|
|
<xsl:template match="/">
|
|
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<link rel= "stylesheet" href="includes/main.css" type="text/css" />
|
|
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
|
|
|
|
<title>CloudStack | The Power Behind Your Cloud</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="insidetopbg">
|
|
<div id="inside_wrapper">
|
|
<div class="uppermenu_panel">
|
|
<div class="uppermenu_box"></div>
|
|
</div>
|
|
|
|
<div id="main_master">
|
|
<div id="inside_header">
|
|
<div class="header_top">
|
|
<a class="cloud_logo" href="http://cloudstack.org"></a>
|
|
<div class="mainemenu_panel">
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
<div id="main_content">
|
|
|
|
<div class="inside_apileftpanel">
|
|
<div class="inside_contentpanel" style="width:930px;">
|
|
<!-- Modify this line for the release version -->
|
|
<h1>CloudStack API Documentation (v2.2.13 - 2.2.14)</h1>
|
|
<div class="apiannouncement_box">
|
|
<div class="apiannouncement_contentarea">
|
|
<h3>Using the CloudStack API</h3>
|
|
<p>For information about how the APIs work, and tips on how to use them, see the
|
|
<a href="http://docs.cloud.com/CloudStack_Documentation/Developer's_Guide%3A_CloudStack">Developer's Guide</a>.</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="api_leftsections">
|
|
<h3>%API_HEADER%</h3>
|
|
<span>Commands available through the developer API URL and the integration API URL.</span>
|
|
<div class="api_legends">
|
|
<p><span class="api_legends_async">(A)</span> implies that the command is asynchronous.</p>
|
|
<p>(*) implies element has a child.</p>
|
|
</div>
|