Creates a GCS file import task.
Try it now
Test
RAM authorization
Request syntax
POST /gcsingestions HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| project |
string |
Yes |
The project name. |
ali-test-project |
| body |
object |
No |
The request body. |
|
| description |
string |
No |
The task description. |
test |
| displayName |
string |
Yes |
The display name. |
test |
| configuration | GCSIngestionConfiguration |
Yes |
The ingestion configuration. |
|
| name |
string |
Yes |
The job name. Must be unique within the same project. Naming rules:
|
test |
Response elements
|
Element |
Type |
Description |
Example |
|
any |
The response body. |
{} |
Examples
Success response
JSON format
"{}"
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 401 | AuthorizationRequired | Authorization Required | Access denied. User authentication is required. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.