Atlas Search
The fts
resource allows you to retrieve and edit Atlas Search
analyzers and index configurations for the specified cluster.
Note
Groups and projects are synonymous terms. Your {GROUP-ID}
is the
same as your project ID. For existing groups, your group/project ID
remains the same. The resource and corresponding endpoints use the
term groups
.
Base URL: https://cloud.mongodb.com/api/atlas/v1.0
Endpoints
Method | Endpoint | Description |
---|---|---|
GET | Get all Atlas Search indexes for a specified collection. | |
GET | Get one Atlas Search index by its indexId . | |
GET | Get all Atlas Search user-defined analyzers for a specified cluster. | |
POST | Create an Atlas Search index. | |
PATCH | Update an Atlas Search index by its indexId . | |
PUT | Update the Atlas Search user-defined analyzers for a specified cluster. | |
DELETE | Delete one Atlas Search index by its indexId . | |
GET | Get all Atlas Search metric types for one process in the specified
project. | |
GET | Get all Atlas Search hardware and status metrics for one process in the
specified project. | |
GET | Get all Atlas Search index metrics for one Atlas Search index on the specified
process. | |
GET | Get all Atlas Search index metrics for a namespace on the specified process. |