loadStatistics API not accessible

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • Type: Bug
    • Resolution: Not A Defect
    • Priority: Minor
    • Component/s: core
    • Environment:
      1.619 - however, seen at least since 1.607

      I tried to access the API for the load statistics. The address for the graphical load statistics of the master node is http://jenkinshost/computer/(master)/load-statistics. However, http://jenkinshost/computer/(master)/load-statistics/api/xml returns me a HTTP404.

      Via the API documentation at http://jenkinshost/computer/(master)/api/ I found that the machine readable data for the load statistics is accessible via http://jenkinshost/computer/(master)/loadStatistics/api/xml but the resulting XML file contains always no content for any section:

      <loadStatistics>
      <availableExecutors/>
      <busyExecutors/>
      <connectingExecutors/>
      <definedExecutors/>
      <idleExecutors/>
      <onlineExecutors/>
      <queueLength/>
      <totalExecutors/>
      </loadStatistics>

      Perhaps the path loadStatistics was renamed to load-statistics some time ago?

            Assignee:
            Unassigned
            Reporter:
            Stefan Bisplinghoff
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: