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
Asked
Active
Viewed 1,245 times
1 Answers
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