Bennett Blodinger
f71c708183
docs: Updated API docs formatting
...
* Ignore docs/
* Fix indenentation
YAML's pretty strict
* Remove static anchor names
Markdown does this automatically for us
* Tabelize entities
* Remove tildes
They don't do anything
* Renamed to index.md
* Remove backticks for headings
* Switch output format
text -> json
* renamed to index.md
* Removed `top` links
Cause TOC generation problems. A theme-wide `top` button would be more
appropriate
* Use [TOC]
Automatically generates everything
* Wrapped routes in backticks
* Moved logs around a bit
* Revert already pulled commits
2017-08-21 13:24:22 +01:00
Neil Lathwood
fc2041caaf
api: Added api routes for eventlog, syslog, alertlog, authlog ( #7071 )
2017-07-27 19:56:38 +01:00
Tony Murray
52fabcb770
api: Add search by os to list_devices ( #6861 )
2017-06-19 19:49:43 +02:00
Tony Murray
4ab358501d
api: API allow cidr network searches of the ARP table ( #6378 )
...
* api: API allow cidr network searches of the ARP table
* Allow non-encoded / in request
I also noticed that all is allowed to be called without device, which the sql query does not support.
2017-04-07 21:05:46 +01:00
Neil Lathwood
014682b60b
api: Added new route for multiport bit graphs + asn list_bgp filter ( #6129 )
...
* api: Added new route for multiport bit graphs + asn list_bgp filter
* fixed scrut errors
2017-03-12 21:17:09 -05:00
Mark Hughes
dc41c0eae1
api: Expose ports in API requests for bills ( #6069 )
...
* Expose ports in API requests for bills
2017-03-03 20:40:15 +00:00
Neil Lathwood
bbc7d71cf9
some small updates ( #6022 )
2017-02-27 14:39:02 +00:00
gilrim
1c9cbc42f5
api: Add ability to return all device info for get_devices_by_group() ( #5971 )
...
* Changed GetDevicesFromGroup to output all columns if is defined in url
2017-02-22 09:37:40 +00:00
gilrim
8b401fd05b
api: Added the ability to list devices by location in the api ( #5693 )
...
* Adding location based filter for api-device calls
* I agree to the conditions of the Contributor Agreement contained in doc/General/Contributing.md.
* configured linting etc, now pr should pass
* rebase and add entry to docs
2017-02-08 21:57:15 +00:00
William George
7240741b69
web: Added IP and port calls to API
2017-02-07 09:46:09 +00:00
Neil Lathwood
6df39b9bbd
api: Added support for retrieving health information and graphs #5399 ( #5446 )
2017-01-19 10:09:20 +00:00
Neil Lathwood
32668026a7
api: Added support for updating multiple device table fields in one call #4954 ( #5033 )
2016-11-26 20:55:24 +00:00
Neil Lathwood
37126ba09f
Updated api docs formatting
2016-09-22 22:36:55 +01:00
nerdalertdk
8924e954c4
Missing variable in services api call
...
fix: Missing variable in services api call
2016-08-27 14:46:54 +01:00
nerdalertdk
8973a78664
Update API-Docs.md ( #4218 )
2016-08-26 13:40:05 +01:00
nerdalertdk
cd7cf30c00
services docs
2016-08-26 12:01:33 +02:00
Neil Lathwood
383c50b4f4
Updated docs to have source to use for edit github ( #4185 )
...
* Added source link for edit on github
* Updated formatting issues
* Updated formatting issues
* Updated formatting issues
2016-08-24 08:12:20 +01:00
Tony Murray
1482e6e0a9
Update docs
2016-08-07 20:28:53 -05:00
laf
0b8f06efa3
Added support for searching for arp entry
2016-06-27 14:48:07 +01:00
laf
78204f3971
Added api call for ipsec tunnels
2016-04-22 13:41:38 +00:00
jnewell
0e6093abfc
Added device/port_stack API endpoint. Updated documentation
2016-04-05 14:25:45 -07:00
Aaron Daniels
9706a85454
- Added add, edit and delete API calls for components.
...
- Added documentation for the new calls.
2016-03-30 17:16:14 +10:00
Jameson Finney
437d1fc40c
Removed extra spaces from ends of lines.
2016-01-30 21:06:58 -05:00
Aaron Daniels
6492b887e9
Merge branch 'master' of https://github.com/adaniels21487/librenms into issue-1650
2016-01-14 06:10:31 +10:00
laf
a35f6d8c7a
Added group support for Oxidized
2016-01-10 19:45:54 +00:00
Rosiak
c3ce59124e
Fix some spellings.
2016-01-07 23:02:18 +01:00
Aaron Daniels
6286d7cb6a
Merge branch 'master' of https://github.com/adaniels21487/librenms into issue-1650
...
Conflicts:
html/api_v0.php
html/includes/api_functions.inc.php
2015-12-22 11:16:54 +10:00
Daniel Preussker
c276cc5ec4
Merge pull request #2611 from laf/issue-2451
...
Added new API calls to support device groups
2015-12-20 17:35:27 +00:00
laf
d8095707b2
Added flag to get_graph_by_port_hostname() API call to switch port look up to use ifDescr
2015-12-19 19:10:18 +00:00
Aaron Daniels
c63b7119cb
Device Components.
...
The purpose of this feature is to provide a framework for discovery modules to store
information in the database, without needing to add new tables for each feature.
This Feature provides:
- A database structure to store data.
- An API to store and retrieve data from the database.
- Integration to the LibreNMS APIv0.
- Ability to disable/ignore components.
- Default alerting rules.
- The API returns $COMPONENT[$device_id][$component_id] to allow pulling of data for multiple devices.
The intent is to be able to create 'Applications' the consolidate data from applications covering multiple devices.
- Added some developer documentation
2015-12-14 07:52:03 +10:00
laf
a73a997edc
Added API call for listing devices by groups
2015-12-12 13:47:44 +00:00
laf
62b4c21a12
Added API calls for device groups
2015-12-12 12:58:07 +00:00
laf
977cdd558d
Added API route to update devices columns in DB
2015-12-08 22:53:52 +00:00
PandaWawawa
d1bda9ce1f
Doc added
2015-10-08 17:44:43 +02:00
PandaWawawa
6e1d546dad
Add the state filter on the alert list documentation
2015-10-08 14:41:19 +02:00
laf
3ac8ffc70f
Extended support for list devices to support mac/ipv4 and ipv6 filtering
2015-08-23 11:57:56 +00:00
laf
715f2a19b3
Updated billing features within API + docs
2015-08-03 14:41:35 +00:00
laf
f5d02ab18d
Added API to feed into Oxidized
2015-05-07 00:32:58 +01:00
Søren Rosiak
9da3efe091
Include hostname in alerts_list API command
...
- Include hostname in alerts_list API command
- Update API docs
2015-04-19 13:28:58 +02:00
Daniel Preussker
a236c2d12a
Merge pull request #627 from laf/issue-laf-148
...
Updated adding devices for distributed poller
2015-03-23 16:29:32 +00:00
laf
28724cbae1
Added inventory endpoint to API
2015-03-23 15:15:05 +00:00
laf
ab82effa3b
Updated adding devices for distributed poller
2015-03-19 22:06:13 +00:00
laf
a2366cad2d
Updated docs including adding code standards doc
2015-03-01 13:57:31 +00:00
Neil Lathwood
9c716caf2c
Updating docs for RTD
2015-01-10 01:32:46 +00:00
Neil Lathwood
91e40a91ce
Updated document structure
2015-01-10 01:32:46 +00:00