Export data feeds

You can export your MashZone NextGen data feeds.

Export creates an export file that you can use to import data feeds to MashZone NextGen.

Procedure

  1. Open a command window and move to the MashZoneNG-install/prestocli/bin folder.
  2. Enter this command:

    padmin exportFeed -i identifier [-f output-file] [-l prestoURL] -u username -w password [-v] [-o]

Once the export command completes successfully, you can use the output file to import data feeds to MashZone NextGen.

Permissions for each data feed were automatically stored into the zip file. If there are not any permissions assigned to the data feed an empty permission file is stored.

There is also an information about the data feed creator stored in the zip file.

Example

padmin exportFeed –l http://localhost:8080/mashzone/esd/api -f feedDefinition.zip -u Administrator -w manage –i "id=MyFeed"

This created zip file "feedDefinition.zip" contains all information of the data feed "MyFeed" incl. definition and permissions.