c1260886642e789fa15a3fb900251bea529fcc09 | Author: Jyothsna konisa <jkonisa@apple.com>
| 2024-12-14 12:39:41-08:00
CASSSIDECAR-172: Adding support for CDC APIs into sidecar client (#158)
Patch by Jyothsna Konisa; Reviewed by Bernardo Botella, Francisco Guerrero, James Berragan, Yifan Cai for CASSSIDECAR-172
8d88fba753db9a464bb0b562b87bd0d5b6271c69 | Author: Jyothsna konisa <jkonisa@apple.com>
| 2024-12-02 15:28:18-08:00
CASSSIDECAR-158: Adding APIs required for CDC (#147)
Patch by Jyothsna Konisa, Saranya Krishnakumar, Yifan Cai; Reviewed by Bernardo Botella, Francisco Guerrero, James Berragan, Yifan Cai for CASSSIDECAR-158
Co-authored-by: Jyothsna Konisa <jkonisa@apple.com>
Co-authored-by: Saranya Krishnakumar <saranya_k@apple.com>
Co-authored-by: Yifan Cai <ycai@apache.org>
252d983cc11af3dee3588a1c328eac7a080bd462 | Author: jkonisa <jkonisa@apple.com>
| 2022-11-10 12:06:09-08:00
CASSANDRASC-48: Adding new endpoint that gives information about the release version & partitioner name of a node
Adds new APIs
GET /api/v1/cassandra/status
- Returns the NodeStatus with release version & partitioner info of the node receiving the request
GET /api/v1/cassandra/status?instanceId={id}
- Returs the NodeStatus with release version & partitioner info of a given instanceId
patch by Jyothsna Konisa; reviewed by Dinesh Joshi, Francisco Guerrero, Yifan Cai for CASSANDRASC-48