cs3api
Configuration for the CS3API of the Mentix service
The CS3API exporter exposes Mentix data in a format that is compliant with the CS3API ProviderInfo
structure via an HTTP endpoint.
endpoint string /cs3
The endpoint where the mesh data can be queried.
[http.services.mentix.exporters.cs3api]
endpoint = "/data"
is_protected bool false
Whether the endpoint requires authentication.
[http.services.mentix.exporters.cs3api]
is_protected = true
enabled_connectors []string *
A list of all enabled connectors for the exporter.
[http.services.mentix.exporters.cs3api]
enabled_connectors = ["gocdb"]
elevated_service_types []string [GATEWAY,OCM,WEBDAV]
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"]
Last modified November 10, 2021: Mentix service inference (#2251) (3621cd06)