GET /bff/gateway/admin/system/runtime
Return the gateway's own running status (startup time, version) and metadata list of all microservices (name, port, category, gRPC port)
Gateway - Operations `bearerAuth` application/json
Responses
| Status | Description | Schema |
| 200 | System runtime information | dto.SystemRuntimeResult |
| 400 | Invalid request parameters | object |
| 401 | Unauthenticated | object |
| 403 | Insufficient permissions | object |
| 500 | Internal server error | object |
Referenced Schemas
dto.GatewayInfo
| Field | Type | Required | Example | Constraints | Description |
service |
string |
No |
|
|
|
uptime |
string |
No |
|
|
|
version |
string |
No |
|
|
|
| Field | Type | Required | Example | Constraints | Description |
category |
string |
No |
|
|
|
grpc_port |
integer |
No |
|
|
|
name |
string |
No |
|
|
|
port |
integer |
No |
|
|
|
dto.SystemRuntimeResult