-
Notifications
You must be signed in to change notification settings - Fork 88
CLOUDP-349927: Update Autogenerated Commands #4249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,93 @@ | ||||||
.. _atlas-api-sandbox-generateSandboxClusterDescription: | ||||||
|
||||||
=================================================== | ||||||
atlas api sandbox generateSandboxClusterDescription | ||||||
=================================================== | ||||||
|
||||||
.. default-domain:: mongodb | ||||||
|
||||||
.. contents:: On this page | ||||||
:local: | ||||||
:backlinks: none | ||||||
:depth: 1 | ||||||
:class: singlecol | ||||||
|
||||||
Return cluster description from sandbox template configuration. | ||||||
|
||||||
The atlas api sub-command is automatically generated from the MongoDB Atlas Admin API and offers full coverage of the Admin API. | ||||||
Admin API capabilities have their own release lifecycle, which you can check via the provided API endpoint documentation link. | ||||||
|
||||||
This command is autogenerated and corresponds 1:1 with the Atlas API endpoint https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/operation/operation-generategroupsandboxclusterdescription. | ||||||
|
||||||
For more information and examples, see the referenced API documentation linked above. | ||||||
|
||||||
Syntax | ||||||
------ | ||||||
|
||||||
.. code-block:: | ||||||
:caption: Command Syntax | ||||||
|
||||||
atlas api sandbox generateSandboxClusterDescription [options] | ||||||
|
||||||
.. Code end marker, please don't delete this comment | ||||||
|
||||||
Options | ||||||
------- | ||||||
|
||||||
.. list-table:: | ||||||
:header-rows: 1 | ||||||
:widths: 20 10 10 60 | ||||||
|
||||||
* - Name | ||||||
- Type | ||||||
- Required | ||||||
- Description | ||||||
* - --envelope | ||||||
- | ||||||
- false | ||||||
- flag that indicates whether Application wraps the response in an envelope JSON object | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
* - --groupId | ||||||
- string | ||||||
- true | ||||||
- unique 24-hexadecimal digit string that identifies your project | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
* - -h, --help | ||||||
- | ||||||
- false | ||||||
- help for generateSandboxClusterDescription | ||||||
* - -o, --output | ||||||
- string | ||||||
- false | ||||||
- preferred api format, can be ["json", go-template] This value defaults to "json". | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
* - --outputFile | ||||||
- string | ||||||
- false | ||||||
- file to write the api output to. This flag is required when the output of an endpoint is binary (ex: gzip) and the command is not piped (ex: atlas command > out.zip) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
* - --pretty | ||||||
- | ||||||
- false | ||||||
- flag that indicates whether the response body should be in the prettyprint format | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. updating this one since it's our own flag |
||||||
* - --sandboxConfigId | ||||||
- string | ||||||
- true | ||||||
- unique 24-hexadecimal digit string that identifies the sandbox configuration | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
* - --version | ||||||
- string | ||||||
- false | ||||||
- api version to use when calling the api call [options: "preview"], defaults to the latest version or the profiles api_version config value if set This value defaults to "preview". | ||||||
blva marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
|
||||||
Inherited Options | ||||||
----------------- | ||||||
|
||||||
.. list-table:: | ||||||
:header-rows: 1 | ||||||
:widths: 20 10 10 60 | ||||||
|
||||||
* - Name | ||||||
- Type | ||||||
- Required | ||||||
- Description | ||||||
* - -P, --profile | ||||||
- string | ||||||
- false | ||||||
- 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. | ||||||
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,64 @@ | ||||||
.. _atlas-api-sandbox: | ||||||
|
||||||
================= | ||||||
atlas api sandbox | ||||||
================= | ||||||
|
||||||
.. default-domain:: mongodb | ||||||
|
||||||
.. contents:: On this page | ||||||
:local: | ||||||
:backlinks: none | ||||||
:depth: 1 | ||||||
:class: singlecol | ||||||
|
||||||
Returns, adds, edits, and removes sandbox templates. | ||||||
|
||||||
The atlas api sub-command is automatically generated from the MongoDB Atlas Admin API and offers full coverage of the Admin API. | ||||||
Admin API capabilities have their own release lifecycle, which you can check via the provided API endpoint documentation link. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
Also enables/disables sandbox for an organization. | ||||||
|
||||||
Options | ||||||
------- | ||||||
|
||||||
.. list-table:: | ||||||
:header-rows: 1 | ||||||
:widths: 20 10 10 60 | ||||||
|
||||||
* - Name | ||||||
- Type | ||||||
- Required | ||||||
- Description | ||||||
* - -h, --help | ||||||
- | ||||||
- false | ||||||
- help for sandbox | ||||||
|
||||||
Inherited Options | ||||||
----------------- | ||||||
|
||||||
.. list-table:: | ||||||
:header-rows: 1 | ||||||
:widths: 20 10 10 60 | ||||||
|
||||||
* - Name | ||||||
- Type | ||||||
- Required | ||||||
- Description | ||||||
* - -P, --profile | ||||||
- string | ||||||
- false | ||||||
- 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. | ||||||
|
||||||
Related Commands | ||||||
---------------- | ||||||
|
||||||
* :ref:`atlas-api-sandbox-generateSandboxClusterDescription` - Return cluster description from sandbox template configuration. | ||||||
|
||||||
|
||||||
.. toctree:: | ||||||
:titlesonly: | ||||||
|
||||||
generateSandboxClusterDescription </command/atlas-api-sandbox-generateSandboxClusterDescription> | ||||||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
deleteOrgSandboxConfig --version preview --orgId 4888442a3354817a7320eb61 --sandboxConfigId 507f1f77bcf86cd799439011 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
getOrgSandboxConfig --version preview --orgId 4888442a3354817a7320eb61 --sandboxConfigId 507f1f77bcf86cd799439011 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
listOrgSandboxConfig --version preview --orgId 4888442a3354817a7320eb61 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated