0

It is documented that each Jenkins instance has a unique id that we can retrieve by doing a GET. I am unable to find it. For e.g. do a GET on https://builds.apache.org/api/json and see the response headers

Aravind Yarram
  • 78,777
  • 46
  • 231
  • 327

1 Answers1

3

The https://builds.apache.org/ URL has it. Emphasis mine:

the public key can be obtained by sending the GET request to the top page of Jenkins, and look for the "X-Instance-Identity" header in the response

Daniel Beck
  • 6,363
  • 3
  • 35
  • 42