Skip to content

Commit 2e94344

Browse files
DOCSP-38602 BackupCompliancePolicy: Add JSON --file page (#394)
* DOCSP-38602 BackupCompliancePolicy: Add JSON --file page * DOCSP-38602 updates for SS's feedback * Set submodule to v1.24.0 * DOCSP-38602 added to TOC
1 parent 3d0c0a8 commit 2e94344

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed

source/reference/json.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ see :ref:`example-connected-org-config-file`.
192192

193193
Cluster </reference/json/cluster-config-file>
194194
Cloud Backup Schedule </reference/json/cloud-backup-schedule-config-file>
195+
Cloud Backup Compliance Policy </reference/json/cloud-backup-compliance-policy-config-file>
195196
Atlas Data Federation </reference/json/data-federation-config-file>
196197
Atlas Search Index </reference/json/search-index-config-file>
197198
Search Nodes </reference/json/search-nodes-config-file>
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
.. _atlas-cli-cloud-backup-compliance-policy-config-file:
2+
3+
=================================================
4+
Cloud Backup Compliance Policy Configuration File
5+
=================================================
6+
7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 1
11+
:class: singlecol
12+
13+
.. facet::
14+
:name: genre
15+
:values: tutorial
16+
17+
.. To create a configuration file doc, copy this template, change
18+
.. the replacements below, and update the H1 title and refs.
19+
20+
.. |atlas-cli command| replace:: :ref:`atlas-backups-compliancePolicy-setup`
21+
.. |configuration-file-name| replace:: cloud backup compliance policy configuration
22+
.. |openapi-link| replace:: :oas-atlas-tag:`Update the Backup Compliance Policy </Cloud-Backups/operation/updateDataProtectionSettings>`
23+
.. |action| replace:: update a cloud backup compliance policy
24+
25+
You can use a |configuration-file-name| file to specify the
26+
settings required when you |action|
27+
using the {+atlas-cli+}. The {+atlas-cli+} accepts ``.json``
28+
|configuration-file-name| files.
29+
30+
.. _cloud-backup-compliance-policy-settings:
31+
32+
Available Settings
33+
------------------
34+
35+
When you |action| using a configuration file, you
36+
can specify any settings that are listed in
37+
|openapi-link| under :guilabel:`Request Body Schema`.
38+
39+
.. _example-cloud-backup-compliance-policy-config-file:
40+
41+
Create a Configuration File
42+
---------------------------
43+
44+
.. include:: /includes/steps-config-file-template.rst

0 commit comments

Comments
 (0)