Uploaded image for project: 'Apache Apex Malhar'
  1. Apache Apex Malhar
  2. APEXMALHAR-1406

UI Support of app package import

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.0.0
    • None
    • None

    Description

      GET /ws/v1/appPackages/import
      Function: List the importable app packages on Gateway's local file system
      Return:
      {
      	"appPackages: [
      		{ 
      "file": "{file}",
      "name": "{name}",
      "displayName": "{displayName}",
      "version": "{version}",
      "description": "{description}"
      }, ...
      	]
      }
      
      POST /ws/v1/appPackages/import
      Function: Import app package from Gateway's local file system
      Payload:
      {
      	"files": ["{file}", … ]
      }
      

      Attachments

        Activity

          People

            nick.holub Nick Holub
            davidyan David Yan
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: