Creates a job to import files from S3.
Try it now
Test
RAM authorization
Request syntax
POST /s3ingestions HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| project |
string |
Yes |
The project name. |
testproject |
| body |
object |
No |
||
| description |
string |
No |
The description of the job. |
test |
| displayName |
string |
Yes |
The display name. |
test |
| schedule | Schedule |
No |
||
| configuration | S3IngestionConfiguration |
No |
The configuration. |
|
| name |
string |
Yes |
The job name. The naming conventions are as follows: The job name must be unique within the same project.
|
test |
Response elements
|
Element |
Type |
Description |
Example |
None defined.
Examples
Success response
JSON format
{}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 401 | AuthorizationRequired | Authorization Required |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.