pub async fn get_images(
ctx: RequestCtx,
__arg1: Query<ImageQuery>,
) -> Result<impl IntoResponse, (StatusCode, Json<ErrorResponse>)>Expand description
GET /images — list IMS images with their associated CFS configuration names.
pub async fn get_images(
ctx: RequestCtx,
__arg1: Query<ImageQuery>,
) -> Result<impl IntoResponse, (StatusCode, Json<ErrorResponse>)>GET /images — list IMS images with their associated CFS configuration names.