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.
apiKey
Raygun API key. Null if Raygun is not configured.
tenant
Customer tenant name for instance tagging.
namespace
Deployment namespace for instance tagging.
instanceName
IAP instance name for instance tagging.
Errors
500
Internal Server Error