hermes.dev.paretos.com Open in urlscan Pro
3.69.203.24  Public Scan

Submitted URL: https://hermes.dev.paretos.com/
Effective URL: https://hermes.dev.paretos.com/index.html
Submission: On February 12 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 1 forms found in the DOM

<form class="download-url-wrapper"><input type="text" class="download-url-input" value="openapi.yaml"><button class="download-url-button button">Explore</button></form>

Text Content

Explore


HERMES API - ELT SERVICE

 1.9.1 

OAS3

openapi.yaml

Create and manage Airbyte connections for synchronization with data sources.

All responses have to be checked for status "success" prior to further
processing. See /v1/hello 2XX for an example of a failed request.


COMMON FAILURE CODES:

CodeText b3987c9b-02dc-4ae0-9548-0c963c16c937Generic unspecified failure
69147172-c48d-4f25-a014-3885b789b9d1The structure of the request data does not
match the specified schema 1ac03ba3-1b72-488c-af79-aadda2b9dd4bJSON parsing of
the request body failed 5fb6dfa8-cbbc-4262-9f77-3496c137108bThe requested source
was not found 42358e7c-da22-43a0-875b-4b4f3f4428d5The requested source does not
support OAuth2.0 f3797411-b6d8-4713-92c0-ec6380d5e961Failed getting credentials
from OAuth provider 8bd7f154-bcd8-42e5-a3b7-c41600e1ef74Failed getting
authorization URL from OAuth provider bbd2d051-c29b-4958-9676-34accfd86f1eFailed
updating streams because of invalid configuration
c4927c88-3eed-4733-8752-f396f0289453Failed enabling SFTP for this use case. Does
the use-case have a bucket set? 677c3701-29d3-4f51-b404-22cfb56aa478A SFTP
connection already exists for this company.
feabf89d-2b8b-41bc-8bcc-f28c634dfd7bFailed creating SFTP connection.
ff2d8c24-5e76-4a30-9871-952548f55725A connection id is invalid for the given
company id 484c9a89-bb04-4dad-ab4c-b65c95147150Failed connecting to or accessing
data in Snowflake

proprietary
Servers
https://hermes.paretos.comhttps://hermes.dev.paretos.comhttp://localhost:{port}
Authorize


V1/COMMON


GET /v1 /hello
Test the connection to the API.

V1/SOURCES


POST /v1 /sources /list
List all available data sources.
POST /v1 /sources /get_schema
Returns the json sync schema for a source.

V1/CONNECTIONS


POST /v1 /connections /list
Returns the connections for a company.
POST /v1 /connections /add
Creates a new connection for a company.
POST /v1 /connections /get
Get connection information
POST /v1 /connections /update
Update a connection.
POST /v1 /connections /remove
Removes a connection
POST /v1 /connections /clean
Removes all the connections of a given company
POST /v1 /connections /test
Test whether a connection is successfully setup.
POST /v1 /connections /sync /start
Start a sync for a connection.
POST /v1 /connections /sync /cancel
Cancel a sync for a connection.
POST /v1 /connections /sync /status
Get the sync status for a connection.
POST /v1 /connections /sync /reset
Reset the sync data for a connection

V1/TRANSFORMATIONS


POST /v1 /transformations /add
Adds a transformation to an use-case
POST /v1 /transformations /update
Update a transformation that is associated with an use-case
POST /v1 /transformations /remove
Removes a transformation from an use-case
POST /v1 /transformations /get
Gets the properties of a transformation

V1/OAUTH


POST /v1 /oauth /get
Returns an OAuth authorization URL for a specific source.
POST /v1 /oauth /callback
OAuth callback.

SCHEMAS

jsend-success
jsend-fail
Configuration
ShopifyConfiguration
GoogleAnalyticsConfiguration
FacebookMarketingConfiguration
Stream
StreamInfo
StreamSchema
TransformationConnections