Skip to content

uploader API TAP 2016 APR 1

mlaboszc edited this page Apr 21, 2016 · 2 revisions

Overview

Api endpoints for uploading data into TAP

Contact information

License information

License: Apache License Version 2.0 License URL: http://www.apache.org/licenses/LICENSE-2.0

URI scheme

Host: hdfs-uploader.domain BasePath: /

Tags

  • upload-controller: Upload Controller

Paths

Uploads file as multipart content together with metadata.

POST /rest/upload/{orgGuid}

Description

Privilege level: Consumer of this endpoint must be a member of specified organization.

Parameters

Type Name Description Required Schema Default
PathParameter orgGuid orgGuid true string

Responses

HTTP Code Description Schema
201 The request has succeeded UploadResponse
400 The request could not be understood by the server due to malformed syntax No Content
403 User is not permitted to perform the requested operation No Content
500 Service encountered an unexpected condition which prevented it from fulfilling the request No Content

Consumes

  • application/json

Produces

  • /

Tags

  • upload-controller

Definitions

UploadResponse

Name Description Required Schema Default
category false string
idInObjectStore false string
objectStoreId false string
orgUUID false string
publicRequest false boolean
source false string
title false string
Clone this wiki locally