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

GET /bff/gateway/admin/schedulers

聚合所有微服务的后台调度器运行状态(名称、间隔、启用状态),通过各服务 internal API 收集

网关 - 运维 `bearerAuth` application/json

Responses

StatusDescriptionSchema
200调度器状态dto.SystemSchedulersResult
400请求参数无效object
401未认证object
403权限不足object
500服务器内部错误object

Referenced Schemas

dto.SchedulerItem

FieldTypeRequiredExampleConstraintsDescription
enabled boolean No
interval string No
last_count integer No
last_error string No
last_run string No
name string No
running boolean No

dto.ServiceSchedulerInfo

FieldTypeRequiredExampleConstraintsDescription
schedulers array of

See dto.SchedulerItem

No
service_name string No
service_port integer No

dto.SystemSchedulersResult

FieldTypeRequiredExampleConstraintsDescription
services array of

See dto.ServiceSchedulerInfo

No