指定されたクラスターの Atlas Search インデックスを返したり、追加、編集、削除したりします。
atlas api サブコマンドはMongoDB Atlas Admin APIから自動的に生成され、Admin APIの完全なカバレッジを提供します。管理API機能には独自のリリース ライフサイクルがあり、提供されているAPIエンドポイントのドキュメント リンクから確認できます。
また、指定されたクラスターのユーザー定義アナライザを返して更新します。
オプション
名前 | タイプ | 必須 | 説明 |
|---|---|---|---|
-h, --help | false | atlasSearch のヘルプ |
継承されたオプション
名前 | タイプ | 必須 | 説明 |
|---|---|---|---|
-P, --profile | string | false | 構成ファイルから使用するプロファイルの名前。Atlas CLI のプロファイルについては、 https://docub.mongodb.org/core/atlas-cli-save- connection-settings を参照してください。 |
関連コマンド
atlas api atlasSearch createClusterFtsIndex - 指定されたコレクションに 1 つの Atlas Searchインデックスを作成します。
atlas api atlasSearch createClusterSearchDeployment - 指定されたクラスターの検索ノードを作成します。
atlas api atlasSearch createClusterSearchIndex - 指定されたコレクションに 1 つの Atlas Searchインデックスを作成します。
atlas api atlasSearch deleteClusterFtsIndex - 一意のIDで識別した 1 つの Atlas Searchインデックスを削除します。
atlas api atlasSearch deleteClusterSearchDeployment - 指定されたクラスタの検索ノードを削除します。
atlas api atlasSearch deleteClusterSearchIndex - 一意のIDで識別した 1 つの Atlas Searchインデックスを削除します。
atlas api atlasSearch deleteIndexByName -データベース、コレクション、および名前で識別した Atlas Searchインデックスを1 つ削除します。
atlas api atlasSearch getClusterFtsIndex - 指定されたプロジェクト内の 1 つの Atlas Searchインデックスを返します。
atlas api atlasSearch getClusterSearchDeployment - 指定されたクラスターの検索ノードを返します。
atlas api atlasSearch getClusterSearchIndex - 一意のIDで識別した 1 つの Atlas Searchインデックスを返します。
atlas api atlasSearch getIndexByName -データベース、コレクション名、およびインデックス名で識別した Atlas Searchインデックスを1 つ返します。
atlas api atlasSearch listClusterFtsIndex - 指定されたコレクションのすべての Atlas Search インデックスを返します。
atlas api atlasSearch listClusterSearchIndexes - 指定されたクラスター上のすべての Atlas Search インデックスを返します。
atlas api atlasSearch listSearchIndex - 指定されたコレクションのすべての Atlas Search インデックスを返します。
atlas api atlasSearch updateClusterFtsIndex - 一意のIDで識別した 1 つの Atlas Searchインデックスを更新します。
atlas api atlasSearch updateClusterSearchDeployment - 指定されたクラスターの検索ノードを更新します。
atlas api atlasSearch updateClusterSearchIndex - 一意のIDで識別した 1 つの Atlas Searchインデックスを更新します。
atlas api atlasSearch updateIndexByName -データベース、コレクション名、およびインデックス名で識別した Atlas Searchインデックスを 1 つ更新します。