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

REST definition endpoints

Apply templateInsert Lucidchart Diagram
    XMLWordPrintable

Details

    • New Feature
    • Resolution: Fixed
    • Major
    • 0.16.0
    • None
    • None
    • All
    • 0.16.0
    • GreenHopper Ranking:
      0|i0we0r:
    • 9223372036854775807
    • Small
    • Waiting for Reporter Information

    Description

      There should be endpoints available in the component service to interact with the new features provided by the DatastoreDefinition extended type in the component framework.

      List definitions

      GET /definitions/{definitionType}
      possible definitionType values: datastores, components

      response
      {
        [
          {definition={name, label, iconURL, "datastore", inputCompDefinitionName, outputCompDefinitionName}}, // for datastores
          {definition={name, label, iconURL, "component", topologies}} // for components
        ]
      }
      

      List component definitions

      GET /definitions/components?topology={topologyType}
      possible topologyType values: transformer, source, sink, configuration

      response
      {
        [
          {name, label, iconURL, topologies}, ...
        ]
      }
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              tfion Thomas Fion
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: