NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

dm_rename <move-description.json> dm_rename <description.json> [rename-status-file] [REST-response]where the move

The following table describes each parameter:

ParameterDescription
<move-description.

...

json>

The name of the JSON file containing the list of source and destination locations in the following format:

     {

       "moveRequests": [

        {

          "sourcePath": <full path in the Archive to the file/collection to be moved>

          "destinationPath": <full path in the Archive to the new file/collection>

        }

      ]

     }

[rename-status-file](TBD)
[REST-response](TBD)


Note that the destination collection or file should not be existing prior to executing this command.

...