Uploaded image for project: 'Talend Component Kit'
  1. Talend Component Kit
  2. TCOMP-245

REST runtime endpoints

Apply templateInsert Lucidchart Diagram
    XMLWordPrintable

Details

    • New Feature
    • Resolution: Fixed
    • Major
    • 0.17.0
    • None
    • None
    • All
    • 0.16.0
    • GreenHopper Ranking:
      0|i0w31v:
    • 9223372036854775807
    • Small

    Description

      Check connection to datastore

      POST /runtimes/{datastoreDefinitionName}

      request
          {form-data (properties): …}
      
      response OK HTTP 204
          // no content
      
      response KO HTTP 400
          Simple Validation Result with I18N message at leas
      

      Validate dataset connection

      POST /runtimes/{datasetDefinitionName}

      request
      {
          datastore-form-data: {},
          dataset-form-data: {}
      }
      
      response OK HTTP 204
          // no content
      
      response KO HTTP 400
          datastore-ui-specs : {},
          dataset-ui-specs : {}
      

      Get the schema of the dataset

      POST /runtime/{datasetDefinitionName}/schema

      request
      {
          datastore-form-data: {},
          dataset-form-data: {}
      }
      
      response
          ???
      

      Get the dataset content

      POST /runtimes/datasets/{datastoreName}/data?from=1000&limit=5000

      request
      {
        datastore-form-data: {},
        dataset-form-data: {}
      }
      
      • from parameter is optional
      • limit is optional
      • content-type: application/json to get json response
      • content-type: avro/binary to get avro response

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              vjaouen Vincent Jaouen
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: