Autional Autional
API Reference GitHub autional.com →

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

StatusDescriptionSchema
200System runtime informationdto.SystemRuntimeResult
400Invalid request parametersobject
401Unauthenticatedobject
403Insufficient permissionsobject
500Internal server errorobject

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