Settings API - Performance thresholds schema table

    Performance thresholds (builtin:synthetic.multiprotocol.performance-thresholds)

    Dynatrace generates a new problem if this synthetic monitor exceeds any of the performance thresholds below in {violatingSamples} of the {samples} most recent request executions at a given location, unless there is an open maintenance window for the synthetic monitor. Multiple locations with {violatingSamples} such violations can be included in a problem. The problem is closed if no performance threshold is violated in the {dealertingSamples} most recent request executions at each of the previously affected locations.

    Schema IDSchema groupsScope
    builtin:synthetic.multiprotocol.performance-thresholds
    • group:web-and-mobile-monitoring
    • group:synthetic.multiprotocol
    • group:web-and-mobile-monitoring.multiprotocol-monitor-default-settings
    MULTIPROTOCOL_MONITOR - Network availability monitor
    GETManagedhttps://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:synthetic.multiprotocol.performance-thresholds
    SaaShttps://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:synthetic.multiprotocol.performance-thresholds
    Environment ActiveGatehttps://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:synthetic.multiprotocol.performance-thresholds

    Authentication

    To execute this request, you need an access token with Read settings (settings.read) scope. To learn how to obtain and use it, see Tokens and authentication.

    Parameters

    PropertyTypeDescriptionRequired
    Generate a problem and send an alert on performance threshold violations
    enabled
    boolean-required
    Performance thresholds
    thresholds
    Set<ThresholdEntry>-required
    The ThresholdEntry object
    PropertyTypeDescriptionRequired
    Threshold (in ms)
    threshold
    integer-required
    Step index
    stepIndex
    integer-required
    Aggregation type
    aggregation
    enum
    • AVG
    • MIN
    • MAX
    required
    Number of violating request executions in analyzed sliding window
    violatingSamples
    integer-required
    Number of request executions in analyzed sliding window (sliding window size)
    samples
    integer-required
    Number of most recent non-violating request executions that closes the problem
    dealertingSamples
    integer-required