Docs Menu
Docs Home
/ /
Atlas CLI
/ /

Atlas プロセスでは説明

項目一覧

  • 構文
  • Arguments
  • オプション
  • 継承されたオプション
  • 出力

プロジェクトに対して指定された MongoDB プロセスの詳細を返します。

コマンド構文
atlas processes describe <hostname:port> [options]
名前
タイプ
必須
説明

hostname:port

string

true

Atlas MongoDB プロセスを実行している インスタンスのホスト名とポート番号。

名前
タイプ
必須
説明

-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 を参照してください。

コマンドが成功すると、CLI は次のサンプルのような出力を返します。 括弧内の値は 値を表します。

ID REPLICA SET NAME SHARD NAME VERSION
<Id> <ReplicaSetName> <ShardName> <Version>
# Return the JSON-formatted details for the MongoDB process with hostname and port atlas-lnmtkm-shard-00-00.ajlj3.mongodb.net:27017
atlas process describe atlas-lnmtkm-shard-00-00.ajlj3.mongodb.net:27017 --output json

戻る

プロセス