Creates an Object Storage Service (OSS) data import job in a project.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request syntax
POST /ossingestions HTTP/1.1
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
body | object | No | The configurations of the Object Storage Service (OSS) data import job. | |
description | string | No | The description of the job. | |
displayName | string | Yes | The display name of the job. | |
schedule | Schedule | No | The scheduling type. By default, you do not need to specify this parameter. If you want to import data at regular intervals, such as importing data every Monday at 08: 00., you can specify a cron expression. | |
configuration | OSSIngestionConfiguration | Yes | The configuration of the OSS data import job. | |
name | string | Yes | The name of the OSS data import job. | ingest-oss-123456 |
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.