Creates an Ingestion to import files from Google Cloud Storage.
Try it now
Test
RAM authorization
Request syntax
POST /gcsingestions HTTP/1.1
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. |
test |
| displayName |
string |
Yes |
The Display Name. |
test |
| configuration | GCSIngestionConfiguration |
Yes |
The configuration of the Ingestion. |
|
| name |
string |
Yes |
The name of the Ingestion. The name must be unique within the same Project and must meet the following requirements: Within the same Project, Job names must be unique.
|
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 |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.