Skip to content

Commit 0eff4d4

Browse files
DOCSP-34286 -- incorporate interal review feedback
1 parent fa79c84 commit 0eff4d4

File tree

1 file changed

+23
-18
lines changed

1 file changed

+23
-18
lines changed

source/reference/json/file-options-online-archive.txt

Lines changed: 23 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ Use the following resources to:
2020
- Learn the :ref:`required settings <required-oa-settings>` you
2121
can specify in the online archive
2222

23-
- View and copy sample configuration files.
23+
- View and copy :ref:`sample configuration files <example-oa-config-file>`.
2424

2525
.. _required-oa-settings:
2626

27-
Required Online Archive Create and Update Settings
28-
--------------------------------------------------
27+
Online Archive Settings
28+
-----------------------
2929

30-
|service| requires the following settings to create an online archive with
31-
the {+atlas-cli+}. You must specify these online archive settings either
32-
in the configuration file or as flags in the command:
30+
You can specify the following settings to create or
31+
update an online archive either in the configuration
32+
file or as flags in the command:
3333

3434
.. list-table::
3535
:header-rows: 1
@@ -69,8 +69,23 @@ in the configuration file or as flags in the command:
6969
- Human-readable label of the database that
7070
contains the collection that contains the online archive.
7171

72-
For a full list of available settings, see the API documentation for
73-
:oas-atlas-op:`Create One Online Archive<>`.
72+
For detailed descriptions and a full list of available settings,
73+
see the request body schema in the API specification:
74+
- :oas-atlas-op:`Create One Online Archive </createOnlineArchive>`
75+
- :oas-atlas-op:`Update One Online Archive </updateOnlineArchive>`
76+
77+
.. _example-oa-config-file:
78+
79+
Example Online Archive Create Configuration File
80+
------------------------------------------------
81+
82+
.. literalinclude:: /includes/online-archive-create.json
83+
84+
85+
Example Online Archive Update Configuration File
86+
------------------------------------------------
87+
88+
.. literalinclude:: /includes/online-archive-update.json
7489

7590
Example Online Archive Create Command
7691
-------------------------------------
@@ -94,15 +109,5 @@ online archive by using a configuration file named
94109

95110
atlas clusters onlineArchive update --file online-archive-update-config.json --output json
96111

97-
.. _example-oa-config-file:
98-
99-
Example Online Archive Create Configuration File
100-
------------------------------------------------
101112

102-
.. literalinclude:: /includes/online-archive-create.json
103113

104-
105-
Example Online Archive Update Configuration File
106-
------------------------------------------------
107-
108-
.. literalinclude:: /includes/online-archive-update.json

0 commit comments

Comments
 (0)