Skip to content

m-lab/autojoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c2556b5 · Mar 21, 2025

History

66 Commits
Jul 10, 2024
Nov 7, 2024
Feb 20, 2025
Mar 4, 2025
Feb 27, 2024
Mar 4, 2025
Feb 20, 2025
Feb 6, 2024
Nov 18, 2024
Dec 5, 2024
Nov 27, 2024
Nov 8, 2024
Feb 20, 2025
Feb 20, 2025
Mar 21, 2025
Feb 18, 2025

Repository files navigation

branch coveralls docs report card
main Coverage Status GoDoc Go Report Card

Autojoin API

List Nodes

The Autojoin API allows listing all known servers for various reasons:

Request Parameters

Node list operations use the same base url and supports multiple output formats.

Base: https://autojoin.measurementlab.net/autojoin/v0/node/list

Formats:

  • format=script-exporter - output format used by script-exporter.
  • format=prometheus - output format used by prometheus to scrape metrics.
  • format=servers - simple list known server names.
  • format=sites - simple list known site names.
  • org=<org> - limit results the given organization.

For example, a client could list all known sites associated with org "foo":

  • https://autojoin.measurementlab.net/autojoin/v0/node/list?format=sites&org=foo