-
Notifications
You must be signed in to change notification settings - Fork 1
uploader API TAP 2016 APR 1
mlaboszc edited this page Apr 21, 2016
·
2 revisions
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.domain 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 |
- [Overview of Trusted Analytics Platform](Overview of Trusted Analytics Platform)
- [Getting Started Guide](Getting Started Guide)
- Space Shuttle Demo Application
- Trusted Analytics JIRA Project
- [Building TAP from sources] (Building-TAP-from-sources)
- PaaS Architecture
- Use-cases
- [High Level Use Case](High Level Use Case)
- [Model Development for Data Scientists](Model Development for Data Scientists)
- Platform Tips and Tricks
- Platform Security Features
- Platform Configurations
- Release Notes
- Additional Deployment Information