daemon

Get daemon status

get/api/status

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

active_workersinteger required
addressstring
applied_jobsinteger required
canceled_jobsinteger required
completed_jobsinteger required
config_reload_counterinteger
config_reloaded_atstring
failed_jobsinteger required
machine_idstring
max_workersinteger required
networkstring
portinteger
queue_pausedboolean required
queued_jobsinteger required
rebased_jobsinteger required
running_jobsinteger required
skipped_jobsinteger required
update_drain_expires_atstring
update_drain_policystring
update_drainingboolean required
versionstring required
web_capabilitiesstring[] nullable required

Example response

{
  "$schema": "https://example.com/DaemonStatus.json"
}

Changes

Changed in 5 of the 23 revisions of this API.16

    • added the optional property update_drain_expires_at to the response with the 200 status

      response-optional-property-added

    • added the optional property update_drain_policy to the response with the 200 status

      response-optional-property-added

    • added the required property update_draining to the response with the 200 status

      response-required-property-added

    • added the required property web_capabilities to the response with the 200 status

      response-required-property-added

    • added the required property active_snoozes to the response with the 200 status

      response-required-property-added

    • added the required property queue_paused to the response with the 200 status

      response-required-property-added

    • removed the required property queue_paused from the response with the 200 status

      response-required-property-removed

    This revision also has 13 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog