You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi.yaml
+47-85Lines changed: 47 additions & 85 deletions
Original file line number
Diff line number
Diff line change
@@ -3611,9 +3611,11 @@ paths:
3611
3611
3612
3612
Requires `read_write` access to the Database.
3613
3613
3614
+
Up to 3 snapshot backups for each Database can be stored at a time. If 3 snapshots have been created for a Database, one must be deleted before another can be made.
3615
+
3614
3616
Backups generated by this command have the type `snapshot`. Snapshot backups may take several minutes to complete, after which they will be accessible to view or restore.
3615
3617
3616
-
The Database must have an `active` status to perform this command.
3618
+
The Database must have an `active` status to perform this command. If another backup is in progress, it must complete before a new backup can be initiated.
3617
3619
3618
3620
**Note**: New MongoDB Databases cannot currently be created.
3619
3621
security:
@@ -3625,30 +3627,7 @@ paths:
3625
3627
content:
3626
3628
application/json:
3627
3629
schema:
3628
-
required:
3629
-
- label
3630
-
type: object
3631
-
properties:
3632
-
label:
3633
-
type: string
3634
-
minLength: 3
3635
-
maxLength: 64
3636
-
description: |
3637
-
The label for the Database snapshot backup.
3638
-
* Must use only letters, numbers, underscores, dashes, and periods.
3639
-
* Must begin and end with a letter or number.
3640
-
* Must not include two dashes, underscores, or periods in a row.
3641
-
example: db-snapshot
3642
-
target:
3643
-
type: string
3644
-
enum:
3645
-
- primary
3646
-
- secondary
3647
-
default: primary
3648
-
description: |
3649
-
The Database cluster target.
3650
-
If the Database is a high availability cluster, choosing `secondary` creates a snapshot backup of a replica node.
Up to 3 snapshot backups for each Database can be stored at a time. If 3 snapshots have been created for a Database, one must be deleted before another can be made.
4383
+
4402
4384
Backups generated by this command have the type `snapshot`. Snapshot backups may take several minutes to complete, after which they will be accessible to view or restore.
4403
4385
4404
-
The Database must have an `active` status to perform this command.
4386
+
The Database must have an `active` status to perform this command. If another backup is in progress, it must complete before a new backup can be initiated.
4405
4387
security:
4406
4388
- personalAccessToken: []
4407
4389
- oauth:
@@ -4411,32 +4393,7 @@ paths:
4411
4393
content:
4412
4394
application/json:
4413
4395
schema:
4414
-
required:
4415
-
- label
4416
-
type: object
4417
-
properties:
4418
-
label:
4419
-
type: string
4420
-
minLength: 3
4421
-
maxLength: 64
4422
-
description: |
4423
-
The label for the Database snapshot backup.
4424
-
4425
-
* Must use only letters, numbers, underscores, dashes, and periods.
4426
-
* Must begin and end with a letter or number.
4427
-
* Must not include two dashes, underscores, or periods in a row.
4428
-
example: db-snapshot
4429
-
target:
4430
-
type: string
4431
-
enum:
4432
-
- primary
4433
-
- secondary
4434
-
default: primary
4435
-
description: |
4436
-
The Database cluster target.
4437
-
4438
-
If the Database is a high availability cluster, choosing `secondary` creates a snapshot backup of a replica node.
Up to 3 snapshot backups for each Database can be stored at a time. If 3 snapshots have been created for a Database, one must be deleted before another can be made.
5138
+
5179
5139
Backups generated by this command have the type `snapshot`. Snapshot backups may take several minutes to complete, after which they will be accessible to view or restore.
5180
5140
5181
-
The Database must have an `active` status to perform this command.
5141
+
The Database must have an `active` status to perform this command. If another backup is in progress, it must complete before a new backup can be initiated.
5182
5142
security:
5183
5143
- personalAccessToken: []
5184
5144
- oauth:
@@ -5188,32 +5148,7 @@ paths:
5188
5148
content:
5189
5149
application/json:
5190
5150
schema:
5191
-
required:
5192
-
- label
5193
-
type: object
5194
-
properties:
5195
-
label:
5196
-
type: string
5197
-
minLength: 3
5198
-
maxLength: 64
5199
-
description: |
5200
-
The label for the Database snapshot backup.
5201
-
5202
-
* Must use only letters, numbers, underscores, dashes, and periods.
5203
-
* Must begin and end with a letter or number.
5204
-
* Must not include two dashes, underscores, or periods in a row.
5205
-
example: db-snapshot
5206
-
target:
5207
-
type: string
5208
-
enum:
5209
-
- primary
5210
-
- secondary
5211
-
default: primary
5212
-
description: |
5213
-
The Database cluster target.
5214
-
5215
-
If the Database is a high availability cluster, choosing `secondary` creates a snapshot backup of a replica node.
0 commit comments