perfSONAR includes APIs to retrieve perfSONAR data from the measurement archive (called esmond) and from the Lookup Service (called sLS).
Since all perfSONAR APIs are REST-based, standard tools like ‘curl’ can be used. We also have a some libraries and scripts that make data retrieval easy.
Measure Archive (esmond) APIs and clients:
The esmond Service clients can be installed using python’s easy_install:
easy_install esmond-client
The Lookup Service clients can be installed using python’s easy_install:
easy_install sls-client
For support for using these APIs, send email to the perfSONAR user list.