@@ -1778,7 +1778,7 @@ components:
1778
1778
AlertViewForNdsGroup:
1779
1779
oneOf:
1780
1780
- $ref: '#/components/schemas/AppServiceAlertView'
1781
- - $ref: '#/components/schemas/ClusterAlertView '
1781
+ - $ref: '#/components/schemas/ClusterAlertViewForNdsGroup '
1782
1782
- $ref: '#/components/schemas/HostAlertViewForNdsGroup'
1783
1783
- $ref: '#/components/schemas/HostMetricAlert'
1784
1784
- $ref: '#/components/schemas/ReplicaSetAlertViewForNdsGroup'
@@ -8325,7 +8325,7 @@ components:
8325
8325
description: Flag that indicates whether someone enabled this alert configuration for the specified project.
8326
8326
type: boolean
8327
8327
eventTypeName:
8328
- $ref: '#/components/schemas/ClusterEventTypeViewAlertable '
8328
+ $ref: '#/components/schemas/ClusterEventTypeViewForNdsGroupAlertable '
8329
8329
groupId:
8330
8330
description: Unique 24-hexadecimal digit string that identifies the project that owns this alert configuration.
8331
8331
example: 32b6e34b3d91647abb20e7b8
@@ -8372,7 +8372,7 @@ components:
8372
8372
- notifications
8373
8373
title: Cluster Alert Configuration
8374
8374
type: object
8375
- ClusterAlertView :
8375
+ ClusterAlertViewForNdsGroup :
8376
8376
description: Cluster alert notifies different activities and conditions about cluster of mongod hosts.
8377
8377
properties:
8378
8378
acknowledgedUntil:
@@ -8418,7 +8418,7 @@ components:
8418
8418
readOnly: true
8419
8419
type: string
8420
8420
eventTypeName:
8421
- $ref: '#/components/schemas/ClusterEventTypeViewAlertable '
8421
+ $ref: '#/components/schemas/ClusterEventTypeViewForNdsGroupAlertable '
8422
8422
groupId:
8423
8423
description: Unique 24-hexadecimal digit string that identifies the project that owns this alert.
8424
8424
example: 32b6e34b3d91647abb20e7b8
@@ -9166,23 +9166,21 @@ components:
9166
9166
minimum: 1
9167
9167
type: integer
9168
9168
type: object
9169
- ClusterEventTypeViewAlertable:
9170
- description: Event type that triggers an alert.
9171
- enum:
9172
- - CLUSTER_MONGOS_IS_MISSING
9173
- - CLUSTER_AGENT_IN_CRASH_LOOP
9174
- example: CLUSTER_MONGOS_IS_MISSING
9175
- title: Cluster Event Types
9176
- type: string
9177
9169
ClusterEventTypeViewForNdsGroup:
9178
9170
description: Unique identifier of event type.
9179
9171
enum:
9180
9172
- CLUSTER_MONGOS_IS_PRESENT
9181
9173
- CLUSTER_MONGOS_IS_MISSING
9182
- - CLUSTER_AGENT_IN_CRASH_LOOP
9183
9174
example: CLUSTER_MONGOS_IS_PRESENT
9184
9175
title: Cluster Event Types
9185
9176
type: string
9177
+ ClusterEventTypeViewForNdsGroupAlertable:
9178
+ description: Event type that triggers an alert.
9179
+ enum:
9180
+ - CLUSTER_MONGOS_IS_MISSING
9181
+ example: CLUSTER_MONGOS_IS_MISSING
9182
+ title: Cluster Event Types
9183
+ type: string
9186
9184
ClusterEventViewForNdsGroup:
9187
9185
description: Cluster event identifies different activities about cluster of mongod hosts.
9188
9186
properties:
@@ -15190,7 +15188,6 @@ components:
15190
15188
- enum:
15191
15189
- CLUSTER_MONGOS_IS_PRESENT
15192
15190
- CLUSTER_MONGOS_IS_MISSING
15193
- - CLUSTER_AGENT_IN_CRASH_LOOP
15194
15191
title: Cluster Event Types
15195
15192
type: string
15196
15193
- enum:
@@ -34729,7 +34726,7 @@ info:
34729
34726
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
34730
34727
title: MongoDB Atlas Administration API
34731
34728
version: "2.0"
34732
- x-xgen-sha: d0dc81933289dbde71a17c2676e1b5d45fd74fff
34729
+ x-xgen-sha: f6f6b0dba50116a8faf418ac03cade69e1bfcc10
34733
34730
openapi: 3.0.1
34734
34731
paths:
34735
34732
/api/atlas/v2:
0 commit comments