Stats API v1
Solstice Pod URL: IPAddress/api/stats
The stats API reports statistics about the current status of the Solstice Pod. These stats are instantaneous and can provide third-party developers with a snapshot of activity.
Global Stats Record
(Top Level) | |||
Key | Type | Get/Post | Description |
m_displayId | string | Get | This is the unique identifier that Solstice uses to manage a single instance, regardless of how the display is named or its current IP address |
m_serverVersion | string | Get | The current software version running on the Solstice Pod. |
m_displayInformation | |||
m_displayName | string | Get | The name of the display, shown on welcome screen and used for discovery. |
m_productName | string | Get | The name of the Solstice software (Solstice). |
m_productVariant | string | Get | The generation and type of Pod hardware as a name (Pod-only). For example, ‘Gen1’ or ‘Pod Gen2’. |
m_productHardwareVersion | int | Get | The Pod hardware generation as a version number (Pod-only). For example, 1 or 2. |
m_statistics | |||
m_currentPostCount | int | Get | Total number of posts currently shared to the display. |
m_currentBandwidth | int | Get | Total network bandwidth being used in Mbps. |
m_connectedUsers | int | Get | Number of currently connected users. |
m_timeSinceLastConnectionInitialize | int | Get | Time since the device last has a session initiated. Returns in milliseconds. |
m_currentLiveSourceCount | int | Get | Number of current live sources such as a capture card; for Windows Display Software only. |