Atlas Online Archive配置文件
您可以使用Atlas Online Archive配置文件来指定使用Atlas CLI创建 Online Archive 或更新 Online Archive 时所需的设置。 Atlas CLI接受 .json
Atlas Online Archive配置文件。
可用设置
使用配置文件创建 Online Archive 时,可以指定 Create One Atlas Online Archive (在 下创建一个 Atlas Online Archive)中列出的任何设置 Request Body Schema。
使用配置文件更新在线存档时,可以指定 Request Body Schema 下的更新一个Atlas Online Archive中列出的任何设置。
创建配置文件
创建在线存档
请按照以下步骤使用配置文件创建在线存档:
1
复制 Create One Online 存档 的示例请求。
Atlas Online Archive导航到Atlas AdminAPI 规范的 创建一个 部分。
在右侧的Request samples下,单击Expand all 。
单击Copy ,复制样本请求。
3
运行带有 --file
选项的 Atlas clusters onlineArchives create命令。
使用--file
标志指定保存的文件的路径。
更新在线存档
请按照以下步骤使用配置文件更新在线存档:
1
复制 Update One Online 存档 的示例请求。
导航到Atlas Admin API规范的Update One Online 存档部分。
在右侧的Request samples下,单击Expand all 。
单击Copy ,复制样本请求。
3
使用 --file
选项运行Atlas clusters onlineArchives 更新命令。
使用--file
标志指定保存的文件的路径。