4d0ef7405c
* Added Custom Connector NSF Data * Added stackOwner for NSF Data Co-authored-by: Nickolay Golomysov <nickolay.golomysov@databoat.ch> |
||
---|---|---|
.. | ||
images | ||
Readme.md | ||
apiDefinition.swagger.json | ||
apiProperties.json |
Readme.md
NSF Data Connector
NSF Data Connector provides access to any IBM / HCL Domino database for which Domino Access Services (DAS) are enabled. The Connector represents databases, views, view entries, and documents in JSON format.
Prerequisites
To proceed you will need the following:
- Domino Server v. 9.0.1 or higher with enabled Domino Access Services
- To enable DAS on Domino the following offical instructions can be used
- Access to the Domino Server from the internet
Deploying the Connector
Please use these instructions to deploy this connector as a custom connector in Microsoft Power Automate and Power Apps
Supported Operations
The NSF Data Connector currently supports the following operations available from Domino Access Services:
-
Domino Data Service - This is a REST API that accesses databases on Domino servers. The Domino Data Service receives requests and sends responses using HTTP and HTTPS protocols with body content in JSON format.
GetDatabaseList
: Gets a list of databasesGetViewList
: Gets a list of views and folders in a databaseGetViewDesignByName
: Gets information on the columns in a view or folder by view nameGetViewDesignByUnid
: Gets information on the columns in a view or folder by view UNIDGetViewEntriesByName
: Gets a list of view entries by view nameUpdateFolderContentByName
: Updates the contents of a folder by folder nameGetViewEntriesByUnid
: Gets a list of view entries by view UNIDUpdateFolderContentByUnid
: Updates the contents of a folder by folder UNIDGetDocuments
: Gets a list of documentsCreateDocument
: Creates a new documentGetDocument
: Reads a documentDeleteDocument
: Deletes a documentUpdateDocument
: Replaces all items in a documentUpdateDocumentItems
: Updates selected items in a documentGetAttachment
: Reads an attachmentDeleteAttachment
: Deletes an attachment
Official documentation from HCL is available on the following link
Sample Usage
Flow
- Example for Flow that copies the Domino documents into Sharepoint list
- Get available documents and parse resulting Json
- Read all individual documents, parse them and insert into Sharepoint List using standard Sharepoint connector
Further Support
- Please send your inquiry to nsf.data@databoat.ch