/api/server-info

Last updated on 19th April 2024

GET

Returns the information about server.

Request

Example request

curl -X GET http://localhost:8080/api/server-info -H 'Accept: application/json'

Response

Status Meaning Description
200 OK A JSON object of server information

Response Schema

Status Code 200

Example 200 response body

{  
   "simudyne-sdk-version": "2.2.0"
}
Name Type Required
ยป simudyne-sdk-version String true