Server
/api/v1.0/
https://file-qa.adara.com/api/v1.0/
https://file-prod.adara.com/api/v1.0/
Server Variables
oauth2 oauth2

FlowClient Credentials
Token URL/core/v1.0/oauth/token

Execute a pipeline on demand

Auth
Required Scopes:post:executions
Path Params
pipeline_idstring
POST /executions/{pipeline_id}
Copy
Responses
204

Sweep initiated

No response body
404

Pipeline not found

Response
Copy

Get the list of pipeline executions

Auth
Required Scopes:get:executions
Query String
limitinteger

Default: 20

pipeline_idstring
adara_idstring
GET /executions
Copy
Responses
200

Return list of Pipeline executions

objectobject
activeboolean
responsearray[object]
job_idstring
pipeline_idstring
filenamestring
statusstring

Enum: active,pending,completed,failed

createdinteger
updatedinteger
400

Bad Request pipeline_id or Adara_id required

Response
Copy

Add a managed file pipeline

Auth
Required Scopes:post:pipelines
Request Body
objectobject
originobject
destinationobject
adara_idstring
inputobject
compressionstring
file_typestring

Enum: json,csv

delimiterstring
file_patternstring
encryptionobject
keystring
typestring
POST /pipelines
Copy
Responses
200

New pipeline created

idstring
originobject
typestring
parametersobject
destinationobject
namestring
parametersobject
adara_idstring
inputobject
compressionstring
file_typestring

Enum: json,csv

delimiterstring
file_patternstring
encryptionstring
Response
Copy

Get list of file pipelines

Auth
Required Scopes:get:pipelines
GET /pipelines
Copy
Responses
200

Return list of existing pipelines

objectobject
activeboolean
responsearray
idstring
originobject
typestring
parametersobject
destinationobject
namestring
parametersobject
adara_idstring
inputobject
compressionstring
file_typestring

Enum: json,csv

delimiterstring
file_patternstring
encryptionstring
Response
Copy

Integrations

Get list of pipeline origin types

Auth
Required Scopes:get:origins
GET /origins
Copy
Responses
200

Return list of origins

objectobject
activeboolean
responsearray[object]
typestring
parametersobject
Response
Copy

Get list of pipeline destinations

Auth
Required Scopes:get:destinations
GET /destinations
Copy
Responses
200

Return list of origins

objectobject
activeboolean
responsearray[object]
namestring
parametersobject
Response
Copy