Skip to content

Commit

Permalink
[docs] Make it look right in Mkdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
teo committed Dec 7, 2023
1 parent a933c0d commit 6d3f8cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apricot/docs/apricot_http_service.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ The default port is `32188`.
To retrieve the information needed regarding FLPs, use the following urls in a web browser or with `curl` or `wget`.

To retrieve as plain text:

* `http://<apricot-host>:<port>/inventory/flps` or `http://<apricot-host>:<port>/inventory/flps/text`
* `http://<apricot-host>:<port>/inventory/detectors/<detector>/flps` or `http://<apricot-host>:<port>/inventory/detectors/<detector>/flps/text`

To retrieve as JSON:

* `http://<apricot-host>:<port>/inventory/flps/json`
* `http://<apricot-host>:<port>/inventory/detectors/<detector>/flps/json`

Expand Down

0 comments on commit 6d3f8cb

Please sign in to comment.