Updates an OSS-HDFS data shipping job.
Try it now
Test
RAM authorization
Request syntax
PUT /osshdfsexports/{ossExportName} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ossExportName |
string |
Yes |
The unique name of the job. Make sure that the job exists. |
export-osshdfs-1234567890-123456 |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| project |
string |
Yes |
The name of the project. |
my-project |
| body |
object |
No |
The configurations of the job. |
|
| displayName |
string |
Yes |
The display name of the job. |
my-oss-hdfs-job |
| description |
string |
No |
The description of the job. |
Updates an OSS-HDFS export job |
| configuration | OSSExportConfiguration |
Yes |
The configuration details of the job. |
Response elements
|
Element |
Type |
Description |
Example |
None defined.
Examples
Success response
JSON format
{}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.