AWS Cloudwatch integration API response params

Response body parameters

Namespace data

Parameter Type Value
id String The id of the AWS CloudWatch integration. (string representation of a number)
type String aws_cloudwatch_integration
attributes Object Attributes object - contains all the AWS CloudWatch integration attributes. See below:
attributes.name String Name of the AWS CloudWatch integration.
attributes.policy_id String ID of the escalation policy associated with the AWS CloudWatch integration. (string representation of a number)
attributes.call Boolean Do we call the on-call person?
attributes.sms Boolean Do we send an SMS to the on-call person?
attributes.email Boolean Do we send an email to the on-call person?
attributes.push Boolean Do we send a push notification to the on-call person?
attributes.team_wait Integer How long we wait before escalating the incident alert to the team. In seconds.
attributes.recovery_period Integer How long the alert must be up to automatically mark an incident as resolved. In seconds.
attributes.paused Boolean Is the AWS CloudWatch integration paused.
attributes.webhook_url String The URL to which to point the AWS CloudWatch webhook to.