Skip to content

Commit b7da477

Browse files
authored
Certify Cyberday connector (#1519)
* certify cyberday connector * Fix typo * Add missing readme sections
1 parent 9543739 commit b7da477

File tree

3 files changed

+438
-0
lines changed

3 files changed

+438
-0
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# Cyberday
2+
Cyberday is an information security management system, where one key part is managing the data assets of a company. Often the most important data asset are the data systems used to process data and run operations.
3+
4+
This connector allows you to fetch and create data systems inside your Cyberday account and integrate with
5+
other products in your organisation.
6+
7+
## Publisher: Agendium Ltd
8+
9+
## Prerequisites
10+
A Cyberday account is required to use this connector. Signing up can be done either at https://www.cyberday.ai/trial or directly through Microsoft Teams app store.
11+
12+
## Supported Actions
13+
14+
### List data systems
15+
Fetch a list of all data systems and their main information from your Cyberday account.
16+
17+
![](https://uploads-ssl.webflow.com/5ebe2d9ae83a62f96fed82de/623aee026970a12dbed5c0cb_Screenshot%202022-03-23%20at%2011.48.45.png)
18+
19+
### Create a new data system
20+
Add a new data system directly to your Cyberday account.
21+
22+
## Obtaining Credentials
23+
In order to use this connector you will need your organisation's API key from your Cyberday account. This can be found in the "Settings" -> "Integration settings" section inside Cyberday.
24+
25+
**N.b.!** Settings are only available for highest (admin) level users in a Cyberday account.
26+
27+
**To fetch your API key**
28+
29+
1. Go to Settings
30+
2. Expand "Integration settings"
31+
3. Turn the "API Access" switch ON
32+
4. Copy the key shown below
33+
34+
![](https://uploads-ssl.webflow.com/5ebe2d9ae83a62f96fed82de/623aef556f0b8deaefb0c849_Screenshot%202022-03-23%20at%2011.54.57.png)
35+
36+
## Known issues and limitations
37+
38+
The connector is currently limited to the most important data assets in Cyberday, but will be expanded to more documentation according to user feedback.
39+
40+
## Deploying the connector
41+
Run the following command and follow the prompts:
42+
43+
```paconn create --api-def apiDefinition.swagger.json --api-prop apiProperties.json```
44+
45+
You can find more details about deploying this as custom connector in Microsoft Power Automate and Power Apps [at the following page](https://docs.microsoft.com/en-us/connectors/custom-connectors/paconn-cli).

0 commit comments

Comments
 (0)