Versions Compared

Key

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

...

Code Block
curl --location 'https://localhost:8080/ingest/subscriptions/jyna_ingest_subscription_3' \
--header 'Content-Type: application/vnd.nasa.cmr.umm+json' \
--header 'Authorization: ••••••' \
--data-raw '{
    "Name": "Ingest-Subscription-Test",
    "Type": "granule",
    "SubscriberId": "mysubscriberid",
    "EmailAddress": "myemail",
    "CollectionConceptId": "C3261906797-JM_PROV1",
    "EndPoint": "arn:aws:sqs:<region>:<account-id>:<my-queue-name>",
    "Mode": ["New","Update"],
    "Method":"ingest",
    "MetadataSpecification": {
        "URL": "https://cdn.earthdata.nasa.gov/umm/subscription/v1.1.1",
        "Name": "UMM-Sub", 
        "Version": "1.1.1"
    } 
}

...