PeerDiscoveryService_GetPeers | FluxNinja Aperture
Skip to main content
Version: 2.34.0

PeerDiscoveryService_GetPeers

PeerDiscoveryService_GetPeers

Responses

A successful response.


Schema
  • peers object
  • property name* object

    Peer holds peer info and services.

  • address string
  • hostname string
  • services object
  • property name* string
  • self_peer object

    Peer holds peer info and services.

  • address string
  • hostname string
  • services object
  • property name* string
GET /v1/peers

Request

Base URL
https://aperture-agent
curl / cURL
curl -L -X GET 'https://aperture-agent/v1/peers' \
-H 'Accept: application/json'