Skip to content

Latest commit

 

History

History
91 lines (64 loc) · 2.18 KB

index.rst

File metadata and controls

91 lines (64 loc) · 2.18 KB

Riverbed SteelScript for Python

Welcome, this is the documentation for Riverbed SteelScript for Python. The core SteelScript is a collection of Python modules that build upon REST APIs and other interfaces to interact with Riverbed appliances and software.

Quick Start

If you already have pip, just run the following (in a virtualenv):

$ pip install steelscript
$ steel install

Not sure about pip, but you know you have Python?

  1. Download :download:`steel_bootstrap.py`

  2. Run it (in a virtualenv):

    $ python steel_bootstrap.py install
    

SteelScript SteelHead

The SteelScript SteelHead offers a set of interfaces to control and work with a SteelHead appliance. It comes pre-configured with a couple of example scripts showing how to interact with a SteelHead appliance using interfaces provided in this package.

Once you have the base steelscript package installed, getting started is just one command away:

$ steel install --steelhead

For more details, see the :doc:`complete documentation <steelhead/overview>`.

Documentation

License

This Riverbed SteelScript for Python documentation is provided "AS IS" and without any warranty or indemnification. Any sample code or scripts included in the documentation are licensed under the terms and conditions of the MIT License. See the :doc:`license` page for more information.

.. toctree::
   :hidden:
   :numbered:
   :maxdepth: 3

   install/toc
   steel
   common/toc
   netprofiler/toc
   appresponse/toc
   steelhead/toc
   scc/toc
   cmdline/toc