SystemInfoResponse Model
SystemInfoResponse Model documentation for Java SDK
SystemInfoResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| version | String | Semantic version string advertised by the running server. | [optional] |
| major | Integer | Major version component parsed from the advertised semantic version. | |
| minor | Integer | Minor version component parsed from the advertised semantic version. | |
| patch | Integer | Patch version component parsed from the advertised semantic version. | |
| dirty | Boolean | Whether the running build reports uncommitted workspace changes. | |
| gitCommit | String | Git commit SHA baked into the build, when available. | [optional] |
| gitDescribe | String | Git describe output baked into the build, when available. | [optional] |
| buildTime | OffsetDateTime | Build timestamp recorded for this server binary, when available. | [optional] |
| capabilities | Map<String, String> | Optional capability flags or metadata advertised by the running server. | [optional] |