The CS3API exporter exposes Mentix data in a format that is compliant with the CS3API ProviderInfo
structure via an HTTP endpoint.
The endpoint where the mesh data can be queried.
[http.services.mentix.exporters.cs3api]
endpoint = "/data"
Whether the endpoint requires authentication.
[http.services.mentix.exporters.cs3api]
is_protected = true
A list of all enabled connectors for the exporter.
[http.services.mentix.exporters.cs3api]
enabled_connectors = ["gocdb"]
When processing additional endpoints of a service, any service type listed here will be elevated to a standalone service.
[http.services.mentix.exporters.cs3api]
elevated_service_types = ["METRICS", "WEBDAV"]