Function list_jobs_by_agent
pub fn list_jobs_by_agent(
config: &Config,
agent_alias: &str,
) -> Result<Vec<CronJob>, Error>Expand description
Cron jobs owned by agent_alias, for the agent-deletion export-then-delete
archive