HTTP
Type: Utility
Website: n.a.
API Docs: n.a.
Authentication
To authenticate Orchestra to a HTTP Connection, you'll need to specify the base URL for your HTTP Request and define the authentication you want to use.
Currently, Orchestra supports Bearer
and Basic
Authentication Patterns. Get in touch at support@getorchestra.io if you have a use-case that needs something more complicated.
This is a great option if you want to send a webhook-style event post-completion of a Pipeline.
Jobs
Job name
Description
Request
Sends a HTTP Request synchronously
Python SDK
Trigger a python process via HTTP asynchronously and wait for the Python SDK to complete the task
Last updated