Skip to content
Snippets Groups Projects
To learn more about this project, read the wiki.
index.rst 907 B

Inventory Provider

Documentation for Inventory Provider. This service acts as a single point of truth for information about the GÉANT network, exposed by a Flask-based web service.

The webservice communicates with clients over HTTP. Responses to valid requests are returned as JSON messages. The server will therefore return an error unless application/json is in the Accept request header field.

HTTP communication and JSON grammar details are beyond the scope of this document. Please refer to [RFC 2616](https://tools.ietf.org/html/rfc2616) and www.json.org for more details.