1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
Python bindings to the OpenStack Workflow API
=============================================
This is a client for OpenStack Mistral API. There's a Python API
(the :mod:`mistralclient` module), and a command-line script
(installed as :program:`mistral`).
Using mistralclient
-------------------
.. toctree::
:maxdepth: 2
cli/cli_usage_with_openstack
cli/cli_usage_with_keycloak
cli/cli_usage_targeting_workflows
cli/cli_usage_source_execution
class_reference
For information about using the mistral command-line client, see
`Workflow service command-line client`_.
.. _Workflow service command-line client: https://docs.openstack.org/mistral/latest/cli/index.html
Python API Reference
--------------------
* `REST API Specification`_
.. _REST API Specification: https://docs.openstack.org/mistral/latest/api/v2.html
For Contributors
----------------
* If you are a new contributor to python-mistralclient please refer: :doc:`contributor/contributing`
.. toctree::
:hidden:
contributor/contributing
|