17bfe6f7af
Recently, Block Storage APIs (v1 and v2) have been updated their own api-ref addresses, so the api-ref-guides should update with their new addresses. Change-Id: I6b1dbd63ee2cec52b7403f440e4e532f114f440b
64 lines
3.5 KiB
HTML
64 lines
3.5 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</a>
|
|
<a href="http://developer.openstack.org/api-ref/baremetal/">Bare Metal API Reference</a>
|
|
<a href="http://developer.openstack.org/api-ref/block-storage/v2/">Block Storage API v2.0 Reference</a>
|
|
<a href="http://developer.openstack.org/api-ref/block-storage/v1/">Block Storage API v1.0 Reference</a>
|
|
<a href="http://developer.openstack.org/api-ref/compute/">Compute API v2 Reference</a>
|
|
<a href="http://developer.openstack.org/api-ref/identity/v3">Identity API v3 Reference</a>
|
|
<a href="http://developer.openstack.org/api-ref/identity/v2">Identity API v2.0 Reference</a>
|
|
<a href="http://developer.openstack.org/api-ref/networking/v2">Networking API v2.0 Reference</a>
|
|
<a href="http://developer.openstack.org/api-ref/image/v2">Image Service API v2 Reference</a>
|
|
<a href="http://developer.openstack.org/api-ref/image/v1">Image Service API v1 Reference</a>
|
|
<a href="http://developer.openstack.org/api-ref/object-storage/">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="http://developer.openstack.org/api-guide/quick-start/">API Guide</a>
|
|
<a href="/user-guide/">OpenStack End User Guide (includes Python SDK)</a>
|
|
<a href="/cli-reference/">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="http://docs.openstack.org/contributor-guide/" 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 %}
|