Hostnet OpenStack Cloud API

No ''Hostnet Wiki''
Pārlēkt uz: navigācija, meklēt

Hostnet OpenStack Cloud provide REST API to automate and scale your applications.

Hostnet OpenStack Cloud are based on OpenStack services. Right now we provide core services:

+------------+--------------+
| Name       | Type         |
+------------+--------------+
| keystone   | identity     |
| nova       | compute      |
| cinder     | volume       |
| neutron    | network      |
| glance     | image        |
| designate  | dns          |
+------------+--------------+

Endpoints for each of services you can find Hostnet OpenStack Cloud API Endpoints

We provide base API examples using CURL command line tool:

  1. Hostnet OpenStack Cloud Compute API
  2. Hostnet OpenStack Cloud Volume API
  3. Hostnet OpenStack Cloud Network API

OpenStack services have powerfull python client SDK's, also SDK for other languages, some of them you can find here: https://wiki.openstack.org/wiki/SDKs

OpenStack servises also have powerfull command line tool - https://docs.openstack.org/admin-guide/cli.html