Skip to content
This repository was archived by the owner on Jan 12, 2021. It is now read-only.

Latest commit

 

History

History
34 lines (29 loc) · 2.58 KB

File metadata and controls

34 lines (29 loc) · 2.58 KB

Integration

Properties

Name Type Description Notes
id Integer Unique ID [optional]
createdAt DateTime ISO 8601 timestamp when the resource was created [optional]
updatedAt DateTime ISO 8601 timestamp when the resource was updated [optional]
state String The state the integration is in. Valid values are setup, active, error, disabled [optional]
statuses List<String> Only send alerts that have the status in this list. Valid values are fail, warn, error, pass, info [optional]
name String Name of the integration [optional]
allHighRisk Boolean Send all high risk alerts [optional]
allMediumRisk Boolean Send all medium risk alerts [optional]
allLowRisk Boolean Send all low risk alerts [optional]
sendUpdates Boolean This feature enables the integration to send alerts when they are updated. When disabled, alerts will only be sent when they are initially created. When enabled, alerts will additionally be sent when a change is made such as the alert ending. An alert may end for multiple reasons. [optional]
errorMessages List<String> Array of error messages [optional]
lastThrottledAt DateTime The time at which this integration was last throttled. [optional]
sendWhenSuppressed Boolean Send notifications for suppressed alerts [optional]
organization Organization Associated Organization [optional]
organizationId Integer Associated Organization ID [optional]
creator User Associated Creator [optional]
creatorId Integer Associated Creator ID [optional]
service Service Associated Service [optional]
serviceId Integer Associated Service ID [optional]
externalAccounts List<ExternalAccount> Associated External Accounts [optional]
externalAccountIds List<Integer> Associated External Accounts IDs [optional]
signatures List<Signature> Associated Signatures [optional]
signatureIds List<Integer> Associated Signatures IDs [optional]
customSignatures List<CustomSignature> Associated Custom Signatures [optional]
customSignatureIds List<Integer> Associated Custom Signatures IDs [optional]