MongoDB
- 15 Dec 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
MongoDB
- Updated on 15 Dec 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
MongoDB is a document-oriented NoSQL database.
Types of Assets Fetched
This adapter fetches the following types of assets:
- Devices
- Users
Parameters
- MongoDB Server (required) - The hostname or IP address of the MongoDB server.
Note:
If configuring the adapter to communicate to a MongoDB Atlas cluster, you must configure mongo+srv://
as a prefix in the MongoDB Server name and TLS must be enabled.
- Port (required) - The port to be used in the connection.
- User Name and Password (required) - The credentials for a user account that has the permissions to fetch assets.
- Use TLS - Toggle to enable Transport Layer Security (TLS).
- CA Certificate (optional) - The CA certificate MongoDB deployment presents for the application to establish its identity. Click Upload File to upload a CA certificate. For more information, see Specify a CA File.
- Certificate Key (optional) - The client’s certificate and private key. Your client certificate and private key must be in the same
.pem
file. If they are stored in different files, you must concatenate them. Click Upload File to upload a certificate key. For more information, see Present a Client Certificate. - Certificate Key Password (optional) - The password to the client’s certificate and private key file.
- Database (required) - The name of the MongoDB database
- Devices Collection - The name of the devices collection in the MongoDB database.
- Users Collection - The name of the users collection in the MongoDB database.
Note:
You have to enter a name for either the Devices Collection or Users Collection.
To learn more about common adapter connection parameters and buttons, see Adding a New Adapter Connection.
Was this article helpful?