Versions Compared

Key

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

...

The OODT PCS Pedigree service

JSON output format

...

For a set of product files, prod1, prod2, prod3, prod4, prod5, and prod6, where prod1 produced output files prod6 and prod2, and prod3, and prod3 produced output files prod5 and prod4.

No Format

{
   "pedigree":{
      "upstream":"prod1",
      "downstream":{
         "prod1":[
            "prod6",
            {
               "prod3":[
                  "prod5",
                  "prod4"
               ]
            },
            "prod2"
         ]
      }
   }
}

The below are the different REST endpoints to generate full and partial pedigree reports.

...