Data node information
Get information about the data node. Response contains a semver formatted version of the data node and the commit hash, from which the data node was built
Responses
- 200
 - 500
 - default
 
A successful response.
application/json
Schema
Example (from schema)
Schema
commitHash string
version string
{
  "commitHash": "string",
  "version": "string"
}
An internal server error
application/json
Schema
Example (from schema)
Schema
code int32
details object[]
@type string
message string
{
  "code": 0,
  "details": [
    {
      "@type": "string"
    }
  ],
  "message": "string"
}
An unexpected error response.
application/json
Schema
Example (from schema)
Schema
code int32
details object[]
@type string
message string
{
  "code": 0,
  "details": [
    {
      "@type": "string"
    }
  ],
  "message": "string"
}
Loading...