Messenger service system info

POST /messenger/v1/SystemInfo

Body Required

object object

Responses

  • 200

    A successful response.

    Hide response attributes Show response attributes object
    • started_at string(int64)
    • num_cpu string(int64)
    • go_version string
    • num_goroutine string(int64)
    • operating_system string
    • host_name string
    • arch string
    • version string
    • vcs_ref string
    • build_time string(int64)
  • default

    An unexpected error response

    Hide response attributes Show response attributes object
    • error string
    • code integer(int32)
    • message string
    • details array[object]
      Hide details attributes Show details attributes array[object]
      • type_url string
      • value string(byte)
POST /messenger/v1/SystemInfo
curl \
 -X POST http://api.example.com/messenger/v1/SystemInfo
Request example
{}
Request examples
{}
Response examples (200)
{
  "started_at": "string",
  "num_cpu": "string",
  "go_version": "string",
  "num_goroutine": "string",
  "operating_system": "string",
  "host_name": "string",
  "arch": "string",
  "version": "string",
  "vcs_ref": "string",
  "build_time": "string"
}
Response examples (200)
{
  "started_at": "string",
  "num_cpu": "string",
  "go_version": "string",
  "num_goroutine": "string",
  "operating_system": "string",
  "host_name": "string",
  "arch": "string",
  "version": "string",
  "vcs_ref": "string",
  "build_time": "string"
}
Response examples (default)
{
  "error": "string",
  "code": 42,
  "message": "string",
  "details": [
    {
      "type_url": "string",
      "value": "string"
    }
  ]
}
Response examples (default)
{
  "error": "string",
  "code": 42,
  "message": "string",
  "details": [
    {
      "type_url": "string",
      "value": "string"
    }
  ]
}