PowerPlatformConnectors/certified-connectors/Cyberday
tomagendium 52b7cb6843
Add new action to certified Cyberday connector (#2394)
* certify cyberday connector

* Fix typo

* Add missing readme sections

* Fix AddSystem response structure

* Modify iconBrandColor

* Add new AddSystemAdvanced action

* Fix typos

* Fix typo (2)

* Update Readme.md

* Update version

Version submitted previously in ISV was 1.2 due to problems with the system so updated the current version to 1.3 so both versions can match.

* Removed empty schema on response
2023-02-14 12:40:45 -08:00
..
Readme.md Add new action to certified Cyberday connector (#2394) 2023-02-14 12:40:45 -08:00
apiDefinition.swagger.json Add new action to certified Cyberday connector (#2394) 2023-02-14 12:40:45 -08:00
apiProperties.json Update iconBrandColor setting (#1631) 2022-05-10 08:45:50 -07:00

Readme.md

Cyberday

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.

This connector allows you to fetch and create data systems inside your Cyberday account and integrate with other products in your organisation.

Publisher: Agendium Ltd

Prerequisites

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.

Supported Actions

List data systems

Fetch a list of all data systems and their main information from your Cyberday account.

Create a new data system

Add a new data system directly to your Cyberday account.

Create or update a data system with advanced fields

Add a new data system directly to your Cyberday account or update an existing data system. Additional fields can be passed for advanced users.

Obtaining Credentials

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.

N.b.! Settings are only available for highest (admin) level users in a Cyberday account.

To fetch your API key

  1. Go to Settings
  2. Expand "Integration settings"
  3. Turn the "API Access" switch ON
  4. Copy the key shown below

Known issues and limitations

The connector is currently limited to the most important data assets in Cyberday, but will be expanded to more documentation according to user feedback.

Deploying the connector

Run the following command and follow the prompts:

paconn create --api-def apiDefinition.swagger.json --api-prop apiProperties.json

You can find more details about deploying this as custom connector in Microsoft Power Automate and Power Apps at the following page.