Configuration parameters
credentials— Username (required)urls— Server URLs with port (host1.com:27017,host2.com:27017) (required)database— Database Name (required)auth_source— Auth Sourceuse_ssl— Use SSL/TLS secured connectioninsecure— Trust any certificate (not secure)
Commands (10)
-
mongodb-bulk-updateBulk updates entries in a collection.
-
mongodb-create-collectionCreates a collection.
-
mongodb-deleteDeletes an entry from the database.
-
mongodb-drop-collectionDrops a collection from the database.
-
mongodb-get-entry-by-idGets an entry from the database by the object ID.
-
mongodb-insertInserts an entry to the database.
-
mongodb-list-collectionsLists all collections in the database.
-
mongodb-pipeline-querySearches for items by the specified JSON pipleline query.
-
mongodb-querySearches for items by using the specified JSON query. Search by regex is supported.
-
mongodb-updateUpdates an entry in a collection.