Uploading IA-Connect SAP GUI connector for certification (#1010)

* Uploading IA-Connect SAP GUI connector for certification

* Delete icon.png

Icon deleted as requested.
This commit is contained in:
LukeMcGovern-UL 2021-08-23 20:59:58 +01:00 коммит произвёл GitHub
Родитель 4d53ee350c
Коммит 18f65af9a0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 8887 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,18 @@
# IA-Connect SAP GUI
IA-Connect is a Robotic Process Automation (RPA) platform which adds RPA functionality from Power Automate Cloud Flows to on-premises virtual machines or over Citrix or Microsoft Remote Desktop (RDS) connections. This is the module for automating the SAP GUI application.
## Prerequisites
To proceed, you will need:
* A Microsoft Power Automate Per-user or Per-flow plan
* At least 1 virtual machine with access to the required applications to automate
* An IA-Connect License
* An IA-Connect Orchestrator (see getting started)
## Obtaining Credentials
The IA-Connect SAP GUI custom connector uses a REST API key which is configured and provided during installation of IA-Connect.
## Getting Started
To get started, you can request a 30 day free trial of IA-Connect from our website, [Ultima Labs website](https://www.ultima.com/IA-Connect/Power-Automate) - Further documentation on how to install IA-Connect and set up and deploy this connector is provided with the IA-Connect software download.
## Support
For any support, please contact us at IAConnect@ultima.com

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -0,0 +1,43 @@
{
"properties": {
"connectionParameters": {
"api_key": {
"type": "securestring",
"uiDefinition": {
"displayName": "API Key",
"description": "The API Key for this api",
"tooltip": "Provide your API Key",
"constraints": {
"tabIndex": 2,
"clearText": false,
"required": "true"
}
}
},
"orchestratorAddress": {
"type": "string",
"uiDefinition": {
"constraints": {
"required": "true"
},
"description": "Specify the IA-Connect Orchestrator address without the HTTP(S) component",
"displayName": "IA-Connect Orchestrator address",
"tooltip": "Specify the IA-Connect Orchestrator address without the HTTP(S) component. For example: orchestrator.azurewebsites.net"
}
}
},
"iconBrandColor": "#fefefe",
"capabilities": [],
"policyTemplateInstances": [
{
"templateId": "dynamichosturl",
"title": "IA-Connect Orchestrator URL",
"parameters": {
"x-ms-apimTemplateParameter.urlTemplate": "https://@connectionParameters('orchestratorAddress')/IAConnectRESTClient"
}
}
],
"publisher": "Ultima Labs",
"stackOwner": "Ultima Labs"
}
}