mongodb connector

Description - Updates multiple documents in MongoDB collection

Runtime Class - com.ibi.agents.XDMONGODBUpdateManyAgent


Configuration

This action requires a Generics Configuration as well as the following required parameters.

Parameter Groups

 ParameterTypeDescription
*Collection Name:stringCollection name
Selection Query:stringThe selection criteria for the update.
*Update Query:stringThe modifications to apply.
* - denotes required

Output Events

NameDescription
OnFailConnectionCould not connect to the external system.
OnDuplicateThe attempt resulted in duplication of a resource. This may or may not be a failure.
OnFailedOperationCould not perform the operation requested.
OnParseErrorCould not parse a document.
Description - Updates a single document in a MongoDB collection

Runtime Class - com.ibi.agents.XDMONGODBUpdateOneAgent


Configuration

This action requires a Generics Configuration as well as the following required parameters.

Parameter Groups

 ParameterTypeDescription
*Collection Name:stringCollection name
Selection Query:stringThe selection criteria for the update.
*Update Query:stringThe modifications to apply.
* - denotes required

Output Events

NameDescription
OnFailConnectionCould not connect to the external system.
OnDuplicateThe attempt resulted in duplication of a resource. This may or may not be a failure.
OnFailedOperationCould not perform the operation requested.
OnParseErrorCould not parse a document.
Description - Executes the given command in the context of the current database

Runtime Class - com.ibi.agents.XDMONGODBRunCommandAgent


Configuration

This action requires a Generics Configuration as well as the following required parameters.

Parameter Groups

 ParameterTypeDescription
*Command:stringMongoDB Command to run
* - denotes required

Output Events

NameDescription
OnFailConnectionCould not connect to the external system.
OnDuplicateThe attempt resulted in duplication of a resource. This may or may not be a failure.
OnFailedOperationCould not perform the operation requested.
OnParseErrorCould not parse a document.
Description - Returns all a list of all MongoDB databases

Runtime Class - com.ibi.agents.XDMONGODBListDatabasesAgent


Configuration

This action requires a Generics Configuration as well as the following required parameters.

Parameter Groups


Output Events

NameDescription
OnFailConnectionCould not connect to the external system.
OnDuplicateThe attempt resulted in duplication of a resource. This may or may not be a failure.
OnFailedOperationCould not perform the operation requested.
OnParseErrorCould not parse a document.
Description - Performs CRUD operations to MongoDb noSQL database

Runtime Class - com.ibi.agents.XDMONGODBInsertOneAgent


Configuration

This action requires a Generics Configuration as well as the following required parameters.

Parameter Groups

 ParameterTypeDescription
*Collection Name:stringCollection name
Insert Query:stringDocument to process
* - denotes required

Output Events

NameDescription
OnFailConnectionCould not connect to the external system.
OnDuplicateThe attempt resulted in duplication of a resource. This may or may not be a failure.
OnFailedOperationCould not perform the operation requested.
OnParseErrorCould not parse a document.
Description - Performs CRUD operations to MongoDB noSQL database

Runtime Class - com.ibi.agents.XDMONGODBInsertManyAgent


Configuration

This action requires a Generics Configuration as well as the following required parameters.

Parameter Groups

 ParameterTypeDescription
*Collection Name:stringCollection name
Insert Query:stringDocument to process
* - denotes required

Output Events

NameDescription
OnFailConnectionCould not connect to the external system.
OnDuplicateThe attempt resulted in duplication of a resource. This may or may not be a failure.
OnFailedOperationCould not perform the operation requested.
OnParseErrorCould not parse a document.
Description - Returns document(s) based on specified criteria in a MongoDB collection

Runtime Class - com.ibi.agents.XDMONGODBFindDocumentsAgent


Configuration

This action requires a Generics Configuration as well as the following required parameters.

Parameter Groups

 ParameterTypeDescription
*Collection Name:stringCollection name
Query:stringMongoDB query reference
* - denotes required

Output Events

NameDescription
OnFailConnectionCould not connect to the external system.
OnDuplicateThe attempt resulted in duplication of a resource. This may or may not be a failure.
OnFailedOperationCould not perform the operation requested.
OnParseErrorCould not parse a document.
Description - Returns all documents in a MongoDB collection

Runtime Class - com.ibi.agents.XDMONGODBFindAllAgent


Configuration

This action requires a Generics Configuration as well as the following required parameters.

Parameter Groups

 ParameterTypeDescription
*Collection Name:stringThe MongoDB Collection to search for all documents.
* - denotes required

Output Events

NameDescription
OnFailConnectionCould not connect to the external system.
OnDuplicateThe attempt resulted in duplication of a resource. This may or may not be a failure.
OnFailedOperationCould not perform the operation requested.
OnParseErrorCould not parse a document.
Description - Deletes a single document in MongoDB collection

Runtime Class - com.ibi.agents.XDMONGODBDeleteOneAgent


Configuration

This action requires a Generics Configuration as well as the following required parameters.

Parameter Groups

 ParameterTypeDescription
*Collection Name:stringMongoDB collection name
Delete Query:stringA query or expression to identify a matching document.
* - denotes required

Output Events

NameDescription
OnFailConnectionCould not connect to the external system.
OnDuplicateThe attempt resulted in duplication of a resource. This may or may not be a failure.
OnFailedOperationCould not perform the operation requested.
OnParseErrorCould not parse a document.
Description - Creates a collection in MongoDb noSQL database

Runtime Class - com.ibi.agents.XDMONGODBCreateCollectionAgent


Configuration

This action requires a Generics Configuration as well as the following required parameters.

Parameter Groups

 ParameterTypeDescription
*Collection Name:stringCollection name
* - denotes required

Output Events

NameDescription
OnFailConnectionCould not connect to the external system.
OnDuplicateThe attempt resulted in duplication of a resource. This may or may not be a failure.
OnFailedOperationCould not perform the operation requested.
OnParseErrorCould not parse a document.