
Most of the copy is duplicated except for the places where it matters. This allows for any page of this documentation to be page one. If someone only cares about using hosts first, they can go directly there and start listing hosts, creating them, etc. without much other prompting. Change-Id: Id621947af5d4c3ca53af24904f5f16d3d88bc8b8
31 lines
699 B
ReStructuredText
31 lines
699 B
ReStructuredText
=======================
|
|
Python API User Guide
|
|
=======================
|
|
|
|
Once you have installed ``python-cratonclient``, there are a few things you
|
|
need to get started using the Python API:
|
|
|
|
#. You need to know how to authenticate to the Craton API you wish to talk to
|
|
|
|
Some Craton API services will be deployed using Craton's in-built
|
|
authentication system while others may use Keystone.
|
|
|
|
#. You need your credentials
|
|
|
|
#. You need the location of your Craton API service
|
|
|
|
This chapter of python-cratonclient's documentation is broken down into
|
|
chapters:
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
authentication
|
|
supported-apis
|
|
clouds
|
|
regions
|
|
cells
|
|
hosts
|
|
devices
|
|
projects
|