Skip to content

Commit

Permalink
F OpenNebula/one#6430: Refactor API section
Browse files Browse the repository at this point in the history
Refactor:
* XML-RPC API
* Ruby OpenNebula Cloud API
* Python OpenNebul Cloud API
* Java OpenNebula Cloud API
* Go OpenNebula Cloud API
* OneFlow Server API
* OneGate API
* Using Hooks

Signed-off-by: Victor Hansson <[email protected]>
  • Loading branch information
vichansson committed Jul 11, 2024
1 parent 11f86f9 commit e75ff4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ The OneFlow configuration file can be found in ``/etc/one/oneflow-server.conf``

In the default configuration, the OneFlow server will only listen to requests coming from ``localhost`` (which is enough to control OneFlow over Sunstone running on the same host). If you want to control OneFlow over API/CLI remotely, you need to change ``:host`` parameter in ``/etc/one/oneflow-server.conf`` to a public IP of your Front-end host or to ``0.0.0.0`` (to work on all IP addresses configured on Host).

.. _oneflow_conf_sunstone:

Configure Sunstone
------------------

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ OneFlow Specification

The OpenNebula OneFlow API is a RESTfull service to create, control and monitor services composed of interconnected Virtual Machines with deployment dependencies between them. Each group of Virtual Machines is deployed and managed as a single entity, and is completely integrated with the advanced OpenNebula user and group management. There are two kind of resources; services templates and services. All data is sent and received as JSON.

This guide is intended for developers. The OpenNebula distribution includes a :ref:`cli <cli>` to interact with OneFlow and it is also fully integrated in the :ref:`Sunstone GUI <appflow_configure>`.
This guide is intended for developers. The OpenNebula distribution includes a :ref:`cli <cli>` to interact with OneFlow and it is also fully integrated in the :ref:`Sunstone GUI <oneflow_conf_sunstone>`.

Authentication & Authorization
================================================================================
Expand Down

0 comments on commit e75ff4c

Please sign in to comment.