Versions Compared

Key

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

...

Step 4. Using the CMR API, create a valid CMR curl command to ingest the saved UMM-S record, e.g.  curl curl -i -XPUT -H "Content-type: application/vnd.nasa.cmr.umm+json" -H "Echo-Token: XXXXXXAuthorization: Bearer XXXX" https://cmr.uat.earthdata.nasa.gov/ingest/providers/LPDAAC_TS1/services/LPDAAC_TS1_UAT_ECHO_ORDERS_service -d @S1200XXXXXX-ECHO-ORDERS-UAT-LPDAAC_TS1.json

...

Step 1. Using the CMR API (https://cmr.earthdata.nasa.gov/search/site/docs/search/api.html#service-association), create the association of the service to the collection with the curl command, e.g.  curl curl -XPOST -i -H "Content-Type: application/json" -H "Echo-Token: XXXXXX" Authorization: Bearer XXXX" https://cmr.uat.earthdata.nasa.gov/search/services/S1224343297-LPDAAC_TS1/associations -d \ '[{"concept_id": "C247XXXXXXXX-LPDAAC_TS1"}]'

...

Concept IDService Concept_IDTokenProvider
C1215698452-EDF_OPSS1224343237-EDF_OPSXXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXEDF_OPS
C1222318608-EDF_OPSS1224343237-EDF_OPSXXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXEDF_OPS
C1222318609-EDF_OPSS1224343237-EDF_OPSXXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXEDF_OPS
C1220340201-EDF_OPSS1224343237-EDF_OPSXXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXEDF_OPS
C1220698498-EDF_OPSS1224343237-EDF_OPSXXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXEDF_OPS
C1223026141-EDF_OPSS1224343237-EDF_OPSXXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXEDF_OPS

(Table example)

Step 3. Create Collection Concept_ID list to use as the look-up file for the tab delimited text table file.

...