pub async fn apply_runtime_configuration(
ctx: RequestCtx,
__arg1: Json<ApplyRuntimeConfigurationRequest>,
) -> Result<impl IntoResponse, (StatusCode, Json<ErrorResponse>)>Expand description
PUT /v2/runtime-configuration — assign a CFS configuration as
the desired runtime configuration for a set of nodes.