NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Copied from command output in UAT.

...

Code Block
dm_get_dataobject /TEST_Archive/PI_Lab1/Project_Orig/sample.txt

The basic format of the command output is as follows:

Code Block
{
    "dataObjects": [
        {
            "dataObject": {...},
            "metadataEntries": {
                "parentMetadataEntries": [...],
                "selfMetadataEntries": [...]
            }
        }
    ]
}

In this format, the "dataObject" and "selfMetadataEntries" elements provide information about the file you specified, while the "parentMetadataEntries" element provides information about the collection that contains the file you specified. 

For instructions on performing a similar task in the GUI, refer to Viewing Data Details via the GUI