Promotion - Cloud - 8.0

Notes de version de Talend

Version
Cloud
8.0
Language
Français
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
Studio Talend
Talend Cloud API Designer
Talend Cloud API Tester
Talend Cloud Data Inventory
Talend Cloud Data Preparation
Talend Cloud Data Stewardship
Talend Cloud Management Console
Talend Cloud Pipeline Designer
Talend Data Preparation
Talend Data Stewardship
Content
Installation et mise à niveau
Notes de version
Last publication date
2023-09-28

Un nouveau champ context a été ajouté aux endpoints suivants relatifs aux promotions. Ce champ facultatif contient la description des circonstances relatives à une exécution de promotion. La longueur de cette description ne doit pas dépasser 255 caractères.

Méthode Endpoint Description Paramètres de requête Exemple de corps
POST /executions/promotions Exécute une promotion. - Le corps de la requête peut être :
{  
  "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} Obtient les détails d'une exécution de promotion. - Le corps de la réponse peut être :
{
  "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"
  }
...
}

Accédez à ces endpoints via https://api.us.cloud.talend.com/tmc/swagger/swagger-ui.html. Vous pouvez voir une liste d'URL correspondant à chaque centre de données dans URL et régions de Talend Cloud.