Vivek1106-04 opened a new pull request, #48:
URL: https://github.com/apache/asterixdb/pull/48

   This PR adds documentation for several API endpoints that were previously 
undocumented in `api.md`.
   ## Changes
   Added documentation for the following endpoints:
   - `/connector` - Dataset file splits API for external runtimes (Pregelix, 
IMRU) to pull data in parallel
   - `/admin/cluster/cc` - Cluster Controller details including:
     - `/admin/cluster/cc/config` - CC configuration parameters
     - `/admin/cluster/cc/stats` - CC runtime statistics
     - `/admin/cluster/cc/threaddump` - CC JVM thread dump
   - `/admin/active` - Active entity (feeds) statistics with configurable cache 
timeout
   - `/admin/net` - Network diagnostics for Node Controllers (NC-level endpoint)
   ## Testing
   Documentation-only change. Verified endpoint behavior by reviewing servlet 
implementations in:
   - `ConnectorApiServlet.java`
   - `ClusterControllerDetailsApiServlet.java`
   - `ActiveStatsApiServlet.java`
   - `NetDiagnosticsApiServlet.java`
   ## Related
   - Continuation of API documentation improvements
   - JIRA: ASTERIXDB-3695


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to