A AuthMS API Wiki API Reference iam.tianv.com →

GET /bff/gateway/admin/system/runtime

返回网关自身运行状态(启动时间、版本号)及所有微服务的元数据列表(名称、端口、分类、gRPC 端口)

网关 - 运维 `bearerAuth` application/json

Responses

StatusDescriptionSchema
200系统运行时信息dto.SystemRuntimeResult
400请求参数无效object
401未认证object
403权限不足object
500服务器内部错误object

Referenced Schemas

dto.GatewayInfo

FieldTypeRequiredExampleConstraintsDescription
service string No
uptime string No
version string No

dto.ServiceMeta

FieldTypeRequiredExampleConstraintsDescription
category string No
grpc_port integer No
name string No
port integer No

dto.SystemRuntimeResult

FieldTypeRequiredExampleConstraintsDescription
gateway dto.GatewayInfo No
services array of

See dto.ServiceMeta

No