Skip to content

flywheel.api.container_tasks_api

ContainerTasksApi

Bases: object

get_task_parent_container_ids(ids, container_type, **kwargs)

Get Task Parent Container Ids

Get the list of container IDs that have tasks associated with them. This method makes a synchronous HTTP request by default.

Parameters:

Name Type Description Default
ids str

Comma separated list of container IDs

required
container_type ContainerType
required
async_ (bool, optional)

Perform the request asynchronously

required

get_task_parent_container_ids_with_http_info(ids, container_type, **kwargs)

Get Task Parent Container Ids

Get the list of container IDs that have tasks associated with them. This method makes a synchronous HTTP request by default.

Parameters:

Name Type Description Default
ids str

Comma separated list of container IDs

required
container_type ContainerType
required
async_ (bool, optional)

Perform the request asynchronously

required