#CAPTION#
getConnections
--------------

Get list of all connections from a given component.
#END#

#LUA#
.. code-block:: lua

  # not available

#END#

#PYTHON#
.. code-block:: python

  # not available

#END#

#CAPI#
.. code-block:: c

  oms_status_enu_t oms_getConnections(const char* cref, oms_connection_t*** connections);

#END#

#DESCRIPTION#
#END#
