webapi
Configuration for the WebAPI of the Mentix service
The WebAPI of Mentix supports of mesh data via an HTTP endpoint.
The WebAPI exporter exposes the plain Mentix data via an HTTP endpoint.
endpoint string /sites
The endpoint where the mesh data can be queried.
[http.services.mentix.exporters.webapi]
endpoint = "/data"
is_protected bool false
Whether the endpoint requires authentication.
[http.services.mentix.exporters.webapi]
is_protected = true
enabled_connectors []string *
A list of all enabled connectors for the exporter.
[http.services.mentix.exporters.webapi]
enabled_connectors = ["gocdb"]
Last modified March 3, 2021: Site Accounts service for API keys (#1506) (8d4cf01f)