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.
Comment: Updated filenames after seeing them on Udit's screen.

...

  1. In your local system, create a JSON file that specifies the path within DME for the bookmark, as follows: 

    Panel
    borderColorsilver
    borderStylesolid
    Clipboard
    AllowLineWraptrue

    {"path" : "/Path/To/Bookmark"}

  2. Run the following command:

    Panel
    borderColorsilver
    borderStylesolid
    Clipboard
    AllowLineWraptrue

    dm_update_bookmark [optional parameters] <bookmark_name> <description.json>


    The following table describes each parameter:

    ParameterDescription
    [-h]If you want to print a usage (help) message for this command, specify this option.
    [-D <REST-response>]

    An optional parameter, specifying a path and filename in your local system. The system always creates a response file:

    • If you specify this parameter, the system saves the response from the server to the specified file in the specified location.
    • If you omit this parameter, the system saves the file as addupdate_bookmark-response-header.tmp in your home directory.
    [-o <status-file>]

    An optional parameter, specifying a path and filename in your local system. The system always creates a status file:

    • If you specify this parameter, the system saves the status to the specified file in the specified location.
    • If you omit this parameter, the system saves the status as addupdate_bookmark-response-message.json.tmp in your home directory.
    <bookmark_name>The name that you want the system to display in the GUI for the bookmark. In this name, the system allows the plus character (+) or the pound character (#), but avoid using other special characters or spaces.
    <description.json>A path to the JSON file that specifies the path for the bookmark.

    If a bookmark already exists in DME for the specified path, an error message appears with the existing bookmark name.

  3. To view the bookmark in the GUI, log out of DME and log in again. Refer to Logging In via the GUI.

...