Last updated on 16th July 2024
Returns the information about server.
Example request
curl -X GET http://localhost:8080/api/server-info -H 'Accept: application/json'
Status | Meaning | Description |
---|---|---|
200 | OK | A JSON object of server information |
Status Code 200
Example 200 response body
{
"simudyne-sdk-version": "2.2.0"
}
Name | Type | Required |
---|---|---|
ยป simudyne-sdk-version | String | true |