You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the burn rate alert configuration which defines alerting windows and corresponding thresholds. This configuration must to specified for BURN_RATE_V2 Alerts.
Incident flag. If value is true, this alert will become an accident.
[optional]
Example
frominstana_client.models.service_levelse_alert_config_with_metadataimportServiceLevelseAlertConfigWithMetadata# TODO update the JSON string belowjson="{}"# create an instance of ServiceLevelseAlertConfigWithMetadata from a JSON stringservice_levelse_alert_config_with_metadata_instance=ServiceLevelseAlertConfigWithMetadata.from_json(json)
# print the JSON string representation of the objectprint(ServiceLevelseAlertConfigWithMetadata.to_json())
# convert the object into a dictservice_levelse_alert_config_with_metadata_dict=service_levelse_alert_config_with_metadata_instance.to_dict()
# create an instance of ServiceLevelseAlertConfigWithMetadata from a dictservice_levelse_alert_config_with_metadata_from_dict=ServiceLevelseAlertConfigWithMetadata.from_dict(service_levelse_alert_config_with_metadata_dict)