| 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 |
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.
data "sysdig_monitor_notification_channel_email" "nc_email" {
name = "some notification channel name"
}name- (Required) The name of the Notification Channel to retrieve.
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_tokenWhisk 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.