You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jyothsna Konisa (Jira)" <ji...@apache.org> on 2022/11/10 20:03:00 UTC

[jira] [Created] (CASSANDRASC-48) Add an endpoint in sidecar that gives information about the release version & partitioner name of a node

Jyothsna Konisa created CASSANDRASC-48:
------------------------------------------

             Summary: Add an endpoint in sidecar that gives information about the release version & partitioner name of a node
                 Key: CASSANDRASC-48
                 URL: https://issues.apache.org/jira/browse/CASSANDRASC-48
             Project: Sidecar for Apache Cassandra
          Issue Type: New Feature
            Reporter: Jyothsna Konisa
            Assignee: Jyothsna Konisa


Add a new endpoint in sidecar that gives information about the release version & partitioner name of a node.

GET /api/v1/cassandra/status
GET /api/v1/cassandra/status?instanceId={id}

Response
{
     releaseVersion: "4.2-SNAPSHOT",
     partitioner: "org.apache.cassandra.dht.Murmur3Partitioner"
}




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org