プロモーション - Cloud - 8.0

Talendリリースノート

Version
Cloud
8.0
Language
日本語
Product
Talend Big Data
Talend Big Data Platform
Talend Cloud API Services Platform
Talend Cloud Big Data
Talend Cloud Big Data Platform
Talend Cloud Data Integration
Talend Cloud Data Management Platform
Talend Cloud Real-Time Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Cloud API Designer
Talend Cloud API Tester
Talend Cloud Data Inventory
Talend Cloud Data Preparation
Talend Cloud Data Stewardship
Talend Cloud Pipeline Designer
Talend Data Preparation
Talend Data Stewardship
Talend Management Console
Talend Studio
Content
インストールとアップグレード
リリースノート
Last publication date
2024-03-28

次のプロモーション関連のエンドポイントに新しいcontextフィールドが追加されました。このオプションフィールドにはプロモーション実行に関連する状況の説明が含まれています。この説明の長さは最大255文字です。

メソッド エンドポイント 説明 クエリーパラメーター ボディの例
POST /executions/promotions プロモーションを実行します。 - リクエストボディは次のようになります。
{  
  "executable": "57f64991e4b0b689a64feed0",
  "keepTargetResources": true,
  "keepTargetRunProfiles": true,
  "context": "Free text you add to describe the context for a promotion run",
  "advanced": {
    "artifactId": "57f64991e4b0b689a64feed0",
    "artifactType": "WORKSPACE"
  }
}
GET /executions/promotions/{runId} プロモーション実行の詳細を取得します。 - レスポンスボディは次のようになります。
{
  "executionId": "7b2b122e-d6b8-42de-b0ba-fa2f0d36306e",
  "startTimestamp": "2022-01-03T04:40:43.130Z",
  "triggerTimestamp": "2022-01-03T04:40:43.130Z",
  "finishTimestamp": "2022-01-03T04:40:43.130Z",
  "userId": "user_id",
  "userType": "HUMAN",
  "promotionId": "string",
  "pipelineId": "string",
  "keepTargetResources": true,
  "keepTargetRunProfiles": true,
  "context": "Free text added to describe the context for a promotion run",
  "advanced": {
    "artifactId": "57f64991e4b0b689a64feed0",
    "artifactType": "WORKSPACE"
  }
...
}

https://api.us.cloud.talend.com/tmc/swagger/swagger-ui.html経由でこれらのエンドポイントにアクセスします。各データセンターに該当するURLのリストは、Talend CloudのリージョンとURLで確認できます。