pub async fn post_sat_session_template(
ctx: RequestCtx,
__arg1: Json<PostSatSessionTemplateRequest>,
) -> Result<impl IntoResponse, (StatusCode, Json<ErrorResponse>)>Expand description
POST /api/v1/sat-file/session-templates — apply a single SAT
session_template entry. Returns the created BOS session template
and (if create_bos_session was set and we’re not in dry-run) the
BOS session that was created from the new template to boot the
targeted nodes through it.