e7f0776d72
Adjust links to new location of RST guide Change-Id: Id10006ef45969eafcb1fe60c559d9b3cacd4e36b
65 lines
3.6 KiB
HTML
65 lines
3.6 KiB
HTML
{% set scriptdir = '../common/js/' %}
|
|
{% set cssdir = '../common/css/' %}
|
|
{% extends "templates/base.tmpl" %}
|
|
{% block pagetitle %}API references{% endblock %}
|
|
{% block title %}API references{% endblock %}
|
|
{% block header %}
|
|
{% endblock header %}
|
|
{% block content %}
|
|
<!-- Begin Page Content -->
|
|
<div class="top-docs-wrapper">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-lg-8 col-md-8 col-sm-8">
|
|
<h1>OpenStack API Reference Documentation</h1>
|
|
<p>
|
|
This page contains documentation about the OpenStack API and how to use it.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="mid-docs-wrapper" id="docs-main-body">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-lg-12">
|
|
</div>
|
|
</div>
|
|
<div class="row docs-toc">
|
|
<div class="col-lg-6 col-md-6 col-sm-6">
|
|
<div class="docs-link-sections">
|
|
<h3><i class="fa fa-book"></i> API References</h3>
|
|
<a href="http://developer.openstack.org/api-ref.html">API Complete Reference (HTML)</a>
|
|
<a href="http://developer.openstack.org/api-ref-guides/bk-api-ref.pdf">API Complete Reference (PDF)</a>
|
|
<a href="http://developer.openstack.org/api-ref-blockstorage-v2.html">Block Storage API v2.0 Reference</a>
|
|
<a href="http://developer.openstack.org/api-ref-blockstorage-v1.html">Block Storage API v1.0 Reference</a>
|
|
<a href="http://developer.openstack.org/api-ref-compute-v2.html">Compute API v2 Reference</a>
|
|
<a href="http://developer.openstack.org/api-ref-identity-v3.html">Identity API v3 Reference</a>
|
|
<a href="http://developer.openstack.org/api-ref-identity-v2.html">Identity API v2.0 Reference</a>
|
|
<a href="http://developer.openstack.org/api-ref-networking-v2.html">Networking API v2.0 Reference</a>
|
|
<a href="http://developer.openstack.org/api-ref-image-v2.html">Image Service API v2 Reference</a>
|
|
<a href="http://developer.openstack.org/api-ref-image-v1.html">Image Service API v1 Reference</a>
|
|
<a href="http://developer.openstack.org/api-ref-objectstorage-v1.html">Object Storage API v1 Reference</a>
|
|
</div>
|
|
</div>
|
|
<div class="col-lg-6 col-md-6 col-sm-6">
|
|
<div class="docs-link-sections">
|
|
<h3><i class="fa fa-cloud"></i> User Guides</h3>
|
|
<a href="/api/quick-start/content/">API Quick Start</a>
|
|
<a href="/user-guide/">End User Guide (includes Python SDK)</a>
|
|
<a href="/user-guide-admin/">Admin User Guide</a>
|
|
<a href="/cli-reference/content/">Command-Line Interface Reference</a>
|
|
<a href="http://developer.openstack.org">Open source software for application development</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="row docs-contribute-wrapper">
|
|
<div class="col-lg-12">
|
|
<p>Documentation treated like code, powered by the community - interested?</p>
|
|
<a href="https://wiki.openstack.org/wiki/Documentation/HowTo" class="overview-btn contribute-btn">How To Contribute <i class="fa fa-chevron-right"></i></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- End Page Content -->
|
|
{% endblock content %}
|