OpenText eDOCS by One Fox version 1 (#275)
This commit is contained in:
Родитель
72e5267de2
Коммит
63bc755cd0
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -0,0 +1,75 @@
|
|||
{
|
||||
"properties": {
|
||||
"connectionParameters": {
|
||||
"api_key": {
|
||||
"type": "securestring",
|
||||
"uiDefinition": {
|
||||
"displayName": "API Key",
|
||||
"description": "The API key for your company",
|
||||
"tooltip": "Provide your API Key",
|
||||
"constraints": {
|
||||
"required": "true"
|
||||
}
|
||||
}
|
||||
},
|
||||
"edocs_username": {
|
||||
"type": "string",
|
||||
"uiDefinition": {
|
||||
"displayName": "eDOCS Username",
|
||||
"description": "The username for eDOCS",
|
||||
"tooltip": "Provide your OpenText eDOCS username",
|
||||
"constraints": {
|
||||
"required": "true"
|
||||
}
|
||||
}
|
||||
},
|
||||
"edocs_password": {
|
||||
"type": "securestring",
|
||||
"uiDefinition": {
|
||||
"displayName": "eDOCS Password",
|
||||
"description": "The password for eDOCS",
|
||||
"tooltip": "Provide your OpenText eDOCS password",
|
||||
"constraints": {
|
||||
"required": "true"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"iconBrandColor": "#17578E",
|
||||
"capabilities": [],
|
||||
"publisher": "One Fox",
|
||||
"stackOwner": "One Fox",
|
||||
"policyTemplateInstances": [
|
||||
{
|
||||
"templateId": "setheader",
|
||||
"title": "ConnectorHeaderPolicy",
|
||||
"parameters": {
|
||||
"x-ms-apimTemplateParameter.name": "connector",
|
||||
"x-ms-apimTemplateParameter.value": "edocs",
|
||||
"x-ms-apimTemplateParameter.existsAction": "override",
|
||||
"x-ms-apimTemplate-policySection": "Request"
|
||||
}
|
||||
},
|
||||
{
|
||||
"templateId": "setheader",
|
||||
"title": "UsernameHeaderPolicy",
|
||||
"parameters": {
|
||||
"x-ms-apimTemplateParameter.name": "username",
|
||||
"x-ms-apimTemplateParameter.value": "@connectionParameters('edocs_username','')",
|
||||
"x-ms-apimTemplateParameter.existsAction": "override",
|
||||
"x-ms-apimTemplate-policySection": "Request"
|
||||
}
|
||||
},
|
||||
{
|
||||
"templateId": "setheader",
|
||||
"title": "PasswordHeaderPolicy",
|
||||
"parameters": {
|
||||
"x-ms-apimTemplateParameter.name": "password",
|
||||
"x-ms-apimTemplateParameter.value": "@connectionParameters('edocs_password','')",
|
||||
"x-ms-apimTemplateParameter.existsAction": "override",
|
||||
"x-ms-apimTemplate-policySection": "Request"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,37 @@
|
|||
## OpenText eDOCS by One Fox
|
||||
Empower OpenText eDOCS as the primary repository for all things content related. Together with the OpenText eDOCS Power Automate Connector by One Fox you can streamline content processes across a widespread application landscape and limit information silos.
|
||||
|
||||
## Pre-requisites
|
||||
You will need the following to proceed:
|
||||
* A license to use this connector purchasable in Azure Marketplace or AppSource.
|
||||
* OpenText eDOCS with the REST service online reachable.
|
||||
* OpenText eDOCS login credentials.
|
||||
|
||||
## How to get credentials
|
||||
Once a license has been purchased an email will be sent with a link to the settings portal and login credentials to this portal. In this portal the connector can be configured and the API key needed to use the connector can be copied.
|
||||
|
||||
## Supported Operations
|
||||
The connector supports the following operations:
|
||||
|
||||
### Document
|
||||
* `Create document`: Create the document in eDOCS
|
||||
* `Update document`: Update the document in eDOCS
|
||||
* `Update document properties`: Update the document properties in eDOCS
|
||||
* `Update document content`: Update the content of the document in eDOCS
|
||||
* `Get document`: Get the document from eDOCS
|
||||
* `Get document properties`: Get the properties of the document from eDOCS
|
||||
* `Get document content`: Get the content of the document from eDOCS
|
||||
* `Delete document`: Delete the document in eDOCS
|
||||
|
||||
### Folder
|
||||
* `Create folder`: Create the folder in eDOCS
|
||||
* `Update folder`: Update the folder in eDOCS
|
||||
* `Get folder`: Get the folder from eDOCS
|
||||
* `Delete folder`: Delete the folder in eDOCS
|
||||
* `Get folder children`: Get the children of the folder from eDOCS
|
||||
* `Add reference to folder`: Add a reference to a folder in eDOCS
|
||||
* `Remove reference from folder`: Remove a reference from a folder in eDOCS
|
||||
|
||||
### Search
|
||||
* `Search`: Search on all profile metadata in eDOCS
|
||||
* `Advanced search`: Search on specified profile metadata in eDOCS
|
Загрузка…
Ссылка в новой задаче