GET /bff/gateway/admin/schedulers
聚合所有微服务的后台调度器运行状态(名称、间隔、启用状态),通过各服务 internal API 收集
网关 - 运维 `bearerAuth` application/json
Referenced Schemas
dto.SchedulerItem
| Field | Type | Required | Example | Constraints | Description |
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
| Field | Type | Required | Example | Constraints | Description |
schedulers |
array of
See dto.SchedulerItem |
No |
|
|
|
service_name |
string |
No |
|
|
|
service_port |
integer |
No |
|
|
|
dto.SystemSchedulersResult