Skip to content

Commit b671d34

Browse files
CLOUDP-311856: [Atlas CLI] Build log errors in copies of Atlas CLI command for 1.41.1 & 1.41.2 (#3841)
1 parent bd9588e commit b671d34

File tree

503 files changed

+1409
-5999
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

503 files changed

+1409
-5999
lines changed

docs/command/atlas-api-accessTracking-listAccessLogsByClusterName.txt

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@ atlas api accessTracking listAccessLogsByClusterName
1212
:depth: 1
1313
:class: singlecol
1414

15-
.. blockquote::
16-
17-
Public Preview: please provide feedback at https://feedback.mongodb.com/forums/930808-atlas-cli
18-
19-
Returns the access logs of one cluster identified by the cluster's name.
15+
`Public Preview: please provide feedback at <https://feedback.mongodb.com/forums/930808-atlas-cli>`_: Returns the access logs of one cluster identified by the cluster's name.
2016

2117
Access logs contain a list of authentication requests made against your cluster. You can't use this feature on tenant-tier clusters (M0, M2, M5). To use this resource, the requesting Service Account or API Key must have the Project Monitoring Admin role or the Project Database Access Admin role.
2218

@@ -117,9 +113,7 @@ Inherited Options
117113
- Name of the profile to use from your configuration file. To learn about profiles for the Atlas CLI, see https://dochub.mongodb.org/core/atlas-cli-save-connection-settings.
118114

119115
Examples
120-
-----------------
121-
122-
Run the command below.
116+
--------
123117

124118
.. code-block::
125119

docs/command/atlas-api-accessTracking-listAccessLogsByHostname.txt

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@ atlas api accessTracking listAccessLogsByHostname
1212
:depth: 1
1313
:class: singlecol
1414

15-
.. blockquote::
16-
17-
Public Preview: please provide feedback at https://feedback.mongodb.com/forums/930808-atlas-cli
18-
19-
Returns the access logs of one cluster identified by the cluster's hostname.
15+
`Public Preview: please provide feedback at <https://feedback.mongodb.com/forums/930808-atlas-cli>`_: Returns the access logs of one cluster identified by the cluster's hostname.
2016

2117
Access logs contain a list of authentication requests made against your clusters. You can't use this feature on tenant-tier clusters (M0, M2, M5). To use this resource, the requesting Service Account or API Key must have the Project Monitoring Admin role or the Project Database Access Admin role.
2218

@@ -117,9 +113,7 @@ Inherited Options
117113
- Name of the profile to use from your configuration file. To learn about profiles for the Atlas CLI, see https://dochub.mongodb.org/core/atlas-cli-save-connection-settings.
118114

119115
Examples
120-
-----------------
121-
122-
Run the command below.
116+
--------
123117

124118
.. code-block::
125119

docs/command/atlas-api-accessTracking.txt

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@ atlas api accessTracking
1212
:depth: 1
1313
:class: singlecol
1414

15-
.. blockquote::
16-
17-
Public Preview: please provide feedback at https://feedback.mongodb.com/forums/930808-atlas-cli
18-
19-
Returns access logs for authentication attempts made to Atlas database deployments.
15+
`Public Preview: please provide feedback at <https://feedback.mongodb.com/forums/930808-atlas-cli>`_: Returns access logs for authentication attempts made to Atlas database deployments.
2016

2117
To view database access history, you must have either the Project Owner or Organization Owner role.
2218

@@ -55,16 +51,8 @@ Inherited Options
5551
Related Commands
5652
----------------
5753

58-
* :ref:`atlas-api-accessTracking-listAccessLogsByClusterName` - .. blockquote::
59-
60-
Public Preview: please provide feedback at https://feedback.mongodb.com/forums/930808-atlas-cli
61-
62-
Returns the access logs of one cluster identified by the cluster's name.
63-
* :ref:`atlas-api-accessTracking-listAccessLogsByHostname` - .. blockquote::
64-
65-
Public Preview: please provide feedback at https://feedback.mongodb.com/forums/930808-atlas-cli
66-
67-
Returns the access logs of one cluster identified by the cluster's hostname.
54+
* :ref:`atlas-api-accessTracking-listAccessLogsByClusterName` - `Public Preview: please provide feedback at <https://feedback.mongodb.com/forums/930808-atlas-cli>`_: Returns the access logs of one cluster identified by the cluster's name.
55+
* :ref:`atlas-api-accessTracking-listAccessLogsByHostname` - `Public Preview: please provide feedback at <https://feedback.mongodb.com/forums/930808-atlas-cli>`_: Returns the access logs of one cluster identified by the cluster's hostname.
6856

6957

7058
.. toctree::

docs/command/atlas-api-alertConfigurations-createAlertConfiguration.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@ atlas api alertConfigurations createAlertConfiguration
1212
:depth: 1
1313
:class: singlecol
1414

15-
.. blockquote::
16-
17-
Public Preview: please provide feedback at https://feedback.mongodb.com/forums/930808-atlas-cli
18-
19-
Creates one alert configuration for the specified project.
15+
`Public Preview: please provide feedback at <https://feedback.mongodb.com/forums/930808-atlas-cli>`_: Creates one alert configuration for the specified project.
2016

2117
Alert configurations define the triggers and notification methods for alerts. To use this resource, the requesting Service Account or API Key must have the Organization Owner or Project Owner role.
2218

docs/command/atlas-api-alertConfigurations-deleteAlertConfiguration.txt

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@ atlas api alertConfigurations deleteAlertConfiguration
1212
:depth: 1
1313
:class: singlecol
1414

15-
.. blockquote::
16-
17-
Public Preview: please provide feedback at https://feedback.mongodb.com/forums/930808-atlas-cli
18-
19-
Removes one alert configuration from the specified project.
15+
`Public Preview: please provide feedback at <https://feedback.mongodb.com/forums/930808-atlas-cli>`_: Removes one alert configuration from the specified project.
2016

2117
To use this resource, the requesting Service Account or API Key must have the Organization Owner or Project Owner role. Use the Return All Alert Configurations for One Project endpoint to retrieve all alert configurations to which the authenticated user has access.
2218

@@ -100,9 +96,7 @@ Inherited Options
10096
- Name of the profile to use from your configuration file. To learn about profiles for the Atlas CLI, see https://dochub.mongodb.org/core/atlas-cli-save-connection-settings.
10197

10298
Examples
103-
-----------------
104-
105-
Run the command below.
99+
--------
106100

107101
.. code-block::
108102

docs/command/atlas-api-alertConfigurations-getAlertConfiguration.txt

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@ atlas api alertConfigurations getAlertConfiguration
1212
:depth: 1
1313
:class: singlecol
1414

15-
.. blockquote::
16-
17-
Public Preview: please provide feedback at https://feedback.mongodb.com/forums/930808-atlas-cli
18-
19-
Returns the specified alert configuration from the specified project.
15+
`Public Preview: please provide feedback at <https://feedback.mongodb.com/forums/930808-atlas-cli>`_: Returns the specified alert configuration from the specified project.
2016

2117
To use this resource, the requesting Service Account or API Key must have the Project Read Only role. Use the Return All Alert Configurations for One Project endpoint to retrieve all alert configurations to which the authenticated user has access.
2218

@@ -100,9 +96,7 @@ Inherited Options
10096
- Name of the profile to use from your configuration file. To learn about profiles for the Atlas CLI, see https://dochub.mongodb.org/core/atlas-cli-save-connection-settings.
10197

10298
Examples
103-
-----------------
104-
105-
Run the command below.
99+
--------
106100

107101
.. code-block::
108102

docs/command/atlas-api-alertConfigurations-listAlertConfigurationMatchersFieldNames.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@ atlas api alertConfigurations listAlertConfigurationMatchersFieldNames
1212
:depth: 1
1313
:class: singlecol
1414

15-
.. blockquote::
16-
17-
Public Preview: please provide feedback at https://feedback.mongodb.com/forums/930808-atlas-cli
18-
19-
Get all field names that the matchers.fieldName parameter accepts when you create or update an Alert Configuration.
15+
`Public Preview: please provide feedback at <https://feedback.mongodb.com/forums/930808-atlas-cli>`_: Get all field names that the matchers.fieldName parameter accepts when you create or update an Alert Configuration.
2016

2117
You can successfully call this endpoint with any assigned role.
2218

docs/command/atlas-api-alertConfigurations-listAlertConfigurations.txt

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@ atlas api alertConfigurations listAlertConfigurations
1212
:depth: 1
1313
:class: singlecol
1414

15-
.. blockquote::
16-
17-
Public Preview: please provide feedback at https://feedback.mongodb.com/forums/930808-atlas-cli
18-
19-
Returns all alert configurations for one project.
15+
`Public Preview: please provide feedback at <https://feedback.mongodb.com/forums/930808-atlas-cli>`_: Returns all alert configurations for one project.
2016

2117
These alert configurations apply to any component in the project. Alert configurations define the triggers and notification methods for alerts. To use this resource, the requesting Service Account or API Key must have the Project Read Only role.
2218

@@ -108,9 +104,7 @@ Inherited Options
108104
- Name of the profile to use from your configuration file. To learn about profiles for the Atlas CLI, see https://dochub.mongodb.org/core/atlas-cli-save-connection-settings.
109105

110106
Examples
111-
-----------------
112-
113-
Run the command below.
107+
--------
114108

115109
.. code-block::
116110

docs/command/atlas-api-alertConfigurations-listAlertConfigurationsByAlertId.txt

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@ atlas api alertConfigurations listAlertConfigurationsByAlertId
1212
:depth: 1
1313
:class: singlecol
1414

15-
.. blockquote::
16-
17-
Public Preview: please provide feedback at https://feedback.mongodb.com/forums/930808-atlas-cli
18-
19-
Returns all alert configurations set for the specified alert.
15+
`Public Preview: please provide feedback at <https://feedback.mongodb.com/forums/930808-atlas-cli>`_: Returns all alert configurations set for the specified alert.
2016

2117
To use this resource, the requesting Service Account or API Key must have the Project Read Only role. Use the Return All Alerts from One Project endpoint to retrieve all alerts to which the authenticated user has access.
2218

@@ -112,9 +108,7 @@ Inherited Options
112108
- Name of the profile to use from your configuration file. To learn about profiles for the Atlas CLI, see https://dochub.mongodb.org/core/atlas-cli-save-connection-settings.
113109

114110
Examples
115-
-----------------
116-
117-
Run the command below.
111+
--------
118112

119113
.. code-block::
120114

docs/command/atlas-api-alertConfigurations-toggleAlertConfiguration.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@ atlas api alertConfigurations toggleAlertConfiguration
1212
:depth: 1
1313
:class: singlecol
1414

15-
.. blockquote::
16-
17-
Public Preview: please provide feedback at https://feedback.mongodb.com/forums/930808-atlas-cli
18-
19-
Enables or disables the specified alert configuration in the specified project.
15+
`Public Preview: please provide feedback at <https://feedback.mongodb.com/forums/930808-atlas-cli>`_: Enables or disables the specified alert configuration in the specified project.
2016

2117
The resource enables the specified alert configuration if currently enabled. The resource disables the specified alert configuration if currently disabled. To use this resource, the requesting Service Account or API Key must have the Organization Owner or Project Owner role.
2218

docs/command/atlas-api-alertConfigurations-updateAlertConfiguration.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@ atlas api alertConfigurations updateAlertConfiguration
1212
:depth: 1
1313
:class: singlecol
1414

15-
.. blockquote::
16-
17-
Public Preview: please provide feedback at https://feedback.mongodb.com/forums/930808-atlas-cli
18-
19-
Updates one alert configuration in the specified project.
15+
`Public Preview: please provide feedback at <https://feedback.mongodb.com/forums/930808-atlas-cli>`_: Updates one alert configuration in the specified project.
2016

2117
Alert configurations define the triggers and notification methods for alerts. To use this resource, the requesting Service Account or API Key must have the Organization Owner or Project Owner role.
2218

docs/command/atlas-api-alertConfigurations.txt

Lines changed: 9 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@ atlas api alertConfigurations
1212
:depth: 1
1313
:class: singlecol
1414

15-
.. blockquote::
16-
17-
Public Preview: please provide feedback at https://feedback.mongodb.com/forums/930808-atlas-cli
18-
19-
Returns and edits the conditions that trigger alerts and how MongoDB Cloud notifies users.
15+
`Public Preview: please provide feedback at <https://feedback.mongodb.com/forums/930808-atlas-cli>`_: Returns and edits the conditions that trigger alerts and how MongoDB Cloud notifies users.
2016

2117
This collection remains under revision and may change.
2218

@@ -55,46 +51,14 @@ Inherited Options
5551
Related Commands
5652
----------------
5753

58-
* :ref:`atlas-api-alertConfigurations-createAlertConfiguration` - .. blockquote::
59-
60-
Public Preview: please provide feedback at https://feedback.mongodb.com/forums/930808-atlas-cli
61-
62-
Creates one alert configuration for the specified project.
63-
* :ref:`atlas-api-alertConfigurations-deleteAlertConfiguration` - .. blockquote::
64-
65-
Public Preview: please provide feedback at https://feedback.mongodb.com/forums/930808-atlas-cli
66-
67-
Removes one alert configuration from the specified project.
68-
* :ref:`atlas-api-alertConfigurations-getAlertConfiguration` - .. blockquote::
69-
70-
Public Preview: please provide feedback at https://feedback.mongodb.com/forums/930808-atlas-cli
71-
72-
Returns the specified alert configuration from the specified project.
73-
* :ref:`atlas-api-alertConfigurations-listAlertConfigurationMatchersFieldNames` - .. blockquote::
74-
75-
Public Preview: please provide feedback at https://feedback.mongodb.com/forums/930808-atlas-cli
76-
77-
Get all field names that the matchers.fieldName parameter accepts when you create or update an Alert Configuration.
78-
* :ref:`atlas-api-alertConfigurations-listAlertConfigurations` - .. blockquote::
79-
80-
Public Preview: please provide feedback at https://feedback.mongodb.com/forums/930808-atlas-cli
81-
82-
Returns all alert configurations for one project.
83-
* :ref:`atlas-api-alertConfigurations-listAlertConfigurationsByAlertId` - .. blockquote::
84-
85-
Public Preview: please provide feedback at https://feedback.mongodb.com/forums/930808-atlas-cli
86-
87-
Returns all alert configurations set for the specified alert.
88-
* :ref:`atlas-api-alertConfigurations-toggleAlertConfiguration` - .. blockquote::
89-
90-
Public Preview: please provide feedback at https://feedback.mongodb.com/forums/930808-atlas-cli
91-
92-
Enables or disables the specified alert configuration in the specified project.
93-
* :ref:`atlas-api-alertConfigurations-updateAlertConfiguration` - .. blockquote::
94-
95-
Public Preview: please provide feedback at https://feedback.mongodb.com/forums/930808-atlas-cli
96-
97-
Updates one alert configuration in the specified project.
54+
* :ref:`atlas-api-alertConfigurations-createAlertConfiguration` - `Public Preview: please provide feedback at <https://feedback.mongodb.com/forums/930808-atlas-cli>`_: Creates one alert configuration for the specified project.
55+
* :ref:`atlas-api-alertConfigurations-deleteAlertConfiguration` - `Public Preview: please provide feedback at <https://feedback.mongodb.com/forums/930808-atlas-cli>`_: Removes one alert configuration from the specified project.
56+
* :ref:`atlas-api-alertConfigurations-getAlertConfiguration` - `Public Preview: please provide feedback at <https://feedback.mongodb.com/forums/930808-atlas-cli>`_: Returns the specified alert configuration from the specified project.
57+
* :ref:`atlas-api-alertConfigurations-listAlertConfigurationMatchersFieldNames` - `Public Preview: please provide feedback at <https://feedback.mongodb.com/forums/930808-atlas-cli>`_: Get all field names that the matchers.fieldName parameter accepts when you create or update an Alert Configuration.
58+
* :ref:`atlas-api-alertConfigurations-listAlertConfigurations` - `Public Preview: please provide feedback at <https://feedback.mongodb.com/forums/930808-atlas-cli>`_: Returns all alert configurations for one project.
59+
* :ref:`atlas-api-alertConfigurations-listAlertConfigurationsByAlertId` - `Public Preview: please provide feedback at <https://feedback.mongodb.com/forums/930808-atlas-cli>`_: Returns all alert configurations set for the specified alert.
60+
* :ref:`atlas-api-alertConfigurations-toggleAlertConfiguration` - `Public Preview: please provide feedback at <https://feedback.mongodb.com/forums/930808-atlas-cli>`_: Enables or disables the specified alert configuration in the specified project.
61+
* :ref:`atlas-api-alertConfigurations-updateAlertConfiguration` - `Public Preview: please provide feedback at <https://feedback.mongodb.com/forums/930808-atlas-cli>`_: Updates one alert configuration in the specified project.
9862

9963

10064
.. toctree::

docs/command/atlas-api-alerts-acknowledgeAlert.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@ atlas api alerts acknowledgeAlert
1212
:depth: 1
1313
:class: singlecol
1414

15-
.. blockquote::
16-
17-
Public Preview: please provide feedback at https://feedback.mongodb.com/forums/930808-atlas-cli
18-
19-
Confirms receipt of one existing alert.
15+
`Public Preview: please provide feedback at <https://feedback.mongodb.com/forums/930808-atlas-cli>`_: Confirms receipt of one existing alert.
2016

2117
This alert applies to any component in one project. Acknowledging an alert prevents successive notifications. You receive an alert when a monitored component meets or exceeds a value you set until you acknowledge the alert. To use this resource, the requesting Service Account or API Key must have the Organization Owner or Project Owner role. Use the Return All Alerts from One Project endpoint to retrieve all alerts to which the authenticated user has access.
2218

docs/command/atlas-api-alerts-getAlert.txt

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@ atlas api alerts getAlert
1212
:depth: 1
1313
:class: singlecol
1414

15-
.. blockquote::
16-
17-
Public Preview: please provide feedback at https://feedback.mongodb.com/forums/930808-atlas-cli
18-
19-
Returns one alert.
15+
`Public Preview: please provide feedback at <https://feedback.mongodb.com/forums/930808-atlas-cli>`_: Returns one alert.
2016

2117
This alert applies to any component in one project. You receive an alert when a monitored component meets or exceeds a value you set. To use this resource, the requesting Service Account or API Key must have the Project Read Only role. Use the Return All Alerts from One Project endpoint to retrieve all alerts to which the authenticated user has access.
2218

@@ -100,9 +96,7 @@ Inherited Options
10096
- Name of the profile to use from your configuration file. To learn about profiles for the Atlas CLI, see https://dochub.mongodb.org/core/atlas-cli-save-connection-settings.
10197

10298
Examples
103-
-----------------
104-
105-
Run the command below.
99+
--------
106100

107101
.. code-block::
108102

docs/command/atlas-api-alerts-listAlerts.txt

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@ atlas api alerts listAlerts
1212
:depth: 1
1313
:class: singlecol
1414

15-
.. blockquote::
16-
17-
Public Preview: please provide feedback at https://feedback.mongodb.com/forums/930808-atlas-cli
18-
19-
Returns all alerts.
15+
`Public Preview: please provide feedback at <https://feedback.mongodb.com/forums/930808-atlas-cli>`_: Returns all alerts.
2016

2117
These alerts apply to all components in one project. You receive an alert when a monitored component meets or exceeds a value you set. To use this resource, the requesting Service Account or API Key must have the Project Read Only role.
2218

@@ -112,9 +108,7 @@ Inherited Options
112108
- Name of the profile to use from your configuration file. To learn about profiles for the Atlas CLI, see https://dochub.mongodb.org/core/atlas-cli-save-connection-settings.
113109

114110
Examples
115-
-----------------
116-
117-
Run the command below.
111+
--------
118112

119113
.. code-block::
120114

docs/command/atlas-api-alerts-listAlertsByAlertConfigurationId.txt

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@ atlas api alerts listAlertsByAlertConfigurationId
1212
:depth: 1
1313
:class: singlecol
1414

15-
.. blockquote::
16-
17-
Public Preview: please provide feedback at https://feedback.mongodb.com/forums/930808-atlas-cli
18-
19-
Returns all open alerts that the specified alert configuration triggers.
15+
`Public Preview: please provide feedback at <https://feedback.mongodb.com/forums/930808-atlas-cli>`_: Returns all open alerts that the specified alert configuration triggers.
2016

2117
These alert configurations apply to the specified project only. Alert configurations define the triggers and notification methods for alerts. Open alerts have been triggered but remain unacknowledged. To use this resource, the requesting Service Account or API Key must have the Project Read Only role. Use the Return All Alert Configurations for One Project endpoint to retrieve all alert configurations to which the authenticated user has access.
2218

@@ -112,9 +108,7 @@ Inherited Options
112108
- Name of the profile to use from your configuration file. To learn about profiles for the Atlas CLI, see https://dochub.mongodb.org/core/atlas-cli-save-connection-settings.
113109

114110
Examples
115-
-----------------
116-
117-
Run the command below.
111+
--------
118112

119113
.. code-block::
120114

0 commit comments

Comments
 (0)