New: MCP server monitoring is live. Start free trial
MongoDB AtlasSchemaBreaking

Enum values changed in GET /api/atlas/v2/groups/{groupId}/events/{eventId} (NDSAuditTypeViewForNdsGroup)

Affected surface
GET /api/atlas/v2/groups/{groupId}/events/{eventId}
Affected field
NDSAuditTypeViewForNdsGroup

What changed

Enum values changed in GET /api/atlas/v2/groups/{groupId}/events/{eventId} (NDSAuditTypeViewForNdsGroup) Affected surface: GET /api/atlas/v2/groups/{groupId}/events/{eventId}. Root cause: schema `NDSAuditTypeViewForNdsGroup`. Detected at Tue, 02 Jun 2026 02:17:09 UTC UTC.

Diff

{
  "path": "GET /api/atlas/v2/groups/{groupId}/events/{eventId}",
  "removed_enums": [
    "CLUSTER_APPLY_CONNECTION_RATE_LIMIT_REQUESTED"
  ],
  "schema_path": "schema NDSAuditTypeViewForNdsGroup"
}

Likely impact

Existing integrations relying on this surface will fail or behave incorrectly. Treat this as a release-blocker until the recommended action below is applied.

Audit any switch/match statements over this enum. Removed values become unhandled paths.

Related changes

Other endpoints affected by the same root cause.

Catch changes like this on every API you depend on.

Intello monitors 100+ APIs and tells you the moment something changes — before it breaks production.