Skip to content
This repository has been archived by the owner on Feb 2, 2018. It is now read-only.

Commit

Permalink
Merge pull request #7 from ashcrow/clusters-doc
Browse files Browse the repository at this point in the history
doc: Added clusters endpoint.
  • Loading branch information
themurph committed Jan 22, 2016
2 parents 2bf3a8e + 11e242c commit b006654
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions doc/endpoints.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
REST Endpoints
==============

Clusters
--------
**Endpoint**: /api/v0/cluster/{IP}

GET
```
Retrieve a list of all clusters.

.. code-block:: javascript
[
string,...
]
Example
~~~~~~~

.. code-block:: javascript
[
"mycluster",
]
Host
----

Expand Down

0 comments on commit b006654

Please sign in to comment.