server.web.routes.v3.fsm.cluster

Routes for Clusters.

Functions

get_cluster_by_name() → Any)

Get the id, cluster_type_name and connection_parameters of a Cluster.

Module Contents

server.web.routes.v3.fsm.cluster.get_cluster_by_name(cluster_name: str, db: sqlalchemy.orm.Session = Depends(get_db)) Any

Get the id, cluster_type_name and connection_parameters of a Cluster.