The WebAPI of Mentix supports of mesh data via an HTTP endpoint.
The WebAPI exporter exposes the plain Mentix data via an HTTP endpoint.
The endpoint where the mesh data can be queried.
[http.services.mentix.exporters.webapi]
endpoint = "/data"
Whether the endpoint requires authentication.
[http.services.mentix.exporters.webapi]
is_protected = true
A list of all enabled connectors for the exporter.
[http.services.mentix.exporters.webapi]
enabled_connectors = ["gocdb"]