Troubleshooting
Articles about how to solve the most common problems
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
slawomir_justa
Dynatrace Participant
Dynatrace Participant

Summary

This article explains how to fix validation errors when creating Network Availability Monitors (NAM) in the Dynatrace Managed UI.
These errors are commonly caused by:
  • Incorrect constraint configuration
  • Missing request definitions
Fixing these configuration issues allows successful creation of NAM monitors and ensures proper network monitoring.

 

 

Problem

When creating a NAM monitor via the Managed UI, validation may fail with errors such as:

Validation failed with the following errors: (step[0].constraint[0]) value: attribute is missing 

slawomir_justa_0-1736939922918.png
Validation failed with the following errors: (step[0]) At least one request per step must be defined 

slawomir_justa_1-1736939933019.png

As a result:
  • The monitor cannot be saved
  • Configuration is blocked at validation stage

 

Cause

These validation errors occur when required fields are either:
  • Missing
  • Incorrectly configured
Typical root causes include:

1. Incorrect constraint configuration

  • Misconfigured SUCCESS_RATE_PERCENT settings
  • Using a single property instead of required key-value pairs

2. Missing request definition

  • No request configured in the step
  • NAM requires at least one request-level configuration per step
  •  

Resolution

Fix 1 – Correct constraint configuration (SUCCESS_RATE_PERCENT)

Ensure the constraint contains two properties:
operator: ">"
value: "80"
Incorrect (causes validation error):
">" : "80"
Correct:
  • Separate fields for:
    • operator
    • value

slawomir_justa_3-1736940062211.pngslawomir_justa_2-1736940053668.png

 

Fix 2 – Add request configuration to each step

Each NAM step must include:
  • At least one request definition
Even if minimal:
  • Add an empty or basic request configuration using the UI button
Without this:
  • Validation fails with:
    “At least one request per step must be defined”

slawomir_justa_5-1736940084048.pngslawomir_justa_4-1736940076164.png

 

Example

A working NAM step should:
  • Include:
    • At least one request
    • Proper constraint structure
If either is missing:
  • The UI validation fails immediately

 

What's next

If the issue persists:
Provide the following to Dynatrace Support:
  • Screenshot of configuration
  • Settings used in each step
  • Exact validation error text
Then open a support ticket and reference this article for faster resolution.
Version history
Last update:
‎12 Jun 2026 09:34 AM
Updated by: