Skip to content
Snippets Groups Projects
Commit dfe377fe authored by Erik Reid's avatar Erik Reid
Browse files

additional text in /poller/services docstring

parent e60052e5
No related branches found
No related tags found
No related merge requests found
......@@ -711,13 +711,19 @@ def gws_direct():
@common.require_accepts_json
def get_services(service_type=None):
"""
Handler for `/poller/services/type`.
Handler for `/poller/services/service_type`.
The response will be formatted according to the following schema:
.. asjson::
inventory_provider.routes.poller.SERVICES_LIST_SCHEMA
A few possible values for `service_type` are (currently): gws_internal,
geant_ip, geant_lambda, l3_vpn, md_vpn_proxy (there are more)
If the endpoint is called with no `service_type`,
all services are returned
:return:
"""
def _services():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment