Skip to content

Commit 53fc37c

Browse files
ci(prod): Release OpenAPI Spec V1 🚀. See https://github.com/mongodb/openapi/actions/runs/19078386307.
1 parent a2534a9 commit 53fc37c

File tree

2 files changed

+46
-26
lines changed

2 files changed

+46
-26
lines changed

openapi/v1-deprecated/v1.json

Lines changed: 23 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -392,9 +392,13 @@
392392
"EU_CENTRAL_2",
393393
"SA_EAST_1",
394394
"AP_EAST_1",
395+
"AP_EAST_2",
395396
"AP_SOUTHEAST_2",
396397
"AP_SOUTHEAST_3",
397398
"AP_SOUTHEAST_4",
399+
"AP_SOUTHEAST_5",
400+
"AP_SOUTHEAST_6",
401+
"AP_SOUTHEAST_7",
398402
"AP_NORTHEAST_1",
399403
"AP_NORTHEAST_2",
400404
"AP_NORTHEAST_3",
@@ -410,8 +414,6 @@
410414
"EU_SOUTH_2",
411415
"IL_CENTRAL_1",
412416
"CA_WEST_1",
413-
"AP_SOUTHEAST_5",
414-
"AP_SOUTHEAST_7",
415417
"MX_CENTRAL_1",
416418
"GLOBAL",
417419
"US_GOV_WEST_1",
@@ -517,13 +519,17 @@
517519
"EU_CENTRAL_1",
518520
"EU_CENTRAL_2",
519521
"AP_EAST_1",
522+
"AP_EAST_2",
520523
"AP_NORTHEAST_1",
521524
"AP_NORTHEAST_2",
522525
"AP_NORTHEAST_3",
523526
"AP_SOUTHEAST_1",
524527
"AP_SOUTHEAST_2",
525528
"AP_SOUTHEAST_3",
526529
"AP_SOUTHEAST_4",
530+
"AP_SOUTHEAST_5",
531+
"AP_SOUTHEAST_6",
532+
"AP_SOUTHEAST_7",
527533
"AP_SOUTH_1",
528534
"AP_SOUTH_2",
529535
"SA_EAST_1",
@@ -536,8 +542,6 @@
536542
"EU_SOUTH_2",
537543
"IL_CENTRAL_1",
538544
"CA_WEST_1",
539-
"AP_SOUTHEAST_5",
540-
"AP_SOUTHEAST_7",
541545
"MX_CENTRAL_1",
542546
"GLOBAL"
543547
],
@@ -855,13 +859,17 @@
855859
"EU_CENTRAL_1",
856860
"EU_CENTRAL_2",
857861
"AP_EAST_1",
862+
"AP_EAST_2",
858863
"AP_NORTHEAST_1",
859864
"AP_NORTHEAST_2",
860865
"AP_NORTHEAST_3",
861866
"AP_SOUTHEAST_1",
862867
"AP_SOUTHEAST_2",
863868
"AP_SOUTHEAST_3",
864869
"AP_SOUTHEAST_4",
870+
"AP_SOUTHEAST_5",
871+
"AP_SOUTHEAST_6",
872+
"AP_SOUTHEAST_7",
865873
"AP_SOUTH_1",
866874
"AP_SOUTH_2",
867875
"SA_EAST_1",
@@ -874,8 +882,6 @@
874882
"EU_SOUTH_2",
875883
"IL_CENTRAL_1",
876884
"CA_WEST_1",
877-
"AP_SOUTHEAST_5",
878-
"AP_SOUTHEAST_7",
879885
"MX_CENTRAL_1",
880886
"GLOBAL"
881887
],
@@ -8524,13 +8530,17 @@
85248530
"EU_CENTRAL_1",
85258531
"EU_CENTRAL_2",
85268532
"AP_EAST_1",
8533+
"AP_EAST_2",
85278534
"AP_NORTHEAST_1",
85288535
"AP_NORTHEAST_2",
85298536
"AP_NORTHEAST_3",
85308537
"AP_SOUTHEAST_1",
85318538
"AP_SOUTHEAST_2",
85328539
"AP_SOUTHEAST_3",
85338540
"AP_SOUTHEAST_4",
8541+
"AP_SOUTHEAST_5",
8542+
"AP_SOUTHEAST_6",
8543+
"AP_SOUTHEAST_7",
85348544
"AP_SOUTH_1",
85358545
"AP_SOUTH_2",
85368546
"SA_EAST_1",
@@ -8543,8 +8553,6 @@
85438553
"EU_SOUTH_2",
85448554
"IL_CENTRAL_1",
85458555
"CA_WEST_1",
8546-
"AP_SOUTHEAST_5",
8547-
"AP_SOUTHEAST_7",
85488556
"MX_CENTRAL_1",
85498557
"GLOBAL"
85508558
],
@@ -17170,6 +17178,7 @@
1717017178
"STREAM_TENANT_CONNECTION_DELETED",
1717117179
"STREAM_TENANT_CONNECTION_CREATED",
1717217180
"STREAM_TENANT_CONNECTION_VIEWED",
17181+
"STREAM_TENANT_OPERATIONAL_LOGS",
1717317182
"STREAM_TENANT_AUDIT_LOGS",
1717417183
"STREAM_TENANT_AUDIT_LOGS_DELETED",
1717517184
"QUEUED_ADMIN_ACTION_CREATED",
@@ -27091,6 +27100,7 @@
2709127100
"STREAM_TENANT_CONNECTION_DELETED",
2709227101
"STREAM_TENANT_CONNECTION_CREATED",
2709327102
"STREAM_TENANT_CONNECTION_VIEWED",
27103+
"STREAM_TENANT_OPERATIONAL_LOGS",
2709427104
"STREAM_TENANT_AUDIT_LOGS",
2709527105
"STREAM_TENANT_AUDIT_LOGS_DELETED",
2709627106
"QUEUED_ADMIN_ACTION_CREATED",
@@ -30033,7 +30043,7 @@
3003330043
"type": "string"
3003430044
},
3003530045
"streamsCrossGroupEnabled": {
30036-
"description": "Flag that indicates whether a group's Atlas Stream Processing instances in this organization can create connections to other group's clusters in the same organization.",
30046+
"description": "Flag that indicates whether a group's Atlas Stream Processing workspaces in this organization can create connections to other group's clusters in the same organization.",
3003730047
"type": "boolean"
3003830048
}
3003930049
},
@@ -36299,7 +36309,7 @@
3629936309
"type": "string"
3630036310
},
3630136311
"instanceName": {
36302-
"description": "The name of the Stream Processing Instance to which this alert applies. The resource returns this parameter for alerts of events impacting Stream Processing Instances.",
36312+
"description": "The name of the Stream Processing Workspace to which this alert applies. The resource returns this parameter for alerts of events impacting Stream Processing Workspaces.",
3630336313
"example": "foobar",
3630436314
"readOnly": true,
3630536315
"type": "string"
@@ -36439,7 +36449,7 @@
3643936449
"type": "string"
3644036450
},
3644136451
"instanceName": {
36442-
"description": "Name of the stream processing instance associated with the event.",
36452+
"description": "Name of the stream processing workspace associated with the event.",
3644336453
"example": "foobar",
3644436454
"readOnly": true,
3644536455
"type": "string"
@@ -36709,7 +36719,7 @@
3670936719
"type": "string"
3671036720
},
3671136721
"instanceName": {
36712-
"description": "Name of the stream processing instance associated with the event.",
36722+
"description": "Name of the stream processing workspace associated with the event.",
3671336723
"example": "foobar",
3671436724
"readOnly": true,
3671536725
"type": "string"
@@ -36742,7 +36752,7 @@
3674236752
"type": "object"
3674336753
},
3674436754
"StreamsMatcher": {
36745-
"description": "Rules to apply when comparing a stream processing instance or stream processor against this alert configuration.",
36755+
"description": "Rules to apply when comparing a stream processing workspace or stream processor against this alert configuration.",
3674636756
"properties": {
3674736757
"fieldName": {
3674836758
"$ref": "#/components/schemas/StreamsMatcherField"

openapi/v1-deprecated/v1.yaml

Lines changed: 23 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -392,9 +392,13 @@
392392
"EU_CENTRAL_2",
393393
"SA_EAST_1",
394394
"AP_EAST_1",
395+
"AP_EAST_2",
395396
"AP_SOUTHEAST_2",
396397
"AP_SOUTHEAST_3",
397398
"AP_SOUTHEAST_4",
399+
"AP_SOUTHEAST_5",
400+
"AP_SOUTHEAST_6",
401+
"AP_SOUTHEAST_7",
398402
"AP_NORTHEAST_1",
399403
"AP_NORTHEAST_2",
400404
"AP_NORTHEAST_3",
@@ -410,8 +414,6 @@
410414
"EU_SOUTH_2",
411415
"IL_CENTRAL_1",
412416
"CA_WEST_1",
413-
"AP_SOUTHEAST_5",
414-
"AP_SOUTHEAST_7",
415417
"MX_CENTRAL_1",
416418
"GLOBAL",
417419
"US_GOV_WEST_1",
@@ -519,13 +521,17 @@
519521
"EU_CENTRAL_1",
520522
"EU_CENTRAL_2",
521523
"AP_EAST_1",
524+
"AP_EAST_2",
522525
"AP_NORTHEAST_1",
523526
"AP_NORTHEAST_2",
524527
"AP_NORTHEAST_3",
525528
"AP_SOUTHEAST_1",
526529
"AP_SOUTHEAST_2",
527530
"AP_SOUTHEAST_3",
528531
"AP_SOUTHEAST_4",
532+
"AP_SOUTHEAST_5",
533+
"AP_SOUTHEAST_6",
534+
"AP_SOUTHEAST_7",
529535
"AP_SOUTH_1",
530536
"AP_SOUTH_2",
531537
"SA_EAST_1",
@@ -538,8 +544,6 @@
538544
"EU_SOUTH_2",
539545
"IL_CENTRAL_1",
540546
"CA_WEST_1",
541-
"AP_SOUTHEAST_5",
542-
"AP_SOUTHEAST_7",
543547
"MX_CENTRAL_1",
544548
"GLOBAL"
545549
],
@@ -877,13 +881,17 @@
877881
"EU_CENTRAL_1",
878882
"EU_CENTRAL_2",
879883
"AP_EAST_1",
884+
"AP_EAST_2",
880885
"AP_NORTHEAST_1",
881886
"AP_NORTHEAST_2",
882887
"AP_NORTHEAST_3",
883888
"AP_SOUTHEAST_1",
884889
"AP_SOUTHEAST_2",
885890
"AP_SOUTHEAST_3",
886891
"AP_SOUTHEAST_4",
892+
"AP_SOUTHEAST_5",
893+
"AP_SOUTHEAST_6",
894+
"AP_SOUTHEAST_7",
887895
"AP_SOUTH_1",
888896
"AP_SOUTH_2",
889897
"SA_EAST_1",
@@ -896,8 +904,6 @@
896904
"EU_SOUTH_2",
897905
"IL_CENTRAL_1",
898906
"CA_WEST_1",
899-
"AP_SOUTHEAST_5",
900-
"AP_SOUTHEAST_7",
901907
"MX_CENTRAL_1",
902908
"GLOBAL"
903909
],
@@ -9289,13 +9295,17 @@
92899295
"EU_CENTRAL_1",
92909296
"EU_CENTRAL_2",
92919297
"AP_EAST_1",
9298+
"AP_EAST_2",
92929299
"AP_NORTHEAST_1",
92939300
"AP_NORTHEAST_2",
92949301
"AP_NORTHEAST_3",
92959302
"AP_SOUTHEAST_1",
92969303
"AP_SOUTHEAST_2",
92979304
"AP_SOUTHEAST_3",
92989305
"AP_SOUTHEAST_4",
9306+
"AP_SOUTHEAST_5",
9307+
"AP_SOUTHEAST_6",
9308+
"AP_SOUTHEAST_7",
92999309
"AP_SOUTH_1",
93009310
"AP_SOUTH_2",
93019311
"SA_EAST_1",
@@ -9308,8 +9318,6 @@
93089318
"EU_SOUTH_2",
93099319
"IL_CENTRAL_1",
93109320
"CA_WEST_1",
9311-
"AP_SOUTHEAST_5",
9312-
"AP_SOUTHEAST_7",
93139321
"MX_CENTRAL_1",
93149322
"GLOBAL"
93159323
],
@@ -18826,6 +18834,7 @@
1882618834
"STREAM_TENANT_CONNECTION_DELETED",
1882718835
"STREAM_TENANT_CONNECTION_CREATED",
1882818836
"STREAM_TENANT_CONNECTION_VIEWED",
18837+
"STREAM_TENANT_OPERATIONAL_LOGS",
1882918838
"STREAM_TENANT_AUDIT_LOGS",
1883018839
"STREAM_TENANT_AUDIT_LOGS_DELETED",
1883118840
"QUEUED_ADMIN_ACTION_CREATED",
@@ -29735,6 +29744,7 @@
2973529744
"STREAM_TENANT_CONNECTION_DELETED",
2973629745
"STREAM_TENANT_CONNECTION_CREATED",
2973729746
"STREAM_TENANT_CONNECTION_VIEWED",
29747+
"STREAM_TENANT_OPERATIONAL_LOGS",
2973829748
"STREAM_TENANT_AUDIT_LOGS",
2973929749
"STREAM_TENANT_AUDIT_LOGS_DELETED",
2974029750
"QUEUED_ADMIN_ACTION_CREATED",
@@ -32979,7 +32989,7 @@
3297932989
"type": "string"
3298032990
},
3298132991
"streamsCrossGroupEnabled": {
32982-
"description": "Flag that indicates whether a group's Atlas Stream Processing instances in this organization can create connections to other group's clusters in the same organization.",
32992+
"description": "Flag that indicates whether a group's Atlas Stream Processing workspaces in this organization can create connections to other group's clusters in the same organization.",
3298332993
"type": "boolean"
3298432994
}
3298532995
},
@@ -39780,7 +39790,7 @@
3978039790
"type": "string"
3978139791
},
3978239792
"instanceName": {
39783-
"description": "The name of the Stream Processing Instance to which this alert applies. The resource returns this parameter for alerts of events impacting Stream Processing Instances.",
39793+
"description": "The name of the Stream Processing Workspace to which this alert applies. The resource returns this parameter for alerts of events impacting Stream Processing Workspaces.",
3978439794
"example": "foobar",
3978539795
"readOnly": true,
3978639796
"type": "string"
@@ -39936,7 +39946,7 @@
3993639946
"type": "string"
3993739947
},
3993839948
"instanceName": {
39939-
"description": "Name of the stream processing instance associated with the event.",
39949+
"description": "Name of the stream processing workspace associated with the event.",
3994039950
"example": "foobar",
3994139951
"readOnly": true,
3994239952
"type": "string"
@@ -40222,7 +40232,7 @@
4022240232
"type": "string"
4022340233
},
4022440234
"instanceName": {
40225-
"description": "Name of the stream processing instance associated with the event.",
40235+
"description": "Name of the stream processing workspace associated with the event.",
4022640236
"example": "foobar",
4022740237
"readOnly": true,
4022840238
"type": "string"
@@ -40259,7 +40269,7 @@
4025940269
"type": "object"
4026040270
},
4026140271
"StreamsMatcher": {
40262-
"description": "Rules to apply when comparing a stream processing instance or stream processor against this alert configuration.",
40272+
"description": "Rules to apply when comparing a stream processing workspace or stream processor against this alert configuration.",
4026340273
"properties": {
4026440274
"fieldName": {
4026540275
"$ref": "#/components/schemas/StreamsMatcherField"

0 commit comments

Comments
 (0)