Test Your Registry Connection
Before loading data, verify that you can connect to your Registry OpenSearch index using pds-registry-client.
Before You Begin
Registry Client installed per Installation
Configuration files in place per Connection Setup
Activate the Virtual Environment
Linux / macOS:
Activate the Registry Client virtual environment:
source $HOME/.virtualenvs/pds-registry-client/bin/activate
Source your Registry Client environment file:
source $HOME/.pds/registry-client-{venue}.env
Windows:
Activate the Registry Client virtual environment:
%USERPROFILE%\.virtualenvs\pds-registry-client\Scripts\activateEnvironment variables set during Connection Setup are already available.
Run a Heartbeat Check
Replace {node} with your node code (e.g. en, geo, img, sbnpsi).
Query your index:
pds-registry-client '/{node}-registry/_search' --pretty
A successful response will return JSON with a
hitsblock, similar to:{ "took" : 5, "timed_out" : false, "hits" : { "total" : { "value" : 10000, "relation" : "gte" }, "hits" : [ ... ] } }Note
If you receive an authentication error or empty response, confirm that:
All
REQUEST_SIGNER_*environment variables are set correctly.Your IP address is on the access whitelist (contact pds-operator@jpl.nasa.gov if unsure).
Your Cognito password has been changed from the temporary one (see Connection Setup).