Skip to content
This repository has been archived by the owner on Mar 26, 2019. It is now read-only.
Kurt Garloff edited this page May 30, 2016 · 1 revision

OTC Tools

otc tools is a simple shell script that uses curl/jq to pass REST API calls to OpenTelekomCloud. It uses both native OpenStack API calls as well as OTC specific calls.

It can be useful in (at least) two ways:

  • It can be used as an example to be studied to understand how you could program your own API tools.
  • It can be used as a stop gap measure where the OpenStack API support currently falls short (we are working on this!)

Note that there also is a more comprehensive Java tool (maintenance mode, Depricated directory) available. The strategy however is to create a python tool (python-otcclient) that can be used both as a standalone tool (with similar syntax as this tool and the Java tool) or as a plugin to python-openstackclient.

Feedback

  • Please send email to the authors (that you can find near the top of the otc file)
  • Pull requests are always welcome!
Clone this wiki locally