Home
MongoDB
MongoDB Atlas Administration API — Atlas Search
MongoDB Atlas Administration API — Atlas Search
MongoDB Atlas Administration API — Atlas Search. 18 operations. Lead operation: Create One Atlas Search Index. Self-contained Naftiko capability covering one Mongodb business surface.
What You Can Do
POST
Creategroupclusterftsindex
— Create One Atlas Search Index
/v1/api/atlas/v2/groups/{groupid}/clusters/{clustername}/fts/indexes
GET
Listgroupclusterftsindex
— Return All Atlas Search Indexes for One Collection
/v1/api/atlas/v2/groups/{groupid}/clusters/{clustername}/fts/indexes/{databasename}/{collectionname}
DELETE
Deletegroupclusterftsindex
— Remove One Atlas Search Index
/v1/api/atlas/v2/groups/{groupid}/clusters/{clustername}/fts/indexes/{indexid}
GET
Getgroupclusterftsindex
— Return One Atlas Search Index
/v1/api/atlas/v2/groups/{groupid}/clusters/{clustername}/fts/indexes/{indexid}
PATCH
Updategroupclusterftsindex
— Update One Atlas Search Index
/v1/api/atlas/v2/groups/{groupid}/clusters/{clustername}/fts/indexes/{indexid}
DELETE
Deletegroupclustersearchdeployment
— Delete Search Nodes
/v1/api/atlas/v2/groups/{groupid}/clusters/{clustername}/search/deployment
GET
Getgroupclustersearchdeployment
— Return All Search Nodes
/v1/api/atlas/v2/groups/{groupid}/clusters/{clustername}/search/deployment
PATCH
Updategroupclustersearchdeployment
— Update Search Nodes
/v1/api/atlas/v2/groups/{groupid}/clusters/{clustername}/search/deployment
POST
Creategroupclustersearchdeployment
— Create Search Nodes
/v1/api/atlas/v2/groups/{groupid}/clusters/{clustername}/search/deployment
GET
Listgroupclustersearchindexes
— Return All Atlas Search Indexes for One Cluster
/v1/api/atlas/v2/groups/{groupid}/clusters/{clustername}/search/indexes
POST
Creategroupclustersearchindex
— Create One Atlas Search Index
/v1/api/atlas/v2/groups/{groupid}/clusters/{clustername}/search/indexes
GET
Listgroupclustersearchindex
— Return All Atlas Search Indexes for One Collection
/v1/api/atlas/v2/groups/{groupid}/clusters/{clustername}/search/indexes/{databasename}/{collectionname}
DELETE
Deletegroupclustersearchindexbyname
— Remove One Atlas Search Index by Name
/v1/api/atlas/v2/groups/{groupid}/clusters/{clustername}/search/indexes/{databasename}/{collectionname}/{indexname}
GET
Getgroupclustersearchindexbyname
— Return One Atlas Search Index by Name
/v1/api/atlas/v2/groups/{groupid}/clusters/{clustername}/search/indexes/{databasename}/{collectionname}/{indexname}
PATCH
Updategroupclustersearchindexbyname
— Update One Atlas Search Index by Name
/v1/api/atlas/v2/groups/{groupid}/clusters/{clustername}/search/indexes/{databasename}/{collectionname}/{indexname}
DELETE
Deletegroupclustersearchindex
— Remove One Atlas Search Index by ID
/v1/api/atlas/v2/groups/{groupid}/clusters/{clustername}/search/indexes/{indexid}
GET
Getgroupclustersearchindex
— Return One Atlas Search Index by ID
/v1/api/atlas/v2/groups/{groupid}/clusters/{clustername}/search/indexes/{indexid}
PATCH
Updategroupclustersearchindex
— Update One Atlas Search Index by ID
/v1/api/atlas/v2/groups/{groupid}/clusters/{clustername}/search/indexes/{indexid}
Capability Spec