Interface: AlertUtilsOptions
Defined in: core/src/AlertUtils.ts:88
The set of configuration options to pass to AlertUtils when creating an instance.
Properties
auth
auth:
string
Defined in: core/src/AlertUtils.ts:90
The value of the Authorization header to apply to all outgoing HTTP requests.
logger?
optionallogger?:any
Defined in: core/src/AlertUtils.ts:94
The logging utility to use.
serviceUrl
serviceUrl:
string
Defined in: core/src/AlertUtils.ts:92
The full url of the REST API service that alerts will be sent to.