v1

latestSwagger 2.02026-07-17586981.0 KB
listener

stop accepting connections to the cluster

delete/listener/{clusterId}

Path parameters

clusterIdstring required

Id or name of the cluster

Query parameters

{"stackTrail":"paths:/listener/{clusterId}:delete:parameters:1:schema","oasType":"schema","type":"unknown"}

Number of attempts after which to start rejecting connections (defaults to 0, (immediate))

type'unbind' | 'stop' | 'reject_startup'

The way to reject connections.

  • unbind - Stops listening for new connections. Existing connections stay connected.
  • stop - Meant to simulate the behavior of stopping a node. Closes existing connections and then unbinds to stop listening for new ones.
  • reject_startup - Accepts new connections, but does not respond to 'startup' response. Existing connections stay connected. Meant to simulate behavior of when a cassandra process becomes unresponsive, but the host OS is still able to read off the socket.

Defaults to unbind.

Response

connections will be rejected