All Products
Search
Document Center

Simple Log Service:CreateOSSIngestion

Last Updated:Sep 15, 2025

Creates an Object Storage Service (OSS) data import job in a project.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request syntax

POST /ossingestions HTTP/1.1

Request parameters

ParameterTypeRequiredDescriptionExample
bodyobjectNo

The configurations of the Object Storage Service (OSS) data import job.

descriptionstringNo

The description of the job.

displayNamestringYes

The display name of the job.

scheduleScheduleNo

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.

configurationOSSIngestionConfigurationYes

The configuration of the OSS data import job.

namestringYes

The name of the OSS data import job.

ingest-oss-123456

Response parameters

ParameterTypeDescriptionExample
headersobject
Serverstring
Content-Typestring
Content-Lengthstring
Connectionstring
x-log-requestidstring

Examples

Sample success responses

JSONformat

{}

Error codes

HTTP status codeError codeError message
401AuthorizationRequiredAuthorization Required

For a list of error codes, visit the Service error codes.