Creates an OSS-HDFS data shipping job in a project.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request syntax
POST /osshdfsexports HTTP/1.1
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
project | string | Yes | The name of the project. | ali-test-project |
body | object | No | The configurations of the OSS data shipping job. | |
name | string | Yes | The unique identifier of the OSS data shipping job. | job-123456789-123456 |
displayName | string | Yes | The display name of the job. | ali-test-oss-hdfs-job |
description | string | No | The description of the job. | |
configuration | OSSExportConfiguration | Yes | The configuration details of the job. |
Response parameters
Examples
Sample success responses
JSON
format
{}
Error codes
HTTP status code | Error code | Error message |
---|---|---|
401 | AuthorizationRequired | Authorization Required |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history