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
tokenquery parameter constrains the result list to the fabric node on which the corresponding content draft was created. - Specifying an
elvgeoquery parameter will limit the result list to the fabric nodes serving the given geo location. This option is mutually exclusive withtoken.tokentakes precedence. - Specifying a
protoparam filters the locators returned for each service by the specified protocol name, e.g.httpsorhttp. Overrides the protocol of the request itself.
Request
Responses
- 200
- 401
- default
List of Fabric Nodes.
Authentication information is missing or invalid
Response Headers
WWW-Authenticate
A standard "WWW Authenticate" header of the form Basic realm="Eluvio Content Fabric API"
A generic error message.