Dynatrace v0.10.0 published on Friday, Jun 7, 2024 by Pulumiverse
dynatrace.WebAppAnomalies
Explore with Pulumi AI
Create WebAppAnomalies Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new WebAppAnomalies(name: string, args: WebAppAnomaliesArgs, opts?: CustomResourceOptions);
@overload
def WebAppAnomalies(resource_name: str,
args: WebAppAnomaliesArgs,
opts: Optional[ResourceOptions] = None)
@overload
def WebAppAnomalies(resource_name: str,
opts: Optional[ResourceOptions] = None,
error_rate: Optional[WebAppAnomaliesErrorRateArgs] = None,
response_time: Optional[WebAppAnomaliesResponseTimeArgs] = None,
traffic_drops: Optional[WebAppAnomaliesTrafficDropsArgs] = None,
traffic_spikes: Optional[WebAppAnomaliesTrafficSpikesArgs] = None,
scope: Optional[str] = None)
func NewWebAppAnomalies(ctx *Context, name string, args WebAppAnomaliesArgs, opts ...ResourceOption) (*WebAppAnomalies, error)
public WebAppAnomalies(string name, WebAppAnomaliesArgs args, CustomResourceOptions? opts = null)
public WebAppAnomalies(String name, WebAppAnomaliesArgs args)
public WebAppAnomalies(String name, WebAppAnomaliesArgs args, CustomResourceOptions options)
type: dynatrace:WebAppAnomalies
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args WebAppAnomaliesArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args WebAppAnomaliesArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args WebAppAnomaliesArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args WebAppAnomaliesArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args WebAppAnomaliesArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var webAppAnomaliesResource = new Dynatrace.WebAppAnomalies("webAppAnomaliesResource", new()
{
ErrorRate = new Dynatrace.Inputs.WebAppAnomaliesErrorRateArgs
{
Enabled = false,
ErrorRateAuto = new Dynatrace.Inputs.WebAppAnomaliesErrorRateErrorRateAutoArgs
{
AbsoluteIncrease = 0,
OverAlertingProtection = new Dynatrace.Inputs.WebAppAnomaliesErrorRateErrorRateAutoOverAlertingProtectionArgs
{
ActionsPerMinute = 0,
MinutesAbnormalState = 0,
},
RelativeIncrease = 0,
},
ErrorRateDetectionMode = "string",
ErrorRateFixed = new Dynatrace.Inputs.WebAppAnomaliesErrorRateErrorRateFixedArgs
{
ErrorRateReqPerMin = 0,
ErrorRateSensitivity = "string",
MaxFailureRateIncrease = 0,
MinutesAbnormalState = 0,
},
},
ResponseTime = new Dynatrace.Inputs.WebAppAnomaliesResponseTimeArgs
{
Enabled = false,
DetectionMode = "string",
ResponseTimeAuto = new Dynatrace.Inputs.WebAppAnomaliesResponseTimeResponseTimeAutoArgs
{
OverAlertingProtection = new Dynatrace.Inputs.WebAppAnomaliesResponseTimeResponseTimeAutoOverAlertingProtectionArgs
{
ActionsPerMinute = 0,
MinutesAbnormalState = 0,
},
ResponseTimeAll = new Dynatrace.Inputs.WebAppAnomaliesResponseTimeResponseTimeAutoResponseTimeAllArgs
{
DegradationMilliseconds = 0,
DegradationPercent = 0,
},
ResponseTimeSlowest = new Dynatrace.Inputs.WebAppAnomaliesResponseTimeResponseTimeAutoResponseTimeSlowestArgs
{
SlowestDegradationMilliseconds = 0,
SlowestDegradationPercent = 0,
},
},
ResponseTimeFixed = new Dynatrace.Inputs.WebAppAnomaliesResponseTimeResponseTimeFixedArgs
{
OverAlertingProtection = new Dynatrace.Inputs.WebAppAnomaliesResponseTimeResponseTimeFixedOverAlertingProtectionArgs
{
ActionsPerMinute = 0,
MinutesAbnormalState = 0,
},
ResponseTimeAll = new Dynatrace.Inputs.WebAppAnomaliesResponseTimeResponseTimeFixedResponseTimeAllArgs
{
DegradationMilliseconds = 0,
},
ResponseTimeSlowest = new Dynatrace.Inputs.WebAppAnomaliesResponseTimeResponseTimeFixedResponseTimeSlowestArgs
{
SlowestDegradationMilliseconds = 0,
},
Sensitivity = "string",
},
},
TrafficDrops = new Dynatrace.Inputs.WebAppAnomaliesTrafficDropsArgs
{
Enabled = false,
TrafficDrops = new Dynatrace.Inputs.WebAppAnomaliesTrafficDropsTrafficDropsArgs
{
AbnormalStateAbnormalState = 0,
TrafficDropPercentage = 0,
},
},
TrafficSpikes = new Dynatrace.Inputs.WebAppAnomaliesTrafficSpikesArgs
{
Enabled = false,
TrafficSpikes = new Dynatrace.Inputs.WebAppAnomaliesTrafficSpikesTrafficSpikesArgs
{
MinutesAbnormalState = 0,
TrafficSpikePercentage = 0,
},
},
Scope = "string",
});
example, err := dynatrace.NewWebAppAnomalies(ctx, "webAppAnomaliesResource", &dynatrace.WebAppAnomaliesArgs{
ErrorRate: &dynatrace.WebAppAnomaliesErrorRateArgs{
Enabled: pulumi.Bool(false),
ErrorRateAuto: &dynatrace.WebAppAnomaliesErrorRateErrorRateAutoArgs{
AbsoluteIncrease: pulumi.Float64(0),
OverAlertingProtection: &dynatrace.WebAppAnomaliesErrorRateErrorRateAutoOverAlertingProtectionArgs{
ActionsPerMinute: pulumi.Float64(0),
MinutesAbnormalState: pulumi.Float64(0),
},
RelativeIncrease: pulumi.Float64(0),
},
ErrorRateDetectionMode: pulumi.String("string"),
ErrorRateFixed: &dynatrace.WebAppAnomaliesErrorRateErrorRateFixedArgs{
ErrorRateReqPerMin: pulumi.Float64(0),
ErrorRateSensitivity: pulumi.String("string"),
MaxFailureRateIncrease: pulumi.Float64(0),
MinutesAbnormalState: pulumi.Float64(0),
},
},
ResponseTime: &dynatrace.WebAppAnomaliesResponseTimeArgs{
Enabled: pulumi.Bool(false),
DetectionMode: pulumi.String("string"),
ResponseTimeAuto: &dynatrace.WebAppAnomaliesResponseTimeResponseTimeAutoArgs{
OverAlertingProtection: &dynatrace.WebAppAnomaliesResponseTimeResponseTimeAutoOverAlertingProtectionArgs{
ActionsPerMinute: pulumi.Float64(0),
MinutesAbnormalState: pulumi.Float64(0),
},
ResponseTimeAll: &dynatrace.WebAppAnomaliesResponseTimeResponseTimeAutoResponseTimeAllArgs{
DegradationMilliseconds: pulumi.Float64(0),
DegradationPercent: pulumi.Float64(0),
},
ResponseTimeSlowest: &dynatrace.WebAppAnomaliesResponseTimeResponseTimeAutoResponseTimeSlowestArgs{
SlowestDegradationMilliseconds: pulumi.Float64(0),
SlowestDegradationPercent: pulumi.Float64(0),
},
},
ResponseTimeFixed: &dynatrace.WebAppAnomaliesResponseTimeResponseTimeFixedArgs{
OverAlertingProtection: &dynatrace.WebAppAnomaliesResponseTimeResponseTimeFixedOverAlertingProtectionArgs{
ActionsPerMinute: pulumi.Float64(0),
MinutesAbnormalState: pulumi.Float64(0),
},
ResponseTimeAll: &dynatrace.WebAppAnomaliesResponseTimeResponseTimeFixedResponseTimeAllArgs{
DegradationMilliseconds: pulumi.Float64(0),
},
ResponseTimeSlowest: &dynatrace.WebAppAnomaliesResponseTimeResponseTimeFixedResponseTimeSlowestArgs{
SlowestDegradationMilliseconds: pulumi.Float64(0),
},
Sensitivity: pulumi.String("string"),
},
},
TrafficDrops: &dynatrace.WebAppAnomaliesTrafficDropsArgs{
Enabled: pulumi.Bool(false),
TrafficDrops: &dynatrace.WebAppAnomaliesTrafficDropsTrafficDropsArgs{
AbnormalStateAbnormalState: pulumi.Float64(0),
TrafficDropPercentage: pulumi.Float64(0),
},
},
TrafficSpikes: &dynatrace.WebAppAnomaliesTrafficSpikesArgs{
Enabled: pulumi.Bool(false),
TrafficSpikes: &dynatrace.WebAppAnomaliesTrafficSpikesTrafficSpikesArgs{
MinutesAbnormalState: pulumi.Float64(0),
TrafficSpikePercentage: pulumi.Float64(0),
},
},
Scope: pulumi.String("string"),
})
var webAppAnomaliesResource = new WebAppAnomalies("webAppAnomaliesResource", WebAppAnomaliesArgs.builder()
.errorRate(WebAppAnomaliesErrorRateArgs.builder()
.enabled(false)
.errorRateAuto(WebAppAnomaliesErrorRateErrorRateAutoArgs.builder()
.absoluteIncrease(0)
.overAlertingProtection(WebAppAnomaliesErrorRateErrorRateAutoOverAlertingProtectionArgs.builder()
.actionsPerMinute(0)
.minutesAbnormalState(0)
.build())
.relativeIncrease(0)
.build())
.errorRateDetectionMode("string")
.errorRateFixed(WebAppAnomaliesErrorRateErrorRateFixedArgs.builder()
.errorRateReqPerMin(0)
.errorRateSensitivity("string")
.maxFailureRateIncrease(0)
.minutesAbnormalState(0)
.build())
.build())
.responseTime(WebAppAnomaliesResponseTimeArgs.builder()
.enabled(false)
.detectionMode("string")
.responseTimeAuto(WebAppAnomaliesResponseTimeResponseTimeAutoArgs.builder()
.overAlertingProtection(WebAppAnomaliesResponseTimeResponseTimeAutoOverAlertingProtectionArgs.builder()
.actionsPerMinute(0)
.minutesAbnormalState(0)
.build())
.responseTimeAll(WebAppAnomaliesResponseTimeResponseTimeAutoResponseTimeAllArgs.builder()
.degradationMilliseconds(0)
.degradationPercent(0)
.build())
.responseTimeSlowest(WebAppAnomaliesResponseTimeResponseTimeAutoResponseTimeSlowestArgs.builder()
.slowestDegradationMilliseconds(0)
.slowestDegradationPercent(0)
.build())
.build())
.responseTimeFixed(WebAppAnomaliesResponseTimeResponseTimeFixedArgs.builder()
.overAlertingProtection(WebAppAnomaliesResponseTimeResponseTimeFixedOverAlertingProtectionArgs.builder()
.actionsPerMinute(0)
.minutesAbnormalState(0)
.build())
.responseTimeAll(WebAppAnomaliesResponseTimeResponseTimeFixedResponseTimeAllArgs.builder()
.degradationMilliseconds(0)
.build())
.responseTimeSlowest(WebAppAnomaliesResponseTimeResponseTimeFixedResponseTimeSlowestArgs.builder()
.slowestDegradationMilliseconds(0)
.build())
.sensitivity("string")
.build())
.build())
.trafficDrops(WebAppAnomaliesTrafficDropsArgs.builder()
.enabled(false)
.trafficDrops(WebAppAnomaliesTrafficDropsTrafficDropsArgs.builder()
.abnormalStateAbnormalState(0)
.trafficDropPercentage(0)
.build())
.build())
.trafficSpikes(WebAppAnomaliesTrafficSpikesArgs.builder()
.enabled(false)
.trafficSpikes(WebAppAnomaliesTrafficSpikesTrafficSpikesArgs.builder()
.minutesAbnormalState(0)
.trafficSpikePercentage(0)
.build())
.build())
.scope("string")
.build());
web_app_anomalies_resource = dynatrace.WebAppAnomalies("webAppAnomaliesResource",
error_rate=dynatrace.WebAppAnomaliesErrorRateArgs(
enabled=False,
error_rate_auto=dynatrace.WebAppAnomaliesErrorRateErrorRateAutoArgs(
absolute_increase=0,
over_alerting_protection=dynatrace.WebAppAnomaliesErrorRateErrorRateAutoOverAlertingProtectionArgs(
actions_per_minute=0,
minutes_abnormal_state=0,
),
relative_increase=0,
),
error_rate_detection_mode="string",
error_rate_fixed=dynatrace.WebAppAnomaliesErrorRateErrorRateFixedArgs(
error_rate_req_per_min=0,
error_rate_sensitivity="string",
max_failure_rate_increase=0,
minutes_abnormal_state=0,
),
),
response_time=dynatrace.WebAppAnomaliesResponseTimeArgs(
enabled=False,
detection_mode="string",
response_time_auto=dynatrace.WebAppAnomaliesResponseTimeResponseTimeAutoArgs(
over_alerting_protection=dynatrace.WebAppAnomaliesResponseTimeResponseTimeAutoOverAlertingProtectionArgs(
actions_per_minute=0,
minutes_abnormal_state=0,
),
response_time_all=dynatrace.WebAppAnomaliesResponseTimeResponseTimeAutoResponseTimeAllArgs(
degradation_milliseconds=0,
degradation_percent=0,
),
response_time_slowest=dynatrace.WebAppAnomaliesResponseTimeResponseTimeAutoResponseTimeSlowestArgs(
slowest_degradation_milliseconds=0,
slowest_degradation_percent=0,
),
),
response_time_fixed=dynatrace.WebAppAnomaliesResponseTimeResponseTimeFixedArgs(
over_alerting_protection=dynatrace.WebAppAnomaliesResponseTimeResponseTimeFixedOverAlertingProtectionArgs(
actions_per_minute=0,
minutes_abnormal_state=0,
),
response_time_all=dynatrace.WebAppAnomaliesResponseTimeResponseTimeFixedResponseTimeAllArgs(
degradation_milliseconds=0,
),
response_time_slowest=dynatrace.WebAppAnomaliesResponseTimeResponseTimeFixedResponseTimeSlowestArgs(
slowest_degradation_milliseconds=0,
),
sensitivity="string",
),
),
traffic_drops=dynatrace.WebAppAnomaliesTrafficDropsArgs(
enabled=False,
traffic_drops=dynatrace.WebAppAnomaliesTrafficDropsTrafficDropsArgs(
abnormal_state_abnormal_state=0,
traffic_drop_percentage=0,
),
),
traffic_spikes=dynatrace.WebAppAnomaliesTrafficSpikesArgs(
enabled=False,
traffic_spikes=dynatrace.WebAppAnomaliesTrafficSpikesTrafficSpikesArgs(
minutes_abnormal_state=0,
traffic_spike_percentage=0,
),
),
scope="string")
const webAppAnomaliesResource = new dynatrace.WebAppAnomalies("webAppAnomaliesResource", {
errorRate: {
enabled: false,
errorRateAuto: {
absoluteIncrease: 0,
overAlertingProtection: {
actionsPerMinute: 0,
minutesAbnormalState: 0,
},
relativeIncrease: 0,
},
errorRateDetectionMode: "string",
errorRateFixed: {
errorRateReqPerMin: 0,
errorRateSensitivity: "string",
maxFailureRateIncrease: 0,
minutesAbnormalState: 0,
},
},
responseTime: {
enabled: false,
detectionMode: "string",
responseTimeAuto: {
overAlertingProtection: {
actionsPerMinute: 0,
minutesAbnormalState: 0,
},
responseTimeAll: {
degradationMilliseconds: 0,
degradationPercent: 0,
},
responseTimeSlowest: {
slowestDegradationMilliseconds: 0,
slowestDegradationPercent: 0,
},
},
responseTimeFixed: {
overAlertingProtection: {
actionsPerMinute: 0,
minutesAbnormalState: 0,
},
responseTimeAll: {
degradationMilliseconds: 0,
},
responseTimeSlowest: {
slowestDegradationMilliseconds: 0,
},
sensitivity: "string",
},
},
trafficDrops: {
enabled: false,
trafficDrops: {
abnormalStateAbnormalState: 0,
trafficDropPercentage: 0,
},
},
trafficSpikes: {
enabled: false,
trafficSpikes: {
minutesAbnormalState: 0,
trafficSpikePercentage: 0,
},
},
scope: "string",
});
type: dynatrace:WebAppAnomalies
properties:
errorRate:
enabled: false
errorRateAuto:
absoluteIncrease: 0
overAlertingProtection:
actionsPerMinute: 0
minutesAbnormalState: 0
relativeIncrease: 0
errorRateDetectionMode: string
errorRateFixed:
errorRateReqPerMin: 0
errorRateSensitivity: string
maxFailureRateIncrease: 0
minutesAbnormalState: 0
responseTime:
detectionMode: string
enabled: false
responseTimeAuto:
overAlertingProtection:
actionsPerMinute: 0
minutesAbnormalState: 0
responseTimeAll:
degradationMilliseconds: 0
degradationPercent: 0
responseTimeSlowest:
slowestDegradationMilliseconds: 0
slowestDegradationPercent: 0
responseTimeFixed:
overAlertingProtection:
actionsPerMinute: 0
minutesAbnormalState: 0
responseTimeAll:
degradationMilliseconds: 0
responseTimeSlowest:
slowestDegradationMilliseconds: 0
sensitivity: string
scope: string
trafficDrops:
enabled: false
trafficDrops:
abnormalStateAbnormalState: 0
trafficDropPercentage: 0
trafficSpikes:
enabled: false
trafficSpikes:
minutesAbnormalState: 0
trafficSpikePercentage: 0
WebAppAnomalies Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The WebAppAnomalies resource accepts the following input properties:
- Error
Rate Pulumiverse.Dynatrace. Inputs. Web App Anomalies Error Rate - Error rate
- Response
Time Pulumiverse.Dynatrace. Inputs. Web App Anomalies Response Time - Response time
- Traffic
Drops Pulumiverse.Dynatrace. Inputs. Web App Anomalies Traffic Drops - Detect traffic drops
- Traffic
Spikes Pulumiverse.Dynatrace. Inputs. Web App Anomalies Traffic Spikes - Detect traffic spikes
- Scope string
- The scope of this setting (APPLICATION_METHOD, APPLICATION). Omit this property if you want to cover the whole environment.
- Error
Rate WebApp Anomalies Error Rate Args - Error rate
- Response
Time WebApp Anomalies Response Time Args - Response time
- Traffic
Drops WebApp Anomalies Traffic Drops Args - Detect traffic drops
- Traffic
Spikes WebApp Anomalies Traffic Spikes Args - Detect traffic spikes
- Scope string
- The scope of this setting (APPLICATION_METHOD, APPLICATION). Omit this property if you want to cover the whole environment.
- error
Rate WebApp Anomalies Error Rate - Error rate
- response
Time WebApp Anomalies Response Time - Response time
- traffic
Drops WebApp Anomalies Traffic Drops - Detect traffic drops
- traffic
Spikes WebApp Anomalies Traffic Spikes - Detect traffic spikes
- scope String
- The scope of this setting (APPLICATION_METHOD, APPLICATION). Omit this property if you want to cover the whole environment.
- error
Rate WebApp Anomalies Error Rate - Error rate
- response
Time WebApp Anomalies Response Time - Response time
- traffic
Drops WebApp Anomalies Traffic Drops - Detect traffic drops
- traffic
Spikes WebApp Anomalies Traffic Spikes - Detect traffic spikes
- scope string
- The scope of this setting (APPLICATION_METHOD, APPLICATION). Omit this property if you want to cover the whole environment.
- error_
rate WebApp Anomalies Error Rate Args - Error rate
- response_
time WebApp Anomalies Response Time Args - Response time
- traffic_
drops WebApp Anomalies Traffic Drops Args - Detect traffic drops
- traffic_
spikes WebApp Anomalies Traffic Spikes Args - Detect traffic spikes
- scope str
- The scope of this setting (APPLICATION_METHOD, APPLICATION). Omit this property if you want to cover the whole environment.
- error
Rate Property Map - Error rate
- response
Time Property Map - Response time
- traffic
Drops Property Map - Detect traffic drops
- traffic
Spikes Property Map - Detect traffic spikes
- scope String
- The scope of this setting (APPLICATION_METHOD, APPLICATION). Omit this property if you want to cover the whole environment.
Outputs
All input properties are implicitly available as output properties. Additionally, the WebAppAnomalies resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing WebAppAnomalies Resource
Get an existing WebAppAnomalies resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: WebAppAnomaliesState, opts?: CustomResourceOptions): WebAppAnomalies
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
error_rate: Optional[WebAppAnomaliesErrorRateArgs] = None,
response_time: Optional[WebAppAnomaliesResponseTimeArgs] = None,
scope: Optional[str] = None,
traffic_drops: Optional[WebAppAnomaliesTrafficDropsArgs] = None,
traffic_spikes: Optional[WebAppAnomaliesTrafficSpikesArgs] = None) -> WebAppAnomalies
func GetWebAppAnomalies(ctx *Context, name string, id IDInput, state *WebAppAnomaliesState, opts ...ResourceOption) (*WebAppAnomalies, error)
public static WebAppAnomalies Get(string name, Input<string> id, WebAppAnomaliesState? state, CustomResourceOptions? opts = null)
public static WebAppAnomalies get(String name, Output<String> id, WebAppAnomaliesState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Error
Rate Pulumiverse.Dynatrace. Inputs. Web App Anomalies Error Rate - Error rate
- Response
Time Pulumiverse.Dynatrace. Inputs. Web App Anomalies Response Time - Response time
- Scope string
- The scope of this setting (APPLICATION_METHOD, APPLICATION). Omit this property if you want to cover the whole environment.
- Traffic
Drops Pulumiverse.Dynatrace. Inputs. Web App Anomalies Traffic Drops - Detect traffic drops
- Traffic
Spikes Pulumiverse.Dynatrace. Inputs. Web App Anomalies Traffic Spikes - Detect traffic spikes
- Error
Rate WebApp Anomalies Error Rate Args - Error rate
- Response
Time WebApp Anomalies Response Time Args - Response time
- Scope string
- The scope of this setting (APPLICATION_METHOD, APPLICATION). Omit this property if you want to cover the whole environment.
- Traffic
Drops WebApp Anomalies Traffic Drops Args - Detect traffic drops
- Traffic
Spikes WebApp Anomalies Traffic Spikes Args - Detect traffic spikes
- error
Rate WebApp Anomalies Error Rate - Error rate
- response
Time WebApp Anomalies Response Time - Response time
- scope String
- The scope of this setting (APPLICATION_METHOD, APPLICATION). Omit this property if you want to cover the whole environment.
- traffic
Drops WebApp Anomalies Traffic Drops - Detect traffic drops
- traffic
Spikes WebApp Anomalies Traffic Spikes - Detect traffic spikes
- error
Rate WebApp Anomalies Error Rate - Error rate
- response
Time WebApp Anomalies Response Time - Response time
- scope string
- The scope of this setting (APPLICATION_METHOD, APPLICATION). Omit this property if you want to cover the whole environment.
- traffic
Drops WebApp Anomalies Traffic Drops - Detect traffic drops
- traffic
Spikes WebApp Anomalies Traffic Spikes - Detect traffic spikes
- error_
rate WebApp Anomalies Error Rate Args - Error rate
- response_
time WebApp Anomalies Response Time Args - Response time
- scope str
- The scope of this setting (APPLICATION_METHOD, APPLICATION). Omit this property if you want to cover the whole environment.
- traffic_
drops WebApp Anomalies Traffic Drops Args - Detect traffic drops
- traffic_
spikes WebApp Anomalies Traffic Spikes Args - Detect traffic spikes
- error
Rate Property Map - Error rate
- response
Time Property Map - Response time
- scope String
- The scope of this setting (APPLICATION_METHOD, APPLICATION). Omit this property if you want to cover the whole environment.
- traffic
Drops Property Map - Detect traffic drops
- traffic
Spikes Property Map - Detect traffic spikes
Supporting Types
WebAppAnomaliesErrorRate, WebAppAnomaliesErrorRateArgs
- Enabled bool
- This setting is enabled (
true
) or disabled (false
) - Error
Rate Pulumiverse.Auto Dynatrace. Inputs. Web App Anomalies Error Rate Error Rate Auto - Alert if the percentage of failing user actions increases by both the absolute and relative thresholds:
- Error
Rate stringDetection Mode - Possible Values:
Auto
,Fixed
- Error
Rate Pulumiverse.Fixed Dynatrace. Inputs. Web App Anomalies Error Rate Error Rate Fixed - no documentation available
- Enabled bool
- This setting is enabled (
true
) or disabled (false
) - Error
Rate WebAuto App Anomalies Error Rate Error Rate Auto - Alert if the percentage of failing user actions increases by both the absolute and relative thresholds:
- Error
Rate stringDetection Mode - Possible Values:
Auto
,Fixed
- Error
Rate WebFixed App Anomalies Error Rate Error Rate Fixed - no documentation available
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
) - error
Rate WebAuto App Anomalies Error Rate Error Rate Auto - Alert if the percentage of failing user actions increases by both the absolute and relative thresholds:
- error
Rate StringDetection Mode - Possible Values:
Auto
,Fixed
- error
Rate WebFixed App Anomalies Error Rate Error Rate Fixed - no documentation available
- enabled boolean
- This setting is enabled (
true
) or disabled (false
) - error
Rate WebAuto App Anomalies Error Rate Error Rate Auto - Alert if the percentage of failing user actions increases by both the absolute and relative thresholds:
- error
Rate stringDetection Mode - Possible Values:
Auto
,Fixed
- error
Rate WebFixed App Anomalies Error Rate Error Rate Fixed - no documentation available
- enabled bool
- This setting is enabled (
true
) or disabled (false
) - error_
rate_ Webauto App Anomalies Error Rate Error Rate Auto - Alert if the percentage of failing user actions increases by both the absolute and relative thresholds:
- error_
rate_ strdetection_ mode - Possible Values:
Auto
,Fixed
- error_
rate_ Webfixed App Anomalies Error Rate Error Rate Fixed - no documentation available
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
) - error
Rate Property MapAuto - Alert if the percentage of failing user actions increases by both the absolute and relative thresholds:
- error
Rate StringDetection Mode - Possible Values:
Auto
,Fixed
- error
Rate Property MapFixed - no documentation available
WebAppAnomaliesErrorRateErrorRateAuto, WebAppAnomaliesErrorRateErrorRateAutoArgs
- Absolute
Increase double - Absolute threshold
- Over
Alerting Pulumiverse.Protection Dynatrace. Inputs. Web App Anomalies Error Rate Error Rate Auto Over Alerting Protection - Avoid over-alerting
- Relative
Increase double - Relative threshold
- Absolute
Increase float64 - Absolute threshold
- Over
Alerting WebProtection App Anomalies Error Rate Error Rate Auto Over Alerting Protection - Avoid over-alerting
- Relative
Increase float64 - Relative threshold
- absolute
Increase Double - Absolute threshold
- over
Alerting WebProtection App Anomalies Error Rate Error Rate Auto Over Alerting Protection - Avoid over-alerting
- relative
Increase Double - Relative threshold
- absolute
Increase number - Absolute threshold
- over
Alerting WebProtection App Anomalies Error Rate Error Rate Auto Over Alerting Protection - Avoid over-alerting
- relative
Increase number - Relative threshold
- absolute_
increase float - Absolute threshold
- over_
alerting_ Webprotection App Anomalies Error Rate Error Rate Auto Over Alerting Protection - Avoid over-alerting
- relative_
increase float - Relative threshold
- absolute
Increase Number - Absolute threshold
- over
Alerting Property MapProtection - Avoid over-alerting
- relative
Increase Number - Relative threshold
WebAppAnomaliesErrorRateErrorRateAutoOverAlertingProtection, WebAppAnomaliesErrorRateErrorRateAutoOverAlertingProtectionArgs
- Actions
Per doubleMinute - Only alert if there are at least
- Minutes
Abnormal doubleState - Only alert if the abnormal state remains for at least
- Actions
Per float64Minute - Only alert if there are at least
- Minutes
Abnormal float64State - Only alert if the abnormal state remains for at least
- actions
Per DoubleMinute - Only alert if there are at least
- minutes
Abnormal DoubleState - Only alert if the abnormal state remains for at least
- actions
Per numberMinute - Only alert if there are at least
- minutes
Abnormal numberState - Only alert if the abnormal state remains for at least
- actions_
per_ floatminute - Only alert if there are at least
- minutes_
abnormal_ floatstate - Only alert if the abnormal state remains for at least
- actions
Per NumberMinute - Only alert if there are at least
- minutes
Abnormal NumberState - Only alert if the abnormal state remains for at least
WebAppAnomaliesErrorRateErrorRateFixed, WebAppAnomaliesErrorRateErrorRateFixedArgs
- Error
Rate doubleReq Per Min - To avoid over-alerting for low traffic applications
- Error
Rate stringSensitivity - Possible Values:
Low
,Medium
,High
- Max
Failure doubleRate Increase - Alert if this custom error rate threshold is exceeded during any 5-minute-period
- Minutes
Abnormal doubleState - Amount of minutes the observed traffic has to stay in abnormal state before alert
- Error
Rate float64Req Per Min - To avoid over-alerting for low traffic applications
- Error
Rate stringSensitivity - Possible Values:
Low
,Medium
,High
- Max
Failure float64Rate Increase - Alert if this custom error rate threshold is exceeded during any 5-minute-period
- Minutes
Abnormal float64State - Amount of minutes the observed traffic has to stay in abnormal state before alert
- error
Rate DoubleReq Per Min - To avoid over-alerting for low traffic applications
- error
Rate StringSensitivity - Possible Values:
Low
,Medium
,High
- max
Failure DoubleRate Increase - Alert if this custom error rate threshold is exceeded during any 5-minute-period
- minutes
Abnormal DoubleState - Amount of minutes the observed traffic has to stay in abnormal state before alert
- error
Rate numberReq Per Min - To avoid over-alerting for low traffic applications
- error
Rate stringSensitivity - Possible Values:
Low
,Medium
,High
- max
Failure numberRate Increase - Alert if this custom error rate threshold is exceeded during any 5-minute-period
- minutes
Abnormal numberState - Amount of minutes the observed traffic has to stay in abnormal state before alert
- error_
rate_ floatreq_ per_ min - To avoid over-alerting for low traffic applications
- error_
rate_ strsensitivity - Possible Values:
Low
,Medium
,High
- max_
failure_ floatrate_ increase - Alert if this custom error rate threshold is exceeded during any 5-minute-period
- minutes_
abnormal_ floatstate - Amount of minutes the observed traffic has to stay in abnormal state before alert
- error
Rate NumberReq Per Min - To avoid over-alerting for low traffic applications
- error
Rate StringSensitivity - Possible Values:
Low
,Medium
,High
- max
Failure NumberRate Increase - Alert if this custom error rate threshold is exceeded during any 5-minute-period
- minutes
Abnormal NumberState - Amount of minutes the observed traffic has to stay in abnormal state before alert
WebAppAnomaliesResponseTime, WebAppAnomaliesResponseTimeArgs
- Enabled bool
- This setting is enabled (
true
) or disabled (false
) - Detection
Mode string - Possible Values:
Auto
,Fixed
- Response
Time Pulumiverse.Auto Dynatrace. Inputs. Web App Anomalies Response Time Response Time Auto - no documentation available
- Response
Time Pulumiverse.Fixed Dynatrace. Inputs. Web App Anomalies Response Time Response Time Fixed - no documentation available
- Enabled bool
- This setting is enabled (
true
) or disabled (false
) - Detection
Mode string - Possible Values:
Auto
,Fixed
- Response
Time WebAuto App Anomalies Response Time Response Time Auto - no documentation available
- Response
Time WebFixed App Anomalies Response Time Response Time Fixed - no documentation available
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
) - detection
Mode String - Possible Values:
Auto
,Fixed
- response
Time WebAuto App Anomalies Response Time Response Time Auto - no documentation available
- response
Time WebFixed App Anomalies Response Time Response Time Fixed - no documentation available
- enabled boolean
- This setting is enabled (
true
) or disabled (false
) - detection
Mode string - Possible Values:
Auto
,Fixed
- response
Time WebAuto App Anomalies Response Time Response Time Auto - no documentation available
- response
Time WebFixed App Anomalies Response Time Response Time Fixed - no documentation available
- enabled bool
- This setting is enabled (
true
) or disabled (false
) - detection_
mode str - Possible Values:
Auto
,Fixed
- response_
time_ Webauto App Anomalies Response Time Response Time Auto - no documentation available
- response_
time_ Webfixed App Anomalies Response Time Response Time Fixed - no documentation available
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
) - detection
Mode String - Possible Values:
Auto
,Fixed
- response
Time Property MapAuto - no documentation available
- response
Time Property MapFixed - no documentation available
WebAppAnomaliesResponseTimeResponseTimeAuto, WebAppAnomaliesResponseTimeResponseTimeAutoArgs
- Over
Alerting Pulumiverse.Protection Dynatrace. Inputs. Web App Anomalies Response Time Response Time Auto Over Alerting Protection - Avoid over-alerting
- Response
Time Pulumiverse.All Dynatrace. Inputs. Web App Anomalies Response Time Response Time Auto Response Time All - Alert if the median response time of all user actions degrades beyond both the absolute and relative thresholds:
- Response
Time Pulumiverse.Slowest Dynatrace. Inputs. Web App Anomalies Response Time Response Time Auto Response Time Slowest - Alert if the response time of the slowest 10% of requests degrades beyond both the absolute and relative thresholds:
- Over
Alerting WebProtection App Anomalies Response Time Response Time Auto Over Alerting Protection - Avoid over-alerting
- Response
Time WebAll App Anomalies Response Time Response Time Auto Response Time All - Alert if the median response time of all user actions degrades beyond both the absolute and relative thresholds:
- Response
Time WebSlowest App Anomalies Response Time Response Time Auto Response Time Slowest - Alert if the response time of the slowest 10% of requests degrades beyond both the absolute and relative thresholds:
- over
Alerting WebProtection App Anomalies Response Time Response Time Auto Over Alerting Protection - Avoid over-alerting
- response
Time WebAll App Anomalies Response Time Response Time Auto Response Time All - Alert if the median response time of all user actions degrades beyond both the absolute and relative thresholds:
- response
Time WebSlowest App Anomalies Response Time Response Time Auto Response Time Slowest - Alert if the response time of the slowest 10% of requests degrades beyond both the absolute and relative thresholds:
- over
Alerting WebProtection App Anomalies Response Time Response Time Auto Over Alerting Protection - Avoid over-alerting
- response
Time WebAll App Anomalies Response Time Response Time Auto Response Time All - Alert if the median response time of all user actions degrades beyond both the absolute and relative thresholds:
- response
Time WebSlowest App Anomalies Response Time Response Time Auto Response Time Slowest - Alert if the response time of the slowest 10% of requests degrades beyond both the absolute and relative thresholds:
- over_
alerting_ Webprotection App Anomalies Response Time Response Time Auto Over Alerting Protection - Avoid over-alerting
- response_
time_ Weball App Anomalies Response Time Response Time Auto Response Time All - Alert if the median response time of all user actions degrades beyond both the absolute and relative thresholds:
- response_
time_ Webslowest App Anomalies Response Time Response Time Auto Response Time Slowest - Alert if the response time of the slowest 10% of requests degrades beyond both the absolute and relative thresholds:
- over
Alerting Property MapProtection - Avoid over-alerting
- response
Time Property MapAll - Alert if the median response time of all user actions degrades beyond both the absolute and relative thresholds:
- response
Time Property MapSlowest - Alert if the response time of the slowest 10% of requests degrades beyond both the absolute and relative thresholds:
WebAppAnomaliesResponseTimeResponseTimeAutoOverAlertingProtection, WebAppAnomaliesResponseTimeResponseTimeAutoOverAlertingProtectionArgs
- Actions
Per doubleMinute - Only alert if there are at least
- Minutes
Abnormal doubleState - Only alert if the abnormal state remains for at least
- Actions
Per float64Minute - Only alert if there are at least
- Minutes
Abnormal float64State - Only alert if the abnormal state remains for at least
- actions
Per DoubleMinute - Only alert if there are at least
- minutes
Abnormal DoubleState - Only alert if the abnormal state remains for at least
- actions
Per numberMinute - Only alert if there are at least
- minutes
Abnormal numberState - Only alert if the abnormal state remains for at least
- actions_
per_ floatminute - Only alert if there are at least
- minutes_
abnormal_ floatstate - Only alert if the abnormal state remains for at least
- actions
Per NumberMinute - Only alert if there are at least
- minutes
Abnormal NumberState - Only alert if the abnormal state remains for at least
WebAppAnomaliesResponseTimeResponseTimeAutoResponseTimeAll, WebAppAnomaliesResponseTimeResponseTimeAutoResponseTimeAllArgs
- Degradation
Milliseconds double - Absolute threshold
- Degradation
Percent double - Relative threshold
- Degradation
Milliseconds float64 - Absolute threshold
- Degradation
Percent float64 - Relative threshold
- degradation
Milliseconds Double - Absolute threshold
- degradation
Percent Double - Relative threshold
- degradation
Milliseconds number - Absolute threshold
- degradation
Percent number - Relative threshold
- degradation_
milliseconds float - Absolute threshold
- degradation_
percent float - Relative threshold
- degradation
Milliseconds Number - Absolute threshold
- degradation
Percent Number - Relative threshold
WebAppAnomaliesResponseTimeResponseTimeAutoResponseTimeSlowest, WebAppAnomaliesResponseTimeResponseTimeAutoResponseTimeSlowestArgs
- Slowest
Degradation doubleMilliseconds - Absolute threshold
- Slowest
Degradation doublePercent - Relative threshold
- Slowest
Degradation float64Milliseconds - Absolute threshold
- Slowest
Degradation float64Percent - Relative threshold
- slowest
Degradation DoubleMilliseconds - Absolute threshold
- slowest
Degradation DoublePercent - Relative threshold
- slowest
Degradation numberMilliseconds - Absolute threshold
- slowest
Degradation numberPercent - Relative threshold
- slowest_
degradation_ floatmilliseconds - Absolute threshold
- slowest_
degradation_ floatpercent - Relative threshold
- slowest
Degradation NumberMilliseconds - Absolute threshold
- slowest
Degradation NumberPercent - Relative threshold
WebAppAnomaliesResponseTimeResponseTimeFixed, WebAppAnomaliesResponseTimeResponseTimeFixedArgs
- Over
Alerting Pulumiverse.Protection Dynatrace. Inputs. Web App Anomalies Response Time Response Time Fixed Over Alerting Protection - Avoid over-alerting
- Response
Time Pulumiverse.All Dynatrace. Inputs. Web App Anomalies Response Time Response Time Fixed Response Time All - Alert if the key performance metric of all requests degrades beyond this threshold:
- Response
Time Pulumiverse.Slowest Dynatrace. Inputs. Web App Anomalies Response Time Response Time Fixed Response Time Slowest - Alert if the key performance metric of the slowest 10% of requests degrades beyond this threshold:
- Sensitivity string
- Possible Values:
Medium
,High
,Low
- Over
Alerting WebProtection App Anomalies Response Time Response Time Fixed Over Alerting Protection - Avoid over-alerting
- Response
Time WebAll App Anomalies Response Time Response Time Fixed Response Time All - Alert if the key performance metric of all requests degrades beyond this threshold:
- Response
Time WebSlowest App Anomalies Response Time Response Time Fixed Response Time Slowest - Alert if the key performance metric of the slowest 10% of requests degrades beyond this threshold:
- Sensitivity string
- Possible Values:
Medium
,High
,Low
- over
Alerting WebProtection App Anomalies Response Time Response Time Fixed Over Alerting Protection - Avoid over-alerting
- response
Time WebAll App Anomalies Response Time Response Time Fixed Response Time All - Alert if the key performance metric of all requests degrades beyond this threshold:
- response
Time WebSlowest App Anomalies Response Time Response Time Fixed Response Time Slowest - Alert if the key performance metric of the slowest 10% of requests degrades beyond this threshold:
- sensitivity String
- Possible Values:
Medium
,High
,Low
- over
Alerting WebProtection App Anomalies Response Time Response Time Fixed Over Alerting Protection - Avoid over-alerting
- response
Time WebAll App Anomalies Response Time Response Time Fixed Response Time All - Alert if the key performance metric of all requests degrades beyond this threshold:
- response
Time WebSlowest App Anomalies Response Time Response Time Fixed Response Time Slowest - Alert if the key performance metric of the slowest 10% of requests degrades beyond this threshold:
- sensitivity string
- Possible Values:
Medium
,High
,Low
- over_
alerting_ Webprotection App Anomalies Response Time Response Time Fixed Over Alerting Protection - Avoid over-alerting
- response_
time_ Weball App Anomalies Response Time Response Time Fixed Response Time All - Alert if the key performance metric of all requests degrades beyond this threshold:
- response_
time_ Webslowest App Anomalies Response Time Response Time Fixed Response Time Slowest - Alert if the key performance metric of the slowest 10% of requests degrades beyond this threshold:
- sensitivity str
- Possible Values:
Medium
,High
,Low
- over
Alerting Property MapProtection - Avoid over-alerting
- response
Time Property MapAll - Alert if the key performance metric of all requests degrades beyond this threshold:
- response
Time Property MapSlowest - Alert if the key performance metric of the slowest 10% of requests degrades beyond this threshold:
- sensitivity String
- Possible Values:
Medium
,High
,Low
WebAppAnomaliesResponseTimeResponseTimeFixedOverAlertingProtection, WebAppAnomaliesResponseTimeResponseTimeFixedOverAlertingProtectionArgs
- Actions
Per doubleMinute - Only alert if there are at least
- Minutes
Abnormal doubleState - Only alert if the abnormal state remains for at least
- Actions
Per float64Minute - Only alert if there are at least
- Minutes
Abnormal float64State - Only alert if the abnormal state remains for at least
- actions
Per DoubleMinute - Only alert if there are at least
- minutes
Abnormal DoubleState - Only alert if the abnormal state remains for at least
- actions
Per numberMinute - Only alert if there are at least
- minutes
Abnormal numberState - Only alert if the abnormal state remains for at least
- actions_
per_ floatminute - Only alert if there are at least
- minutes_
abnormal_ floatstate - Only alert if the abnormal state remains for at least
- actions
Per NumberMinute - Only alert if there are at least
- minutes
Abnormal NumberState - Only alert if the abnormal state remains for at least
WebAppAnomaliesResponseTimeResponseTimeFixedResponseTimeAll, WebAppAnomaliesResponseTimeResponseTimeFixedResponseTimeAllArgs
- Degradation
Milliseconds double - Alert if the key performance metric degrades beyond this many ms within an observation period of 5 minutes
- Degradation
Milliseconds float64 - Alert if the key performance metric degrades beyond this many ms within an observation period of 5 minutes
- degradation
Milliseconds Double - Alert if the key performance metric degrades beyond this many ms within an observation period of 5 minutes
- degradation
Milliseconds number - Alert if the key performance metric degrades beyond this many ms within an observation period of 5 minutes
- degradation_
milliseconds float - Alert if the key performance metric degrades beyond this many ms within an observation period of 5 minutes
- degradation
Milliseconds Number - Alert if the key performance metric degrades beyond this many ms within an observation period of 5 minutes
WebAppAnomaliesResponseTimeResponseTimeFixedResponseTimeSlowest, WebAppAnomaliesResponseTimeResponseTimeFixedResponseTimeSlowestArgs
- Slowest
Degradation doubleMilliseconds - Alert if the key performance metric of the slowest 10% degrades beyond this many ms within an observation period of 5 minutes
- Slowest
Degradation float64Milliseconds - Alert if the key performance metric of the slowest 10% degrades beyond this many ms within an observation period of 5 minutes
- slowest
Degradation DoubleMilliseconds - Alert if the key performance metric of the slowest 10% degrades beyond this many ms within an observation period of 5 minutes
- slowest
Degradation numberMilliseconds - Alert if the key performance metric of the slowest 10% degrades beyond this many ms within an observation period of 5 minutes
- slowest_
degradation_ floatmilliseconds - Alert if the key performance metric of the slowest 10% degrades beyond this many ms within an observation period of 5 minutes
- slowest
Degradation NumberMilliseconds - Alert if the key performance metric of the slowest 10% degrades beyond this many ms within an observation period of 5 minutes
WebAppAnomaliesTrafficDrops, WebAppAnomaliesTrafficDropsArgs
- Enabled bool
- This setting is enabled (
true
) or disabled (false
) - Traffic
Drops Pulumiverse.Dynatrace. Inputs. Web App Anomalies Traffic Drops Traffic Drops - Dynatrace learns your typical application traffic over an observation period of one week.
- Enabled bool
- This setting is enabled (
true
) or disabled (false
) - Traffic
Drops WebApp Anomalies Traffic Drops Traffic Drops - Dynatrace learns your typical application traffic over an observation period of one week.
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
) - traffic
Drops WebApp Anomalies Traffic Drops Traffic Drops - Dynatrace learns your typical application traffic over an observation period of one week.
- enabled boolean
- This setting is enabled (
true
) or disabled (false
) - traffic
Drops WebApp Anomalies Traffic Drops Traffic Drops - Dynatrace learns your typical application traffic over an observation period of one week.
- enabled bool
- This setting is enabled (
true
) or disabled (false
) - traffic_
drops WebApp Anomalies Traffic Drops Traffic Drops - Dynatrace learns your typical application traffic over an observation period of one week.
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
) - traffic
Drops Property Map - Dynatrace learns your typical application traffic over an observation period of one week.
WebAppAnomaliesTrafficDropsTrafficDrops, WebAppAnomaliesTrafficDropsTrafficDropsArgs
- Abnormal
State doubleAbnormal State - Minutes the observed traffic has to stay in abnormal state before alert
- Traffic
Drop doublePercentage - Alert if the observed traffic is less than this percentage of the expected value
- Abnormal
State float64Abnormal State - Minutes the observed traffic has to stay in abnormal state before alert
- Traffic
Drop float64Percentage - Alert if the observed traffic is less than this percentage of the expected value
- abnormal
State DoubleAbnormal State - Minutes the observed traffic has to stay in abnormal state before alert
- traffic
Drop DoublePercentage - Alert if the observed traffic is less than this percentage of the expected value
- abnormal
State numberAbnormal State - Minutes the observed traffic has to stay in abnormal state before alert
- traffic
Drop numberPercentage - Alert if the observed traffic is less than this percentage of the expected value
- abnormal_
state_ floatabnormal_ state - Minutes the observed traffic has to stay in abnormal state before alert
- traffic_
drop_ floatpercentage - Alert if the observed traffic is less than this percentage of the expected value
- abnormal
State NumberAbnormal State - Minutes the observed traffic has to stay in abnormal state before alert
- traffic
Drop NumberPercentage - Alert if the observed traffic is less than this percentage of the expected value
WebAppAnomaliesTrafficSpikes, WebAppAnomaliesTrafficSpikesArgs
- Enabled bool
- This setting is enabled (
true
) or disabled (false
) - Traffic
Spikes Pulumiverse.Dynatrace. Inputs. Web App Anomalies Traffic Spikes Traffic Spikes - Dynatrace learns your typical application traffic over an observation period of one week.
- Enabled bool
- This setting is enabled (
true
) or disabled (false
) - Traffic
Spikes WebApp Anomalies Traffic Spikes Traffic Spikes - Dynatrace learns your typical application traffic over an observation period of one week.
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
) - traffic
Spikes WebApp Anomalies Traffic Spikes Traffic Spikes - Dynatrace learns your typical application traffic over an observation period of one week.
- enabled boolean
- This setting is enabled (
true
) or disabled (false
) - traffic
Spikes WebApp Anomalies Traffic Spikes Traffic Spikes - Dynatrace learns your typical application traffic over an observation period of one week.
- enabled bool
- This setting is enabled (
true
) or disabled (false
) - traffic_
spikes WebApp Anomalies Traffic Spikes Traffic Spikes - Dynatrace learns your typical application traffic over an observation period of one week.
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
) - traffic
Spikes Property Map - Dynatrace learns your typical application traffic over an observation period of one week.
WebAppAnomaliesTrafficSpikesTrafficSpikes, WebAppAnomaliesTrafficSpikesTrafficSpikesArgs
- Minutes
Abnormal doubleState - Minutes an application has to stay in abnormal state before alert
- Traffic
Spike doublePercentage - Alert if the observed traffic is more than this percentage of the expected value
- Minutes
Abnormal float64State - Minutes an application has to stay in abnormal state before alert
- Traffic
Spike float64Percentage - Alert if the observed traffic is more than this percentage of the expected value
- minutes
Abnormal DoubleState - Minutes an application has to stay in abnormal state before alert
- traffic
Spike DoublePercentage - Alert if the observed traffic is more than this percentage of the expected value
- minutes
Abnormal numberState - Minutes an application has to stay in abnormal state before alert
- traffic
Spike numberPercentage - Alert if the observed traffic is more than this percentage of the expected value
- minutes_
abnormal_ floatstate - Minutes an application has to stay in abnormal state before alert
- traffic_
spike_ floatpercentage - Alert if the observed traffic is more than this percentage of the expected value
- minutes
Abnormal NumberState - Minutes an application has to stay in abnormal state before alert
- traffic
Spike NumberPercentage - Alert if the observed traffic is more than this percentage of the expected value
Package Details
- Repository
- dynatrace pulumiverse/pulumi-dynatrace
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
dynatrace
Terraform Provider.