autojoin

command module
v0.2.11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 28, 2024 License: Apache-2.0 Imports: 27 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
api
v0
cmd
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL