/bff/gateway/admin/system/runtime
返回网关自身运行状态(启动时间、版本号)及所有微服务的元数据列表(名称、端口、分类、gRPC 端口)
Responses
| Status | Description | Schema |
|---|---|---|
| 200 | 系统运行时信息 | dto.SystemRuntimeResult |
| 400 | 请求参数无效 | object |
| 401 | 未认证 | object |
| 403 | 权限不足 | object |
| 500 | 服务器内部错误 | object |
Referenced Schemas
dto.GatewayInfo
| Field | Type | Required | Example | Constraints | Description |
|---|---|---|---|---|---|
service |
string |
No | |||
uptime |
string |
No | |||
version |
string |
No |
dto.ServiceMeta
| Field | Type | Required | Example | Constraints | Description |
|---|---|---|---|---|---|
category |
string |
No | |||
grpc_port |
integer |
No | |||
name |
string |
No | |||
port |
integer |
No |
dto.SystemRuntimeResult
| Field | Type | Required | Example | Constraints | Description |
|---|---|---|---|---|---|
gateway |
dto.GatewayInfo |
No | |||
services |
array of See |
No |