-
Notifications
You must be signed in to change notification settings - Fork 8
uploader API 0.7
mlaboszc edited this page May 24, 2016
·
1 revision
Api endpoints for uploading data into TAP
License: Apache License Version 2.0 License URL: http://www.apache.org/licenses/LICENSE-2.0
Host: hdfs-uploader.branch-v07-nokrb.gotapaas.eu BasePath: /
- upload-controller: Upload Controller
POST /rest/upload/{orgGuid}
Privilege level: Consumer of this endpoint must be a member of specified organization.
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
PathParameter | orgGuid | orgGuid | true | string |
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 |
- application/json
- /
- upload-controller
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 |