Get Raygun config

Returns Raygun configuration for the current Itential Platform instance. Used by the UI at startup to initialize Raygun RUM and crash reporting. Returns null values for unconfigured properties.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Response

Raygun configuration for the current IAP instance.
apiKeystring or null
Raygun API key. Null if Raygun is not configured.
tenantstring or null
Customer tenant name for instance tagging.
namespacestring or null
Deployment namespace for instance tagging.
instanceNamestring or null
IAP instance name for instance tagging.

Errors

500
Internal Server Error