Skip to main content
Version: 9 - Germknödel

Connection Analysis

Cloudomation Engine contains functionality to gather information about remote systems and run common procedures on them.

Additionally, it contains functionality to test connections to external systems.

Release Notes:

2024-03-25 use system.message instead of this.message

2024-03-05 remove deprecated flag is_archieved

2024-01-15 remove database from required inputs for SQLMSSQL connection test

2023-12-19 use correct inputs for SSH connection tests

2023-12-11.2 use correct inputs for REST connection tests

2023-12-11 handle missing schema in API specification

2023-12-04 change naming to Cloudomation Engine

2023-08-29 fix linter errors

2023-05-24 initial release

Download

Download the bundle using the Bundle Manager.

Included resources

analysis-actions

Provides functionality to analyze remote systems, propose actions and schedule them.

analysis.rest

Fetch analysis data from a OpenAPI 3.0 json

analysis.sqlpg

Fetch analysis data from a PostgreSQL database

analysis.sqlpg.action.create-schema-monitoring-schedule

Create a schedule to watch for changes in the database schema

analysis.sqlpg.action.create-vacuum-full-schedule

Create a schedule to run VACUUM FULL in the PostgreSQL database

analysis.sqlpg.action.create-vacuum-schedule

Create a schedule to run VACUUM in the PostgreSQL database

analysis.sqlpg.action.handler.schema-monitoring

Notify Cloudomation Engine users about changes of the database schema behind the connector

analysis.sqlpg.action.vacuum

Run VACUUM in the PostgreSQL database

analysis.sqlpg.action.vacuum-full

Run VACUUM FULL in the PostgreSQL database

analysis.ssh

Fetch analysis data from an OpenSSH server

analysis.ssh.action.create-diskspace-monitoring-schedule

Create a schedule to notify Cloudomation Engine users about disk usage

analysis.ssh.action.handler.diskspace-monitoring

Notify Cloudomation Engine users about disk usage of the system behind the connector

connection-test-flow.type-ftp

Test connection to FTP server by fetching stats

connection-test-flow.type-imap

Test connection to IMAP account by listing folders

connection-test-flow.type-msteams

Test connection to MSTEAMS channel by sending test message

connection-test-flow.type-mysql

Test connection to MYSQL server by executing a SELECT statement

connection-test-flow.type-openai

Test connection to OPENAI by prompting hello world

connection-test-flow.type-ps

Test connection to PS host by echoing test

connection-test-flow.type-rest

Test REST connection by requesting headers

connection-test-flow.type-scp

Test connection to SCP server by trying to download non existing file

connection-test-flow.type-smb

Test connection to SMB host by listing directory

connection-test-flow.type-smtp

Test connection to SMTP server by sending test email

connection-test-flow.type-sqlmssql

Test connection to SQLMSSQL server by executing a SELECT statement

connection-test-flow.type-sqloracle

Test connection to SQLORACLE server by executing a SELECT statement

connection-test-flow.type-sqlpg

Test connection to PostgreSQL server by executing a SELECT statement

connection-test-flow.type-ssh

Test connection to SSH host by echoing Hello World

connection-test-helper.create-message-form

Helper flow for creating message forms in the connection tests

test-actions