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 nullOptional
Raygun API key. Null if Raygun is not configured.
tenantstring or nullOptional
Customer tenant name for instance tagging.
namespacestring or nullOptional
Deployment namespace for instance tagging.
instanceNamestring or nullOptional
IAP instance name for instance tagging.

Errors

500
Internal Server Error