f72337be60
Use https where possible now that docs.o.o and developer.o.o use https. Change-Id: I1f2f18383765a2c32b729b1d8fe0ce5486b19838
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="https://developer.openstack.org/api-ref.html">API Complete Reference</a>
|
|
<a href="https://developer.openstack.org/api-ref/baremetal/">Bare Metal API Reference</a>
|
|
<a href="https://developer.openstack.org/api-ref/block-storage/v2/">Block Storage API v2.0 Reference</a>
|
|
<a href="https://developer.openstack.org/api-ref/block-storage/v1/">Block Storage API v1.0 Reference</a>
|
|
<a href="https://developer.openstack.org/api-ref/compute/">Compute API v2 Reference</a>
|
|
<a href="https://developer.openstack.org/api-ref/data-protection/v1/">Data Protection Orchestration API v1 Reference</a>
|
|
<a href="https://developer.openstack.org/api-ref/identity/v3">Identity API v3 Reference</a>
|
|
<a href="https://developer.openstack.org/api-ref/identity/v2">Identity API v2.0 Reference</a>
|
|
<a href="https://developer.openstack.org/api-ref/networking/v2">Networking API v2.0 Reference</a>
|
|
<a href="https://developer.openstack.org/api-ref/image/v2">Image Service API v2 Reference</a>
|
|
<a href="https://developer.openstack.org/api-ref/image/v1">Image Service API v1 Reference</a>
|
|
<a href="https://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="https://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="https://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="/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 %}
|