REST HPC API (Advanced Users)¶
Info
This mode of access is meant for advanced users. To get started please connect to LUMI using an ssh client or the webinterface.
LUMI offers REST API access through the FirecREST HPC API, which provides a standardized RESTful HTTP interface for accessing computing resources on LUMI. It offers APIs for managing jobs through Slurm scheduler, performing file system operations over personal and project data, and for transferring large amounts of data to or from the system.
It is an ideal solution for building automated access to computing resources, as well as for creating and running personal web-based client applications that consume computing resources.
Read more in the FirecREST documentation.