All Products
Search
Document Center

Simple Log Service:GetElasticsearchIngestion

Last Updated:Jun 11, 2026

Mengambil informasi tentang pekerjaan impor ES/Pencarian Terbuka.

Coba sekarang

Coba API ini di OpenAPI Explorer tanpa perlu penandatanganan manual. Panggilan yang berhasil akan secara otomatis menghasilkan contoh kode SDK sesuai dengan parameter Anda. Unduh kode tersebut dengan kredensial bawaan yang aman untuk penggunaan lokal.

Test

RAM authorization

Tidak ada otorisasi untuk operasi ini. Jika Anda mengalami masalah saat menjalankan operasi ini, hubungi dukungan teknis.

Sintaks permintaan

GET /elasticsearchingestions/{esIngestionName} HTTP/1.1

Path Parameters

Parameter

Type

Required

Description

Example

esIngestionName

string

Yes

Nama pekerjaan ES/Pencarian Terbuka.

ingest-elasticsearch-123456

Parameter permintaan

Parameter

Type

Required

Description

Example

project

string

Yes

Nama proyek.

ali-test-project

Elemen respons

Element

Type

Description

Example

ESIngestion

The configuration of the ES/OpenSearch import job.

Contoh

Respons sukses

JSONformat

{
  "name": "ingest-es-123456",
  "description": "es ingestion",
  "displayName": "es ingestion",
  "schedule": {
    "type": "FixedRate",
    "cronExpression": "0/5 * * * *",
    "runImmediately": false,
    "timeZone": "+0800",
    "delay": 4,
    "interval": "60s"
  },
  "configuration": {
    "logstore": "test-logstore",
    "source": {
      "BootstrapServers": "",
      "Index": "",
      "Username": "",
      "Password": "",
      "TimeFieldName": "",
      "TimeFormat": "",
      "TimeZone": "",
      "Query": "",
      "ConnectorMode": "",
      "StartTime": 0,
      "EndTime": 0,
      "MaxDataDelaySec": 0,
      "MinFragRangeSec": 0,
      "VpcId": ""
    }
  },
  "createTime": 1714360481,
  "lastModifiedTime": 1714360481,
  "status": "RUNNING",
  "scheduleId": "c7f01719d9feb105fc9d8df92af62010"
}

Kode kesalahan

Lihat Error Codes untuk daftar lengkap.

Catatan rilis

Lihat Release Notes untuk daftar lengkap.