python-cratonclient
latest
  • python-cratonclient
  • Installation
  • Contributing
  • Craton CLI User Guide
  • Python API User Guide
    • Authenticating to Craton
    • Communicating with Craton
    • Using the Clouds API
    • Using the Regions API
    • Using the Cells API
    • Using the Hosts API
    • Using the Devices API
    • Using the Projects API
  • Python API Reference Documentation
  • Fleet Management Service Specifications
python-cratonclient
  • Docs »
  • Python API User Guide
  • Edit on GitHub

Python API User GuideΒΆ

Once you have installed python-cratonclient, there are a few things you need to get started using the Python API:

  1. 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.

  2. You need your credentials

  3. You need the location of your Craton API service

This chapter of python-cratonclient’s documentation is broken down into chapters:

  • Authenticating to Craton
    • Craton Authentication
    • Keystone Authentication
  • Communicating with Craton
  • Using the Clouds API
    • Listing Clouds
    • Creating Clouds
    • Retrieving a Specific Cloud
    • Using a Cloud’s Variables
    • Updating a Cloud
    • Deleting a Cloud
  • Using the Regions API
    • Listing Regions
    • Creating Regions
    • Retrieving a Specific Region
    • Using a Region’s Variables
    • Updating a Region
    • Deleting a Region
  • Using the Cells API
    • Listing Cells
    • Creating Cells
    • Retrieving a Specific Cell
    • Using a Cell’s Variables
    • Updating a Cell
    • Deleting a Cell
  • Using the Hosts API
    • Listing Hosts
    • Creating Hosts
    • Retrieving a Specific Host
    • Using a Host’s Variables
    • Updating a Host
    • Deleting a Host
  • Using the Devices API
    • Listing Devices
  • Using the Projects API
    • Listing Projects
    • Creating Projects
    • Retrieving a Specific Project
    • Using a Project’s Variables
    • Updating a Project
    • Deleting a Project
Next Previous

© Copyright 2013, OpenStack Foundation. Revision adad8bdc.

Built with Sphinx using a theme provided by Read the Docs.