Version: 1.0
FSI Server Service API
FSI Server Service API v1
This API allows you to authenticate with the server, manage assets and directories, trigger batch jobs, configure preferences, and manage two‑factor authentication (TOTP).
Authentication flow overview:
- Call GET /login to obtain a salt. The server also sets the session cookie
JSESSIONID. - Compute
sha256(salt + sha256(password))and POST /login with your username and the hashed password. - If two‑factor authentication is enabled or required, use the /totp endpoints to create or validate a TOTP code.
- Include the
JSESSIONIDcookie on all subsequent requests.
Authentication
- API Key: jSessionCookie
Security Scheme Type: | apiKey |
|---|---|
Cookie parameter name: | JSESSIONID |
Terms of Service
https://www.neptunelabs.com/terms-conditions/License
Apache 2.0