Skip to main content

nodes_tasks_node_tasks

Function nodes_tasks_node_tasks 

Source
pub async fn nodes_tasks_node_tasks(
    configuration: &Configuration,
    node: &str,
    errors: Option<&str>,
    limit: Option<i64>,
    since: Option<i64>,
    source: Option<&str>,
    start: Option<i64>,
    statusfilter: Option<&str>,
    typefilter: Option<&str>,
    until: Option<i64>,
    userfilter: Option<&str>,
    vmid: Option<i32>,
) -> Result<NodesTasksNodeTasksResponse, Error<NodesTasksNodeTasksError>>
Expand description

Read task list for one node (finished tasks). Permissions: List task associated with the current user, or all task the user has ‘Sys.Audit’ permissions on /nodes/ (the the task runs on).