Get node stats Generally available

View as Markdown
GET /_transform/_node_stats

Get per-node information about transform usage.

Responses

  • 200 application/json
    Hide response attribute Show response attribute object
    • total object Required
      Hide total attribute Show total attribute object
      • scheduler object Required
        Hide scheduler attributes Show scheduler attributes object
        • registered_transform_count number Required
        • peek_transform string
GET /_transform/_node_stats
curl \
 --request GET 'http://api.example.com/_transform/_node_stats' \
 --header "Authorization: $API_KEY"