pub async fn add_hw_component(
ctx: RequestCtx,
__arg1: Path<String>,
__arg2: Json<AddHwComponentRequest>,
) -> Result<impl IntoResponse, (StatusCode, Json<ErrorResponse>)>Expand description
POST /api/v1/hardware-clusters/{target}/members — move nodes matching a hardware pattern into a cluster.