INPUT_OBJECT
ObservabilityLogAlertUpdateInput
Observability Log Alert provider create input.
link GraphQL Schema definition
- input ObservabilityLogAlertUpdateInput {
- # description of the Alert
- String :
- # ID of entity on which observability alert is triggered
- String! :
- # Type of entity on which observability alert is triggered
- String! :
- # name of the Alert
- String! :
- # Version
- ID! :
- # Observability Policy id
- String! :
- # Metric Alert rule input
- ObservabilityLogAlertRuleInput! :
- # Template ID of the observability alert runbook
- String :
- # Source for alerts
- String! :
- }