Skip to main content
POST
/
downloads
Create download archive
curl --request POST \
  --url https://mycluster.domino.tech/downloads \
  --header 'Content-Type: application/json' \
  --data '
{
  "relativePaths": [
    "<string>"
  ],
  "volumeId": "<string>",
  "snapshotId": "<string>"
}
'
{
  "id": "<string>",
  "key": "<string>",
  "status": "<string>",
  "update": {
    "exportTargetId": "<string>",
    "key": {
      "artifactId": "<string>",
      "execution": {
        "domain": "<string>",
        "name": "<string>",
        "project": "<string>"
      }
    },
    "progress": 123,
    "tags": {},
    "type": "<string>",
    "uri": "<string>"
  }
}

Body

application/json

Create download request

relativePaths
string[]
required
volumeId
string
required
snapshotId
string

Response

OK

id
string
key
string
status
string
update
object