Versions Compared

Key

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

Download a product (by ID) from the

...

CAS REST API

Sample REST URL

http://host/fmprod/data?productID=<UUID>

Parameters

Panel
titleREST parameters
No Format
''query:'' '''productId''' ''<UUID>'' '''format''' (optional) ''

query:
productId <UUID>
format (optional)

application/x-zip

''

Response

No Format
   HTTP 200 OK
      - Raw Data Content if format is not application/x-zip
      - Zipped Data Content containing product .met XML file, 
        along with raw data content

...

Download an entire

...

dataset (by ID) from the

...

CAS REST API

...

...

Sample REST URL

...

http://edrn.jpl.nasa.gov/fmprodp3host/fmprod/dataset?typeID=urn:edrn:FHCRCHanashAnnexinLamrImage Removed

=== Parameters ===

...

Image Added<dataset/product type ID>

Parameters

Panel
titleREST parameters

query:
typeID <A valid product type name>

...

=== Response ===
HTTP 200 OK

...

Response

No Format

   HTTP 200 OK
      - Zipped Data Content containing product zip files containing 
        their .met XML files, along with raw data content

== Get an RDF stream of current datasets from eCAS ==

...