flywheel-sdk 21.4.0__py3-none-any.whl → 21.4.0rc0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- flywheel/api/acquisitions_api.py +562 -1033
- flywheel/api/analyses_api.py +425 -786
- flywheel/api/audit_trail_api.py +44 -78
- flywheel/api/auth_api.py +4 -6
- flywheel/api/batch_api.py +36 -60
- flywheel/api/bulk_api.py +6 -10
- flywheel/api/change_log_api.py +22 -40
- flywheel/api/collections_api.py +403 -740
- flywheel/api/config_api.py +12 -18
- flywheel/api/container_tasks_api.py +8 -14
- flywheel/api/container_type_api.py +8 -14
- flywheel/api/containers_api.py +538 -989
- flywheel/api/custom_filters_api.py +36 -64
- flywheel/api/data_view_executions_api.py +52 -94
- flywheel/api/dataexplorer_api.py +90 -158
- flywheel/api/devices_api.py +76 -132
- flywheel/api/dimse_api.py +44 -72
- flywheel/api/download_api.py +25 -46
- flywheel/api/files_api.py +150 -266
- flywheel/api/form_responses_api.py +56 -100
- flywheel/api/gears_api.py +156 -278
- flywheel/api/groups_api.py +238 -426
- flywheel/api/jobs_api.py +166 -288
- flywheel/api/jupyterlab_servers_api.py +14 -24
- flywheel/api/modalities_api.py +44 -78
- flywheel/api/packfiles_api.py +4 -6
- flywheel/api/projects_api.py +854 -1565
- flywheel/api/protocols_api.py +54 -94
- flywheel/api/reports_api.py +108 -196
- flywheel/api/resolve_api.py +26 -48
- flywheel/api/roles_api.py +46 -82
- flywheel/api/sessions_api.py +616 -1137
- flywheel/api/site_api.py +106 -182
- flywheel/api/staffing_pools_api.py +50 -88
- flywheel/api/subjects_api.py +596 -1095
- flywheel/api/tasks_api.py +62 -108
- flywheel/api/tree_api.py +28 -52
- flywheel/api/uids_api.py +6 -10
- flywheel/api/upload_api.py +88 -162
- flywheel/api/users_api.py +228 -418
- flywheel/api/views_api.py +120 -222
- flywheel/api_client.py +1 -1
- flywheel/configuration.py +2 -2
- flywheel/flywheel.py +4422 -811
- flywheel/models/access_permission.py +7 -13
- flywheel/models/access_permission_output.py +7 -13
- flywheel/models/access_permission_update.py +4 -8
- flywheel/models/acquisition_copy_input.py +10 -18
- flywheel/models/acquisition_input.py +19 -33
- flywheel/models/acquisition_list_output.py +70 -118
- flywheel/models/acquisition_modify_input.py +19 -33
- flywheel/models/acquisition_output.py +70 -118
- flywheel/models/acquisition_parents.py +13 -23
- flywheel/models/acquisition_template_options.py +16 -28
- flywheel/models/acquisition_upsert_input.py +28 -48
- flywheel/models/acquisition_upsert_output.py +13 -23
- flywheel/models/adhoc_analysis_input.py +13 -23
- flywheel/models/analysis_files_create_ticket_output.py +13 -23
- flywheel/models/analysis_input.py +19 -33
- flywheel/models/analysis_list_output.py +61 -103
- flywheel/models/analysis_list_output_inflated_job.py +58 -98
- flywheel/models/analysis_modify_input.py +7 -13
- flywheel/models/analysis_output.py +61 -103
- flywheel/models/analysis_output_inflated_job.py +61 -103
- flywheel/models/analysis_parents.py +16 -28
- flywheel/models/api_key_input_with_optional_label.py +7 -13
- flywheel/models/api_key_output.py +19 -33
- flywheel/models/as_storage.py +19 -33
- flywheel/models/assignee.py +7 -13
- flywheel/models/audit_trail_report.py +40 -68
- flywheel/models/auth0_auth_out.py +22 -38
- flywheel/models/auth0_options_out.py +22 -38
- flywheel/models/auth_out.py +19 -33
- flywheel/models/auth_session_output.py +16 -28
- flywheel/models/avatars.py +10 -18
- flywheel/models/aws_creds.py +7 -13
- flywheel/models/aws_storage.py +25 -43
- flywheel/models/azure_creds.py +7 -13
- flywheel/models/base_aet.py +13 -23
- flywheel/models/base_compute.py +34 -58
- flywheel/models/batch.py +25 -43
- flywheel/models/batch_create_filters.py +10 -18
- flywheel/models/batch_job_analysis_input.py +16 -28
- flywheel/models/bookmark.py +7 -13
- flywheel/models/bulk_move_input.py +16 -28
- flywheel/models/cancelled_batch_output.py +4 -8
- flywheel/models/catalog_list_output.py +31 -53
- flywheel/models/central_out.py +19 -33
- flywheel/models/change.py +31 -53
- flywheel/models/change_log_document.py +13 -23
- flywheel/models/classic_batch_job_output.py +25 -43
- flywheel/models/classic_batch_job_output_inflated_jobs.py +28 -48
- flywheel/models/classic_batch_proposal_input.py +28 -48
- flywheel/models/classic_batch_proposal_output.py +37 -63
- flywheel/models/collection_input.py +10 -18
- flywheel/models/collection_input_with_contents.py +13 -23
- flywheel/models/collection_node.py +7 -13
- flywheel/models/collection_operation.py +7 -13
- flywheel/models/collection_output.py +55 -93
- flywheel/models/collection_with_stats.py +55 -93
- flywheel/models/column.py +16 -28
- flywheel/models/common_classification.py +1 -3
- flywheel/models/common_info.py +1 -3
- flywheel/models/complete_multipart_upload_output.py +7 -13
- flywheel/models/complete_s3_multipart_upload_input.py +13 -23
- flywheel/models/config_out.py +28 -48
- flywheel/models/container_filter.py +7 -13
- flywheel/models/container_id_view_input.py +43 -73
- flywheel/models/container_id_view_input_execute_and_save.py +19 -33
- flywheel/models/container_modify.py +43 -73
- flywheel/models/container_node_min.py +25 -43
- flywheel/models/container_output_with_files.py +16 -28
- flywheel/models/container_parents.py +19 -33
- flywheel/models/container_pipeline_input.py +43 -73
- flywheel/models/container_reference.py +7 -13
- flywheel/models/container_reference_with_label.py +10 -18
- flywheel/models/container_uidcheck.py +13 -23
- flywheel/models/container_update.py +1 -3
- flywheel/models/context_input.py +10 -18
- flywheel/models/copy_filter.py +19 -33
- flywheel/models/core_models_api_key_api_key_input.py +7 -13
- flywheel/models/core_models_audit_trail_create_report_input.py +16 -28
- flywheel/models/core_models_audit_trail_modify_report_input.py +4 -8
- flywheel/models/core_models_common_source.py +7 -13
- flywheel/models/core_models_jobs_api_key_input.py +7 -13
- flywheel/models/core_workflows_form_responses_models_form_parents.py +19 -33
- flywheel/models/core_workflows_form_responses_models_form_response_output.py +34 -58
- flywheel/models/core_workflows_reader_models_reader_task_parents.py +19 -33
- flywheel/models/creds.py +1 -3
- flywheel/models/curator.py +10 -18
- flywheel/models/current_user_output.py +64 -108
- flywheel/models/custom_field.py +34 -58
- flywheel/models/custom_form.py +13 -23
- flywheel/models/cvat_info.py +16 -28
- flywheel/models/cvat_settings.py +16 -28
- flywheel/models/cvat_settings_input.py +16 -28
- flywheel/models/daily_report_usage.py +46 -78
- flywheel/models/data_view_analysis_file_spec.py +10 -18
- flywheel/models/data_view_analysis_filter_spec.py +10 -18
- flywheel/models/data_view_column_alias.py +22 -38
- flywheel/models/data_view_column_spec.py +16 -28
- flywheel/models/data_view_execution.py +40 -68
- flywheel/models/data_view_file_spec.py +28 -48
- flywheel/models/data_view_group_by.py +4 -8
- flywheel/models/data_view_group_by_column.py +7 -13
- flywheel/models/data_view_name_filter_spec.py +7 -13
- flywheel/models/data_view_zip_filter_spec.py +10 -18
- flywheel/models/delete_by_search_query.py +13 -23
- flywheel/models/deleted_file.py +43 -73
- flywheel/models/deleted_result.py +10 -18
- flywheel/models/device.py +34 -58
- flywheel/models/device_admin_update.py +7 -13
- flywheel/models/device_create.py +10 -18
- flywheel/models/device_self_update.py +16 -28
- flywheel/models/device_status_entry.py +10 -18
- flywheel/models/device_storage_strategy_update.py +7 -13
- flywheel/models/download.py +13 -23
- flywheel/models/download_container_filter.py +4 -8
- flywheel/models/download_container_filter_definition.py +10 -18
- flywheel/models/download_filter.py +10 -18
- flywheel/models/download_filter_definition.py +7 -13
- flywheel/models/download_node.py +7 -13
- flywheel/models/download_ticket_stub.py +13 -23
- flywheel/models/e_signature.py +13 -23
- flywheel/models/edition.py +4 -8
- flywheel/models/egress_device.py +52 -88
- flywheel/models/egress_device_page.py +10 -18
- flywheel/models/egress_provider.py +31 -53
- flywheel/models/egress_provider_id.py +4 -8
- flywheel/models/exchange_storage.py +13 -23
- flywheel/models/executor_info.py +25 -43
- flywheel/models/export_templates.py +7 -13
- flywheel/models/features.py +193 -323
- flywheel/models/field_change.py +16 -28
- flywheel/models/field_change_log_document.py +13 -23
- flywheel/models/file.py +112 -188
- flywheel/models/file_classification_delta.py +13 -23
- flywheel/models/file_entry.py +64 -108
- flywheel/models/file_export_templates.py +16 -28
- flywheel/models/file_gear_info.py +10 -18
- flywheel/models/file_list_output.py +109 -183
- flywheel/models/file_modify_input.py +7 -13
- flywheel/models/file_move_input.py +10 -18
- flywheel/models/file_node.py +112 -188
- flywheel/models/file_node_min.py +22 -38
- flywheel/models/file_origin.py +16 -28
- flywheel/models/file_output.py +109 -183
- flywheel/models/file_parents.py +19 -33
- flywheel/models/file_reference.py +10 -18
- flywheel/models/file_suggestion.py +13 -23
- flywheel/models/file_template_options.py +19 -33
- flywheel/models/file_upsert_input.py +52 -88
- flywheel/models/file_upsert_output.py +112 -188
- flywheel/models/file_version.py +7 -13
- flywheel/models/file_version_copy_of.py +16 -28
- flywheel/models/file_version_output.py +22 -38
- flywheel/models/file_via.py +13 -23
- flywheel/models/filter.py +25 -43
- flywheel/models/filter_input.py +10 -18
- flywheel/models/filter_values.py +7 -13
- flywheel/models/fixed_file_version_input.py +10 -18
- flywheel/models/fixed_input.py +19 -33
- flywheel/models/form_definition.py +4 -8
- flywheel/models/form_response_base.py +19 -33
- flywheel/models/form_response_create.py +7 -13
- flywheel/models/gcp_creds.py +31 -53
- flywheel/models/gcp_storage.py +19 -33
- flywheel/models/gear.py +52 -88
- flywheel/models/gear_config.py +1 -3
- flywheel/models/gear_context_input.py +4 -8
- flywheel/models/gear_context_value_output.py +16 -28
- flywheel/models/gear_context_value_output_unfound.py +4 -8
- flywheel/models/gear_custom.py +1 -3
- flywheel/models/gear_directive.py +1 -3
- flywheel/models/gear_document.py +22 -38
- flywheel/models/gear_document_input.py +19 -33
- flywheel/models/gear_document_legacy_input.py +19 -33
- flywheel/models/gear_environment.py +1 -3
- flywheel/models/gear_exchange.py +10 -18
- flywheel/models/gear_file_input.py +7 -13
- flywheel/models/gear_id_output.py +4 -8
- flywheel/models/gear_info.py +13 -23
- flywheel/models/gear_input_item.py +10 -18
- flywheel/models/gear_inputs.py +1 -3
- flywheel/models/gear_key_input.py +7 -13
- flywheel/models/gear_manifest.py +55 -93
- flywheel/models/gear_node.py +25 -43
- flywheel/models/gear_output_configuration.py +4 -8
- flywheel/models/gear_permissions.py +7 -13
- flywheel/models/gear_permissions_input.py +4 -8
- flywheel/models/gear_rule.py +61 -103
- flywheel/models/gear_rule_condition.py +10 -18
- flywheel/models/gear_rule_input.py +46 -78
- flywheel/models/gear_rule_modify_input.py +43 -73
- flywheel/models/gear_rule_output.py +61 -103
- flywheel/models/gear_save_submission.py +10 -18
- flywheel/models/gear_series.py +19 -33
- flywheel/models/gear_series_update.py +4 -8
- flywheel/models/gear_suggestion_output.py +19 -33
- flywheel/models/gear_ticket.py +13 -23
- flywheel/models/gear_ticket_output.py +4 -8
- flywheel/models/graph_filter.py +22 -38
- flywheel/models/group_by.py +4 -8
- flywheel/models/group_input.py +13 -23
- flywheel/models/group_output.py +37 -63
- flywheel/models/group_report.py +10 -18
- flywheel/models/group_role.py +4 -8
- flywheel/models/group_settings_output.py +13 -23
- flywheel/models/group_update.py +13 -23
- flywheel/models/hierarchy_export_templates.py +16 -28
- flywheel/models/http_validation_error.py +4 -8
- flywheel/models/info.py +10 -18
- flywheel/models/ingress_provider.py +19 -33
- flywheel/models/ingress_providers.py +16 -28
- flywheel/models/ingress_site_settings.py +16 -28
- flywheel/models/ingress_update_provider.py +10 -18
- flywheel/models/inline_response200.py +4 -8
- flywheel/models/inline_response2001.py +4 -8
- flywheel/models/inline_response2002.py +4 -8
- flywheel/models/input_filter.py +10 -18
- flywheel/models/input_job.py +43 -73
- flywheel/models/input_job_profile.py +16 -28
- flywheel/models/inserted_id.py +4 -8
- flywheel/models/job.py +76 -128
- flywheel/models/job_analysis_input.py +16 -28
- flywheel/models/job_ask.py +19 -33
- flywheel/models/job_ask_response.py +7 -13
- flywheel/models/job_ask_response_job.py +94 -158
- flywheel/models/job_ask_return_criteria.py +13 -23
- flywheel/models/job_ask_state_response.py +4 -8
- flywheel/models/job_complete.py +10 -18
- flywheel/models/job_config.py +1 -3
- flywheel/models/job_config_input.py +16 -28
- flywheel/models/job_destination.py +7 -13
- flywheel/models/job_detail.py +88 -148
- flywheel/models/job_detail_container.py +7 -13
- flywheel/models/job_detail_file_entry.py +7 -13
- flywheel/models/job_detail_group.py +7 -13
- flywheel/models/job_detail_parent_info.py +19 -33
- flywheel/models/job_executor_info.py +25 -43
- flywheel/models/job_file_input.py +13 -23
- flywheel/models/job_file_input_list_output.py +13 -23
- flywheel/models/job_file_object.py +34 -58
- flywheel/models/job_file_object_list_output.py +31 -53
- flywheel/models/job_inputs_array_item.py +19 -33
- flywheel/models/job_inputs_item.py +13 -23
- flywheel/models/job_inputs_object.py +1 -3
- flywheel/models/job_list_output.py +94 -158
- flywheel/models/job_list_output_config.py +10 -18
- flywheel/models/job_log.py +7 -13
- flywheel/models/job_log_record.py +7 -13
- flywheel/models/job_modify.py +7 -13
- flywheel/models/job_origin.py +7 -13
- flywheel/models/job_output.py +97 -163
- flywheel/models/job_output_config.py +13 -23
- flywheel/models/job_parents.py +19 -33
- flywheel/models/job_priority_update.py +7 -13
- flywheel/models/job_profile.py +31 -53
- flywheel/models/job_request.py +10 -18
- flywheel/models/job_request_item.py +13 -23
- flywheel/models/job_request_target.py +16 -28
- flywheel/models/job_ticket_output.py +4 -8
- flywheel/models/job_transition_times.py +13 -23
- flywheel/models/job_version_info.py +1 -3
- flywheel/models/jobs_by_state.py +16 -28
- flywheel/models/jobs_list.py +4 -8
- flywheel/models/join_origin_device.py +4 -8
- flywheel/models/join_origin_job.py +10 -18
- flywheel/models/join_origin_user.py +7 -13
- flywheel/models/join_origins.py +10 -18
- flywheel/models/jupyterhub_workspace.py +4 -8
- flywheel/models/jupyterlab_server_modify.py +16 -28
- flywheel/models/jupyterlab_server_response.py +31 -53
- flywheel/models/ldap_sync_config.py +4 -8
- flywheel/models/ldap_sync_status.py +13 -23
- flywheel/models/legacy_api_key_output.py +16 -28
- flywheel/models/legacy_input.py +13 -23
- flywheel/models/legacy_usage_report.py +19 -33
- flywheel/models/legacys_usage_project_entry.py +7 -13
- flywheel/models/libs_viewer_config_models_viewer_config.py +7 -13
- flywheel/models/local_storage.py +10 -18
- flywheel/models/location.py +7 -13
- flywheel/models/locked.py +10 -18
- flywheel/models/master_subject_code_dob_input.py +16 -28
- flywheel/models/master_subject_code_input.py +16 -28
- flywheel/models/master_subject_code_output.py +4 -8
- flywheel/models/matched_acquisition_output.py +43 -73
- flywheel/models/measurement_config.py +10 -18
- flywheel/models/measurement_item_config.py +10 -18
- flywheel/models/mfa_settings.py +4 -8
- flywheel/models/ml_set_filter.py +7 -13
- flywheel/models/modality.py +13 -23
- flywheel/models/modality_input.py +13 -23
- flywheel/models/modality_modify.py +10 -18
- flywheel/models/modality_output.py +16 -28
- flywheel/models/modified_result.py +7 -13
- flywheel/models/modify_user_input.py +37 -63
- flywheel/models/move_conflict.py +19 -33
- flywheel/models/note.py +28 -48
- flywheel/models/note_input.py +4 -8
- flywheel/models/origin.py +7 -13
- flywheel/models/orphaned_count.py +4 -8
- flywheel/models/output_user_page.py +10 -18
- flywheel/models/packfile_cleanup_output.py +4 -8
- flywheel/models/packfile_removed_output.py +7 -13
- flywheel/models/page.py +10 -18
- flywheel/models/page_generic_file_output.py +10 -18
- flywheel/models/page_generic_filter.py +10 -18
- flywheel/models/page_generic_form_response_output.py +10 -18
- flywheel/models/page_generic_protocol.py +13 -23
- flywheel/models/page_generic_reader_task_output.py +13 -23
- flywheel/models/page_generic_staffing_pool.py +13 -23
- flywheel/models/parsed_query_response.py +7 -13
- flywheel/models/premade_jobs_batch_job_output.py +19 -33
- flywheel/models/premade_jobs_batch_job_output_inflated_jobs.py +19 -33
- flywheel/models/premade_jobs_batch_proposal.py +22 -38
- flywheel/models/premade_jobs_batch_proposal_detail.py +4 -8
- flywheel/models/premade_jobs_batch_proposal_input.py +4 -8
- flywheel/models/project_aet.py +22 -38
- flywheel/models/project_aet_input.py +13 -23
- flywheel/models/project_contact.py +7 -13
- flywheel/models/project_copy_input.py +13 -23
- flywheel/models/project_copy_output.py +10 -18
- flywheel/models/project_counters.py +28 -48
- flywheel/models/project_delete_status_output.py +7 -13
- flywheel/models/project_group_info.py +7 -13
- flywheel/models/project_hierarchy_input.py +16 -28
- flywheel/models/project_hierarchy_output.py +10 -18
- flywheel/models/project_input.py +28 -48
- flywheel/models/project_institution.py +7 -13
- flywheel/models/project_list_output.py +94 -158
- flywheel/models/project_modify.py +37 -63
- flywheel/models/project_output.py +94 -158
- flywheel/models/project_parents.py +4 -8
- flywheel/models/project_report.py +37 -63
- flywheel/models/project_report_list.py +4 -8
- flywheel/models/project_settings_input.py +22 -38
- flywheel/models/project_settings_output.py +22 -38
- flywheel/models/project_settings_sharing.py +22 -38
- flywheel/models/project_settings_sharing_input.py +22 -38
- flywheel/models/project_settings_workspaces.py +4 -8
- flywheel/models/project_settings_workspaces_input.py +4 -8
- flywheel/models/project_stats.py +16 -28
- flywheel/models/project_template.py +7 -13
- flywheel/models/project_template_input.py +7 -13
- flywheel/models/project_template_list_input.py +4 -8
- flywheel/models/protocol.py +46 -78
- flywheel/models/protocol_e_signature_config.py +7 -13
- flywheel/models/protocol_input.py +25 -43
- flywheel/models/protocol_modify.py +16 -28
- flywheel/models/provider.py +37 -63
- flywheel/models/provider_deletion_status.py +7 -13
- flywheel/models/provider_links.py +16 -28
- flywheel/models/providers.py +16 -28
- flywheel/models/reader_batch_create.py +37 -63
- flywheel/models/reader_task.py +67 -113
- flywheel/models/reader_task_config.py +10 -18
- flywheel/models/reader_task_create.py +46 -78
- flywheel/models/reader_task_modify.py +19 -33
- flywheel/models/reader_task_output.py +70 -118
- flywheel/models/reader_task_parent_details.py +22 -38
- flywheel/models/report_access_log_context.py +19 -33
- flywheel/models/report_access_log_context_entry.py +7 -13
- flywheel/models/report_access_log_context_file_entry.py +4 -8
- flywheel/models/report_access_log_entry.py +52 -88
- flywheel/models/report_access_log_origin.py +7 -13
- flywheel/models/report_availability_list.py +4 -8
- flywheel/models/report_daily_usage_entry.py +40 -68
- flywheel/models/report_ethnicity_grid.py +13 -23
- flywheel/models/report_gender_count.py +10 -18
- flywheel/models/report_group_report.py +10 -18
- flywheel/models/report_site.py +7 -13
- flywheel/models/report_time_period.py +7 -13
- flywheel/models/report_usage.py +52 -88
- flywheel/models/resolve_input.py +4 -8
- flywheel/models/resolve_output.py +7 -13
- flywheel/models/resolver_node.py +4 -8
- flywheel/models/role_input.py +7 -13
- flywheel/models/role_output.py +16 -28
- flywheel/models/role_permission.py +7 -13
- flywheel/models/role_permission_output.py +7 -13
- flywheel/models/role_permission_update.py +4 -8
- flywheel/models/role_update.py +7 -13
- flywheel/models/roles_role_assignment.py +7 -13
- flywheel/models/rule.py +37 -63
- flywheel/models/rule_any.py +10 -18
- flywheel/models/s3_compat_storage.py +28 -48
- flywheel/models/save_search.py +19 -33
- flywheel/models/save_search_input.py +10 -18
- flywheel/models/save_search_output.py +19 -33
- flywheel/models/save_search_page.py +10 -18
- flywheel/models/save_search_parent.py +7 -13
- flywheel/models/save_search_update.py +7 -13
- flywheel/models/search_acquisition_response.py +13 -23
- flywheel/models/search_analysis_response.py +13 -23
- flywheel/models/search_collection_response.py +13 -23
- flywheel/models/search_file_response.py +19 -33
- flywheel/models/search_group_response.py +7 -13
- flywheel/models/search_parent_response.py +7 -13
- flywheel/models/search_parse_error.py +13 -23
- flywheel/models/search_project_response.py +7 -13
- flywheel/models/search_query.py +22 -38
- flywheel/models/search_response.py +34 -58
- flywheel/models/search_session_response.py +13 -23
- flywheel/models/search_status.py +4 -8
- flywheel/models/search_subject_response.py +10 -18
- flywheel/models/select_item.py +7 -13
- flywheel/models/server_state.py +19 -33
- flywheel/models/service_aet.py +19 -33
- flywheel/models/service_aet_input.py +16 -28
- flywheel/models/session_copy_input.py +13 -23
- flywheel/models/session_embedded_subject.py +19 -33
- flywheel/models/session_input.py +34 -58
- flywheel/models/session_list_output.py +85 -143
- flywheel/models/session_modify.py +37 -63
- flywheel/models/session_output.py +85 -143
- flywheel/models/session_parents.py +10 -18
- flywheel/models/session_template_options.py +10 -18
- flywheel/models/session_template_recalc_output.py +4 -8
- flywheel/models/session_upsert_input.py +37 -63
- flywheel/models/session_upsert_output.py +13 -23
- flywheel/models/sharing_filter_options.py +25 -43
- flywheel/models/signed_fs_upload_output.py +7 -13
- flywheel/models/signed_url_cleanup_input.py +7 -13
- flywheel/models/signed_url_upload_input.py +7 -13
- flywheel/models/signed_url_upload_output.py +25 -43
- flywheel/models/site.py +55 -93
- flywheel/models/site_report.py +7 -13
- flywheel/models/site_settings.py +28 -48
- flywheel/models/sort.py +7 -13
- flywheel/models/staffing_pool.py +22 -38
- flywheel/models/staffing_pool_create.py +10 -18
- flywheel/models/staffing_pool_list.py +4 -8
- flywheel/models/staffing_pool_modify.py +10 -18
- flywheel/models/static_compute.py +10 -18
- flywheel/models/status_transitions.py +13 -23
- flywheel/models/storage_strategy_config.py +7 -13
- flywheel/models/structured_query.py +4 -8
- flywheel/models/structured_query_suggestions.py +7 -13
- flywheel/models/structured_query_value_suggestion.py +13 -23
- flywheel/models/subject_copy_input.py +10 -18
- flywheel/models/subject_input.py +55 -93
- flywheel/models/subject_modify.py +61 -103
- flywheel/models/subject_output.py +97 -163
- flywheel/models/subject_output_for_list.py +97 -163
- flywheel/models/subject_parents.py +7 -13
- flywheel/models/subject_role_permission.py +7 -13
- flywheel/models/subject_template_options.py +7 -13
- flywheel/models/subject_upsert_input.py +49 -83
- flywheel/models/subject_upsert_output.py +10 -18
- flywheel/models/sync_user_input.py +22 -38
- flywheel/models/tag.py +4 -8
- flywheel/models/task_assign.py +7 -13
- flywheel/models/task_parent_ref.py +13 -23
- flywheel/models/task_parent_ref_input.py +10 -18
- flywheel/models/task_submission.py +7 -13
- flywheel/models/toolbar_config.py +4 -8
- flywheel/models/transitions.py +16 -28
- flywheel/models/tree_container_request_spec.py +16 -28
- flywheel/models/tree_graph.py +1 -3
- flywheel/models/tree_graph_connection.py +13 -23
- flywheel/models/tree_graph_connections.py +1 -3
- flywheel/models/tree_graph_node.py +4 -8
- flywheel/models/tree_response_item.py +1 -3
- flywheel/models/uid_check_input_acquisitions.py +13 -23
- flywheel/models/uid_check_input_sessions.py +13 -23
- flywheel/models/uid_check_output.py +7 -13
- flywheel/models/upload_ticket_output.py +10 -18
- flywheel/models/upload_token_output.py +4 -8
- flywheel/models/user.py +67 -113
- flywheel/models/user_api_key.py +10 -18
- flywheel/models/user_input.py +37 -63
- flywheel/models/user_jobs.py +10 -18
- flywheel/models/user_output_id.py +4 -8
- flywheel/models/user_preferences.py +1 -3
- flywheel/models/user_wechat.py +1 -3
- flywheel/models/validation_error.py +10 -18
- flywheel/models/validation_rule.py +7 -13
- flywheel/models/version.py +25 -43
- flywheel/models/view_id_output.py +4 -8
- flywheel/models/view_output.py +34 -58
- flywheel/models/viewer_app.py +28 -48
- flywheel/models/viewer_app_input.py +28 -48
- flywheel/models/virus_scan.py +4 -8
- flywheel/models/work_in_progress_features.py +1 -3
- flywheel/models/zipfile_info.py +7 -13
- flywheel/models/zipfile_member_info.py +13 -23
- {flywheel_sdk-21.4.0.dist-info → flywheel_sdk-21.4.0rc0.dist-info}/METADATA +1 -1
- flywheel_sdk-21.4.0rc0.dist-info/RECORD +778 -0
- flywheel_sdk-21.4.0.dist-info/RECORD +0 -778
- {flywheel_sdk-21.4.0.dist-info → flywheel_sdk-21.4.0rc0.dist-info}/WHEEL +0 -0
- {flywheel_sdk-21.4.0.dist-info → flywheel_sdk-21.4.0rc0.dist-info}/licenses/LICENSE.txt +0 -0
flywheel/api/containers_api.py
CHANGED
|
@@ -30,15 +30,12 @@ class ContainersApi(object):
|
|
|
30
30
|
When query param \"job\" is \"true\", send JSON to create an analysis and job. Otherwise, multipart/form-data to upload files and create an analysis.
|
|
31
31
|
This method makes a synchronous HTTP request by default.
|
|
32
32
|
|
|
33
|
-
:param cid:
|
|
34
|
-
:
|
|
35
|
-
:param
|
|
36
|
-
:
|
|
37
|
-
:param
|
|
38
|
-
:
|
|
39
|
-
:param async_: Perform the request asynchronously
|
|
40
|
-
:type async_: bool, optional
|
|
41
|
-
:rtype: InsertedId
|
|
33
|
+
:param str cid: (required)
|
|
34
|
+
:param union[AdhocAnalysisInput,JobAnalysisInput] body: (required)
|
|
35
|
+
:param bool job: returns job_id instead of analysis.id
|
|
36
|
+
:param bool job: returns job_id instead of analysis.id
|
|
37
|
+
:param bool async_: Perform the request asynchronously
|
|
38
|
+
:return: InsertedId
|
|
42
39
|
"""
|
|
43
40
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
44
41
|
kwargs['_return_http_data_only'] = True
|
|
@@ -62,18 +59,15 @@ class ContainersApi(object):
|
|
|
62
59
|
When query param \"job\" is \"true\", send JSON to create an analysis and job. Otherwise, multipart/form-data to upload files and create an analysis.
|
|
63
60
|
This method makes a synchronous HTTP request by default.
|
|
64
61
|
|
|
65
|
-
:param cid:
|
|
66
|
-
:
|
|
67
|
-
:param
|
|
68
|
-
:
|
|
69
|
-
:param
|
|
70
|
-
:
|
|
71
|
-
:param async_: Perform the request asynchronously
|
|
72
|
-
:type async_: bool, optional
|
|
73
|
-
:rtype: InsertedId
|
|
62
|
+
:param str cid: (required)
|
|
63
|
+
:param union[AdhocAnalysisInput,JobAnalysisInput] body: (required)
|
|
64
|
+
:param bool job: returns job_id instead of analysis.id
|
|
65
|
+
:param bool job: returns job_id instead of analysis.id
|
|
66
|
+
:param bool async_: Perform the request asynchronously
|
|
67
|
+
:return: InsertedId
|
|
74
68
|
"""
|
|
75
69
|
|
|
76
|
-
all_params = ['cid','body','job',] # noqa: E501
|
|
70
|
+
all_params = ['cid','body','job','job',] # noqa: E501
|
|
77
71
|
all_params.append('async_')
|
|
78
72
|
all_params.append('_return_http_data_only')
|
|
79
73
|
all_params.append('_preload_content')
|
|
@@ -106,6 +100,8 @@ class ContainersApi(object):
|
|
|
106
100
|
path_params['cid'] = params['cid'] # noqa: E501
|
|
107
101
|
|
|
108
102
|
query_params = []
|
|
103
|
+
if 'job' in params:
|
|
104
|
+
query_params.append(('job', params['job'])) # noqa: E501
|
|
109
105
|
if 'job' in params:
|
|
110
106
|
query_params.append(('job', params['job'])) # noqa: E501
|
|
111
107
|
else:
|
|
@@ -160,15 +156,11 @@ class ContainersApi(object):
|
|
|
160
156
|
Add a note to a(n) container analysis.
|
|
161
157
|
This method makes a synchronous HTTP request by default.
|
|
162
158
|
|
|
163
|
-
:param container_id: 24-char hex id
|
|
164
|
-
:
|
|
165
|
-
:param
|
|
166
|
-
:
|
|
167
|
-
:
|
|
168
|
-
:type body: NoteInput
|
|
169
|
-
:param async_: Perform the request asynchronously
|
|
170
|
-
:type async_: bool, optional
|
|
171
|
-
:rtype: Note
|
|
159
|
+
:param str container_id: 24-char hex id (required)
|
|
160
|
+
:param str analysis_id: 24-char hex analysis id (required)
|
|
161
|
+
:param NoteInput body: (required)
|
|
162
|
+
:param bool async_: Perform the request asynchronously
|
|
163
|
+
:return: Note
|
|
172
164
|
"""
|
|
173
165
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
174
166
|
kwargs['_return_http_data_only'] = True
|
|
@@ -192,15 +184,11 @@ class ContainersApi(object):
|
|
|
192
184
|
Add a note to a(n) container analysis.
|
|
193
185
|
This method makes a synchronous HTTP request by default.
|
|
194
186
|
|
|
195
|
-
:param container_id: 24-char hex id
|
|
196
|
-
:
|
|
197
|
-
:param
|
|
198
|
-
:
|
|
199
|
-
:
|
|
200
|
-
:type body: NoteInput
|
|
201
|
-
:param async_: Perform the request asynchronously
|
|
202
|
-
:type async_: bool, optional
|
|
203
|
-
:rtype: Note
|
|
187
|
+
:param str container_id: 24-char hex id (required)
|
|
188
|
+
:param str analysis_id: 24-char hex analysis id (required)
|
|
189
|
+
:param NoteInput body: (required)
|
|
190
|
+
:param bool async_: Perform the request asynchronously
|
|
191
|
+
:return: Note
|
|
204
192
|
"""
|
|
205
193
|
|
|
206
194
|
all_params = ['container_id','analysis_id','body',] # noqa: E501
|
|
@@ -292,13 +280,10 @@ class ContainersApi(object):
|
|
|
292
280
|
Add a note to a(n) container.
|
|
293
281
|
This method makes a synchronous HTTP request by default.
|
|
294
282
|
|
|
295
|
-
:param container_id:
|
|
296
|
-
:
|
|
297
|
-
:param
|
|
298
|
-
:
|
|
299
|
-
:param async_: Perform the request asynchronously
|
|
300
|
-
:type async_: bool, optional
|
|
301
|
-
:rtype: Note
|
|
283
|
+
:param str container_id: (required)
|
|
284
|
+
:param NoteInput body: (required)
|
|
285
|
+
:param bool async_: Perform the request asynchronously
|
|
286
|
+
:return: Note
|
|
302
287
|
"""
|
|
303
288
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
304
289
|
kwargs['_return_http_data_only'] = True
|
|
@@ -322,13 +307,10 @@ class ContainersApi(object):
|
|
|
322
307
|
Add a note to a(n) container.
|
|
323
308
|
This method makes a synchronous HTTP request by default.
|
|
324
309
|
|
|
325
|
-
:param container_id:
|
|
326
|
-
:
|
|
327
|
-
:param
|
|
328
|
-
:
|
|
329
|
-
:param async_: Perform the request asynchronously
|
|
330
|
-
:type async_: bool, optional
|
|
331
|
-
:rtype: Note
|
|
310
|
+
:param str container_id: (required)
|
|
311
|
+
:param NoteInput body: (required)
|
|
312
|
+
:param bool async_: Perform the request asynchronously
|
|
313
|
+
:return: Note
|
|
332
314
|
"""
|
|
333
315
|
|
|
334
316
|
all_params = ['container_id','body',] # noqa: E501
|
|
@@ -414,13 +396,10 @@ class ContainersApi(object):
|
|
|
414
396
|
Propagates changes to projects, sessions and acquisitions
|
|
415
397
|
This method makes a synchronous HTTP request by default.
|
|
416
398
|
|
|
417
|
-
:param cid:
|
|
418
|
-
:
|
|
419
|
-
:param
|
|
420
|
-
:
|
|
421
|
-
:param async_: Perform the request asynchronously
|
|
422
|
-
:type async_: bool, optional
|
|
423
|
-
:rtype: ModifiedResult
|
|
399
|
+
:param str cid: (required)
|
|
400
|
+
:param Tag body: (required)
|
|
401
|
+
:param bool async_: Perform the request asynchronously
|
|
402
|
+
:return: ModifiedResult
|
|
424
403
|
"""
|
|
425
404
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
426
405
|
kwargs['_return_http_data_only'] = True
|
|
@@ -444,13 +423,10 @@ class ContainersApi(object):
|
|
|
444
423
|
Propagates changes to projects, sessions and acquisitions
|
|
445
424
|
This method makes a synchronous HTTP request by default.
|
|
446
425
|
|
|
447
|
-
:param cid:
|
|
448
|
-
:
|
|
449
|
-
:param
|
|
450
|
-
:
|
|
451
|
-
:param async_: Perform the request asynchronously
|
|
452
|
-
:type async_: bool, optional
|
|
453
|
-
:rtype: ModifiedResult
|
|
426
|
+
:param str cid: (required)
|
|
427
|
+
:param Tag body: (required)
|
|
428
|
+
:param bool async_: Perform the request asynchronously
|
|
429
|
+
:return: ModifiedResult
|
|
454
430
|
"""
|
|
455
431
|
|
|
456
432
|
all_params = ['cid','body',] # noqa: E501
|
|
@@ -536,13 +512,10 @@ class ContainersApi(object):
|
|
|
536
512
|
Add multiple tags to a(n) container
|
|
537
513
|
This method makes a synchronous HTTP request by default.
|
|
538
514
|
|
|
539
|
-
:param cid:
|
|
540
|
-
:
|
|
541
|
-
:param
|
|
542
|
-
:
|
|
543
|
-
:param async_: Perform the request asynchronously
|
|
544
|
-
:type async_: bool, optional
|
|
545
|
-
:rtype: None
|
|
515
|
+
:param str cid: (required)
|
|
516
|
+
:param list[str] body: (required)
|
|
517
|
+
:param bool async_: Perform the request asynchronously
|
|
518
|
+
:return: None
|
|
546
519
|
"""
|
|
547
520
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
548
521
|
kwargs['_return_http_data_only'] = True
|
|
@@ -566,13 +539,10 @@ class ContainersApi(object):
|
|
|
566
539
|
Add multiple tags to a(n) container
|
|
567
540
|
This method makes a synchronous HTTP request by default.
|
|
568
541
|
|
|
569
|
-
:param cid:
|
|
570
|
-
:
|
|
571
|
-
:param
|
|
572
|
-
:
|
|
573
|
-
:param async_: Perform the request asynchronously
|
|
574
|
-
:type async_: bool, optional
|
|
575
|
-
:rtype: None
|
|
542
|
+
:param str cid: (required)
|
|
543
|
+
:param list[str] body: (required)
|
|
544
|
+
:param bool async_: Perform the request asynchronously
|
|
545
|
+
:return: None
|
|
576
546
|
"""
|
|
577
547
|
|
|
578
548
|
all_params = ['cid','body',] # noqa: E501
|
|
@@ -651,13 +621,10 @@ class ContainersApi(object):
|
|
|
651
621
|
Create container view
|
|
652
622
|
This method makes a synchronous HTTP request by default.
|
|
653
623
|
|
|
654
|
-
:param container_id:
|
|
655
|
-
:
|
|
656
|
-
:param
|
|
657
|
-
:
|
|
658
|
-
:param async_: Perform the request asynchronously
|
|
659
|
-
:type async_: bool, optional
|
|
660
|
-
:rtype: ViewIdOutput
|
|
624
|
+
:param str container_id: (required)
|
|
625
|
+
:param ContainerIdViewInput body: (required)
|
|
626
|
+
:param bool async_: Perform the request asynchronously
|
|
627
|
+
:return: ViewIdOutput
|
|
661
628
|
"""
|
|
662
629
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
663
630
|
kwargs['_return_http_data_only'] = True
|
|
@@ -681,13 +648,10 @@ class ContainersApi(object):
|
|
|
681
648
|
Create container view
|
|
682
649
|
This method makes a synchronous HTTP request by default.
|
|
683
650
|
|
|
684
|
-
:param container_id:
|
|
685
|
-
:
|
|
686
|
-
:param
|
|
687
|
-
:
|
|
688
|
-
:param async_: Perform the request asynchronously
|
|
689
|
-
:type async_: bool, optional
|
|
690
|
-
:rtype: ViewIdOutput
|
|
651
|
+
:param str container_id: (required)
|
|
652
|
+
:param ContainerIdViewInput body: (required)
|
|
653
|
+
:param bool async_: Perform the request asynchronously
|
|
654
|
+
:return: ViewIdOutput
|
|
691
655
|
"""
|
|
692
656
|
|
|
693
657
|
all_params = ['container_id','body',] # noqa: E501
|
|
@@ -773,13 +737,10 @@ class ContainersApi(object):
|
|
|
773
737
|
Delete Container
|
|
774
738
|
This method makes a synchronous HTTP request by default.
|
|
775
739
|
|
|
776
|
-
:param container_id:
|
|
777
|
-
:
|
|
778
|
-
:param
|
|
779
|
-
:
|
|
780
|
-
:param async_: Perform the request asynchronously
|
|
781
|
-
:type async_: bool, optional
|
|
782
|
-
:rtype: DeletedResult
|
|
740
|
+
:param str container_id: (required)
|
|
741
|
+
:param ContainerDeleteReason delete_reason:
|
|
742
|
+
:param bool async_: Perform the request asynchronously
|
|
743
|
+
:return: DeletedResult
|
|
783
744
|
"""
|
|
784
745
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
785
746
|
kwargs['_return_http_data_only'] = True
|
|
@@ -803,13 +764,10 @@ class ContainersApi(object):
|
|
|
803
764
|
Delete Container
|
|
804
765
|
This method makes a synchronous HTTP request by default.
|
|
805
766
|
|
|
806
|
-
:param container_id:
|
|
807
|
-
:
|
|
808
|
-
:param
|
|
809
|
-
:
|
|
810
|
-
:param async_: Perform the request asynchronously
|
|
811
|
-
:type async_: bool, optional
|
|
812
|
-
:rtype: DeletedResult
|
|
767
|
+
:param str container_id: (required)
|
|
768
|
+
:param ContainerDeleteReason delete_reason:
|
|
769
|
+
:param bool async_: Perform the request asynchronously
|
|
770
|
+
:return: DeletedResult
|
|
813
771
|
"""
|
|
814
772
|
|
|
815
773
|
all_params = ['container_id','delete_reason',] # noqa: E501
|
|
@@ -880,15 +838,11 @@ class ContainersApi(object):
|
|
|
880
838
|
Delete an analysis for a container.
|
|
881
839
|
This method makes a synchronous HTTP request by default.
|
|
882
840
|
|
|
883
|
-
:param cid:
|
|
884
|
-
:
|
|
885
|
-
:param
|
|
886
|
-
:
|
|
887
|
-
:
|
|
888
|
-
:type delete_reason: ContainerDeleteReason, optional
|
|
889
|
-
:param async_: Perform the request asynchronously
|
|
890
|
-
:type async_: bool, optional
|
|
891
|
-
:rtype: DeletedResult
|
|
841
|
+
:param str cid: (required)
|
|
842
|
+
:param str analysis_id: (required)
|
|
843
|
+
:param ContainerDeleteReason delete_reason: Provide a reason for the deletion
|
|
844
|
+
:param bool async_: Perform the request asynchronously
|
|
845
|
+
:return: DeletedResult
|
|
892
846
|
"""
|
|
893
847
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
894
848
|
kwargs['_return_http_data_only'] = True
|
|
@@ -912,15 +866,11 @@ class ContainersApi(object):
|
|
|
912
866
|
Delete an analysis for a container.
|
|
913
867
|
This method makes a synchronous HTTP request by default.
|
|
914
868
|
|
|
915
|
-
:param cid:
|
|
916
|
-
:
|
|
917
|
-
:param
|
|
918
|
-
:
|
|
919
|
-
:
|
|
920
|
-
:type delete_reason: ContainerDeleteReason, optional
|
|
921
|
-
:param async_: Perform the request asynchronously
|
|
922
|
-
:type async_: bool, optional
|
|
923
|
-
:rtype: DeletedResult
|
|
869
|
+
:param str cid: (required)
|
|
870
|
+
:param str analysis_id: (required)
|
|
871
|
+
:param ContainerDeleteReason delete_reason: Provide a reason for the deletion
|
|
872
|
+
:param bool async_: Perform the request asynchronously
|
|
873
|
+
:return: DeletedResult
|
|
924
874
|
"""
|
|
925
875
|
|
|
926
876
|
all_params = ['cid','analysis_id','delete_reason',] # noqa: E501
|
|
@@ -997,15 +947,11 @@ class ContainersApi(object):
|
|
|
997
947
|
Remove a note from a(n) container analysis.
|
|
998
948
|
This method makes a synchronous HTTP request by default.
|
|
999
949
|
|
|
1000
|
-
:param cid: 24-char hex id
|
|
1001
|
-
:
|
|
1002
|
-
:param
|
|
1003
|
-
:
|
|
1004
|
-
:
|
|
1005
|
-
:type note_id: str
|
|
1006
|
-
:param async_: Perform the request asynchronously
|
|
1007
|
-
:type async_: bool, optional
|
|
1008
|
-
:rtype: DeletedResult
|
|
950
|
+
:param str cid: 24-char hex id (required)
|
|
951
|
+
:param str analysis_id: 24-char hex analysis id (required)
|
|
952
|
+
:param str note_id: 24-char hex note id (required)
|
|
953
|
+
:param bool async_: Perform the request asynchronously
|
|
954
|
+
:return: DeletedResult
|
|
1009
955
|
"""
|
|
1010
956
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
1011
957
|
kwargs['_return_http_data_only'] = True
|
|
@@ -1029,15 +975,11 @@ class ContainersApi(object):
|
|
|
1029
975
|
Remove a note from a(n) container analysis.
|
|
1030
976
|
This method makes a synchronous HTTP request by default.
|
|
1031
977
|
|
|
1032
|
-
:param cid: 24-char hex id
|
|
1033
|
-
:
|
|
1034
|
-
:param
|
|
1035
|
-
:
|
|
1036
|
-
:
|
|
1037
|
-
:type note_id: str
|
|
1038
|
-
:param async_: Perform the request asynchronously
|
|
1039
|
-
:type async_: bool, optional
|
|
1040
|
-
:rtype: DeletedResult
|
|
978
|
+
:param str cid: 24-char hex id (required)
|
|
979
|
+
:param str analysis_id: 24-char hex analysis id (required)
|
|
980
|
+
:param str note_id: 24-char hex note id (required)
|
|
981
|
+
:param bool async_: Perform the request asynchronously
|
|
982
|
+
:return: DeletedResult
|
|
1041
983
|
"""
|
|
1042
984
|
|
|
1043
985
|
all_params = ['cid','analysis_id','note_id',] # noqa: E501
|
|
@@ -1118,17 +1060,12 @@ class ContainersApi(object):
|
|
|
1118
1060
|
A user with read-write or higher permissions on the container may delete files that were uploaded by users or were the output of jobs. (Specifically, files whose `origin.type` is either `job` or `user`.) <br/> A user with admin permissions on the container may delete any file.
|
|
1119
1061
|
This method makes a synchronous HTTP request by default.
|
|
1120
1062
|
|
|
1121
|
-
:param cid:
|
|
1122
|
-
:
|
|
1123
|
-
:param
|
|
1124
|
-
:
|
|
1125
|
-
:param
|
|
1126
|
-
:
|
|
1127
|
-
:param force: Force deletion of the file even if some checks fail. Deprecated, will be removed in a future release., defaults to false
|
|
1128
|
-
:type force: bool, optional
|
|
1129
|
-
:param async_: Perform the request asynchronously
|
|
1130
|
-
:type async_: bool, optional
|
|
1131
|
-
:rtype: DeletedResult
|
|
1063
|
+
:param str cid: (required)
|
|
1064
|
+
:param str filename: (required)
|
|
1065
|
+
:param ContainerDeleteReason delete_reason: A reason for deletion when audit-trail is enabled
|
|
1066
|
+
:param bool force: Force deletion of the file even if some checks fail. Deprecated, will be removed in a future release.
|
|
1067
|
+
:param bool async_: Perform the request asynchronously
|
|
1068
|
+
:return: DeletedResult
|
|
1132
1069
|
"""
|
|
1133
1070
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
1134
1071
|
kwargs['_return_http_data_only'] = True
|
|
@@ -1152,17 +1089,12 @@ class ContainersApi(object):
|
|
|
1152
1089
|
A user with read-write or higher permissions on the container may delete files that were uploaded by users or were the output of jobs. (Specifically, files whose `origin.type` is either `job` or `user`.) <br/> A user with admin permissions on the container may delete any file.
|
|
1153
1090
|
This method makes a synchronous HTTP request by default.
|
|
1154
1091
|
|
|
1155
|
-
:param cid:
|
|
1156
|
-
:
|
|
1157
|
-
:param
|
|
1158
|
-
:
|
|
1159
|
-
:param
|
|
1160
|
-
:
|
|
1161
|
-
:param force: Force deletion of the file even if some checks fail. Deprecated, will be removed in a future release., defaults to false
|
|
1162
|
-
:type force: bool, optional
|
|
1163
|
-
:param async_: Perform the request asynchronously
|
|
1164
|
-
:type async_: bool, optional
|
|
1165
|
-
:rtype: DeletedResult
|
|
1092
|
+
:param str cid: (required)
|
|
1093
|
+
:param str filename: (required)
|
|
1094
|
+
:param ContainerDeleteReason delete_reason: A reason for deletion when audit-trail is enabled
|
|
1095
|
+
:param bool force: Force deletion of the file even if some checks fail. Deprecated, will be removed in a future release.
|
|
1096
|
+
:param bool async_: Perform the request asynchronously
|
|
1097
|
+
:return: DeletedResult
|
|
1166
1098
|
"""
|
|
1167
1099
|
|
|
1168
1100
|
all_params = ['cid','filename','delete_reason','force',] # noqa: E501
|
|
@@ -1241,13 +1173,10 @@ class ContainersApi(object):
|
|
|
1241
1173
|
Remove a note from a(n) container
|
|
1242
1174
|
This method makes a synchronous HTTP request by default.
|
|
1243
1175
|
|
|
1244
|
-
:param cid:
|
|
1245
|
-
:
|
|
1246
|
-
:param
|
|
1247
|
-
:
|
|
1248
|
-
:param async_: Perform the request asynchronously
|
|
1249
|
-
:type async_: bool, optional
|
|
1250
|
-
:rtype: DeletedResult
|
|
1176
|
+
:param str cid: (required)
|
|
1177
|
+
:param str note_id: (required)
|
|
1178
|
+
:param bool async_: Perform the request asynchronously
|
|
1179
|
+
:return: DeletedResult
|
|
1251
1180
|
"""
|
|
1252
1181
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
1253
1182
|
kwargs['_return_http_data_only'] = True
|
|
@@ -1271,13 +1200,10 @@ class ContainersApi(object):
|
|
|
1271
1200
|
Remove a note from a(n) container
|
|
1272
1201
|
This method makes a synchronous HTTP request by default.
|
|
1273
1202
|
|
|
1274
|
-
:param cid:
|
|
1275
|
-
:
|
|
1276
|
-
:param
|
|
1277
|
-
:
|
|
1278
|
-
:param async_: Perform the request asynchronously
|
|
1279
|
-
:type async_: bool, optional
|
|
1280
|
-
:rtype: DeletedResult
|
|
1203
|
+
:param str cid: (required)
|
|
1204
|
+
:param str note_id: (required)
|
|
1205
|
+
:param bool async_: Perform the request asynchronously
|
|
1206
|
+
:return: DeletedResult
|
|
1281
1207
|
"""
|
|
1282
1208
|
|
|
1283
1209
|
all_params = ['cid','note_id',] # noqa: E501
|
|
@@ -1352,13 +1278,10 @@ class ContainersApi(object):
|
|
|
1352
1278
|
Delete a tag
|
|
1353
1279
|
This method makes a synchronous HTTP request by default.
|
|
1354
1280
|
|
|
1355
|
-
:param cid:
|
|
1356
|
-
:
|
|
1357
|
-
:param
|
|
1358
|
-
:
|
|
1359
|
-
:param async_: Perform the request asynchronously
|
|
1360
|
-
:type async_: bool, optional
|
|
1361
|
-
:rtype: DeletedResult
|
|
1281
|
+
:param str cid: (required)
|
|
1282
|
+
:param str value: The tag to interact with (required)
|
|
1283
|
+
:param bool async_: Perform the request asynchronously
|
|
1284
|
+
:return: DeletedResult
|
|
1362
1285
|
"""
|
|
1363
1286
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
1364
1287
|
kwargs['_return_http_data_only'] = True
|
|
@@ -1382,13 +1305,10 @@ class ContainersApi(object):
|
|
|
1382
1305
|
Delete a tag
|
|
1383
1306
|
This method makes a synchronous HTTP request by default.
|
|
1384
1307
|
|
|
1385
|
-
:param cid:
|
|
1386
|
-
:
|
|
1387
|
-
:param
|
|
1388
|
-
:
|
|
1389
|
-
:param async_: Perform the request asynchronously
|
|
1390
|
-
:type async_: bool, optional
|
|
1391
|
-
:rtype: DeletedResult
|
|
1308
|
+
:param str cid: (required)
|
|
1309
|
+
:param str value: The tag to interact with (required)
|
|
1310
|
+
:param bool async_: Perform the request asynchronously
|
|
1311
|
+
:return: DeletedResult
|
|
1392
1312
|
"""
|
|
1393
1313
|
|
|
1394
1314
|
all_params = ['cid','value',] # noqa: E501
|
|
@@ -1463,13 +1383,10 @@ class ContainersApi(object):
|
|
|
1463
1383
|
Delete multiple tags from a(n) container
|
|
1464
1384
|
This method makes a synchronous HTTP request by default.
|
|
1465
1385
|
|
|
1466
|
-
:param cid:
|
|
1467
|
-
:
|
|
1468
|
-
:param
|
|
1469
|
-
:
|
|
1470
|
-
:param async_: Perform the request asynchronously
|
|
1471
|
-
:type async_: bool, optional
|
|
1472
|
-
:rtype: None
|
|
1386
|
+
:param str cid: (required)
|
|
1387
|
+
:param list[str] body: (required)
|
|
1388
|
+
:param bool async_: Perform the request asynchronously
|
|
1389
|
+
:return: None
|
|
1473
1390
|
"""
|
|
1474
1391
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
1475
1392
|
kwargs['_return_http_data_only'] = True
|
|
@@ -1493,13 +1410,10 @@ class ContainersApi(object):
|
|
|
1493
1410
|
Delete multiple tags from a(n) container
|
|
1494
1411
|
This method makes a synchronous HTTP request by default.
|
|
1495
1412
|
|
|
1496
|
-
:param cid:
|
|
1497
|
-
:
|
|
1498
|
-
:param
|
|
1499
|
-
:
|
|
1500
|
-
:param async_: Perform the request asynchronously
|
|
1501
|
-
:type async_: bool, optional
|
|
1502
|
-
:rtype: None
|
|
1413
|
+
:param str cid: (required)
|
|
1414
|
+
:param list[str] body: (required)
|
|
1415
|
+
:param bool async_: Perform the request asynchronously
|
|
1416
|
+
:return: None
|
|
1503
1417
|
"""
|
|
1504
1418
|
|
|
1505
1419
|
all_params = ['cid','body',] # noqa: E501
|
|
@@ -1578,29 +1492,18 @@ class ContainersApi(object):
|
|
|
1578
1492
|
Files can be downloaded directly from this endpoint with a valid \"Authorization\" header or via a ticket id. To generate a ticket: - Make a request with an empty \"ticket\" parameter and a valid \"Authorization\" header. The server will respond with a generated ticket id. - Make another request with the received ticket id in the \"ticket\" parameter. A valid \"Authorization\" header is no longer required. When \"view\" is true, [RFC7233](https://tools.ietf.org/html/rfc7233) range request headers are supported. When virus_scan feature is enabled the quarantined files only can be downloaded using signed urls otherwise it will return with a HTTP 400 response.
|
|
1579
1493
|
This method makes a synchronous HTTP request by default.
|
|
1580
1494
|
|
|
1581
|
-
:param container_id: 24-character hex ID
|
|
1582
|
-
:
|
|
1583
|
-
:param
|
|
1584
|
-
:
|
|
1585
|
-
:param
|
|
1586
|
-
:
|
|
1587
|
-
:param
|
|
1588
|
-
:
|
|
1589
|
-
:param
|
|
1590
|
-
:
|
|
1591
|
-
:param
|
|
1592
|
-
:
|
|
1593
|
-
:param hash: file hash for comparison
|
|
1594
|
-
:type hash: str, optional
|
|
1595
|
-
:param range: byte ranges to return
|
|
1596
|
-
:type range: str, optional
|
|
1597
|
-
:param x_accept_feature: redirect header, defaults to []
|
|
1598
|
-
:type x_accept_feature: list[str], optional
|
|
1599
|
-
:param dest_file: Destination file path
|
|
1600
|
-
:type dest_file: str
|
|
1601
|
-
:param async_: Perform the request asynchronously
|
|
1602
|
-
:type async_: bool, optional
|
|
1603
|
-
:rtype: union[DownloadTicketStub,ZipfileInfo]
|
|
1495
|
+
:param str container_id: 24-character hex ID (required)
|
|
1496
|
+
:param str file_name: output file name (required)
|
|
1497
|
+
:param bool info: If the file is a zipfile, return a json response of zipfile member information
|
|
1498
|
+
:param str member: The filename of a zipfile member to download rather than the entire file
|
|
1499
|
+
:param bool view: If true, the proper \"Content-Type\" header based on the file's mimetype is set on response If false, the \"Content-Type\" header is set to \"application/octet-stream\"
|
|
1500
|
+
:param int version: version of the file to download
|
|
1501
|
+
:param str hash: file hash for comparison
|
|
1502
|
+
:param str range: byte ranges to return
|
|
1503
|
+
:param list[str] x_accept_feature: redirect header
|
|
1504
|
+
:param str dest_file: Destination file path
|
|
1505
|
+
:param bool async_: Perform the request asynchronously
|
|
1506
|
+
:return: union[DownloadTicketStub,ZipfileInfo]
|
|
1604
1507
|
"""
|
|
1605
1508
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
1606
1509
|
kwargs['_return_http_data_only'] = True
|
|
@@ -1623,27 +1526,17 @@ class ContainersApi(object):
|
|
|
1623
1526
|
Files can be downloaded directly from this endpoint with a valid \"Authorization\" header or via a ticket id. To generate a ticket: - Make a request with an empty \"ticket\" parameter and a valid \"Authorization\" header. The server will respond with a generated ticket id. - Make another request with the received ticket id in the \"ticket\" parameter. A valid \"Authorization\" header is no longer required. When \"view\" is true, [RFC7233](https://tools.ietf.org/html/rfc7233) range request headers are supported. When virus_scan feature is enabled the quarantined files only can be downloaded using signed urls otherwise it will return with a HTTP 400 response.
|
|
1624
1527
|
This method makes a synchronous HTTP request by default.
|
|
1625
1528
|
|
|
1626
|
-
:param container_id: 24-character hex ID
|
|
1627
|
-
:
|
|
1628
|
-
:param
|
|
1629
|
-
:
|
|
1630
|
-
:param
|
|
1631
|
-
:
|
|
1632
|
-
:param
|
|
1633
|
-
:
|
|
1634
|
-
:param
|
|
1635
|
-
:
|
|
1636
|
-
:
|
|
1637
|
-
:type version: int, optional
|
|
1638
|
-
:param hash: file hash for comparison
|
|
1639
|
-
:type hash: str, optional
|
|
1640
|
-
:param range: byte ranges to return
|
|
1641
|
-
:type range: str, optional
|
|
1642
|
-
:param x_accept_feature: redirect header, defaults to []
|
|
1643
|
-
:type x_accept_feature: list[str], optional
|
|
1644
|
-
:param async_: Perform the request asynchronously
|
|
1645
|
-
:type async_: bool, optional
|
|
1646
|
-
:rtype: union[DownloadTicketStub,ZipfileInfo]
|
|
1529
|
+
:param str container_id: 24-character hex ID (required)
|
|
1530
|
+
:param str file_name: output file name (required)
|
|
1531
|
+
:param bool info: If the file is a zipfile, return a json response of zipfile member information
|
|
1532
|
+
:param str member: The filename of a zipfile member to download rather than the entire file
|
|
1533
|
+
:param bool view: If true, the proper \"Content-Type\" header based on the file's mimetype is set on response If false, the \"Content-Type\" header is set to \"application/octet-stream\"
|
|
1534
|
+
:param int version: version of the file to download
|
|
1535
|
+
:param str hash: file hash for comparison
|
|
1536
|
+
:param str range: byte ranges to return
|
|
1537
|
+
:param list[str] x_accept_feature: redirect header
|
|
1538
|
+
:param bool async_: Perform the request asynchronously
|
|
1539
|
+
:return: union[DownloadTicketStub,ZipfileInfo]
|
|
1647
1540
|
"""
|
|
1648
1541
|
|
|
1649
1542
|
all_params = ['container_id','file_name','info','member','view','version','hash','range','x_accept_feature',] # noqa: E501
|
|
@@ -1733,29 +1626,18 @@ class ContainersApi(object):
|
|
|
1733
1626
|
Does not work on files whose names contain a forward slash.
|
|
1734
1627
|
This method makes a synchronous HTTP request by default.
|
|
1735
1628
|
|
|
1736
|
-
:param container_id: 24-character hex ID
|
|
1737
|
-
:
|
|
1738
|
-
:param
|
|
1739
|
-
:
|
|
1740
|
-
:param
|
|
1741
|
-
:
|
|
1742
|
-
:param
|
|
1743
|
-
:
|
|
1744
|
-
:param
|
|
1745
|
-
:
|
|
1746
|
-
:param
|
|
1747
|
-
:
|
|
1748
|
-
:param version: version of the file to download
|
|
1749
|
-
:type version: int, optional
|
|
1750
|
-
:param hash: file hash for comparison
|
|
1751
|
-
:type hash: str, optional
|
|
1752
|
-
:param range: byte ranges to return
|
|
1753
|
-
:type range: str, optional
|
|
1754
|
-
:param x_accept_feature: redirect header, defaults to []
|
|
1755
|
-
:type x_accept_feature: list[str], optional
|
|
1756
|
-
:param async_: Perform the request asynchronously
|
|
1757
|
-
:type async_: bool, optional
|
|
1758
|
-
:rtype: FileZipInfo
|
|
1629
|
+
:param str container_id: 24-character hex ID (required)
|
|
1630
|
+
:param str file_name: output file name (required)
|
|
1631
|
+
:param str ticket: The generated ticket id for the download, or present but empty to generate a ticket id
|
|
1632
|
+
:param bool info: If the file is a zipfile, return a json response of zipfile member information
|
|
1633
|
+
:param str member: The filename of a zipfile member to download rather than the entire file
|
|
1634
|
+
:param bool view: If true, the proper \"Content-Type\" header based on the file's mimetype is set on response If false, the \"Content-Type\" header is set to \"application/octet-stream\"
|
|
1635
|
+
:param int version: version of the file to download
|
|
1636
|
+
:param str hash: file hash for comparison
|
|
1637
|
+
:param str range: byte ranges to return
|
|
1638
|
+
:param list[str] x_accept_feature: redirect header
|
|
1639
|
+
:param bool async_: Perform the request asynchronously
|
|
1640
|
+
:return: FileZipInfo
|
|
1759
1641
|
"""
|
|
1760
1642
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
1761
1643
|
kwargs['_return_http_data_only'] = True
|
|
@@ -1779,29 +1661,18 @@ class ContainersApi(object):
|
|
|
1779
1661
|
Does not work on files whose names contain a forward slash.
|
|
1780
1662
|
This method makes a synchronous HTTP request by default.
|
|
1781
1663
|
|
|
1782
|
-
:param container_id: 24-character hex ID
|
|
1783
|
-
:
|
|
1784
|
-
:param
|
|
1785
|
-
:
|
|
1786
|
-
:param
|
|
1787
|
-
:
|
|
1788
|
-
:param
|
|
1789
|
-
:
|
|
1790
|
-
:param
|
|
1791
|
-
:
|
|
1792
|
-
:param
|
|
1793
|
-
:
|
|
1794
|
-
:param version: version of the file to download
|
|
1795
|
-
:type version: int, optional
|
|
1796
|
-
:param hash: file hash for comparison
|
|
1797
|
-
:type hash: str, optional
|
|
1798
|
-
:param range: byte ranges to return
|
|
1799
|
-
:type range: str, optional
|
|
1800
|
-
:param x_accept_feature: redirect header, defaults to []
|
|
1801
|
-
:type x_accept_feature: list[str], optional
|
|
1802
|
-
:param async_: Perform the request asynchronously
|
|
1803
|
-
:type async_: bool, optional
|
|
1804
|
-
:rtype: FileZipInfo
|
|
1664
|
+
:param str container_id: 24-character hex ID (required)
|
|
1665
|
+
:param str file_name: output file name (required)
|
|
1666
|
+
:param str ticket: The generated ticket id for the download, or present but empty to generate a ticket id
|
|
1667
|
+
:param bool info: If the file is a zipfile, return a json response of zipfile member information
|
|
1668
|
+
:param str member: The filename of a zipfile member to download rather than the entire file
|
|
1669
|
+
:param bool view: If true, the proper \"Content-Type\" header based on the file's mimetype is set on response If false, the \"Content-Type\" header is set to \"application/octet-stream\"
|
|
1670
|
+
:param int version: version of the file to download
|
|
1671
|
+
:param str hash: file hash for comparison
|
|
1672
|
+
:param str range: byte ranges to return
|
|
1673
|
+
:param list[str] x_accept_feature: redirect header
|
|
1674
|
+
:param bool async_: Perform the request asynchronously
|
|
1675
|
+
:return: FileZipInfo
|
|
1805
1676
|
"""
|
|
1806
1677
|
|
|
1807
1678
|
all_params = ['container_id','file_name','ticket','info','member','view','version','hash','range','x_accept_feature',] # noqa: E501
|
|
@@ -1894,29 +1765,18 @@ class ContainersApi(object):
|
|
|
1894
1765
|
|
|
1895
1766
|
This method makes a synchronous HTTP request by default.
|
|
1896
1767
|
|
|
1897
|
-
:param container_id: 24-character hex ID
|
|
1898
|
-
:
|
|
1899
|
-
:param
|
|
1900
|
-
:
|
|
1901
|
-
:param
|
|
1902
|
-
:
|
|
1903
|
-
:param
|
|
1904
|
-
:
|
|
1905
|
-
:param
|
|
1906
|
-
:
|
|
1907
|
-
:param
|
|
1908
|
-
:
|
|
1909
|
-
:param version: version of the file to download
|
|
1910
|
-
:type version: int, optional
|
|
1911
|
-
:param hash: file hash for comparison
|
|
1912
|
-
:type hash: str, optional
|
|
1913
|
-
:param range: byte ranges to return
|
|
1914
|
-
:type range: str, optional
|
|
1915
|
-
:param x_accept_feature: redirect header, defaults to []
|
|
1916
|
-
:type x_accept_feature: list[str], optional
|
|
1917
|
-
:param async_: Perform the request asynchronously
|
|
1918
|
-
:type async_: bool, optional
|
|
1919
|
-
:rtype: union[DownloadTicketStub,ZipfileInfo]
|
|
1768
|
+
:param str container_id: 24-character hex ID (required)
|
|
1769
|
+
:param str file_name: output file name (required)
|
|
1770
|
+
:param str ticket: The generated ticket id for the download, or present but empty to generate a ticket id
|
|
1771
|
+
:param bool info: If the file is a zipfile, return a json response of zipfile member information
|
|
1772
|
+
:param str member: The filename of a zipfile member to download rather than the entire file
|
|
1773
|
+
:param bool view: If true, the proper \"Content-Type\" header based on the file's mimetype is set on response If false, the \"Content-Type\" header is set to \"application/octet-stream\"
|
|
1774
|
+
:param int version: version of the file to download
|
|
1775
|
+
:param str hash: file hash for comparison
|
|
1776
|
+
:param str range: byte ranges to return
|
|
1777
|
+
:param list[str] x_accept_feature: redirect header
|
|
1778
|
+
:param bool async_: Perform the request asynchronously
|
|
1779
|
+
:return: union[DownloadTicketStub,ZipfileInfo]
|
|
1920
1780
|
"""
|
|
1921
1781
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
1922
1782
|
kwargs['_return_http_data_only'] = True
|
|
@@ -1939,29 +1799,18 @@ class ContainersApi(object):
|
|
|
1939
1799
|
|
|
1940
1800
|
This method makes a synchronous HTTP request by default.
|
|
1941
1801
|
|
|
1942
|
-
:param container_id: 24-character hex ID
|
|
1943
|
-
:
|
|
1944
|
-
:param
|
|
1945
|
-
:
|
|
1946
|
-
:param
|
|
1947
|
-
:
|
|
1948
|
-
:param
|
|
1949
|
-
:
|
|
1950
|
-
:param
|
|
1951
|
-
:
|
|
1952
|
-
:param
|
|
1953
|
-
:
|
|
1954
|
-
:param version: version of the file to download
|
|
1955
|
-
:type version: int, optional
|
|
1956
|
-
:param hash: file hash for comparison
|
|
1957
|
-
:type hash: str, optional
|
|
1958
|
-
:param range: byte ranges to return
|
|
1959
|
-
:type range: str, optional
|
|
1960
|
-
:param x_accept_feature: redirect header, defaults to []
|
|
1961
|
-
:type x_accept_feature: list[str], optional
|
|
1962
|
-
:param async_: Perform the request asynchronously
|
|
1963
|
-
:type async_: bool, optional
|
|
1964
|
-
:rtype: union[DownloadTicketStub,ZipfileInfo]
|
|
1802
|
+
:param str container_id: 24-character hex ID (required)
|
|
1803
|
+
:param str file_name: output file name (required)
|
|
1804
|
+
:param str ticket: The generated ticket id for the download, or present but empty to generate a ticket id
|
|
1805
|
+
:param bool info: If the file is a zipfile, return a json response of zipfile member information
|
|
1806
|
+
:param str member: The filename of a zipfile member to download rather than the entire file
|
|
1807
|
+
:param bool view: If true, the proper \"Content-Type\" header based on the file's mimetype is set on response If false, the \"Content-Type\" header is set to \"application/octet-stream\"
|
|
1808
|
+
:param int version: version of the file to download
|
|
1809
|
+
:param str hash: file hash for comparison
|
|
1810
|
+
:param str range: byte ranges to return
|
|
1811
|
+
:param list[str] x_accept_feature: redirect header
|
|
1812
|
+
:param bool async_: Perform the request asynchronously
|
|
1813
|
+
:return: union[DownloadTicketStub,ZipfileInfo]
|
|
1965
1814
|
"""
|
|
1966
1815
|
|
|
1967
1816
|
all_params = ['container_id','file_name','ticket','info','member','view','version','hash','range','x_accept_feature',] # noqa: E501
|
|
@@ -2053,27 +1902,17 @@ class ContainersApi(object):
|
|
|
2053
1902
|
If \"ticket\" query param is included and not empty, download inputs. If \"ticket\" query param is included and empty, create a ticket for matching inputs in the analysis. If no \"ticket\" query param is included, inputs will be downloaded directly.
|
|
2054
1903
|
This method makes a synchronous HTTP request by default.
|
|
2055
1904
|
|
|
2056
|
-
:param container_id: 24-character hex ID
|
|
2057
|
-
:
|
|
2058
|
-
:param
|
|
2059
|
-
:
|
|
2060
|
-
:param
|
|
2061
|
-
:
|
|
2062
|
-
:param
|
|
2063
|
-
:
|
|
2064
|
-
:param
|
|
2065
|
-
:
|
|
2066
|
-
:
|
|
2067
|
-
:type view: bool, optional
|
|
2068
|
-
:param range: byte ranges to return
|
|
2069
|
-
:type range: str, optional
|
|
2070
|
-
:param x_accept_feature: redirect header, defaults to []
|
|
2071
|
-
:type x_accept_feature: list[str], optional
|
|
2072
|
-
:param dest_file: Destination file path
|
|
2073
|
-
:type dest_file: str
|
|
2074
|
-
:param async_: Perform the request asynchronously
|
|
2075
|
-
:type async_: bool, optional
|
|
2076
|
-
:rtype: union[DownloadTicketStub,ZipfileInfo]
|
|
1905
|
+
:param str container_id: 24-character hex ID (required)
|
|
1906
|
+
:param str analysis_id: 24-char hex analysis id (required)
|
|
1907
|
+
:param str filename: filename to download (get tar of all if empty) (required)
|
|
1908
|
+
:param bool info: get file info only
|
|
1909
|
+
:param str member: get zipfile member
|
|
1910
|
+
:param bool view: feature flag for view/download
|
|
1911
|
+
:param str range: byte ranges to return
|
|
1912
|
+
:param list[str] x_accept_feature: redirect header
|
|
1913
|
+
:param str dest_file: Destination file path
|
|
1914
|
+
:param bool async_: Perform the request asynchronously
|
|
1915
|
+
:return: union[DownloadTicketStub,ZipfileInfo]
|
|
2077
1916
|
"""
|
|
2078
1917
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
2079
1918
|
kwargs['_return_http_data_only'] = True
|
|
@@ -2096,25 +1935,16 @@ class ContainersApi(object):
|
|
|
2096
1935
|
If \"ticket\" query param is included and not empty, download inputs. If \"ticket\" query param is included and empty, create a ticket for matching inputs in the analysis. If no \"ticket\" query param is included, inputs will be downloaded directly.
|
|
2097
1936
|
This method makes a synchronous HTTP request by default.
|
|
2098
1937
|
|
|
2099
|
-
:param container_id: 24-character hex ID
|
|
2100
|
-
:
|
|
2101
|
-
:param
|
|
2102
|
-
:
|
|
2103
|
-
:param
|
|
2104
|
-
:
|
|
2105
|
-
:param
|
|
2106
|
-
:
|
|
2107
|
-
:param
|
|
2108
|
-
:
|
|
2109
|
-
:param view: feature flag for view/download, defaults to false
|
|
2110
|
-
:type view: bool, optional
|
|
2111
|
-
:param range: byte ranges to return
|
|
2112
|
-
:type range: str, optional
|
|
2113
|
-
:param x_accept_feature: redirect header, defaults to []
|
|
2114
|
-
:type x_accept_feature: list[str], optional
|
|
2115
|
-
:param async_: Perform the request asynchronously
|
|
2116
|
-
:type async_: bool, optional
|
|
2117
|
-
:rtype: union[DownloadTicketStub,ZipfileInfo]
|
|
1938
|
+
:param str container_id: 24-character hex ID (required)
|
|
1939
|
+
:param str analysis_id: 24-char hex analysis id (required)
|
|
1940
|
+
:param str filename: filename to download (get tar of all if empty) (required)
|
|
1941
|
+
:param bool info: get file info only
|
|
1942
|
+
:param str member: get zipfile member
|
|
1943
|
+
:param bool view: feature flag for view/download
|
|
1944
|
+
:param str range: byte ranges to return
|
|
1945
|
+
:param list[str] x_accept_feature: redirect header
|
|
1946
|
+
:param bool async_: Perform the request asynchronously
|
|
1947
|
+
:return: union[DownloadTicketStub,ZipfileInfo]
|
|
2118
1948
|
"""
|
|
2119
1949
|
|
|
2120
1950
|
all_params = ['container_id','analysis_id','filename','info','member','view','range','x_accept_feature',] # noqa: E501
|
|
@@ -2206,27 +2036,17 @@ class ContainersApi(object):
|
|
|
2206
2036
|
Does not work on files whose names contain a forward slash.
|
|
2207
2037
|
This method makes a synchronous HTTP request by default.
|
|
2208
2038
|
|
|
2209
|
-
:param container_id: 24-character hex ID
|
|
2210
|
-
:
|
|
2211
|
-
:param
|
|
2212
|
-
:
|
|
2213
|
-
:param
|
|
2214
|
-
:
|
|
2215
|
-
:param
|
|
2216
|
-
:
|
|
2217
|
-
:param
|
|
2218
|
-
:
|
|
2219
|
-
:
|
|
2220
|
-
:type member: str, optional
|
|
2221
|
-
:param view: feature flag for view/download, defaults to false
|
|
2222
|
-
:type view: bool, optional
|
|
2223
|
-
:param range: byte ranges to return
|
|
2224
|
-
:type range: str, optional
|
|
2225
|
-
:param x_accept_feature: redirect header, defaults to []
|
|
2226
|
-
:type x_accept_feature: list[str], optional
|
|
2227
|
-
:param async_: Perform the request asynchronously
|
|
2228
|
-
:type async_: bool, optional
|
|
2229
|
-
:rtype: FileZipInfo
|
|
2039
|
+
:param str container_id: 24-character hex ID (required)
|
|
2040
|
+
:param str analysis_id: 24-char hex analysis id (required)
|
|
2041
|
+
:param str filename: filename to download (get tar of all if empty) (required)
|
|
2042
|
+
:param str ticket: 24-char hex ticket id
|
|
2043
|
+
:param bool info: get file info only
|
|
2044
|
+
:param str member: get zipfile member
|
|
2045
|
+
:param bool view: feature flag for view/download
|
|
2046
|
+
:param str range: byte ranges to return
|
|
2047
|
+
:param list[str] x_accept_feature: redirect header
|
|
2048
|
+
:param bool async_: Perform the request asynchronously
|
|
2049
|
+
:return: FileZipInfo
|
|
2230
2050
|
"""
|
|
2231
2051
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
2232
2052
|
kwargs['_return_http_data_only'] = True
|
|
@@ -2250,27 +2070,17 @@ class ContainersApi(object):
|
|
|
2250
2070
|
Does not work on files whose names contain a forward slash.
|
|
2251
2071
|
This method makes a synchronous HTTP request by default.
|
|
2252
2072
|
|
|
2253
|
-
:param container_id: 24-character hex ID
|
|
2254
|
-
:
|
|
2255
|
-
:param
|
|
2256
|
-
:
|
|
2257
|
-
:param
|
|
2258
|
-
:
|
|
2259
|
-
:param
|
|
2260
|
-
:
|
|
2261
|
-
:param
|
|
2262
|
-
:
|
|
2263
|
-
:
|
|
2264
|
-
:type member: str, optional
|
|
2265
|
-
:param view: feature flag for view/download, defaults to false
|
|
2266
|
-
:type view: bool, optional
|
|
2267
|
-
:param range: byte ranges to return
|
|
2268
|
-
:type range: str, optional
|
|
2269
|
-
:param x_accept_feature: redirect header, defaults to []
|
|
2270
|
-
:type x_accept_feature: list[str], optional
|
|
2271
|
-
:param async_: Perform the request asynchronously
|
|
2272
|
-
:type async_: bool, optional
|
|
2273
|
-
:rtype: FileZipInfo
|
|
2073
|
+
:param str container_id: 24-character hex ID (required)
|
|
2074
|
+
:param str analysis_id: 24-char hex analysis id (required)
|
|
2075
|
+
:param str filename: filename to download (get tar of all if empty) (required)
|
|
2076
|
+
:param str ticket: 24-char hex ticket id
|
|
2077
|
+
:param bool info: get file info only
|
|
2078
|
+
:param str member: get zipfile member
|
|
2079
|
+
:param bool view: feature flag for view/download
|
|
2080
|
+
:param str range: byte ranges to return
|
|
2081
|
+
:param list[str] x_accept_feature: redirect header
|
|
2082
|
+
:param bool async_: Perform the request asynchronously
|
|
2083
|
+
:return: FileZipInfo
|
|
2274
2084
|
"""
|
|
2275
2085
|
|
|
2276
2086
|
all_params = ['container_id','analysis_id','filename','ticket','info','member','view','range','x_accept_feature',] # noqa: E501
|
|
@@ -2365,27 +2175,17 @@ class ContainersApi(object):
|
|
|
2365
2175
|
|
|
2366
2176
|
This method makes a synchronous HTTP request by default.
|
|
2367
2177
|
|
|
2368
|
-
:param container_id: 24-character hex ID
|
|
2369
|
-
:
|
|
2370
|
-
:param
|
|
2371
|
-
:
|
|
2372
|
-
:param
|
|
2373
|
-
:
|
|
2374
|
-
:param
|
|
2375
|
-
:
|
|
2376
|
-
:param
|
|
2377
|
-
:
|
|
2378
|
-
:
|
|
2379
|
-
:type member: str, optional
|
|
2380
|
-
:param view: feature flag for view/download, defaults to false
|
|
2381
|
-
:type view: bool, optional
|
|
2382
|
-
:param range: byte ranges to return
|
|
2383
|
-
:type range: str, optional
|
|
2384
|
-
:param x_accept_feature: redirect header, defaults to []
|
|
2385
|
-
:type x_accept_feature: list[str], optional
|
|
2386
|
-
:param async_: Perform the request asynchronously
|
|
2387
|
-
:type async_: bool, optional
|
|
2388
|
-
:rtype: union[DownloadTicketStub,ZipfileInfo]
|
|
2178
|
+
:param str container_id: 24-character hex ID (required)
|
|
2179
|
+
:param str analysis_id: 24-char hex analysis id (required)
|
|
2180
|
+
:param str filename: filename to download (get tar of all if empty) (required)
|
|
2181
|
+
:param str ticket: 24-char hex ticket id
|
|
2182
|
+
:param bool info: get file info only
|
|
2183
|
+
:param str member: get zipfile member
|
|
2184
|
+
:param bool view: feature flag for view/download
|
|
2185
|
+
:param str range: byte ranges to return
|
|
2186
|
+
:param list[str] x_accept_feature: redirect header
|
|
2187
|
+
:param bool async_: Perform the request asynchronously
|
|
2188
|
+
:return: union[DownloadTicketStub,ZipfileInfo]
|
|
2389
2189
|
"""
|
|
2390
2190
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
2391
2191
|
kwargs['_return_http_data_only'] = True
|
|
@@ -2408,27 +2208,17 @@ class ContainersApi(object):
|
|
|
2408
2208
|
|
|
2409
2209
|
This method makes a synchronous HTTP request by default.
|
|
2410
2210
|
|
|
2411
|
-
:param container_id: 24-character hex ID
|
|
2412
|
-
:
|
|
2413
|
-
:param
|
|
2414
|
-
:
|
|
2415
|
-
:param
|
|
2416
|
-
:
|
|
2417
|
-
:param
|
|
2418
|
-
:
|
|
2419
|
-
:param
|
|
2420
|
-
:
|
|
2421
|
-
:
|
|
2422
|
-
:type member: str, optional
|
|
2423
|
-
:param view: feature flag for view/download, defaults to false
|
|
2424
|
-
:type view: bool, optional
|
|
2425
|
-
:param range: byte ranges to return
|
|
2426
|
-
:type range: str, optional
|
|
2427
|
-
:param x_accept_feature: redirect header, defaults to []
|
|
2428
|
-
:type x_accept_feature: list[str], optional
|
|
2429
|
-
:param async_: Perform the request asynchronously
|
|
2430
|
-
:type async_: bool, optional
|
|
2431
|
-
:rtype: union[DownloadTicketStub,ZipfileInfo]
|
|
2211
|
+
:param str container_id: 24-character hex ID (required)
|
|
2212
|
+
:param str analysis_id: 24-char hex analysis id (required)
|
|
2213
|
+
:param str filename: filename to download (get tar of all if empty) (required)
|
|
2214
|
+
:param str ticket: 24-char hex ticket id
|
|
2215
|
+
:param bool info: get file info only
|
|
2216
|
+
:param str member: get zipfile member
|
|
2217
|
+
:param bool view: feature flag for view/download
|
|
2218
|
+
:param str range: byte ranges to return
|
|
2219
|
+
:param list[str] x_accept_feature: redirect header
|
|
2220
|
+
:param bool async_: Perform the request asynchronously
|
|
2221
|
+
:return: union[DownloadTicketStub,ZipfileInfo]
|
|
2432
2222
|
"""
|
|
2433
2223
|
|
|
2434
2224
|
all_params = ['container_id','analysis_id','filename','ticket','info','member','view','range','x_accept_feature',] # noqa: E501
|
|
@@ -2522,27 +2312,17 @@ class ContainersApi(object):
|
|
|
2522
2312
|
If \"ticket\" query param is included and not empty, download outputs. If \"ticket\" query param is included and empty, create a ticket for matching outputs in the analysis. If no \"ticket\" query param is included, outputs will be downloaded directly.
|
|
2523
2313
|
This method makes a synchronous HTTP request by default.
|
|
2524
2314
|
|
|
2525
|
-
:param container_id: 24-character hex ID
|
|
2526
|
-
:
|
|
2527
|
-
:param
|
|
2528
|
-
:
|
|
2529
|
-
:param
|
|
2530
|
-
:
|
|
2531
|
-
:param
|
|
2532
|
-
:
|
|
2533
|
-
:param
|
|
2534
|
-
:
|
|
2535
|
-
:
|
|
2536
|
-
:type view: bool, optional
|
|
2537
|
-
:param range: byte ranges to return
|
|
2538
|
-
:type range: str, optional
|
|
2539
|
-
:param x_accept_feature: redirect header, defaults to []
|
|
2540
|
-
:type x_accept_feature: list[str], optional
|
|
2541
|
-
:param dest_file: Destination file path
|
|
2542
|
-
:type dest_file: str
|
|
2543
|
-
:param async_: Perform the request asynchronously
|
|
2544
|
-
:type async_: bool, optional
|
|
2545
|
-
:rtype: union[DownloadTicketStub,ZipfileInfo]
|
|
2315
|
+
:param str container_id: 24-character hex ID (required)
|
|
2316
|
+
:param str analysis_id: 24-char hex analysis id (required)
|
|
2317
|
+
:param str filename: filename to download (get tar of all if empty) (required)
|
|
2318
|
+
:param bool info: If the file is a zipfile, return a json response of zipfile member information
|
|
2319
|
+
:param str member: The filename of a zipfile member to download rather than the entire file
|
|
2320
|
+
:param bool view: feature flag for view/download
|
|
2321
|
+
:param str range: byte ranges to return
|
|
2322
|
+
:param list[str] x_accept_feature: redirect header
|
|
2323
|
+
:param str dest_file: Destination file path
|
|
2324
|
+
:param bool async_: Perform the request asynchronously
|
|
2325
|
+
:return: union[DownloadTicketStub,ZipfileInfo]
|
|
2546
2326
|
"""
|
|
2547
2327
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
2548
2328
|
kwargs['_return_http_data_only'] = True
|
|
@@ -2565,25 +2345,16 @@ class ContainersApi(object):
|
|
|
2565
2345
|
If \"ticket\" query param is included and not empty, download outputs. If \"ticket\" query param is included and empty, create a ticket for matching outputs in the analysis. If no \"ticket\" query param is included, outputs will be downloaded directly.
|
|
2566
2346
|
This method makes a synchronous HTTP request by default.
|
|
2567
2347
|
|
|
2568
|
-
:param container_id: 24-character hex ID
|
|
2569
|
-
:
|
|
2570
|
-
:param
|
|
2571
|
-
:
|
|
2572
|
-
:param
|
|
2573
|
-
:
|
|
2574
|
-
:param
|
|
2575
|
-
:
|
|
2576
|
-
:param
|
|
2577
|
-
:
|
|
2578
|
-
:param view: feature flag for view/download, defaults to false
|
|
2579
|
-
:type view: bool, optional
|
|
2580
|
-
:param range: byte ranges to return
|
|
2581
|
-
:type range: str, optional
|
|
2582
|
-
:param x_accept_feature: redirect header, defaults to []
|
|
2583
|
-
:type x_accept_feature: list[str], optional
|
|
2584
|
-
:param async_: Perform the request asynchronously
|
|
2585
|
-
:type async_: bool, optional
|
|
2586
|
-
:rtype: union[DownloadTicketStub,ZipfileInfo]
|
|
2348
|
+
:param str container_id: 24-character hex ID (required)
|
|
2349
|
+
:param str analysis_id: 24-char hex analysis id (required)
|
|
2350
|
+
:param str filename: filename to download (get tar of all if empty) (required)
|
|
2351
|
+
:param bool info: If the file is a zipfile, return a json response of zipfile member information
|
|
2352
|
+
:param str member: The filename of a zipfile member to download rather than the entire file
|
|
2353
|
+
:param bool view: feature flag for view/download
|
|
2354
|
+
:param str range: byte ranges to return
|
|
2355
|
+
:param list[str] x_accept_feature: redirect header
|
|
2356
|
+
:param bool async_: Perform the request asynchronously
|
|
2357
|
+
:return: union[DownloadTicketStub,ZipfileInfo]
|
|
2587
2358
|
"""
|
|
2588
2359
|
|
|
2589
2360
|
all_params = ['container_id','analysis_id','filename','info','member','view','range','x_accept_feature',] # noqa: E501
|
|
@@ -2675,27 +2446,17 @@ class ContainersApi(object):
|
|
|
2675
2446
|
Does not work on files whose names contain a forward slash.
|
|
2676
2447
|
This method makes a synchronous HTTP request by default.
|
|
2677
2448
|
|
|
2678
|
-
:param container_id: 24-character hex ID
|
|
2679
|
-
:
|
|
2680
|
-
:param
|
|
2681
|
-
:
|
|
2682
|
-
:param
|
|
2683
|
-
:
|
|
2684
|
-
:param
|
|
2685
|
-
:
|
|
2686
|
-
:param
|
|
2687
|
-
:
|
|
2688
|
-
:
|
|
2689
|
-
:type member: str, optional
|
|
2690
|
-
:param view: feature flag for view/download, defaults to false
|
|
2691
|
-
:type view: bool, optional
|
|
2692
|
-
:param range: byte ranges to return
|
|
2693
|
-
:type range: str, optional
|
|
2694
|
-
:param x_accept_feature: redirect header, defaults to []
|
|
2695
|
-
:type x_accept_feature: list[str], optional
|
|
2696
|
-
:param async_: Perform the request asynchronously
|
|
2697
|
-
:type async_: bool, optional
|
|
2698
|
-
:rtype: FileZipInfo
|
|
2449
|
+
:param str container_id: 24-character hex ID (required)
|
|
2450
|
+
:param str analysis_id: 24-char hex analysis id (required)
|
|
2451
|
+
:param str filename: filename to download (get tar of all if empty) (required)
|
|
2452
|
+
:param str ticket: ticket id of the outputs to download
|
|
2453
|
+
:param bool info: If the file is a zipfile, return a json response of zipfile member information
|
|
2454
|
+
:param str member: The filename of a zipfile member to download rather than the entire file
|
|
2455
|
+
:param bool view: feature flag for view/download
|
|
2456
|
+
:param str range: byte ranges to return
|
|
2457
|
+
:param list[str] x_accept_feature: redirect header
|
|
2458
|
+
:param bool async_: Perform the request asynchronously
|
|
2459
|
+
:return: FileZipInfo
|
|
2699
2460
|
"""
|
|
2700
2461
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
2701
2462
|
kwargs['_return_http_data_only'] = True
|
|
@@ -2719,27 +2480,17 @@ class ContainersApi(object):
|
|
|
2719
2480
|
Does not work on files whose names contain a forward slash.
|
|
2720
2481
|
This method makes a synchronous HTTP request by default.
|
|
2721
2482
|
|
|
2722
|
-
:param container_id: 24-character hex ID
|
|
2723
|
-
:
|
|
2724
|
-
:param
|
|
2725
|
-
:
|
|
2726
|
-
:param
|
|
2727
|
-
:
|
|
2728
|
-
:param
|
|
2729
|
-
:
|
|
2730
|
-
:param
|
|
2731
|
-
:
|
|
2732
|
-
:
|
|
2733
|
-
:type member: str, optional
|
|
2734
|
-
:param view: feature flag for view/download, defaults to false
|
|
2735
|
-
:type view: bool, optional
|
|
2736
|
-
:param range: byte ranges to return
|
|
2737
|
-
:type range: str, optional
|
|
2738
|
-
:param x_accept_feature: redirect header, defaults to []
|
|
2739
|
-
:type x_accept_feature: list[str], optional
|
|
2740
|
-
:param async_: Perform the request asynchronously
|
|
2741
|
-
:type async_: bool, optional
|
|
2742
|
-
:rtype: FileZipInfo
|
|
2483
|
+
:param str container_id: 24-character hex ID (required)
|
|
2484
|
+
:param str analysis_id: 24-char hex analysis id (required)
|
|
2485
|
+
:param str filename: filename to download (get tar of all if empty) (required)
|
|
2486
|
+
:param str ticket: ticket id of the outputs to download
|
|
2487
|
+
:param bool info: If the file is a zipfile, return a json response of zipfile member information
|
|
2488
|
+
:param str member: The filename of a zipfile member to download rather than the entire file
|
|
2489
|
+
:param bool view: feature flag for view/download
|
|
2490
|
+
:param str range: byte ranges to return
|
|
2491
|
+
:param list[str] x_accept_feature: redirect header
|
|
2492
|
+
:param bool async_: Perform the request asynchronously
|
|
2493
|
+
:return: FileZipInfo
|
|
2743
2494
|
"""
|
|
2744
2495
|
|
|
2745
2496
|
all_params = ['container_id','analysis_id','filename','ticket','info','member','view','range','x_accept_feature',] # noqa: E501
|
|
@@ -2834,27 +2585,17 @@ class ContainersApi(object):
|
|
|
2834
2585
|
|
|
2835
2586
|
This method makes a synchronous HTTP request by default.
|
|
2836
2587
|
|
|
2837
|
-
:param container_id: 24-character hex ID
|
|
2838
|
-
:
|
|
2839
|
-
:param
|
|
2840
|
-
:
|
|
2841
|
-
:param
|
|
2842
|
-
:
|
|
2843
|
-
:param
|
|
2844
|
-
:
|
|
2845
|
-
:param
|
|
2846
|
-
:
|
|
2847
|
-
:
|
|
2848
|
-
:type member: str, optional
|
|
2849
|
-
:param view: feature flag for view/download, defaults to false
|
|
2850
|
-
:type view: bool, optional
|
|
2851
|
-
:param range: byte ranges to return
|
|
2852
|
-
:type range: str, optional
|
|
2853
|
-
:param x_accept_feature: redirect header, defaults to []
|
|
2854
|
-
:type x_accept_feature: list[str], optional
|
|
2855
|
-
:param async_: Perform the request asynchronously
|
|
2856
|
-
:type async_: bool, optional
|
|
2857
|
-
:rtype: union[DownloadTicketStub,ZipfileInfo]
|
|
2588
|
+
:param str container_id: 24-character hex ID (required)
|
|
2589
|
+
:param str analysis_id: 24-char hex analysis id (required)
|
|
2590
|
+
:param str filename: filename to download (get tar of all if empty) (required)
|
|
2591
|
+
:param str ticket: ticket id of the outputs to download
|
|
2592
|
+
:param bool info: If the file is a zipfile, return a json response of zipfile member information
|
|
2593
|
+
:param str member: The filename of a zipfile member to download rather than the entire file
|
|
2594
|
+
:param bool view: feature flag for view/download
|
|
2595
|
+
:param str range: byte ranges to return
|
|
2596
|
+
:param list[str] x_accept_feature: redirect header
|
|
2597
|
+
:param bool async_: Perform the request asynchronously
|
|
2598
|
+
:return: union[DownloadTicketStub,ZipfileInfo]
|
|
2858
2599
|
"""
|
|
2859
2600
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
2860
2601
|
kwargs['_return_http_data_only'] = True
|
|
@@ -2877,27 +2618,17 @@ class ContainersApi(object):
|
|
|
2877
2618
|
|
|
2878
2619
|
This method makes a synchronous HTTP request by default.
|
|
2879
2620
|
|
|
2880
|
-
:param container_id: 24-character hex ID
|
|
2881
|
-
:
|
|
2882
|
-
:param
|
|
2883
|
-
:
|
|
2884
|
-
:param
|
|
2885
|
-
:
|
|
2886
|
-
:param
|
|
2887
|
-
:
|
|
2888
|
-
:param
|
|
2889
|
-
:
|
|
2890
|
-
:
|
|
2891
|
-
:type member: str, optional
|
|
2892
|
-
:param view: feature flag for view/download, defaults to false
|
|
2893
|
-
:type view: bool, optional
|
|
2894
|
-
:param range: byte ranges to return
|
|
2895
|
-
:type range: str, optional
|
|
2896
|
-
:param x_accept_feature: redirect header, defaults to []
|
|
2897
|
-
:type x_accept_feature: list[str], optional
|
|
2898
|
-
:param async_: Perform the request asynchronously
|
|
2899
|
-
:type async_: bool, optional
|
|
2900
|
-
:rtype: union[DownloadTicketStub,ZipfileInfo]
|
|
2621
|
+
:param str container_id: 24-character hex ID (required)
|
|
2622
|
+
:param str analysis_id: 24-char hex analysis id (required)
|
|
2623
|
+
:param str filename: filename to download (get tar of all if empty) (required)
|
|
2624
|
+
:param str ticket: ticket id of the outputs to download
|
|
2625
|
+
:param bool info: If the file is a zipfile, return a json response of zipfile member information
|
|
2626
|
+
:param str member: The filename of a zipfile member to download rather than the entire file
|
|
2627
|
+
:param bool view: feature flag for view/download
|
|
2628
|
+
:param str range: byte ranges to return
|
|
2629
|
+
:param list[str] x_accept_feature: redirect header
|
|
2630
|
+
:param bool async_: Perform the request asynchronously
|
|
2631
|
+
:return: union[DownloadTicketStub,ZipfileInfo]
|
|
2901
2632
|
"""
|
|
2902
2633
|
|
|
2903
2634
|
all_params = ['container_id','analysis_id','filename','ticket','info','member','view','range','x_accept_feature',] # noqa: E501
|
|
@@ -2991,15 +2722,11 @@ class ContainersApi(object):
|
|
|
2991
2722
|
Find Container by ID
|
|
2992
2723
|
This method makes a synchronous HTTP request by default.
|
|
2993
2724
|
|
|
2994
|
-
:param container_id:
|
|
2995
|
-
:
|
|
2996
|
-
:param
|
|
2997
|
-
:
|
|
2998
|
-
:
|
|
2999
|
-
:type join_avatars: bool, optional
|
|
3000
|
-
:param async_: Perform the request asynchronously
|
|
3001
|
-
:type async_: bool, optional
|
|
3002
|
-
:rtype: union[GroupContainerOutput,ProjectContainerOutput,SubjectContainerOutput,SessionContainerOutput,AcquisitionContainerOutput,AnalysisContainerOutput,CollectionContainerOutput]
|
|
2725
|
+
:param str container_id: (required)
|
|
2726
|
+
:param JoinType join:
|
|
2727
|
+
:param bool join_avatars:
|
|
2728
|
+
:param bool async_: Perform the request asynchronously
|
|
2729
|
+
:return: union[GroupContainerOutput,ProjectContainerOutput,SubjectContainerOutput,SessionContainerOutput,AcquisitionContainerOutput,AnalysisContainerOutput,CollectionContainerOutput]
|
|
3003
2730
|
"""
|
|
3004
2731
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
3005
2732
|
kwargs['_return_http_data_only'] = True
|
|
@@ -3023,15 +2750,11 @@ class ContainersApi(object):
|
|
|
3023
2750
|
Find Container by ID
|
|
3024
2751
|
This method makes a synchronous HTTP request by default.
|
|
3025
2752
|
|
|
3026
|
-
:param container_id:
|
|
3027
|
-
:
|
|
3028
|
-
:param
|
|
3029
|
-
:
|
|
3030
|
-
:
|
|
3031
|
-
:type join_avatars: bool, optional
|
|
3032
|
-
:param async_: Perform the request asynchronously
|
|
3033
|
-
:type async_: bool, optional
|
|
3034
|
-
:rtype: union[GroupContainerOutput,ProjectContainerOutput,SubjectContainerOutput,SessionContainerOutput,AcquisitionContainerOutput,AnalysisContainerOutput,CollectionContainerOutput]
|
|
2753
|
+
:param str container_id: (required)
|
|
2754
|
+
:param JoinType join:
|
|
2755
|
+
:param bool join_avatars:
|
|
2756
|
+
:param bool async_: Perform the request asynchronously
|
|
2757
|
+
:return: union[GroupContainerOutput,ProjectContainerOutput,SubjectContainerOutput,SessionContainerOutput,AcquisitionContainerOutput,AnalysisContainerOutput,CollectionContainerOutput]
|
|
3035
2758
|
"""
|
|
3036
2759
|
|
|
3037
2760
|
all_params = ['container_id','join','join_avatars',] # noqa: E501
|
|
@@ -3104,33 +2827,20 @@ class ContainersApi(object):
|
|
|
3104
2827
|
Returns analyses that directly belong to this resource.
|
|
3105
2828
|
This method makes a synchronous HTTP request by default.
|
|
3106
2829
|
|
|
3107
|
-
:param cid:
|
|
3108
|
-
:
|
|
3109
|
-
:param
|
|
3110
|
-
:
|
|
3111
|
-
:param
|
|
3112
|
-
:
|
|
3113
|
-
:param
|
|
3114
|
-
:
|
|
3115
|
-
:param
|
|
3116
|
-
:
|
|
3117
|
-
:param
|
|
3118
|
-
:
|
|
3119
|
-
:param
|
|
3120
|
-
:
|
|
3121
|
-
:param limit: The maximum number of entries to return.
|
|
3122
|
-
:type limit: int, optional
|
|
3123
|
-
:param skip: The number of entries to skip., defaults to 0
|
|
3124
|
-
:type skip: int, optional
|
|
3125
|
-
:param page: The page number (i.e. skip limit*page entries)
|
|
3126
|
-
:type page: int, optional
|
|
3127
|
-
:param after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
|
|
3128
|
-
:type after_id: str, optional
|
|
3129
|
-
:param x_accept_feature:, defaults to []
|
|
3130
|
-
:type x_accept_feature: list[str], optional
|
|
3131
|
-
:param async_: Perform the request asynchronously
|
|
3132
|
-
:type async_: bool, optional
|
|
3133
|
-
:rtype: union[Page,list[union[AnalysisListOutput,AnalysisListOutputInflatedJob]]]
|
|
2830
|
+
:param str cid: (required)
|
|
2831
|
+
:param bool inflate_job:
|
|
2832
|
+
:param bool join_avatars:
|
|
2833
|
+
:param JoinType join:
|
|
2834
|
+
:param bool include_all_info: Include all info in returned objects
|
|
2835
|
+
:param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
|
|
2836
|
+
:param str sort: The sort fields and order. (e.g. label:asc,created:desc)
|
|
2837
|
+
:param int limit: The maximum number of entries to return.
|
|
2838
|
+
:param int skip: The number of entries to skip.
|
|
2839
|
+
:param int page: The page number (i.e. skip limit*page entries)
|
|
2840
|
+
:param str after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
|
|
2841
|
+
:param list[str] x_accept_feature:
|
|
2842
|
+
:param bool async_: Perform the request asynchronously
|
|
2843
|
+
:return: union[Page,list[union[AnalysisListOutput,AnalysisListOutputInflatedJob]]]
|
|
3134
2844
|
"""
|
|
3135
2845
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
3136
2846
|
kwargs['_return_http_data_only'] = True
|
|
@@ -3154,33 +2864,20 @@ class ContainersApi(object):
|
|
|
3154
2864
|
Returns analyses that directly belong to this resource.
|
|
3155
2865
|
This method makes a synchronous HTTP request by default.
|
|
3156
2866
|
|
|
3157
|
-
:param cid:
|
|
3158
|
-
:
|
|
3159
|
-
:param
|
|
3160
|
-
:
|
|
3161
|
-
:param
|
|
3162
|
-
:
|
|
3163
|
-
:param
|
|
3164
|
-
:
|
|
3165
|
-
:param
|
|
3166
|
-
:
|
|
3167
|
-
:param
|
|
3168
|
-
:
|
|
3169
|
-
:param
|
|
3170
|
-
:
|
|
3171
|
-
:param limit: The maximum number of entries to return.
|
|
3172
|
-
:type limit: int, optional
|
|
3173
|
-
:param skip: The number of entries to skip., defaults to 0
|
|
3174
|
-
:type skip: int, optional
|
|
3175
|
-
:param page: The page number (i.e. skip limit*page entries)
|
|
3176
|
-
:type page: int, optional
|
|
3177
|
-
:param after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
|
|
3178
|
-
:type after_id: str, optional
|
|
3179
|
-
:param x_accept_feature:, defaults to []
|
|
3180
|
-
:type x_accept_feature: list[str], optional
|
|
3181
|
-
:param async_: Perform the request asynchronously
|
|
3182
|
-
:type async_: bool, optional
|
|
3183
|
-
:rtype: union[Page,list[union[AnalysisListOutput,AnalysisListOutputInflatedJob]]]
|
|
2867
|
+
:param str cid: (required)
|
|
2868
|
+
:param bool inflate_job:
|
|
2869
|
+
:param bool join_avatars:
|
|
2870
|
+
:param JoinType join:
|
|
2871
|
+
:param bool include_all_info: Include all info in returned objects
|
|
2872
|
+
:param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
|
|
2873
|
+
:param str sort: The sort fields and order. (e.g. label:asc,created:desc)
|
|
2874
|
+
:param int limit: The maximum number of entries to return.
|
|
2875
|
+
:param int skip: The number of entries to skip.
|
|
2876
|
+
:param int page: The page number (i.e. skip limit*page entries)
|
|
2877
|
+
:param str after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
|
|
2878
|
+
:param list[str] x_accept_feature:
|
|
2879
|
+
:param bool async_: Perform the request asynchronously
|
|
2880
|
+
:return: union[Page,list[union[AnalysisListOutput,AnalysisListOutputInflatedJob]]]
|
|
3184
2881
|
"""
|
|
3185
2882
|
|
|
3186
2883
|
all_params = ['cid','inflate_job','join_avatars','join','include_all_info','filter','sort','limit','skip','page','after_id','x_accept_feature',] # noqa: E501
|
|
@@ -3272,19 +2969,13 @@ class ContainersApi(object):
|
|
|
3272
2969
|
Get an analysis.
|
|
3273
2970
|
This method makes a synchronous HTTP request by default.
|
|
3274
2971
|
|
|
3275
|
-
:param cid:
|
|
3276
|
-
:
|
|
3277
|
-
:param
|
|
3278
|
-
:
|
|
3279
|
-
:param
|
|
3280
|
-
:
|
|
3281
|
-
:
|
|
3282
|
-
:type join_avatars: bool, optional
|
|
3283
|
-
:param join:
|
|
3284
|
-
:type join: JoinType, optional
|
|
3285
|
-
:param async_: Perform the request asynchronously
|
|
3286
|
-
:type async_: bool, optional
|
|
3287
|
-
:rtype: union[AnalysisOutputInflatedJob,AnalysisOutput]
|
|
2972
|
+
:param str cid: (required)
|
|
2973
|
+
:param str analysis_id: (required)
|
|
2974
|
+
:param bool inflate_job: Return job as an object instead of an id
|
|
2975
|
+
:param bool join_avatars:
|
|
2976
|
+
:param JoinType join:
|
|
2977
|
+
:param bool async_: Perform the request asynchronously
|
|
2978
|
+
:return: union[AnalysisOutputInflatedJob,AnalysisOutput]
|
|
3288
2979
|
"""
|
|
3289
2980
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
3290
2981
|
kwargs['_return_http_data_only'] = True
|
|
@@ -3308,19 +2999,13 @@ class ContainersApi(object):
|
|
|
3308
2999
|
Get an analysis.
|
|
3309
3000
|
This method makes a synchronous HTTP request by default.
|
|
3310
3001
|
|
|
3311
|
-
:param cid:
|
|
3312
|
-
:
|
|
3313
|
-
:param
|
|
3314
|
-
:
|
|
3315
|
-
:param
|
|
3316
|
-
:
|
|
3317
|
-
:
|
|
3318
|
-
:type join_avatars: bool, optional
|
|
3319
|
-
:param join:
|
|
3320
|
-
:type join: JoinType, optional
|
|
3321
|
-
:param async_: Perform the request asynchronously
|
|
3322
|
-
:type async_: bool, optional
|
|
3323
|
-
:rtype: union[AnalysisOutputInflatedJob,AnalysisOutput]
|
|
3002
|
+
:param str cid: (required)
|
|
3003
|
+
:param str analysis_id: (required)
|
|
3004
|
+
:param bool inflate_job: Return job as an object instead of an id
|
|
3005
|
+
:param bool join_avatars:
|
|
3006
|
+
:param JoinType join:
|
|
3007
|
+
:param bool async_: Perform the request asynchronously
|
|
3008
|
+
:return: union[AnalysisOutputInflatedJob,AnalysisOutput]
|
|
3324
3009
|
"""
|
|
3325
3010
|
|
|
3326
3011
|
all_params = ['cid','analysis_id','inflate_job','join_avatars','join',] # noqa: E501
|
|
@@ -3401,13 +3086,10 @@ class ContainersApi(object):
|
|
|
3401
3086
|
Get info for a particular file.
|
|
3402
3087
|
This method makes a synchronous HTTP request by default.
|
|
3403
3088
|
|
|
3404
|
-
:param cid: Container Id
|
|
3405
|
-
:
|
|
3406
|
-
:param
|
|
3407
|
-
:
|
|
3408
|
-
:param async_: Perform the request asynchronously
|
|
3409
|
-
:type async_: bool, optional
|
|
3410
|
-
:rtype: FileOutput
|
|
3089
|
+
:param str cid: Container Id (required)
|
|
3090
|
+
:param str filename: (required)
|
|
3091
|
+
:param bool async_: Perform the request asynchronously
|
|
3092
|
+
:return: FileOutput
|
|
3411
3093
|
"""
|
|
3412
3094
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
3413
3095
|
kwargs['_return_http_data_only'] = True
|
|
@@ -3431,13 +3113,10 @@ class ContainersApi(object):
|
|
|
3431
3113
|
Get info for a particular file.
|
|
3432
3114
|
This method makes a synchronous HTTP request by default.
|
|
3433
3115
|
|
|
3434
|
-
:param cid: Container Id
|
|
3435
|
-
:
|
|
3436
|
-
:param
|
|
3437
|
-
:
|
|
3438
|
-
:param async_: Perform the request asynchronously
|
|
3439
|
-
:type async_: bool, optional
|
|
3440
|
-
:rtype: FileOutput
|
|
3116
|
+
:param str cid: Container Id (required)
|
|
3117
|
+
:param str filename: (required)
|
|
3118
|
+
:param bool async_: Perform the request asynchronously
|
|
3119
|
+
:return: FileOutput
|
|
3441
3120
|
"""
|
|
3442
3121
|
|
|
3443
3122
|
all_params = ['cid','filename',] # noqa: E501
|
|
@@ -3512,13 +3191,10 @@ class ContainersApi(object):
|
|
|
3512
3191
|
Get a note of a(n) container
|
|
3513
3192
|
This method makes a synchronous HTTP request by default.
|
|
3514
3193
|
|
|
3515
|
-
:param cid:
|
|
3516
|
-
:
|
|
3517
|
-
:param
|
|
3518
|
-
:
|
|
3519
|
-
:param async_: Perform the request asynchronously
|
|
3520
|
-
:type async_: bool, optional
|
|
3521
|
-
:rtype: Note
|
|
3194
|
+
:param str cid: (required)
|
|
3195
|
+
:param str note_id: (required)
|
|
3196
|
+
:param bool async_: Perform the request asynchronously
|
|
3197
|
+
:return: Note
|
|
3522
3198
|
"""
|
|
3523
3199
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
3524
3200
|
kwargs['_return_http_data_only'] = True
|
|
@@ -3542,13 +3218,10 @@ class ContainersApi(object):
|
|
|
3542
3218
|
Get a note of a(n) container
|
|
3543
3219
|
This method makes a synchronous HTTP request by default.
|
|
3544
3220
|
|
|
3545
|
-
:param cid:
|
|
3546
|
-
:
|
|
3547
|
-
:param
|
|
3548
|
-
:
|
|
3549
|
-
:param async_: Perform the request asynchronously
|
|
3550
|
-
:type async_: bool, optional
|
|
3551
|
-
:rtype: Note
|
|
3221
|
+
:param str cid: (required)
|
|
3222
|
+
:param str note_id: (required)
|
|
3223
|
+
:param bool async_: Perform the request asynchronously
|
|
3224
|
+
:return: Note
|
|
3552
3225
|
"""
|
|
3553
3226
|
|
|
3554
3227
|
all_params = ['cid','note_id',] # noqa: E501
|
|
@@ -3623,13 +3296,10 @@ class ContainersApi(object):
|
|
|
3623
3296
|
Get the value of a tag, by name
|
|
3624
3297
|
This method makes a synchronous HTTP request by default.
|
|
3625
3298
|
|
|
3626
|
-
:param cid:
|
|
3627
|
-
:
|
|
3628
|
-
:param
|
|
3629
|
-
:
|
|
3630
|
-
:param async_: Perform the request asynchronously
|
|
3631
|
-
:type async_: bool, optional
|
|
3632
|
-
:rtype: str
|
|
3299
|
+
:param str cid: (required)
|
|
3300
|
+
:param str value: The tag to interact with (required)
|
|
3301
|
+
:param bool async_: Perform the request asynchronously
|
|
3302
|
+
:return: str
|
|
3633
3303
|
"""
|
|
3634
3304
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
3635
3305
|
kwargs['_return_http_data_only'] = True
|
|
@@ -3653,13 +3323,10 @@ class ContainersApi(object):
|
|
|
3653
3323
|
Get the value of a tag, by name
|
|
3654
3324
|
This method makes a synchronous HTTP request by default.
|
|
3655
3325
|
|
|
3656
|
-
:param cid:
|
|
3657
|
-
:
|
|
3658
|
-
:param
|
|
3659
|
-
:
|
|
3660
|
-
:param async_: Perform the request asynchronously
|
|
3661
|
-
:type async_: bool, optional
|
|
3662
|
-
:rtype: str
|
|
3326
|
+
:param str cid: (required)
|
|
3327
|
+
:param str value: The tag to interact with (required)
|
|
3328
|
+
:param bool async_: Perform the request asynchronously
|
|
3329
|
+
:return: str
|
|
3663
3330
|
"""
|
|
3664
3331
|
|
|
3665
3332
|
all_params = ['cid','value',] # noqa: E501
|
|
@@ -3734,25 +3401,16 @@ class ContainersApi(object):
|
|
|
3734
3401
|
View all containers
|
|
3735
3402
|
This method makes a synchronous HTTP request by default.
|
|
3736
3403
|
|
|
3737
|
-
:param container_id: The ID of the container, one of user, group or project. Use \"site\" as containerId to save or get a site data view.
|
|
3738
|
-
:
|
|
3739
|
-
:param
|
|
3740
|
-
:
|
|
3741
|
-
:param
|
|
3742
|
-
:
|
|
3743
|
-
:param
|
|
3744
|
-
:
|
|
3745
|
-
:param
|
|
3746
|
-
:
|
|
3747
|
-
:param page: The page number (i.e. skip limit*page entries)
|
|
3748
|
-
:type page: int, optional
|
|
3749
|
-
:param after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
|
|
3750
|
-
:type after_id: str, optional
|
|
3751
|
-
:param x_accept_feature:, defaults to []
|
|
3752
|
-
:type x_accept_feature: list[union[HeaderFeature,str]], optional
|
|
3753
|
-
:param async_: Perform the request asynchronously
|
|
3754
|
-
:type async_: bool, optional
|
|
3755
|
-
:rtype: union[Page,list[ViewOutput]]
|
|
3404
|
+
:param str container_id: The ID of the container, one of user, group or project. Use \"site\" as containerId to save or get a site data view. (required)
|
|
3405
|
+
:param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
|
|
3406
|
+
:param str sort: The sort fields and order. (e.g. label:asc,created:desc)
|
|
3407
|
+
:param int limit: The maximum number of entries to return.
|
|
3408
|
+
:param int skip: The number of entries to skip.
|
|
3409
|
+
:param int page: The page number (i.e. skip limit*page entries)
|
|
3410
|
+
:param str after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
|
|
3411
|
+
:param list[union[HeaderFeature,str]] x_accept_feature:
|
|
3412
|
+
:param bool async_: Perform the request asynchronously
|
|
3413
|
+
:return: union[Page,list[ViewOutput]]
|
|
3756
3414
|
"""
|
|
3757
3415
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
3758
3416
|
kwargs['_return_http_data_only'] = True
|
|
@@ -3776,25 +3434,16 @@ class ContainersApi(object):
|
|
|
3776
3434
|
View all containers
|
|
3777
3435
|
This method makes a synchronous HTTP request by default.
|
|
3778
3436
|
|
|
3779
|
-
:param container_id: The ID of the container, one of user, group or project. Use \"site\" as containerId to save or get a site data view.
|
|
3780
|
-
:
|
|
3781
|
-
:param
|
|
3782
|
-
:
|
|
3783
|
-
:param
|
|
3784
|
-
:
|
|
3785
|
-
:param
|
|
3786
|
-
:
|
|
3787
|
-
:param
|
|
3788
|
-
:
|
|
3789
|
-
:param page: The page number (i.e. skip limit*page entries)
|
|
3790
|
-
:type page: int, optional
|
|
3791
|
-
:param after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
|
|
3792
|
-
:type after_id: str, optional
|
|
3793
|
-
:param x_accept_feature:, defaults to []
|
|
3794
|
-
:type x_accept_feature: list[union[HeaderFeature,str]], optional
|
|
3795
|
-
:param async_: Perform the request asynchronously
|
|
3796
|
-
:type async_: bool, optional
|
|
3797
|
-
:rtype: union[Page,list[ViewOutput]]
|
|
3437
|
+
:param str container_id: The ID of the container, one of user, group or project. Use \"site\" as containerId to save or get a site data view. (required)
|
|
3438
|
+
:param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
|
|
3439
|
+
:param str sort: The sort fields and order. (e.g. label:asc,created:desc)
|
|
3440
|
+
:param int limit: The maximum number of entries to return.
|
|
3441
|
+
:param int skip: The number of entries to skip.
|
|
3442
|
+
:param int page: The page number (i.e. skip limit*page entries)
|
|
3443
|
+
:param str after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
|
|
3444
|
+
:param list[union[HeaderFeature,str]] x_accept_feature:
|
|
3445
|
+
:param bool async_: Perform the request asynchronously
|
|
3446
|
+
:return: union[Page,list[ViewOutput]]
|
|
3798
3447
|
"""
|
|
3799
3448
|
|
|
3800
3449
|
all_params = ['container_id','filter','sort','limit','skip','page','after_id','x_accept_feature',] # noqa: E501
|
|
@@ -3878,13 +3527,10 @@ class ContainersApi(object):
|
|
|
3878
3527
|
Modify Container
|
|
3879
3528
|
This method makes a synchronous HTTP request by default.
|
|
3880
3529
|
|
|
3881
|
-
:param container_id:
|
|
3882
|
-
:
|
|
3883
|
-
:param
|
|
3884
|
-
:
|
|
3885
|
-
:param async_: Perform the request asynchronously
|
|
3886
|
-
:type async_: bool, optional
|
|
3887
|
-
:rtype: ModifiedResult
|
|
3530
|
+
:param str container_id: (required)
|
|
3531
|
+
:param ContainerUpdate body: (required)
|
|
3532
|
+
:param bool async_: Perform the request asynchronously
|
|
3533
|
+
:return: ModifiedResult
|
|
3888
3534
|
"""
|
|
3889
3535
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
3890
3536
|
kwargs['_return_http_data_only'] = True
|
|
@@ -3908,13 +3554,10 @@ class ContainersApi(object):
|
|
|
3908
3554
|
Modify Container
|
|
3909
3555
|
This method makes a synchronous HTTP request by default.
|
|
3910
3556
|
|
|
3911
|
-
:param container_id:
|
|
3912
|
-
:
|
|
3913
|
-
:param
|
|
3914
|
-
:
|
|
3915
|
-
:param async_: Perform the request asynchronously
|
|
3916
|
-
:type async_: bool, optional
|
|
3917
|
-
:rtype: ModifiedResult
|
|
3557
|
+
:param str container_id: (required)
|
|
3558
|
+
:param ContainerUpdate body: (required)
|
|
3559
|
+
:param bool async_: Perform the request asynchronously
|
|
3560
|
+
:return: ModifiedResult
|
|
3918
3561
|
"""
|
|
3919
3562
|
|
|
3920
3563
|
all_params = ['container_id','body',] # noqa: E501
|
|
@@ -4000,15 +3643,11 @@ class ContainersApi(object):
|
|
|
4000
3643
|
Modify an analysis.
|
|
4001
3644
|
This method makes a synchronous HTTP request by default.
|
|
4002
3645
|
|
|
4003
|
-
:param cid:
|
|
4004
|
-
:
|
|
4005
|
-
:param
|
|
4006
|
-
:
|
|
4007
|
-
:
|
|
4008
|
-
:type body: AnalysisModifyInput
|
|
4009
|
-
:param async_: Perform the request asynchronously
|
|
4010
|
-
:type async_: bool, optional
|
|
4011
|
-
:rtype: ModifiedResult
|
|
3646
|
+
:param str cid: (required)
|
|
3647
|
+
:param str analysis_id: (required)
|
|
3648
|
+
:param AnalysisModifyInput body: (required)
|
|
3649
|
+
:param bool async_: Perform the request asynchronously
|
|
3650
|
+
:return: ModifiedResult
|
|
4012
3651
|
"""
|
|
4013
3652
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
4014
3653
|
kwargs['_return_http_data_only'] = True
|
|
@@ -4032,15 +3671,11 @@ class ContainersApi(object):
|
|
|
4032
3671
|
Modify an analysis.
|
|
4033
3672
|
This method makes a synchronous HTTP request by default.
|
|
4034
3673
|
|
|
4035
|
-
:param cid:
|
|
4036
|
-
:
|
|
4037
|
-
:param
|
|
4038
|
-
:
|
|
4039
|
-
:
|
|
4040
|
-
:type body: AnalysisModifyInput
|
|
4041
|
-
:param async_: Perform the request asynchronously
|
|
4042
|
-
:type async_: bool, optional
|
|
4043
|
-
:rtype: ModifiedResult
|
|
3674
|
+
:param str cid: (required)
|
|
3675
|
+
:param str analysis_id: (required)
|
|
3676
|
+
:param AnalysisModifyInput body: (required)
|
|
3677
|
+
:param bool async_: Perform the request asynchronously
|
|
3678
|
+
:return: ModifiedResult
|
|
4044
3679
|
"""
|
|
4045
3680
|
|
|
4046
3681
|
all_params = ['cid','analysis_id','body',] # noqa: E501
|
|
@@ -4132,15 +3767,11 @@ class ContainersApi(object):
|
|
|
4132
3767
|
Note: If modifying a file's modality, the current classification will be cleared (except for items in the \"Custom\" list)
|
|
4133
3768
|
This method makes a synchronous HTTP request by default.
|
|
4134
3769
|
|
|
4135
|
-
:param cid:
|
|
4136
|
-
:
|
|
4137
|
-
:param
|
|
4138
|
-
:
|
|
4139
|
-
:
|
|
4140
|
-
:type body: FileModifyInput
|
|
4141
|
-
:param async_: Perform the request asynchronously
|
|
4142
|
-
:type async_: bool, optional
|
|
4143
|
-
:rtype: ModifiedResult
|
|
3770
|
+
:param str cid: (required)
|
|
3771
|
+
:param str filename: (required)
|
|
3772
|
+
:param FileModifyInput body: (required)
|
|
3773
|
+
:param bool async_: Perform the request asynchronously
|
|
3774
|
+
:return: ModifiedResult
|
|
4144
3775
|
"""
|
|
4145
3776
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
4146
3777
|
kwargs['_return_http_data_only'] = True
|
|
@@ -4164,15 +3795,11 @@ class ContainersApi(object):
|
|
|
4164
3795
|
Note: If modifying a file's modality, the current classification will be cleared (except for items in the \"Custom\" list)
|
|
4165
3796
|
This method makes a synchronous HTTP request by default.
|
|
4166
3797
|
|
|
4167
|
-
:param cid:
|
|
4168
|
-
:
|
|
4169
|
-
:param
|
|
4170
|
-
:
|
|
4171
|
-
:
|
|
4172
|
-
:type body: FileModifyInput
|
|
4173
|
-
:param async_: Perform the request asynchronously
|
|
4174
|
-
:type async_: bool, optional
|
|
4175
|
-
:rtype: ModifiedResult
|
|
3798
|
+
:param str cid: (required)
|
|
3799
|
+
:param str filename: (required)
|
|
3800
|
+
:param FileModifyInput body: (required)
|
|
3801
|
+
:param bool async_: Perform the request asynchronously
|
|
3802
|
+
:return: ModifiedResult
|
|
4176
3803
|
"""
|
|
4177
3804
|
|
|
4178
3805
|
all_params = ['cid','filename','body',] # noqa: E501
|
|
@@ -4264,15 +3891,11 @@ class ContainersApi(object):
|
|
|
4264
3891
|
If replacing a file's classification, the modality can optionally be modified as well.
|
|
4265
3892
|
This method makes a synchronous HTTP request by default.
|
|
4266
3893
|
|
|
4267
|
-
:param cid:
|
|
4268
|
-
:
|
|
4269
|
-
:param
|
|
4270
|
-
:
|
|
4271
|
-
:
|
|
4272
|
-
:type body: FileClassificationDelta
|
|
4273
|
-
:param async_: Perform the request asynchronously
|
|
4274
|
-
:type async_: bool, optional
|
|
4275
|
-
:rtype: ModifiedResult
|
|
3894
|
+
:param str cid: (required)
|
|
3895
|
+
:param str filename: (required)
|
|
3896
|
+
:param FileClassificationDelta body: (required)
|
|
3897
|
+
:param bool async_: Perform the request asynchronously
|
|
3898
|
+
:return: ModifiedResult
|
|
4276
3899
|
"""
|
|
4277
3900
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
4278
3901
|
kwargs['_return_http_data_only'] = True
|
|
@@ -4296,15 +3919,11 @@ class ContainersApi(object):
|
|
|
4296
3919
|
If replacing a file's classification, the modality can optionally be modified as well.
|
|
4297
3920
|
This method makes a synchronous HTTP request by default.
|
|
4298
3921
|
|
|
4299
|
-
:param cid:
|
|
4300
|
-
:
|
|
4301
|
-
:param
|
|
4302
|
-
:
|
|
4303
|
-
:
|
|
4304
|
-
:type body: FileClassificationDelta
|
|
4305
|
-
:param async_: Perform the request asynchronously
|
|
4306
|
-
:type async_: bool, optional
|
|
4307
|
-
:rtype: ModifiedResult
|
|
3922
|
+
:param str cid: (required)
|
|
3923
|
+
:param str filename: (required)
|
|
3924
|
+
:param FileClassificationDelta body: (required)
|
|
3925
|
+
:param bool async_: Perform the request asynchronously
|
|
3926
|
+
:return: ModifiedResult
|
|
4308
3927
|
"""
|
|
4309
3928
|
|
|
4310
3929
|
all_params = ['cid','filename','body',] # noqa: E501
|
|
@@ -4396,15 +4015,11 @@ class ContainersApi(object):
|
|
|
4396
4015
|
Modify and return the file 'info' field
|
|
4397
4016
|
This method makes a synchronous HTTP request by default.
|
|
4398
4017
|
|
|
4399
|
-
:param cid:
|
|
4400
|
-
:
|
|
4401
|
-
:param
|
|
4402
|
-
:
|
|
4403
|
-
:
|
|
4404
|
-
:type body: Info
|
|
4405
|
-
:param async_: Perform the request asynchronously
|
|
4406
|
-
:type async_: bool, optional
|
|
4407
|
-
:rtype: ModifiedResult
|
|
4018
|
+
:param str cid: (required)
|
|
4019
|
+
:param str filename: (required)
|
|
4020
|
+
:param Info body: (required)
|
|
4021
|
+
:param bool async_: Perform the request asynchronously
|
|
4022
|
+
:return: ModifiedResult
|
|
4408
4023
|
"""
|
|
4409
4024
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
4410
4025
|
kwargs['_return_http_data_only'] = True
|
|
@@ -4428,15 +4043,11 @@ class ContainersApi(object):
|
|
|
4428
4043
|
Modify and return the file 'info' field
|
|
4429
4044
|
This method makes a synchronous HTTP request by default.
|
|
4430
4045
|
|
|
4431
|
-
:param cid:
|
|
4432
|
-
:
|
|
4433
|
-
:param
|
|
4434
|
-
:
|
|
4435
|
-
:
|
|
4436
|
-
:type body: Info
|
|
4437
|
-
:param async_: Perform the request asynchronously
|
|
4438
|
-
:type async_: bool, optional
|
|
4439
|
-
:rtype: ModifiedResult
|
|
4046
|
+
:param str cid: (required)
|
|
4047
|
+
:param str filename: (required)
|
|
4048
|
+
:param Info body: (required)
|
|
4049
|
+
:param bool async_: Perform the request asynchronously
|
|
4050
|
+
:return: ModifiedResult
|
|
4440
4051
|
"""
|
|
4441
4052
|
|
|
4442
4053
|
all_params = ['cid','filename','body',] # noqa: E501
|
|
@@ -4528,13 +4139,10 @@ class ContainersApi(object):
|
|
|
4528
4139
|
Update or replace info for a(n) container. Keys that contain '$' or '.' will be sanitized in the process of being updated on the container.
|
|
4529
4140
|
This method makes a synchronous HTTP request by default.
|
|
4530
4141
|
|
|
4531
|
-
:param cid:
|
|
4532
|
-
:
|
|
4533
|
-
:param
|
|
4534
|
-
:
|
|
4535
|
-
:param async_: Perform the request asynchronously
|
|
4536
|
-
:type async_: bool, optional
|
|
4537
|
-
:rtype: ModifiedResult
|
|
4142
|
+
:param str cid: (required)
|
|
4143
|
+
:param Info body: (required)
|
|
4144
|
+
:param bool async_: Perform the request asynchronously
|
|
4145
|
+
:return: ModifiedResult
|
|
4538
4146
|
"""
|
|
4539
4147
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
4540
4148
|
kwargs['_return_http_data_only'] = True
|
|
@@ -4558,13 +4166,10 @@ class ContainersApi(object):
|
|
|
4558
4166
|
Update or replace info for a(n) container. Keys that contain '$' or '.' will be sanitized in the process of being updated on the container.
|
|
4559
4167
|
This method makes a synchronous HTTP request by default.
|
|
4560
4168
|
|
|
4561
|
-
:param cid:
|
|
4562
|
-
:
|
|
4563
|
-
:param
|
|
4564
|
-
:
|
|
4565
|
-
:param async_: Perform the request asynchronously
|
|
4566
|
-
:type async_: bool, optional
|
|
4567
|
-
:rtype: ModifiedResult
|
|
4169
|
+
:param str cid: (required)
|
|
4170
|
+
:param Info body: (required)
|
|
4171
|
+
:param bool async_: Perform the request asynchronously
|
|
4172
|
+
:return: ModifiedResult
|
|
4568
4173
|
"""
|
|
4569
4174
|
|
|
4570
4175
|
all_params = ['cid','body',] # noqa: E501
|
|
@@ -4650,15 +4255,11 @@ class ContainersApi(object):
|
|
|
4650
4255
|
Update a note of a(n) container
|
|
4651
4256
|
This method makes a synchronous HTTP request by default.
|
|
4652
4257
|
|
|
4653
|
-
:param cid:
|
|
4654
|
-
:
|
|
4655
|
-
:param
|
|
4656
|
-
:
|
|
4657
|
-
:
|
|
4658
|
-
:type body: NoteInput
|
|
4659
|
-
:param async_: Perform the request asynchronously
|
|
4660
|
-
:type async_: bool, optional
|
|
4661
|
-
:rtype: int
|
|
4258
|
+
:param str cid: (required)
|
|
4259
|
+
:param str note_id: (required)
|
|
4260
|
+
:param NoteInput body: (required)
|
|
4261
|
+
:param bool async_: Perform the request asynchronously
|
|
4262
|
+
:return: int
|
|
4662
4263
|
"""
|
|
4663
4264
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
4664
4265
|
kwargs['_return_http_data_only'] = True
|
|
@@ -4682,15 +4283,11 @@ class ContainersApi(object):
|
|
|
4682
4283
|
Update a note of a(n) container
|
|
4683
4284
|
This method makes a synchronous HTTP request by default.
|
|
4684
4285
|
|
|
4685
|
-
:param cid:
|
|
4686
|
-
:
|
|
4687
|
-
:param
|
|
4688
|
-
:
|
|
4689
|
-
:
|
|
4690
|
-
:type body: NoteInput
|
|
4691
|
-
:param async_: Perform the request asynchronously
|
|
4692
|
-
:type async_: bool, optional
|
|
4693
|
-
:rtype: int
|
|
4286
|
+
:param str cid: (required)
|
|
4287
|
+
:param str note_id: (required)
|
|
4288
|
+
:param NoteInput body: (required)
|
|
4289
|
+
:param bool async_: Perform the request asynchronously
|
|
4290
|
+
:return: int
|
|
4694
4291
|
"""
|
|
4695
4292
|
|
|
4696
4293
|
all_params = ['cid','note_id','body',] # noqa: E501
|
|
@@ -4782,15 +4379,11 @@ class ContainersApi(object):
|
|
|
4782
4379
|
Rename a tag
|
|
4783
4380
|
This method makes a synchronous HTTP request by default.
|
|
4784
4381
|
|
|
4785
|
-
:param cid:
|
|
4786
|
-
:
|
|
4787
|
-
:param
|
|
4788
|
-
:
|
|
4789
|
-
:
|
|
4790
|
-
:type body: Tag
|
|
4791
|
-
:param async_: Perform the request asynchronously
|
|
4792
|
-
:type async_: bool, optional
|
|
4793
|
-
:rtype: str
|
|
4382
|
+
:param str cid: (required)
|
|
4383
|
+
:param str value: The tag to interact with (required)
|
|
4384
|
+
:param Tag body: (required)
|
|
4385
|
+
:param bool async_: Perform the request asynchronously
|
|
4386
|
+
:return: str
|
|
4794
4387
|
"""
|
|
4795
4388
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
4796
4389
|
kwargs['_return_http_data_only'] = True
|
|
@@ -4814,15 +4407,11 @@ class ContainersApi(object):
|
|
|
4814
4407
|
Rename a tag
|
|
4815
4408
|
This method makes a synchronous HTTP request by default.
|
|
4816
4409
|
|
|
4817
|
-
:param cid:
|
|
4818
|
-
:
|
|
4819
|
-
:param
|
|
4820
|
-
:
|
|
4821
|
-
:
|
|
4822
|
-
:type body: Tag
|
|
4823
|
-
:param async_: Perform the request asynchronously
|
|
4824
|
-
:type async_: bool, optional
|
|
4825
|
-
:rtype: str
|
|
4410
|
+
:param str cid: (required)
|
|
4411
|
+
:param str value: The tag to interact with (required)
|
|
4412
|
+
:param Tag body: (required)
|
|
4413
|
+
:param bool async_: Perform the request asynchronously
|
|
4414
|
+
:return: str
|
|
4826
4415
|
"""
|
|
4827
4416
|
|
|
4828
4417
|
all_params = ['cid','value','body',] # noqa: E501
|
|
@@ -4914,29 +4503,18 @@ class ContainersApi(object):
|
|
|
4914
4503
|
Upload a file to a(n) container.
|
|
4915
4504
|
This method makes a synchronous HTTP request by default.
|
|
4916
4505
|
|
|
4917
|
-
:param container_id:
|
|
4918
|
-
:
|
|
4919
|
-
:param
|
|
4920
|
-
:
|
|
4921
|
-
:param
|
|
4922
|
-
:
|
|
4923
|
-
:param
|
|
4924
|
-
:
|
|
4925
|
-
:param
|
|
4926
|
-
:
|
|
4927
|
-
:param
|
|
4928
|
-
:
|
|
4929
|
-
:param job:
|
|
4930
|
-
:type job: str, optional
|
|
4931
|
-
:param metadata: Dictionary of file metadata (type, modality, info, etc.)
|
|
4932
|
-
:type metadata: object, optional
|
|
4933
|
-
:param x_accept_feature: redirect header, defaults to []
|
|
4934
|
-
:type x_accept_feature: list[str], optional
|
|
4935
|
-
:param content_type:
|
|
4936
|
-
:type content_type: str, optional
|
|
4937
|
-
:param async_: Perform the request asynchronously
|
|
4938
|
-
:type async_: bool, optional
|
|
4939
|
-
:rtype: union[list[FileOutput],UploadTicketOutput]
|
|
4506
|
+
:param str container_id: (required)
|
|
4507
|
+
:param str file: The file to upload (required)
|
|
4508
|
+
:param bool preserve_metadata:
|
|
4509
|
+
:param str ticket:
|
|
4510
|
+
:param str id:
|
|
4511
|
+
:param ContainerType level:
|
|
4512
|
+
:param str job:
|
|
4513
|
+
:param object metadata: Dictionary of file metadata (type, modality, info, etc.)
|
|
4514
|
+
:param list[str] x_accept_feature: redirect header
|
|
4515
|
+
:param str content_type:
|
|
4516
|
+
:param bool async_: Perform the request asynchronously
|
|
4517
|
+
:return: union[list[FileOutput],UploadTicketOutput]
|
|
4940
4518
|
"""
|
|
4941
4519
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
4942
4520
|
kwargs['_return_http_data_only'] = True
|
|
@@ -4960,29 +4538,18 @@ class ContainersApi(object):
|
|
|
4960
4538
|
Upload a file to a(n) container.
|
|
4961
4539
|
This method makes a synchronous HTTP request by default.
|
|
4962
4540
|
|
|
4963
|
-
:param container_id:
|
|
4964
|
-
:
|
|
4965
|
-
:param
|
|
4966
|
-
:
|
|
4967
|
-
:param
|
|
4968
|
-
:
|
|
4969
|
-
:param
|
|
4970
|
-
:
|
|
4971
|
-
:param
|
|
4972
|
-
:
|
|
4973
|
-
:param
|
|
4974
|
-
:
|
|
4975
|
-
:param job:
|
|
4976
|
-
:type job: str, optional
|
|
4977
|
-
:param metadata: Dictionary of file metadata (type, modality, info, etc.)
|
|
4978
|
-
:type metadata: object, optional
|
|
4979
|
-
:param x_accept_feature: redirect header, defaults to []
|
|
4980
|
-
:type x_accept_feature: list[str], optional
|
|
4981
|
-
:param content_type:
|
|
4982
|
-
:type content_type: str, optional
|
|
4983
|
-
:param async_: Perform the request asynchronously
|
|
4984
|
-
:type async_: bool, optional
|
|
4985
|
-
:rtype: union[list[FileOutput],UploadTicketOutput]
|
|
4541
|
+
:param str container_id: (required)
|
|
4542
|
+
:param str file: The file to upload (required)
|
|
4543
|
+
:param bool preserve_metadata:
|
|
4544
|
+
:param str ticket:
|
|
4545
|
+
:param str id:
|
|
4546
|
+
:param ContainerType level:
|
|
4547
|
+
:param str job:
|
|
4548
|
+
:param object metadata: Dictionary of file metadata (type, modality, info, etc.)
|
|
4549
|
+
:param list[str] x_accept_feature: redirect header
|
|
4550
|
+
:param str content_type:
|
|
4551
|
+
:param bool async_: Perform the request asynchronously
|
|
4552
|
+
:return: union[list[FileOutput],UploadTicketOutput]
|
|
4986
4553
|
"""
|
|
4987
4554
|
|
|
4988
4555
|
all_params = ['container_id','file','preserve_metadata','ticket','id','level','job','metadata','x_accept_feature','content_type',] # noqa: E501
|
|
@@ -5078,25 +4645,16 @@ class ContainersApi(object):
|
|
|
5078
4645
|
Upload an output file to an analysis
|
|
5079
4646
|
This method makes a synchronous HTTP request by default.
|
|
5080
4647
|
|
|
5081
|
-
:param cid:
|
|
5082
|
-
:
|
|
5083
|
-
:param
|
|
5084
|
-
:
|
|
5085
|
-
:param
|
|
5086
|
-
:
|
|
5087
|
-
:param
|
|
5088
|
-
:
|
|
5089
|
-
:param
|
|
5090
|
-
:
|
|
5091
|
-
:param level:
|
|
5092
|
-
:type level: ContainerType, optional
|
|
5093
|
-
:param job:
|
|
5094
|
-
:type job: str, optional
|
|
5095
|
-
:param content_type:
|
|
5096
|
-
:type content_type: str, optional
|
|
5097
|
-
:param async_: Perform the request asynchronously
|
|
5098
|
-
:type async_: bool, optional
|
|
5099
|
-
:rtype: list[FileOutput]
|
|
4648
|
+
:param str cid: (required)
|
|
4649
|
+
:param str analysis_id: (required)
|
|
4650
|
+
:param str file: The file to upload (required)
|
|
4651
|
+
:param str ticket:
|
|
4652
|
+
:param str id:
|
|
4653
|
+
:param ContainerType level:
|
|
4654
|
+
:param str job:
|
|
4655
|
+
:param str content_type:
|
|
4656
|
+
:param bool async_: Perform the request asynchronously
|
|
4657
|
+
:return: list[FileOutput]
|
|
5100
4658
|
"""
|
|
5101
4659
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
5102
4660
|
kwargs['_return_http_data_only'] = True
|
|
@@ -5120,25 +4678,16 @@ class ContainersApi(object):
|
|
|
5120
4678
|
Upload an output file to an analysis
|
|
5121
4679
|
This method makes a synchronous HTTP request by default.
|
|
5122
4680
|
|
|
5123
|
-
:param cid:
|
|
5124
|
-
:
|
|
5125
|
-
:param
|
|
5126
|
-
:
|
|
5127
|
-
:param
|
|
5128
|
-
:
|
|
5129
|
-
:param
|
|
5130
|
-
:
|
|
5131
|
-
:param
|
|
5132
|
-
:
|
|
5133
|
-
:param level:
|
|
5134
|
-
:type level: ContainerType, optional
|
|
5135
|
-
:param job:
|
|
5136
|
-
:type job: str, optional
|
|
5137
|
-
:param content_type:
|
|
5138
|
-
:type content_type: str, optional
|
|
5139
|
-
:param async_: Perform the request asynchronously
|
|
5140
|
-
:type async_: bool, optional
|
|
5141
|
-
:rtype: list[FileOutput]
|
|
4681
|
+
:param str cid: (required)
|
|
4682
|
+
:param str analysis_id: (required)
|
|
4683
|
+
:param str file: The file to upload (required)
|
|
4684
|
+
:param str ticket:
|
|
4685
|
+
:param str id:
|
|
4686
|
+
:param ContainerType level:
|
|
4687
|
+
:param str job:
|
|
4688
|
+
:param str content_type:
|
|
4689
|
+
:param bool async_: Perform the request asynchronously
|
|
4690
|
+
:return: list[FileOutput]
|
|
5142
4691
|
"""
|
|
5143
4692
|
|
|
5144
4693
|
all_params = ['cid','analysis_id','file','ticket','id','level','job','content_type',] # noqa: E501
|