/
OP
opencelium
/
OpenCelium API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 26m ago · Updated 1mo ago
Details
Filter operations
# Authorization
1
Aggregator
8
Application Components
1
Category
11
Connection
27
get
Retrieves a connection from database by provided connection ID
put
Modifies a connection by provided connection ID and accepting connection data in request body.
patch
Updates connection with a patch request
get
Retrieves specified masking rule of connection from database
put
Updates masking rule for a connection
delete
Deletes a masking rule of a connection by provided connection ID and rule ID
put
Deletes a list of connections based on the provided list of their corresponding IDs
post
Creates a connection from database by accepting connection data in request body.
post
Creates a masking rule for a connection
post
Creates set of masking rules for a connection
post
Validates a connection for correctly constructed structure
post
Sends request to remote api by accepting api data in request body.
post
Tests connection execution by temporarily creating new connection and scheduler.
post
Create support file with given masking for connection execution
patch
Updates a fieldBinding of connection with a patch request
patch
Add|delete|updates a method and|or an operator of connection with a patch request and returns current its id
get
Removes webhook
get
Undoes the last update and returns undid connection
get
Retrieves all masking rules of connection from database
delete
Deletes masking rules of a connection by provided connection ID
get
Creates an empty connection and returns it's id
get
Retrieves a log file with given executionId
get
Retrieves all connections from database by invokerName
get
Validates name of connection for uniqueness
get
Retrieves all connections from database
get
Retrieves all Metadata of connections from database
delete
Deletes a connection by provided connection ID
Connector
10
Event Content
3
Event Message
10
Execution
2
Extra Operations
3
File
8
Invoker
14
Ldap
2
Scheduler
21
Search
1
Subscription
13
Support files for Connections
6
Template
11
Update Assistant
16
User
11
User Details
1
User Role(Group)
9
Webhook
6
Widget
4
Widget Settings
2
Connection
Retrieves a log file with given executionId
get
/connection/execution/{executionId}
Path parameters
executionId
integer
required
Response
Successfully retrieved
Changes