Versions Compared

Key

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

...

Testing Before Configuring OpenSpecimen

  1. Validate the API outputs all active/ connected scanners
    E.g. curl --location --request GET 'http://localhost:9998/dp5/remote/v1/scanners' --header 'Origin: https://hosturl'
    This should return list of all attached scanners

  2. Add the scanner via API
    E.g. curl --location --request POST 'http://localhost:9998/dp5/remote/v1/scan?container_uid=1'--header 'Origin: https://hosturl'
    This should return the scan result, or the raw image from the scan

Info

Syntax may vary depending on Linux/Windows system and the region

Configuring OpenSpecimen