GET /bff/gateway/admin/schedulers
Aggregate the background scheduler running status (name, interval, enabled status) of all microservices, collected via each service's internal API
Gateway - Operations `bearerAuth` application/json
Responses
| Status | Description | Schema |
| 200 | Scheduler status | dto.SystemSchedulersResult |
| 400 | Invalid request parameters | object |
| 401 | Unauthenticated | object |
| 403 | Insufficient permissions | object |
| 500 | Internal server error | object |
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