Atlas accessLists describe
指定された IP アクセス リスト エントリの詳細を返します。
このコマンドを使用するには、ユーザー アカウントまたは組織メンバー ロールを持つ API キーで認証する必要があります。
構文
コマンド構文
atlas accessLists describe <entry> [options]
Arguments
名前 | タイプ | 必須 | 説明 |
---|---|---|---|
エントリ | string | true | 返却対象のアクセス リスト エントリのIPアドレス、 CIDR アドレス、またはAmazon Web Servicesセキュリティ グループIDです。 |
オプション
名前 | タイプ | 必須 | 説明 |
---|---|---|---|
-h, --help | false | 説明用のヘルプ | |
-o, --output | string | false | 出力形式。 有効な値は、 JSON 、 JSON -path、go-template、または go-template-file です。 完全な出力を表示するには、 -o JSONオプションを使用します。 |
--projectId | string | false | 使用するプロジェクトを識別する 16 進数の string。 このオプションは、構成ファイルまたは環境変数の 設定を上書きします。 |
継承されたオプション
名前 | タイプ | 必須 | 説明 |
---|---|---|---|
-P, --profile | string | false | 構成ファイルから使用するプロファイルの名前。 Atlas CLI のプロファイルについては、 https://docub.mongodb.org/core/atlas-cli-save- connection-settings を参照してください。 |
例
# Return the JSON-formatted details for the access list entry 192.0.2.0/24 in the project with ID 5e2211c17a3e5a48f5497de3: atlas accessLists describe 192.0.2.0/24 --output json --projectId 5e1234c17a3e5a48f5497de3