Register Cassandra Source
POST https://{{cluster_vip}}/v2/data-protect/sources/registrations
Registers the Cassandra source with the Cohesity cluster.
Ensure you provide the following details in the request body:
- A seed node (
seedNode
) of the Cassandra cluster. - Directory path (
confiDirectory
) for the Cassandra configuration YAML file. - Cassandra source credentials (
cassandraCredentials
). - Cassandra SSH credentials (
sshPasswordCredentials
) - JMX credentials (
jmxCredentials
)
The source ID from the response is required for creating the Protection Group.
RESPONSES
status: Created
{"id":11746,"sourceId":11746,"sourceInfo":{"id":11746,"name":"{{Cassandra_name}}","sourceId":11746,"environment":"kCassandra","objectType":"kCluster","uuid":"{{uuid}}","protectionStats":null},"environment":"kCassandra","name":"","connections":[],"authenticationStatus":"Scheduled","registrationTimeMsecs":1679553996967,"lastRefreshedTimeMsecs":1679553996967,"cassandraParams":{"seedNode":"{{seed_node}}","configDirectory":"/cassetup1/apache-cassandra-3.11.12/conf","isDseTieredStorage":false,"isDseAuthenticator":false,"dataCenterNames":["dc1","dc2"],"dseSolrInfo":{"solrNodes":null,"solrPort":null}}}