Hi Suryaa, I have opened two pull requests to document previously undocumented HTTP API endpoints in AsterixDB.
PR #1: Admin API Endpoints https://github.com/apache/asterixdb/pull/40 Documents the following endpoints: - /admin/cluster and /admin/cluster/node/* - Cluster state and node details - /admin/requests/running - List and cancel running requests - /admin/diagnostics - System diagnostics - /admin/version - Version information - /admin/shutdown - Cluster shutdown - /admin/rebalance - Data rebalancing - /admin/storage - Storage information (NC-level) - /admin/udf - User-defined function management (NC-level) PR #2: Connector and Additional Admin APIs https://github.com/apache/asterixdb/pull/48 Documents the following endpoints: - /connector - Dataset file splits for external runtimes (Pregelix, IMRU) - /admin/cluster/cc/* - Cluster Controller details (config, stats, threaddump) - /admin/active/* - Active entity (feeds) statistics - /admin/net/* - Network diagnostics (NC-level) Please let me know if any changes are needed. Thanks, Vivek
