Skip to main content

List Fabric Nodes

GET 

/nodes

List fabric nodes of the content space. Returns information like node ID, supported services and their respective API endpoint URLs (aka locators).

Service locators are filtered by the network protocol used for the API request. If the call was made with https://.../nodes, for example, only https URLs will be returned.

Various optional query parameters allow filtering the nodes and the information returned.

  • Specifying a token query parameter constrains the result list to the fabric node on which the corresponding content draft was created.
  • Specifying an elvgeo query parameter will limit the result list to the fabric nodes serving the given geo location. This option is mutually exclusive with token. token takes precedence.
  • Specifying a proto param filters the locators returned for each service by the specified protocol name, e.g. https or http. Overrides the protocol of the request itself.

Request

Responses

List of Fabric Nodes.