Autional Autional
API Reference GitHub autional.com →

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

StatusDescriptionSchema
200Scheduler statusdto.SystemSchedulersResult
400Invalid request parametersobject
401Unauthenticatedobject
403Insufficient permissionsobject
500Internal server errorobject

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