diff --git a/apricot/docs/apricot_http_service.md b/apricot/docs/apricot_http_service.md index a9a0cc01..15dd91a9 100644 --- a/apricot/docs/apricot_http_service.md +++ b/apricot/docs/apricot_http_service.md @@ -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://:/inventory/flps` or `http://:/inventory/flps/text` * `http://:/inventory/detectors//flps` or `http://:/inventory/detectors//flps/text` To retrieve as JSON: + * `http://:/inventory/flps/json` * `http://:/inventory/detectors//flps/json`