For the complete documentation index, see llms.txt. This page is also available as Markdown.

Metrics

Get metrics for all nodes on server

get
Authorizations
Responses
200

OK

application/json
get/api/metrics

Get metrics for external clients in a network

get
Authorizations
Path parameters
networkstringRequired

Network ID

Responses
200

OK

application/json
networkstringOptional
node_idstringOptional
node_namestringOptional
updated_atstringOptional
get/api/metrics-ext/{network}

Get metrics for all nodes in a network

get
Authorizations
Path parameters
networkstringRequired

Network ID

Responses
200

OK

application/json
get/api/metrics/{network}

Get metrics for a specific node

get
Authorizations
Path parameters
networkstringRequired

Network ID

nodeidstringRequired

Node ID

Responses
200

OK

application/json
networkstringOptional
node_idstringOptional
node_namestringOptional
updated_atstringOptional
get/api/metrics/{network}/{nodeid}

Last updated

Was this helpful?