Atšķirības starp "Hostnet OpenStack Cloud API" versijām

No ''Hostnet Wiki''
Pārlēkt uz: navigācija, meklēt
(Jauna lapa: 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: <sourc...)
 
 
25. rindiņa: 25. rindiņa:
  
 
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 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
 
OpenStack servises also have powerfull command line tool - https://docs.openstack.org/admin-guide/cli.html
  
 
[[Category:Hostnet OpenStack Cloud]]
 
[[Category:Hostnet OpenStack Cloud]]

Pašreizējā versija, 2017. gada 6. jūnijs, plkst. 15.33

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