实例信息 #
获取实例信息 #
获取运行实例的基本信息。
HTTP请求 #
GET /_info
请求示例
curl -X GET http://localhost:2900/_info
响应示例
{
"id": "cjuivg805f5lp0hqvaqg",
"name": "Tradewind",
"application": {
"name": "agent",
"version": {
"number": "1.0.0_SNAPSHOT",
"build_hash": "6f95dd3957f3c9ee3e18e32c145ddf4f514f7dbd",
"build_date": "2023-09-12T08:16:35Z",
"build_number": "001",
"eol_date": "2023-12-31T10:10:10Z"
},
"tagline": "A light-weight but powerful agent."
},
"host": {
"name": "INFINI-4.local",
"os": {
"name": "darwin",
"architecture": "arm64",
"version": "22.6.0"
}
},
"network": {
"ip": [
"192.168.3.12"
],
"major_ip": "192.168.3.12"
}
}