すべてのプロダクト
Search
ドキュメントセンター

Simple Log Service:GetS3Ingestion

最終更新日:May 07, 2026

S3 インポートタスクに関する情報を取得します。

今すぐお試しください

この API を OpenAPI Explorer でお試しください。手作業による署名は必要ありません。呼び出しに成功すると、入力したパラメーターに基づき、資格情報が組み込まれた SDK コードが自動的に生成されます。このコードをダウンロードしてローカルで使用できます。

テスト

RAM 認証

この操作の認証情報はありません。問題が発生した場合は、アカウントマネージャーにご連絡ください。

リクエスト構文

GET /s3ingestions/{s3IngestionName} HTTP/1.1

パスパラメータ

パラメーター

必須 / 任意

説明

s3IngestionName

string

必須

S3 インポートタスクの名前。

test

リクエストパラメーター

パラメーター

必須 / 任意

説明

project

string

必須

プロジェクトの名前。

test

レスポンスフィールド

フィールド

説明

S3Ingestion

S3 インポートタスク。

成功レスポンス

JSONJSON

{
  "name": "ingest-s3-123456",
  "description": "s3 ingestion",
  "displayName": "s3 ingestion",
  "schedule": {
    "type": "FixedRate",
    "cronExpression": "0/5 * * * *",
    "runImmediately": false,
    "timeZone": "+0800",
    "delay": 4,
    "interval": "60s"
  },
  "createTime": 1714360481,
  "lastModifiedTime": 1714360481,
  "status": "RUNNING",
  "scheduleId": "c7f01719d9feb105fc9d8df92af62010",
  "configuration": {
    "awsRegion": "ap-northeast-1",
    "awsAccessKey": "AKIxxxxxxxxxxYJE",
    "awsAccessKeySecret": "123xxxxxxxxxxfjf",
    "bucket": "s3bucket",
    "compressionCodec": "none",
    "encoding": "UTF-8",
    "interval": "30m",
    "pattern": ".*",
    "prefix": "prefix",
    "awsUseSQS": false,
    "awsSQSQueueUrl": "https://sqs.ap-northeast-1.amazonaws.com/123456788/chifan",
    "useAwsSQSOnly": false,
    "tagPackId": false,
    "startTime": 1714274081,
    "endTime": 1714360481,
    "timeField": "__time__",
    "timeFormat": "yyyy-MM-dd HH:mm:ss",
    "timePattern": "[0-9]{0,2}\\/[0-9a-zA-Z]+\\/[0-9:,]+",
    "timeZone": "GMT+08:00",
    "processorId": "ingest-processor-1756802123-953901",
    "endpoint": "s3.us-east-1.amazonaws.com",
    "cloudFrontEndpoint": "dtfsb7voqy76q.cloudfront.net ",
    "cloudFrontToken": "@test-s3-access/ABS",
    "useCloudFront": false,
    "format": {
      "key": "{\"type\": \"line\"}"
    },
    "advancedParameters": {
      "key": ""
    }
  }
}

エラーコード

完全なリストについては、「エラーコード」をご参照ください。

変更履歴

完全なリストについては、「変更履歴」をご参照ください。