DownloadApi

Method HTTP request Description
httpdladm GET /v1/download Get download status/list or abort/remove download jobs
httpdladmdeleteabort DELETE /v1/download/abort Get download status/list or abort/remove download jobs
httpdladmdeleteremove DELETE /v1/download/remove Get download status/list or abort/remove download jobs
httpdlpost POST /v1/download Start a new download job to fetch external data into AIStore buckets

httpdladm

Object httpdladm()

Get download status/list or abort/remove download jobs

Example: Get download

curl -i -L -X GET \
  'AIS_ENDPOINT/v1/download'

Parameters

Return type

Object

HTTP request headers

  • Content-Type: Not defined
  • Accept: /

httpdladmdeleteabort

Object httpdladmdeleteabort()

Get download status/list or abort/remove download jobs

Example: Delete download

curl -i -L -X DELETE \
  'AIS_ENDPOINT/v1/download/abort'

Parameters

Return type

Object

HTTP request headers

  • Content-Type: Not defined
  • Accept: /

httpdladmdeleteremove

Object httpdladmdeleteremove()

Get download status/list or abort/remove download jobs

Example: Delete download

curl -i -L -X DELETE \
  'AIS_ENDPOINT/v1/download/remove'

Parameters

Return type

Object

HTTP request headers

  • Content-Type: Not defined
  • Accept: /

httpdlpost

Object httpdlpost()

Start a new download job to fetch external data into AIStore buckets

Example: Post download

curl -i -L -X POST \
  'AIS_ENDPOINT/v1/download'

Parameters

Return type

Object

HTTP request headers

  • Content-Type: Not defined
  • Accept: /