Updating docs for RTD

This commit is contained in:
Neil Lathwood
2015-01-10 00:23:25 +00:00
parent 91e40a91ce
commit 9c716caf2c
2 changed files with 31 additions and 55 deletions

View File

@@ -1,35 +1,36 @@
- API
<a name="top"></a>
- [`structure`](#api-structure)
- [`versioning`](#api-versioning)
- [`token`](#api-tokens)
- [`end-points`](#api-end_points)
- [`input`](#api-input)
- [`output`](#api-output)
- [`Structure`](#api-structure)
- [`Versioning`](#api-versioning)
- [`token`](#api-tokens)
- [`end-points`](#api-end_points)
- [`input`](#api-input)
- [`output`](#api-output)
- [`endpoints`](#api-endpoints)
- [`devices`](#api-devices)
- [`del_device`](#api-route-2)
- [`get_device`](#api-route-3)
- [`get_graphs`](#api-route-5)
- [`get_graph_generic_by_hostname`](#api-route-6)
- [`get_port_graphs`](#api-route-7)
- [`get_port_stats_by_port_hostname`](#api-route-8)
- [`get_graph_by_port_hostname`](#api-route-9)
- [`list_devices`](#api-route-10)
- [`add_device`](#api-route-11)
- [`routing`](#api-routing)
- [`list_bgp`](#api-route-1)
- [`switching`](#api-switching)
- [`get_vlans`](#api-route-4)
- [`alerts`](#api-alerts)
- [`get_alert`](#api-route-12)
- [`ack_alert`](#api-route-13)
- [`list_alerts`](#api-route-14)
- [`rules`](#api-rules)
- [`get_alert_rule`](#api-route-15)
- [`delete_rule`](#api-route-16)
- [`list_alert_rules`](#api-route-17)
- [`add_rule`](#api-route-18)
- [`edit_rule`](#api-route-19)
- [`devices`](#api-devices)
- [`del_device`](#api-route-2)
- [`get_device`](#api-route-3)
- [`get_graphs`](#api-route-5)
- [`get_graph_generic_by_hostname`](#api-route-6)
- [`get_port_graphs`](#api-route-7)
- [`get_port_stats_by_port_hostname`](#api-route-8)
- [`get_graph_by_port_hostname`](#api-route-9)
- [`list_devices`](#api-route-10)
- [`add_device`](#api-route-11)
- [`routing`](#api-routing)
- [`list_bgp`](#api-route-1)
- [`switching`](#api-switching)
- [`get_vlans`](#api-route-4)
- [`alerts`](#api-alerts)
- [`get_alert`](#api-route-12)
- [`ack_alert`](#api-route-13)
- [`list_alerts`](#api-route-14)
- [`rules`](#api-rules)
- [`get_alert_rule`](#api-route-15)
- [`delete_rule`](#api-route-16)
- [`list_alert_rules`](#api-route-17)
- [`add_rule`](#api-route-18)
- [`edit_rule`](#api-route-19)
Describes the API structure.