pub async fn export(
t: &Transport,
rule_ids: Option<&[String]>,
) -> Result<(Vec<Rule>, Option<ExportSummary>)>Expand description
Export every rule, or exactly the named ones.
None posts no body for a whole-space export. Some(ids) posts objects
so a subset export transfers only the selected rules.