Skip to content
Discussion options

You must be logged in to vote
Answered by NASA Planetary Data System Software Admin Feb 25, 2026

You can use the Registry Client to query this information.

For all RMS data loaded into the legacy registry, you can create the JSON query file rms_registry_data_query.json

{
  "_source": ["node", "lidvid", "product_class", "found_in_registry"],
  "size": 5000,
  "query": {
    "bool": {
      "filter": [
        {
          "bool": {
            "should": [
              {
                "match_phrase": {
                  "product_class": "Product_Bundle"
                }
              },
              {
                "match_phrase": {
                  "product_class": "Product_Collection"
                }
              },
              {
                "match_phrase": {
        …

Replies: 1 comment

Comment options

NASA Planetary Data System Software Admin
Feb 25, 2026

You must be logged in to vote
0 replies
Answer selected by NASA Planetary Data System Software Admin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant