Versions Compared

Key

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

...

Need a endpoint summary table here that anchors to the other sections.

The OODT PCS Pedigree service

JSON output format

TBD

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

Full Report

To see the full Pedigree report for the file myfile.txt, access:

No Format

http://host/pcs-services/services/pedgiree/report/myfile.txt

Just the Upstream lineage

To see just the upstream lineage for the file myfile.txt, access:

No Format

http://host/pcs-services/services/pedgiree/report/myfile.txt/upstream

Just the Downstream lineage

To see just the downstream lineage for the file myfile.txt, access:

No Format

http://host/pcs-services/services/pedgiree/report/myfile.txt/downstream

The OODT PCS Health Monitor service

JSON output format

All calls to the Health Monitor REST service provide the following JSON output:

...

The below REST-ful service descriptions show how to slice out different parts of the report. All reports at least have the generatedTime attribute, and then some combination of daemonStatus, and/or crawlerStatus, and (if the file manager is running) latestFiles, and if the workflow manager is running jobHealth, and if the crawlers are running ingestHealth.

Full Report

To see the full Health Monitor report, access:

...