OPBG Ancillary Data Issue
Posted: Fri Jun 26, 2026 3:50 pm America/New_York
It appears that something caused ancillary data queries to the file search CGI to start failing on 6/17/2026 sometime around 9:00 AM EDT
When we query the file search cgi with any of the following commands
curl -s -d "sdate=2026-06-22&search=PM1EPHND_NRT.A*.*.061&results_as_file=1" https://oceandata.sci.gsfc.nasa.gov/api/file_search
We are presented with this error
These queries have successfully worked for many years so I am inclined to think something changed on the NASA’s end.
If this is intended behaviour, what parameter(s) should add to my query to make it more specific, please?
If it is not the intended behavior could someone please investigate and if possible restore its previous behavior.
Thank you!
Andrew L.
When we query the file search cgi with any of the following commands
curl -s -d "sdate=2026-06-22&search=PM1EPHND_NRT.A*.*.061&results_as_file=1" https://oceandata.sci.gsfc.nasa.gov/api/file_search
Code: Select all
curl -s -d "sdate=2026-06-22&search=PM1ATTNR_NRT.A*.*.061&results_as_file=1" https://oceandata.sci.gsfc.nasa.gov/api/file_search
curl -s -d "sdate=2026-06-22&search=AM1EPHN0.A*.*.002&results_as_file=1" https://oceandata.sci.gsfc.nasa.gov/api/file_search
curl -s -d "sdate=2026-06-22&search=AM1ATTN0.A*.*.002&results_as_file=1" https://oceandata.sci.gsfc.nasa.gov/api/file_search
curl -s -d "sdate=2026-06-22&search=SNPP_VIIRS.*T*.GEO.nc&results_as_file=1" https://oceandata.sci.gsfc.nasa.gov/api/file_searchCode: Select all
<!doctype html>
<html lang=en>
<title>422 Unprocessable Entity</title>
<h1>Unprocessable Entity</h1>
<p>Please provide a more specific request by adding more parameters to your query.</p>If this is intended behaviour, what parameter(s) should add to my query to make it more specific, please?
If it is not the intended behavior could someone please investigate and if possible restore its previous behavior.
Thank you!
Andrew L.