jkonisa cassandra-sidecar all time


 1 Collaborator
Jyothsna Konisa

 1 Patch
252d983cc11af3dee3588a1c328eac7a080bd462

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