Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.87 KB

File metadata and controls

43 lines (33 loc) · 1.87 KB
subcategory Sysdig Monitor
layout sysdig
page_title Sysdig: sysdig_monitor_notification_channel_email
description Retrieves information about a Monitor notification channel of type IBM Function

Data Source: sysdig_monitor_notification_channel_email

Retrieves information about a Monitor notification channel of type IBM Function.

-> Note: Sysdig Terraform Provider is under rapid development at this point. If you experience any issue or discrepancy while using it, please make sure you have the latest version. If the issue persists, or you have a Feature Request to support an additional set of resources, please open a new issue in the GitHub repository.

Example Usage

data "sysdig_monitor_notification_channel_email" "nc_email" {
	name = "some notification channel name"
}

Argument Reference

  • name - (Required) The name of the Notification Channel to retrieve.

Attributes Reference

In addition to all arguments above, the following attributes are exported:

  • id - The Notification Channel ID.
  • name - The Notification Channel Name.
  • ibm_function_type - Type of IBM Function.
  • url - URL of the IBM Function.
  • custom_data - Key value list of additional parameters for the IBM Function.
  • whisk_auth_token Whisk authentication token.
  • iam_api_key - API Key to call the private cloud function.
  • enabled - Whether the Notification Channel is active or not.
  • notify_when_ok - Whether the Notification Channel sends a notification when the condition is no longer triggered.
  • notify_when_resolved - Whether the Notification Channel sends a notification if it's manually acknowledged by a user.
  • version - The version of the Notification Channel.
  • send_test_notification - Whether the Notification Channel has enabled the test notification.