Skip to main content

invoke_cluster_management

Function invoke_cluster_management 

Source
pub async fn invoke_cluster_management(
    client: &HttpClient,
    request: &ClusterManagementRequest,
) -> ClientResult<ClusterManagementResponse>
Expand description

Invoke the same authenticated cluster-management endpoint for every server cluster command. HTTP status and authorization handling stays in HttpClient, so CLI commands cannot bypass the server’s admin boundary.