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"
}
]
}