v2

latestOpenAPI 3.1.02026-07-31822441.6 KB

Create

Linked Sources Jupyter

post/{env_id}/{flow_id}/{tenant}/jupyter

Path parameters

env_idstring required

ID of environment

flow_idstring required

ID of flow

tenantstring required

ID of tenant

Request body

tapstring

ID of tap to start Jupyter instance for

jupyter_tokenstring

Jupyter token – protects your Jupyter session and will be required to connect

Response

200

urlstring
task_arnstring

Example response

{
  "url": "https://sample.myenv.hotglue.xyz/lab",
  "task_arn": "arn://abc"
}