UpdateGCSIngestion
Updates a GCP Cloud Storage file ingestion task.
Try it now
Test
RAM authorization
Request syntax
PUT /gcsingestions/{gcsIngestionName} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| gcsIngestionName |
string |
Yes |
The name of the GCS ingestion task. |
ingest-gcs-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 ingestion task. |
gcs导入 |
| displayName |
string |
Yes |
The display name of the ingestion task. |
gcs导入 |
| configuration | GCSIngestionConfiguration |
Yes |
The configuration of the ingestion task. |
Response elements
|
Element |
Type |
Description |
Example |
|
any |
The response body. |
{} |
Examples
Success response
JSON format
"{}"
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.