Updates the specified OSS import task.
Try it now
Test
RAM authorization
Request syntax
PUT /ossingestions/{ossIngestionName} HTTP/1.1Path Parameters
Parameter | Type | Required | Description | Example |
ossIngestionName | string | Yes | The name of the OSS import task. | ingest-oss-123455 |
Request parameters
Parameter | Type | Required | Description | Example |
project | string | Yes | The name of the project. | ali-test-project |
| body | object | No | The request body. | |
description | string | No | The description of the OSS import task. | OSS import |
displayName | string | Yes | The display name of the OSS import task. | OSS import |
schedule | No | The schedule of the task. This parameter is optional. To run the task at a fixed time, such as 08:00 every Monday, use a cron expression. | ||
configuration | Yes | The configuration of the OSS import task. |
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.