Helix Swarm Guide (2019.1)

Index : Basic API controller providing a simple version action

Show Version Information

Summary

Show Version Information

GET /api/v9/version

Description

This can be used to determine the currently-installed Swarm version, and also to check that Swarm’s API is responding as expected.

Example response

Successful Response:

HTTP/1.1 200 OK

{
    "year": "2019",
    "version": "SWARM/2018.3/1752978 (2019/01/31)"
}
Note

year refers to the year of the Swarm release, not necessarily the current year.