CreateGCSIngestion

更新时间:
复制 MD 格式

Creates an Ingestion to import files from Google Cloud Storage.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

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.

  • Must contain only lowercase letters, digits, hyphens (-), and underscores (_).

  • Must start and end with a lowercase letter or a digit.

  • Must be 2 to 64 characters long.

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.