OneQode Documentation
FeedbackSupportStatus
  • 👋Welcome
  • Compute
    • SSH keys
      • Create an SSH key
      • Add your SSH key
    • Instances
      • Create an instance
      • Control an instance
      • Delete an instance
      • Configurations / Flavors
    • Cloud-init
  • Storage
    • Images
      • Create an image
      • Create a snapshot
    • Local storage
    • Volumes
      • Automatically mount a volume
  • Network
    • Floating IPs
    • BGP Communities
  • API
    • API overview
    • Get an API key
    • Install the CLI client
    • Server quick start
  • Dedicated Servers
    • Installing an OS remotely
Powered by GitBook
On this page
  • Before you begin you will need:
  • A OneQode Cloud account
  • Python and PIP installed
  • jq installed

Was this helpful?

  1. API

API overview

OneQode Cloud Services (OCS) is built on OpenStack, so the API is entirely compatible with the Openstack API.

Before you begin you will need:

A OneQode Cloud account

If you don't have an account already, sign up here.

Python and PIP installed

sudo apt-get install python3 python3-pip

jq installed

Not required, but highly recommended. It is available in most package managers.

sudo apt-get install jq
PreviousBGP CommunitiesNextGet an API key

Last updated 2 years ago

Was this helpful?