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/projects_api.py
CHANGED
|
@@ -29,13 +29,10 @@ class ProjectsApi(object):
|
|
|
29
29
|
|
|
30
30
|
This method makes a synchronous HTTP request by default.
|
|
31
31
|
|
|
32
|
-
:param body:
|
|
33
|
-
:
|
|
34
|
-
:param
|
|
35
|
-
:
|
|
36
|
-
:param async_: Perform the request asynchronously
|
|
37
|
-
:type async_: bool, optional
|
|
38
|
-
:rtype: InsertedId
|
|
32
|
+
:param ProjectInput body: (required)
|
|
33
|
+
:param bool inherit: Inherit permissions from the group permission template
|
|
34
|
+
:param bool async_: Perform the request asynchronously
|
|
35
|
+
:return: InsertedId
|
|
39
36
|
"""
|
|
40
37
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
41
38
|
kwargs['_return_http_data_only'] = True
|
|
@@ -58,13 +55,10 @@ class ProjectsApi(object):
|
|
|
58
55
|
|
|
59
56
|
This method makes a synchronous HTTP request by default.
|
|
60
57
|
|
|
61
|
-
:param body:
|
|
62
|
-
:
|
|
63
|
-
:param
|
|
64
|
-
:
|
|
65
|
-
:param async_: Perform the request asynchronously
|
|
66
|
-
:type async_: bool, optional
|
|
67
|
-
:rtype: InsertedId
|
|
58
|
+
:param ProjectInput body: (required)
|
|
59
|
+
:param bool inherit: Inherit permissions from the group permission template
|
|
60
|
+
:param bool async_: Perform the request asynchronously
|
|
61
|
+
:return: InsertedId
|
|
68
62
|
"""
|
|
69
63
|
|
|
70
64
|
all_params = ['body','inherit',] # noqa: E501
|
|
@@ -146,15 +140,12 @@ class ProjectsApi(object):
|
|
|
146
140
|
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.
|
|
147
141
|
This method makes a synchronous HTTP request by default.
|
|
148
142
|
|
|
149
|
-
:param cid:
|
|
150
|
-
:
|
|
151
|
-
:param
|
|
152
|
-
:
|
|
153
|
-
:param
|
|
154
|
-
:
|
|
155
|
-
:param async_: Perform the request asynchronously
|
|
156
|
-
:type async_: bool, optional
|
|
157
|
-
:rtype: InsertedId
|
|
143
|
+
:param str cid: (required)
|
|
144
|
+
:param union[AdhocAnalysisInput,JobAnalysisInput] body: (required)
|
|
145
|
+
:param bool job: returns job_id instead of analysis.id
|
|
146
|
+
:param bool job: returns job_id instead of analysis.id
|
|
147
|
+
:param bool async_: Perform the request asynchronously
|
|
148
|
+
:return: InsertedId
|
|
158
149
|
"""
|
|
159
150
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
160
151
|
kwargs['_return_http_data_only'] = True
|
|
@@ -178,18 +169,15 @@ class ProjectsApi(object):
|
|
|
178
169
|
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.
|
|
179
170
|
This method makes a synchronous HTTP request by default.
|
|
180
171
|
|
|
181
|
-
:param cid:
|
|
182
|
-
:
|
|
183
|
-
:param
|
|
184
|
-
:
|
|
185
|
-
:param
|
|
186
|
-
:
|
|
187
|
-
:param async_: Perform the request asynchronously
|
|
188
|
-
:type async_: bool, optional
|
|
189
|
-
:rtype: InsertedId
|
|
172
|
+
:param str cid: (required)
|
|
173
|
+
:param union[AdhocAnalysisInput,JobAnalysisInput] body: (required)
|
|
174
|
+
:param bool job: returns job_id instead of analysis.id
|
|
175
|
+
:param bool job: returns job_id instead of analysis.id
|
|
176
|
+
:param bool async_: Perform the request asynchronously
|
|
177
|
+
:return: InsertedId
|
|
190
178
|
"""
|
|
191
179
|
|
|
192
|
-
all_params = ['cid','body','job',] # noqa: E501
|
|
180
|
+
all_params = ['cid','body','job','job',] # noqa: E501
|
|
193
181
|
all_params.append('async_')
|
|
194
182
|
all_params.append('_return_http_data_only')
|
|
195
183
|
all_params.append('_preload_content')
|
|
@@ -222,6 +210,8 @@ class ProjectsApi(object):
|
|
|
222
210
|
path_params['cid'] = params['cid'] # noqa: E501
|
|
223
211
|
|
|
224
212
|
query_params = []
|
|
213
|
+
if 'job' in params:
|
|
214
|
+
query_params.append(('job', params['job'])) # noqa: E501
|
|
225
215
|
if 'job' in params:
|
|
226
216
|
query_params.append(('job', params['job'])) # noqa: E501
|
|
227
217
|
else:
|
|
@@ -276,15 +266,11 @@ class ProjectsApi(object):
|
|
|
276
266
|
Add a note to a(n) project analysis.
|
|
277
267
|
This method makes a synchronous HTTP request by default.
|
|
278
268
|
|
|
279
|
-
:param container_id: 24-char hex id
|
|
280
|
-
:
|
|
281
|
-
:param
|
|
282
|
-
:
|
|
283
|
-
:
|
|
284
|
-
:type body: NoteInput
|
|
285
|
-
:param async_: Perform the request asynchronously
|
|
286
|
-
:type async_: bool, optional
|
|
287
|
-
:rtype: Note
|
|
269
|
+
:param str container_id: 24-char hex id (required)
|
|
270
|
+
:param str analysis_id: 24-char hex analysis id (required)
|
|
271
|
+
:param NoteInput body: (required)
|
|
272
|
+
:param bool async_: Perform the request asynchronously
|
|
273
|
+
:return: Note
|
|
288
274
|
"""
|
|
289
275
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
290
276
|
kwargs['_return_http_data_only'] = True
|
|
@@ -308,15 +294,11 @@ class ProjectsApi(object):
|
|
|
308
294
|
Add a note to a(n) project analysis.
|
|
309
295
|
This method makes a synchronous HTTP request by default.
|
|
310
296
|
|
|
311
|
-
:param container_id: 24-char hex id
|
|
312
|
-
:
|
|
313
|
-
:param
|
|
314
|
-
:
|
|
315
|
-
:
|
|
316
|
-
:type body: NoteInput
|
|
317
|
-
:param async_: Perform the request asynchronously
|
|
318
|
-
:type async_: bool, optional
|
|
319
|
-
:rtype: Note
|
|
297
|
+
:param str container_id: 24-char hex id (required)
|
|
298
|
+
:param str analysis_id: 24-char hex analysis id (required)
|
|
299
|
+
:param NoteInput body: (required)
|
|
300
|
+
:param bool async_: Perform the request asynchronously
|
|
301
|
+
:return: Note
|
|
320
302
|
"""
|
|
321
303
|
|
|
322
304
|
all_params = ['container_id','analysis_id','body',] # noqa: E501
|
|
@@ -408,13 +390,10 @@ class ProjectsApi(object):
|
|
|
408
390
|
Add a note to a(n) project.
|
|
409
391
|
This method makes a synchronous HTTP request by default.
|
|
410
392
|
|
|
411
|
-
:param container_id:
|
|
412
|
-
:
|
|
413
|
-
:param
|
|
414
|
-
:
|
|
415
|
-
:param async_: Perform the request asynchronously
|
|
416
|
-
:type async_: bool, optional
|
|
417
|
-
:rtype: Note
|
|
393
|
+
:param str container_id: (required)
|
|
394
|
+
:param NoteInput body: (required)
|
|
395
|
+
:param bool async_: Perform the request asynchronously
|
|
396
|
+
:return: Note
|
|
418
397
|
"""
|
|
419
398
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
420
399
|
kwargs['_return_http_data_only'] = True
|
|
@@ -438,13 +417,10 @@ class ProjectsApi(object):
|
|
|
438
417
|
Add a note to a(n) project.
|
|
439
418
|
This method makes a synchronous HTTP request by default.
|
|
440
419
|
|
|
441
|
-
:param container_id:
|
|
442
|
-
:
|
|
443
|
-
:param
|
|
444
|
-
:
|
|
445
|
-
:param async_: Perform the request asynchronously
|
|
446
|
-
:type async_: bool, optional
|
|
447
|
-
:rtype: Note
|
|
420
|
+
:param str container_id: (required)
|
|
421
|
+
:param NoteInput body: (required)
|
|
422
|
+
:param bool async_: Perform the request asynchronously
|
|
423
|
+
:return: Note
|
|
448
424
|
"""
|
|
449
425
|
|
|
450
426
|
all_params = ['container_id','body',] # noqa: E501
|
|
@@ -530,15 +506,11 @@ class ProjectsApi(object):
|
|
|
530
506
|
Add user to a project Args: project_id: The id of the project permission: The permission to add auth_session: The auth session Returns: RolePermissionOutput: The added permission
|
|
531
507
|
This method makes a synchronous HTTP request by default.
|
|
532
508
|
|
|
533
|
-
:param project_id:
|
|
534
|
-
:
|
|
535
|
-
:param
|
|
536
|
-
:
|
|
537
|
-
:
|
|
538
|
-
:type x_accept_feature: list[union[HeaderFeature,str]], optional
|
|
539
|
-
:param async_: Perform the request asynchronously
|
|
540
|
-
:type async_: bool, optional
|
|
541
|
-
:rtype: RolePermissionOutput
|
|
509
|
+
:param str project_id: (required)
|
|
510
|
+
:param RolePermission body: (required)
|
|
511
|
+
:param list[union[HeaderFeature,str]] x_accept_feature:
|
|
512
|
+
:param bool async_: Perform the request asynchronously
|
|
513
|
+
:return: RolePermissionOutput
|
|
542
514
|
"""
|
|
543
515
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
544
516
|
kwargs['_return_http_data_only'] = True
|
|
@@ -562,15 +534,11 @@ class ProjectsApi(object):
|
|
|
562
534
|
Add user to a project Args: project_id: The id of the project permission: The permission to add auth_session: The auth session Returns: RolePermissionOutput: The added permission
|
|
563
535
|
This method makes a synchronous HTTP request by default.
|
|
564
536
|
|
|
565
|
-
:param project_id:
|
|
566
|
-
:
|
|
567
|
-
:param
|
|
568
|
-
:
|
|
569
|
-
:
|
|
570
|
-
:type x_accept_feature: list[union[HeaderFeature,str]], optional
|
|
571
|
-
:param async_: Perform the request asynchronously
|
|
572
|
-
:type async_: bool, optional
|
|
573
|
-
:rtype: RolePermissionOutput
|
|
537
|
+
:param str project_id: (required)
|
|
538
|
+
:param RolePermission body: (required)
|
|
539
|
+
:param list[union[HeaderFeature,str]] x_accept_feature:
|
|
540
|
+
:param bool async_: Perform the request asynchronously
|
|
541
|
+
:return: RolePermissionOutput
|
|
574
542
|
"""
|
|
575
543
|
|
|
576
544
|
all_params = ['project_id','body','x_accept_feature',] # noqa: E501
|
|
@@ -658,13 +626,10 @@ class ProjectsApi(object):
|
|
|
658
626
|
|
|
659
627
|
This method makes a synchronous HTTP request by default.
|
|
660
628
|
|
|
661
|
-
:param project_id:
|
|
662
|
-
:
|
|
663
|
-
:param
|
|
664
|
-
:
|
|
665
|
-
:param async_: Perform the request asynchronously
|
|
666
|
-
:type async_: bool, optional
|
|
667
|
-
:rtype: GearRuleOutput
|
|
629
|
+
:param str project_id: (required)
|
|
630
|
+
:param GearRuleInput body: (required)
|
|
631
|
+
:param bool async_: Perform the request asynchronously
|
|
632
|
+
:return: GearRuleOutput
|
|
668
633
|
"""
|
|
669
634
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
670
635
|
kwargs['_return_http_data_only'] = True
|
|
@@ -687,13 +652,10 @@ class ProjectsApi(object):
|
|
|
687
652
|
|
|
688
653
|
This method makes a synchronous HTTP request by default.
|
|
689
654
|
|
|
690
|
-
:param project_id:
|
|
691
|
-
:
|
|
692
|
-
:param
|
|
693
|
-
:
|
|
694
|
-
:param async_: Perform the request asynchronously
|
|
695
|
-
:type async_: bool, optional
|
|
696
|
-
:rtype: GearRuleOutput
|
|
655
|
+
:param str project_id: (required)
|
|
656
|
+
:param GearRuleInput body: (required)
|
|
657
|
+
:param bool async_: Perform the request asynchronously
|
|
658
|
+
:return: GearRuleOutput
|
|
697
659
|
"""
|
|
698
660
|
|
|
699
661
|
all_params = ['project_id','body',] # noqa: E501
|
|
@@ -779,13 +741,10 @@ class ProjectsApi(object):
|
|
|
779
741
|
Propagates changes to projects, sessions and acquisitions
|
|
780
742
|
This method makes a synchronous HTTP request by default.
|
|
781
743
|
|
|
782
|
-
:param cid:
|
|
783
|
-
:
|
|
784
|
-
:param
|
|
785
|
-
:
|
|
786
|
-
:param async_: Perform the request asynchronously
|
|
787
|
-
:type async_: bool, optional
|
|
788
|
-
:rtype: ModifiedResult
|
|
744
|
+
:param str cid: (required)
|
|
745
|
+
:param Tag body: (required)
|
|
746
|
+
:param bool async_: Perform the request asynchronously
|
|
747
|
+
:return: ModifiedResult
|
|
789
748
|
"""
|
|
790
749
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
791
750
|
kwargs['_return_http_data_only'] = True
|
|
@@ -809,13 +768,10 @@ class ProjectsApi(object):
|
|
|
809
768
|
Propagates changes to projects, sessions and acquisitions
|
|
810
769
|
This method makes a synchronous HTTP request by default.
|
|
811
770
|
|
|
812
|
-
:param cid:
|
|
813
|
-
:
|
|
814
|
-
:param
|
|
815
|
-
:
|
|
816
|
-
:param async_: Perform the request asynchronously
|
|
817
|
-
:type async_: bool, optional
|
|
818
|
-
:rtype: ModifiedResult
|
|
771
|
+
:param str cid: (required)
|
|
772
|
+
:param Tag body: (required)
|
|
773
|
+
:param bool async_: Perform the request asynchronously
|
|
774
|
+
:return: ModifiedResult
|
|
819
775
|
"""
|
|
820
776
|
|
|
821
777
|
all_params = ['cid','body',] # noqa: E501
|
|
@@ -901,13 +857,10 @@ class ProjectsApi(object):
|
|
|
901
857
|
Add multiple tags to a(n) project
|
|
902
858
|
This method makes a synchronous HTTP request by default.
|
|
903
859
|
|
|
904
|
-
:param cid:
|
|
905
|
-
:
|
|
906
|
-
:param
|
|
907
|
-
:
|
|
908
|
-
:param async_: Perform the request asynchronously
|
|
909
|
-
:type async_: bool, optional
|
|
910
|
-
:rtype: None
|
|
860
|
+
:param str cid: (required)
|
|
861
|
+
:param list[str] body: (required)
|
|
862
|
+
:param bool async_: Perform the request asynchronously
|
|
863
|
+
:return: None
|
|
911
864
|
"""
|
|
912
865
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
913
866
|
kwargs['_return_http_data_only'] = True
|
|
@@ -931,13 +884,10 @@ class ProjectsApi(object):
|
|
|
931
884
|
Add multiple tags to a(n) project
|
|
932
885
|
This method makes a synchronous HTTP request by default.
|
|
933
886
|
|
|
934
|
-
:param cid:
|
|
935
|
-
:
|
|
936
|
-
:param
|
|
937
|
-
:
|
|
938
|
-
:param async_: Perform the request asynchronously
|
|
939
|
-
:type async_: bool, optional
|
|
940
|
-
:rtype: None
|
|
887
|
+
:param str cid: (required)
|
|
888
|
+
:param list[str] body: (required)
|
|
889
|
+
:param bool async_: Perform the request asynchronously
|
|
890
|
+
:return: None
|
|
941
891
|
"""
|
|
942
892
|
|
|
943
893
|
all_params = ['cid','body',] # noqa: E501
|
|
@@ -1015,25 +965,16 @@ class ProjectsApi(object):
|
|
|
1015
965
|
|
|
1016
966
|
This method makes a synchronous HTTP request by default.
|
|
1017
967
|
|
|
1018
|
-
:param search_string: Include only results containing the search string
|
|
1019
|
-
:
|
|
1020
|
-
:param
|
|
1021
|
-
:
|
|
1022
|
-
:param
|
|
1023
|
-
:
|
|
1024
|
-
:param
|
|
1025
|
-
:
|
|
1026
|
-
:param
|
|
1027
|
-
:
|
|
1028
|
-
:param page: The page number (i.e. skip limit*page entries)
|
|
1029
|
-
:type page: int, optional
|
|
1030
|
-
:param after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
|
|
1031
|
-
:type after_id: str, optional
|
|
1032
|
-
:param x_accept_feature:, defaults to []
|
|
1033
|
-
:type x_accept_feature: list[union[HeaderFeature,str]], optional
|
|
1034
|
-
:param async_: Perform the request asynchronously
|
|
1035
|
-
:type async_: bool, optional
|
|
1036
|
-
:rtype: union[list[CatalogListOutput],Page]
|
|
968
|
+
:param str search_string: Include only results containing the search string
|
|
969
|
+
: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)
|
|
970
|
+
:param str sort: The sort fields and order. (e.g. label:asc,created:desc)
|
|
971
|
+
:param int limit: The maximum number of entries to return.
|
|
972
|
+
:param int skip: The number of entries to skip.
|
|
973
|
+
:param int page: The page number (i.e. skip limit*page entries)
|
|
974
|
+
:param str after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
|
|
975
|
+
:param list[union[HeaderFeature,str]] x_accept_feature:
|
|
976
|
+
:param bool async_: Perform the request asynchronously
|
|
977
|
+
:return: union[list[CatalogListOutput],Page]
|
|
1037
978
|
"""
|
|
1038
979
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
1039
980
|
kwargs['_return_http_data_only'] = True
|
|
@@ -1056,25 +997,16 @@ class ProjectsApi(object):
|
|
|
1056
997
|
|
|
1057
998
|
This method makes a synchronous HTTP request by default.
|
|
1058
999
|
|
|
1059
|
-
:param search_string: Include only results containing the search string
|
|
1060
|
-
:
|
|
1061
|
-
:param
|
|
1062
|
-
:
|
|
1063
|
-
:param
|
|
1064
|
-
:
|
|
1065
|
-
:param
|
|
1066
|
-
:
|
|
1067
|
-
:param
|
|
1068
|
-
:
|
|
1069
|
-
:param page: The page number (i.e. skip limit*page entries)
|
|
1070
|
-
:type page: int, optional
|
|
1071
|
-
:param after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
|
|
1072
|
-
:type after_id: str, optional
|
|
1073
|
-
:param x_accept_feature:, defaults to []
|
|
1074
|
-
:type x_accept_feature: list[union[HeaderFeature,str]], optional
|
|
1075
|
-
:param async_: Perform the request asynchronously
|
|
1076
|
-
:type async_: bool, optional
|
|
1077
|
-
:rtype: union[list[CatalogListOutput],Page]
|
|
1000
|
+
:param str search_string: Include only results containing the search string
|
|
1001
|
+
: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)
|
|
1002
|
+
:param str sort: The sort fields and order. (e.g. label:asc,created:desc)
|
|
1003
|
+
:param int limit: The maximum number of entries to return.
|
|
1004
|
+
:param int skip: The number of entries to skip.
|
|
1005
|
+
:param int page: The page number (i.e. skip limit*page entries)
|
|
1006
|
+
:param str after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
|
|
1007
|
+
:param list[union[HeaderFeature,str]] x_accept_feature:
|
|
1008
|
+
:param bool async_: Perform the request asynchronously
|
|
1009
|
+
:return: union[list[CatalogListOutput],Page]
|
|
1078
1010
|
"""
|
|
1079
1011
|
|
|
1080
1012
|
all_params = ['search_string','filter','sort','limit','skip','page','after_id','x_accept_feature',] # noqa: E501
|
|
@@ -1154,15 +1086,11 @@ class ProjectsApi(object):
|
|
|
1154
1086
|
Delete a project. Only site admins and users with \"admin\" project permissions may delete a project. When background=true, the deletion is performed asynchronously in the background (returns 202). Use GET /{project_id}/delete-status to check the deletion progress. When background=false, the deletion is performed synchronously (returns 200).
|
|
1155
1087
|
This method makes a synchronous HTTP request by default.
|
|
1156
1088
|
|
|
1157
|
-
:param project_id:
|
|
1158
|
-
:
|
|
1159
|
-
:param
|
|
1160
|
-
:
|
|
1161
|
-
:
|
|
1162
|
-
:type background: bool, optional
|
|
1163
|
-
:param async_: Perform the request asynchronously
|
|
1164
|
-
:type async_: bool, optional
|
|
1165
|
-
:rtype: DeletedResult
|
|
1089
|
+
:param str project_id: (required)
|
|
1090
|
+
:param ContainerDeleteReason delete_reason: A reason for deletion when audit-trail is enabled
|
|
1091
|
+
:param bool background: Perform deletion in the background
|
|
1092
|
+
:param bool async_: Perform the request asynchronously
|
|
1093
|
+
:return: DeletedResult
|
|
1166
1094
|
"""
|
|
1167
1095
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
1168
1096
|
kwargs['_return_http_data_only'] = True
|
|
@@ -1186,15 +1114,11 @@ class ProjectsApi(object):
|
|
|
1186
1114
|
Delete a project. Only site admins and users with \"admin\" project permissions may delete a project. When background=true, the deletion is performed asynchronously in the background (returns 202). Use GET /{project_id}/delete-status to check the deletion progress. When background=false, the deletion is performed synchronously (returns 200).
|
|
1187
1115
|
This method makes a synchronous HTTP request by default.
|
|
1188
1116
|
|
|
1189
|
-
:param project_id:
|
|
1190
|
-
:
|
|
1191
|
-
:param
|
|
1192
|
-
:
|
|
1193
|
-
:
|
|
1194
|
-
:type background: bool, optional
|
|
1195
|
-
:param async_: Perform the request asynchronously
|
|
1196
|
-
:type async_: bool, optional
|
|
1197
|
-
:rtype: DeletedResult
|
|
1117
|
+
:param str project_id: (required)
|
|
1118
|
+
:param ContainerDeleteReason delete_reason: A reason for deletion when audit-trail is enabled
|
|
1119
|
+
:param bool background: Perform deletion in the background
|
|
1120
|
+
:param bool async_: Perform the request asynchronously
|
|
1121
|
+
:return: DeletedResult
|
|
1198
1122
|
"""
|
|
1199
1123
|
|
|
1200
1124
|
all_params = ['project_id','delete_reason','background',] # noqa: E501
|
|
@@ -1267,15 +1191,11 @@ class ProjectsApi(object):
|
|
|
1267
1191
|
Delete an analysis for a container.
|
|
1268
1192
|
This method makes a synchronous HTTP request by default.
|
|
1269
1193
|
|
|
1270
|
-
:param cid:
|
|
1271
|
-
:
|
|
1272
|
-
:param
|
|
1273
|
-
:
|
|
1274
|
-
:
|
|
1275
|
-
:type delete_reason: ContainerDeleteReason, optional
|
|
1276
|
-
:param async_: Perform the request asynchronously
|
|
1277
|
-
:type async_: bool, optional
|
|
1278
|
-
:rtype: DeletedResult
|
|
1194
|
+
:param str cid: (required)
|
|
1195
|
+
:param str analysis_id: (required)
|
|
1196
|
+
:param ContainerDeleteReason delete_reason: Provide a reason for the deletion
|
|
1197
|
+
:param bool async_: Perform the request asynchronously
|
|
1198
|
+
:return: DeletedResult
|
|
1279
1199
|
"""
|
|
1280
1200
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
1281
1201
|
kwargs['_return_http_data_only'] = True
|
|
@@ -1299,15 +1219,11 @@ class ProjectsApi(object):
|
|
|
1299
1219
|
Delete an analysis for a container.
|
|
1300
1220
|
This method makes a synchronous HTTP request by default.
|
|
1301
1221
|
|
|
1302
|
-
:param cid:
|
|
1303
|
-
:
|
|
1304
|
-
:param
|
|
1305
|
-
:
|
|
1306
|
-
:
|
|
1307
|
-
:type delete_reason: ContainerDeleteReason, optional
|
|
1308
|
-
:param async_: Perform the request asynchronously
|
|
1309
|
-
:type async_: bool, optional
|
|
1310
|
-
:rtype: DeletedResult
|
|
1222
|
+
:param str cid: (required)
|
|
1223
|
+
:param str analysis_id: (required)
|
|
1224
|
+
:param ContainerDeleteReason delete_reason: Provide a reason for the deletion
|
|
1225
|
+
:param bool async_: Perform the request asynchronously
|
|
1226
|
+
:return: DeletedResult
|
|
1311
1227
|
"""
|
|
1312
1228
|
|
|
1313
1229
|
all_params = ['cid','analysis_id','delete_reason',] # noqa: E501
|
|
@@ -1384,15 +1300,11 @@ class ProjectsApi(object):
|
|
|
1384
1300
|
Remove a note from a(n) project analysis.
|
|
1385
1301
|
This method makes a synchronous HTTP request by default.
|
|
1386
1302
|
|
|
1387
|
-
:param cid: 24-char hex id
|
|
1388
|
-
:
|
|
1389
|
-
:param
|
|
1390
|
-
:
|
|
1391
|
-
:
|
|
1392
|
-
:type note_id: str
|
|
1393
|
-
:param async_: Perform the request asynchronously
|
|
1394
|
-
:type async_: bool, optional
|
|
1395
|
-
:rtype: DeletedResult
|
|
1303
|
+
:param str cid: 24-char hex id (required)
|
|
1304
|
+
:param str analysis_id: 24-char hex analysis id (required)
|
|
1305
|
+
:param str note_id: 24-char hex note id (required)
|
|
1306
|
+
:param bool async_: Perform the request asynchronously
|
|
1307
|
+
:return: DeletedResult
|
|
1396
1308
|
"""
|
|
1397
1309
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
1398
1310
|
kwargs['_return_http_data_only'] = True
|
|
@@ -1416,15 +1328,11 @@ class ProjectsApi(object):
|
|
|
1416
1328
|
Remove a note from a(n) project analysis.
|
|
1417
1329
|
This method makes a synchronous HTTP request by default.
|
|
1418
1330
|
|
|
1419
|
-
:param cid: 24-char hex id
|
|
1420
|
-
:
|
|
1421
|
-
:param
|
|
1422
|
-
:
|
|
1423
|
-
:
|
|
1424
|
-
:type note_id: str
|
|
1425
|
-
:param async_: Perform the request asynchronously
|
|
1426
|
-
:type async_: bool, optional
|
|
1427
|
-
:rtype: DeletedResult
|
|
1331
|
+
:param str cid: 24-char hex id (required)
|
|
1332
|
+
:param str analysis_id: 24-char hex analysis id (required)
|
|
1333
|
+
:param str note_id: 24-char hex note id (required)
|
|
1334
|
+
:param bool async_: Perform the request asynchronously
|
|
1335
|
+
:return: DeletedResult
|
|
1428
1336
|
"""
|
|
1429
1337
|
|
|
1430
1338
|
all_params = ['cid','analysis_id','note_id',] # noqa: E501
|
|
@@ -1505,17 +1413,12 @@ class ProjectsApi(object):
|
|
|
1505
1413
|
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.
|
|
1506
1414
|
This method makes a synchronous HTTP request by default.
|
|
1507
1415
|
|
|
1508
|
-
:param cid:
|
|
1509
|
-
:
|
|
1510
|
-
:param
|
|
1511
|
-
:
|
|
1512
|
-
:param
|
|
1513
|
-
:
|
|
1514
|
-
:param force: Force deletion of the file even if some checks fail. Deprecated, will be removed in a future release., defaults to false
|
|
1515
|
-
:type force: bool, optional
|
|
1516
|
-
:param async_: Perform the request asynchronously
|
|
1517
|
-
:type async_: bool, optional
|
|
1518
|
-
:rtype: DeletedResult
|
|
1416
|
+
:param str cid: (required)
|
|
1417
|
+
:param str filename: (required)
|
|
1418
|
+
:param ContainerDeleteReason delete_reason: A reason for deletion when audit-trail is enabled
|
|
1419
|
+
:param bool force: Force deletion of the file even if some checks fail. Deprecated, will be removed in a future release.
|
|
1420
|
+
:param bool async_: Perform the request asynchronously
|
|
1421
|
+
:return: DeletedResult
|
|
1519
1422
|
"""
|
|
1520
1423
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
1521
1424
|
kwargs['_return_http_data_only'] = True
|
|
@@ -1539,17 +1442,12 @@ class ProjectsApi(object):
|
|
|
1539
1442
|
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.
|
|
1540
1443
|
This method makes a synchronous HTTP request by default.
|
|
1541
1444
|
|
|
1542
|
-
:param cid:
|
|
1543
|
-
:
|
|
1544
|
-
:param
|
|
1545
|
-
:
|
|
1546
|
-
:param
|
|
1547
|
-
:
|
|
1548
|
-
:param force: Force deletion of the file even if some checks fail. Deprecated, will be removed in a future release., defaults to false
|
|
1549
|
-
:type force: bool, optional
|
|
1550
|
-
:param async_: Perform the request asynchronously
|
|
1551
|
-
:type async_: bool, optional
|
|
1552
|
-
:rtype: DeletedResult
|
|
1445
|
+
:param str cid: (required)
|
|
1446
|
+
:param str filename: (required)
|
|
1447
|
+
:param ContainerDeleteReason delete_reason: A reason for deletion when audit-trail is enabled
|
|
1448
|
+
:param bool force: Force deletion of the file even if some checks fail. Deprecated, will be removed in a future release.
|
|
1449
|
+
:param bool async_: Perform the request asynchronously
|
|
1450
|
+
:return: DeletedResult
|
|
1553
1451
|
"""
|
|
1554
1452
|
|
|
1555
1453
|
all_params = ['cid','filename','delete_reason','force',] # noqa: E501
|
|
@@ -1628,13 +1526,10 @@ class ProjectsApi(object):
|
|
|
1628
1526
|
Remove a note from a(n) project
|
|
1629
1527
|
This method makes a synchronous HTTP request by default.
|
|
1630
1528
|
|
|
1631
|
-
:param cid:
|
|
1632
|
-
:
|
|
1633
|
-
:param
|
|
1634
|
-
:
|
|
1635
|
-
:param async_: Perform the request asynchronously
|
|
1636
|
-
:type async_: bool, optional
|
|
1637
|
-
:rtype: DeletedResult
|
|
1529
|
+
:param str cid: (required)
|
|
1530
|
+
:param str note_id: (required)
|
|
1531
|
+
:param bool async_: Perform the request asynchronously
|
|
1532
|
+
:return: DeletedResult
|
|
1638
1533
|
"""
|
|
1639
1534
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
1640
1535
|
kwargs['_return_http_data_only'] = True
|
|
@@ -1658,13 +1553,10 @@ class ProjectsApi(object):
|
|
|
1658
1553
|
Remove a note from a(n) project
|
|
1659
1554
|
This method makes a synchronous HTTP request by default.
|
|
1660
1555
|
|
|
1661
|
-
:param cid:
|
|
1662
|
-
:
|
|
1663
|
-
:param
|
|
1664
|
-
:
|
|
1665
|
-
:param async_: Perform the request asynchronously
|
|
1666
|
-
:type async_: bool, optional
|
|
1667
|
-
:rtype: DeletedResult
|
|
1556
|
+
:param str cid: (required)
|
|
1557
|
+
:param str note_id: (required)
|
|
1558
|
+
:param bool async_: Perform the request asynchronously
|
|
1559
|
+
:return: DeletedResult
|
|
1668
1560
|
"""
|
|
1669
1561
|
|
|
1670
1562
|
all_params = ['cid','note_id',] # noqa: E501
|
|
@@ -1739,13 +1631,10 @@ class ProjectsApi(object):
|
|
|
1739
1631
|
Delete a tag
|
|
1740
1632
|
This method makes a synchronous HTTP request by default.
|
|
1741
1633
|
|
|
1742
|
-
:param cid:
|
|
1743
|
-
:
|
|
1744
|
-
:param
|
|
1745
|
-
:
|
|
1746
|
-
:param async_: Perform the request asynchronously
|
|
1747
|
-
:type async_: bool, optional
|
|
1748
|
-
:rtype: DeletedResult
|
|
1634
|
+
:param str cid: (required)
|
|
1635
|
+
:param str value: The tag to interact with (required)
|
|
1636
|
+
:param bool async_: Perform the request asynchronously
|
|
1637
|
+
:return: DeletedResult
|
|
1749
1638
|
"""
|
|
1750
1639
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
1751
1640
|
kwargs['_return_http_data_only'] = True
|
|
@@ -1769,13 +1658,10 @@ class ProjectsApi(object):
|
|
|
1769
1658
|
Delete a tag
|
|
1770
1659
|
This method makes a synchronous HTTP request by default.
|
|
1771
1660
|
|
|
1772
|
-
:param cid:
|
|
1773
|
-
:
|
|
1774
|
-
:param
|
|
1775
|
-
:
|
|
1776
|
-
:param async_: Perform the request asynchronously
|
|
1777
|
-
:type async_: bool, optional
|
|
1778
|
-
:rtype: DeletedResult
|
|
1661
|
+
:param str cid: (required)
|
|
1662
|
+
:param str value: The tag to interact with (required)
|
|
1663
|
+
:param bool async_: Perform the request asynchronously
|
|
1664
|
+
:return: DeletedResult
|
|
1779
1665
|
"""
|
|
1780
1666
|
|
|
1781
1667
|
all_params = ['cid','value',] # noqa: E501
|
|
@@ -1850,13 +1736,10 @@ class ProjectsApi(object):
|
|
|
1850
1736
|
Delete multiple tags from a(n) project
|
|
1851
1737
|
This method makes a synchronous HTTP request by default.
|
|
1852
1738
|
|
|
1853
|
-
:param cid:
|
|
1854
|
-
:
|
|
1855
|
-
:param
|
|
1856
|
-
:
|
|
1857
|
-
:param async_: Perform the request asynchronously
|
|
1858
|
-
:type async_: bool, optional
|
|
1859
|
-
:rtype: None
|
|
1739
|
+
:param str cid: (required)
|
|
1740
|
+
:param list[str] body: (required)
|
|
1741
|
+
:param bool async_: Perform the request asynchronously
|
|
1742
|
+
:return: None
|
|
1860
1743
|
"""
|
|
1861
1744
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
1862
1745
|
kwargs['_return_http_data_only'] = True
|
|
@@ -1880,13 +1763,10 @@ class ProjectsApi(object):
|
|
|
1880
1763
|
Delete multiple tags from a(n) project
|
|
1881
1764
|
This method makes a synchronous HTTP request by default.
|
|
1882
1765
|
|
|
1883
|
-
:param cid:
|
|
1884
|
-
:
|
|
1885
|
-
:param
|
|
1886
|
-
:
|
|
1887
|
-
:param async_: Perform the request asynchronously
|
|
1888
|
-
:type async_: bool, optional
|
|
1889
|
-
:rtype: None
|
|
1766
|
+
:param str cid: (required)
|
|
1767
|
+
:param list[str] body: (required)
|
|
1768
|
+
:param bool async_: Perform the request asynchronously
|
|
1769
|
+
:return: None
|
|
1890
1770
|
"""
|
|
1891
1771
|
|
|
1892
1772
|
all_params = ['cid','body',] # noqa: E501
|
|
@@ -1964,15 +1844,11 @@ class ProjectsApi(object):
|
|
|
1964
1844
|
|
|
1965
1845
|
This method makes a synchronous HTTP request by default.
|
|
1966
1846
|
|
|
1967
|
-
:param project_id:
|
|
1968
|
-
:
|
|
1969
|
-
:param
|
|
1970
|
-
:
|
|
1971
|
-
:
|
|
1972
|
-
:type x_accept_feature: list[union[HeaderFeature,str]], optional
|
|
1973
|
-
:param async_: Perform the request asynchronously
|
|
1974
|
-
:type async_: bool, optional
|
|
1975
|
-
:rtype: ModifiedResult
|
|
1847
|
+
:param str project_id: (required)
|
|
1848
|
+
:param str uid: (required)
|
|
1849
|
+
:param list[union[HeaderFeature,str]] x_accept_feature:
|
|
1850
|
+
:param bool async_: Perform the request asynchronously
|
|
1851
|
+
:return: ModifiedResult
|
|
1976
1852
|
"""
|
|
1977
1853
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
1978
1854
|
kwargs['_return_http_data_only'] = True
|
|
@@ -1995,15 +1871,11 @@ class ProjectsApi(object):
|
|
|
1995
1871
|
|
|
1996
1872
|
This method makes a synchronous HTTP request by default.
|
|
1997
1873
|
|
|
1998
|
-
:param project_id:
|
|
1999
|
-
:
|
|
2000
|
-
:param
|
|
2001
|
-
:
|
|
2002
|
-
:
|
|
2003
|
-
:type x_accept_feature: list[union[HeaderFeature,str]], optional
|
|
2004
|
-
:param async_: Perform the request asynchronously
|
|
2005
|
-
:type async_: bool, optional
|
|
2006
|
-
:rtype: ModifiedResult
|
|
1874
|
+
:param str project_id: (required)
|
|
1875
|
+
:param str uid: (required)
|
|
1876
|
+
:param list[union[HeaderFeature,str]] x_accept_feature:
|
|
1877
|
+
:param bool async_: Perform the request asynchronously
|
|
1878
|
+
:return: ModifiedResult
|
|
2007
1879
|
"""
|
|
2008
1880
|
|
|
2009
1881
|
all_params = ['project_id','uid','x_accept_feature',] # noqa: E501
|
|
@@ -2081,13 +1953,10 @@ class ProjectsApi(object):
|
|
|
2081
1953
|
Delete multiple projects by ID list
|
|
2082
1954
|
This method makes a synchronous HTTP request by default.
|
|
2083
1955
|
|
|
2084
|
-
:param body: List of IDs to delete
|
|
2085
|
-
:
|
|
2086
|
-
:param
|
|
2087
|
-
:
|
|
2088
|
-
:param async_: Perform the request asynchronously
|
|
2089
|
-
:type async_: bool, optional
|
|
2090
|
-
:rtype: DeletedResult
|
|
1956
|
+
:param list[str] body: List of IDs to delete (required)
|
|
1957
|
+
:param ContainerDeleteReason delete_reason:
|
|
1958
|
+
:param bool async_: Perform the request asynchronously
|
|
1959
|
+
:return: DeletedResult
|
|
2091
1960
|
"""
|
|
2092
1961
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
2093
1962
|
kwargs['_return_http_data_only'] = True
|
|
@@ -2111,13 +1980,10 @@ class ProjectsApi(object):
|
|
|
2111
1980
|
Delete multiple projects by ID list
|
|
2112
1981
|
This method makes a synchronous HTTP request by default.
|
|
2113
1982
|
|
|
2114
|
-
:param body: List of IDs to delete
|
|
2115
|
-
:
|
|
2116
|
-
:param
|
|
2117
|
-
:
|
|
2118
|
-
:param async_: Perform the request asynchronously
|
|
2119
|
-
:type async_: bool, optional
|
|
2120
|
-
:rtype: DeletedResult
|
|
1983
|
+
:param list[str] body: List of IDs to delete (required)
|
|
1984
|
+
:param ContainerDeleteReason delete_reason:
|
|
1985
|
+
:param bool async_: Perform the request asynchronously
|
|
1986
|
+
:return: DeletedResult
|
|
2121
1987
|
"""
|
|
2122
1988
|
|
|
2123
1989
|
all_params = ['body','delete_reason',] # noqa: E501
|
|
@@ -2192,29 +2058,18 @@ class ProjectsApi(object):
|
|
|
2192
2058
|
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.
|
|
2193
2059
|
This method makes a synchronous HTTP request by default.
|
|
2194
2060
|
|
|
2195
|
-
:param project_id: 24-character hex ID
|
|
2196
|
-
:
|
|
2197
|
-
:param
|
|
2198
|
-
:
|
|
2199
|
-
:param
|
|
2200
|
-
:
|
|
2201
|
-
:param
|
|
2202
|
-
:
|
|
2203
|
-
:param
|
|
2204
|
-
:
|
|
2205
|
-
:param
|
|
2206
|
-
:
|
|
2207
|
-
:param hash: file hash for comparison
|
|
2208
|
-
:type hash: str, optional
|
|
2209
|
-
:param range: byte ranges to return
|
|
2210
|
-
:type range: str, optional
|
|
2211
|
-
:param x_accept_feature: redirect header, defaults to []
|
|
2212
|
-
:type x_accept_feature: list[str], optional
|
|
2213
|
-
:param dest_file: Destination file path
|
|
2214
|
-
:type dest_file: str
|
|
2215
|
-
:param async_: Perform the request asynchronously
|
|
2216
|
-
:type async_: bool, optional
|
|
2217
|
-
:rtype: union[DownloadTicketStub,ZipfileInfo]
|
|
2061
|
+
:param str project_id: 24-character hex ID (required)
|
|
2062
|
+
:param str file_name: output file name (required)
|
|
2063
|
+
:param bool info: If the file is a zipfile, return a json response of zipfile member information
|
|
2064
|
+
:param str member: The filename of a zipfile member to download rather than the entire file
|
|
2065
|
+
: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\"
|
|
2066
|
+
:param int version: version of the file to download
|
|
2067
|
+
:param str hash: file hash for comparison
|
|
2068
|
+
:param str range: byte ranges to return
|
|
2069
|
+
:param list[str] x_accept_feature: redirect header
|
|
2070
|
+
:param str dest_file: Destination file path
|
|
2071
|
+
:param bool async_: Perform the request asynchronously
|
|
2072
|
+
:return: union[DownloadTicketStub,ZipfileInfo]
|
|
2218
2073
|
"""
|
|
2219
2074
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
2220
2075
|
kwargs['_return_http_data_only'] = True
|
|
@@ -2237,27 +2092,17 @@ class ProjectsApi(object):
|
|
|
2237
2092
|
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.
|
|
2238
2093
|
This method makes a synchronous HTTP request by default.
|
|
2239
2094
|
|
|
2240
|
-
:param project_id: 24-character hex ID
|
|
2241
|
-
:
|
|
2242
|
-
:param
|
|
2243
|
-
:
|
|
2244
|
-
:param
|
|
2245
|
-
:
|
|
2246
|
-
:param
|
|
2247
|
-
:
|
|
2248
|
-
:param
|
|
2249
|
-
:
|
|
2250
|
-
:
|
|
2251
|
-
:type version: int, optional
|
|
2252
|
-
:param hash: file hash for comparison
|
|
2253
|
-
:type hash: str, optional
|
|
2254
|
-
:param range: byte ranges to return
|
|
2255
|
-
:type range: str, optional
|
|
2256
|
-
:param x_accept_feature: redirect header, defaults to []
|
|
2257
|
-
:type x_accept_feature: list[str], optional
|
|
2258
|
-
:param async_: Perform the request asynchronously
|
|
2259
|
-
:type async_: bool, optional
|
|
2260
|
-
:rtype: union[DownloadTicketStub,ZipfileInfo]
|
|
2095
|
+
:param str project_id: 24-character hex ID (required)
|
|
2096
|
+
:param str file_name: output file name (required)
|
|
2097
|
+
:param bool info: If the file is a zipfile, return a json response of zipfile member information
|
|
2098
|
+
:param str member: The filename of a zipfile member to download rather than the entire file
|
|
2099
|
+
: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\"
|
|
2100
|
+
:param int version: version of the file to download
|
|
2101
|
+
:param str hash: file hash for comparison
|
|
2102
|
+
:param str range: byte ranges to return
|
|
2103
|
+
:param list[str] x_accept_feature: redirect header
|
|
2104
|
+
:param bool async_: Perform the request asynchronously
|
|
2105
|
+
:return: union[DownloadTicketStub,ZipfileInfo]
|
|
2261
2106
|
"""
|
|
2262
2107
|
|
|
2263
2108
|
all_params = ['project_id','file_name','info','member','view','version','hash','range','x_accept_feature',] # noqa: E501
|
|
@@ -2347,29 +2192,18 @@ class ProjectsApi(object):
|
|
|
2347
2192
|
Does not work on files whose names contain a forward slash.
|
|
2348
2193
|
This method makes a synchronous HTTP request by default.
|
|
2349
2194
|
|
|
2350
|
-
:param project_id: 24-character hex ID
|
|
2351
|
-
:
|
|
2352
|
-
:param
|
|
2353
|
-
:
|
|
2354
|
-
:param
|
|
2355
|
-
:
|
|
2356
|
-
:param
|
|
2357
|
-
:
|
|
2358
|
-
:param
|
|
2359
|
-
:
|
|
2360
|
-
:param
|
|
2361
|
-
:
|
|
2362
|
-
:param version: version of the file to download
|
|
2363
|
-
:type version: int, optional
|
|
2364
|
-
:param hash: file hash for comparison
|
|
2365
|
-
:type hash: str, optional
|
|
2366
|
-
:param range: byte ranges to return
|
|
2367
|
-
:type range: str, optional
|
|
2368
|
-
:param x_accept_feature: redirect header, defaults to []
|
|
2369
|
-
:type x_accept_feature: list[str], optional
|
|
2370
|
-
:param async_: Perform the request asynchronously
|
|
2371
|
-
:type async_: bool, optional
|
|
2372
|
-
:rtype: FileZipInfo
|
|
2195
|
+
:param str project_id: 24-character hex ID (required)
|
|
2196
|
+
:param str file_name: output file name (required)
|
|
2197
|
+
:param str ticket: The generated ticket id for the download, or present but empty to generate a ticket id
|
|
2198
|
+
:param bool info: If the file is a zipfile, return a json response of zipfile member information
|
|
2199
|
+
:param str member: The filename of a zipfile member to download rather than the entire file
|
|
2200
|
+
: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\"
|
|
2201
|
+
:param int version: version of the file to download
|
|
2202
|
+
:param str hash: file hash for comparison
|
|
2203
|
+
:param str range: byte ranges to return
|
|
2204
|
+
:param list[str] x_accept_feature: redirect header
|
|
2205
|
+
:param bool async_: Perform the request asynchronously
|
|
2206
|
+
:return: FileZipInfo
|
|
2373
2207
|
"""
|
|
2374
2208
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
2375
2209
|
kwargs['_return_http_data_only'] = True
|
|
@@ -2393,29 +2227,18 @@ class ProjectsApi(object):
|
|
|
2393
2227
|
Does not work on files whose names contain a forward slash.
|
|
2394
2228
|
This method makes a synchronous HTTP request by default.
|
|
2395
2229
|
|
|
2396
|
-
:param project_id: 24-character hex ID
|
|
2397
|
-
:
|
|
2398
|
-
:param
|
|
2399
|
-
:
|
|
2400
|
-
:param
|
|
2401
|
-
:
|
|
2402
|
-
:param
|
|
2403
|
-
:
|
|
2404
|
-
:param
|
|
2405
|
-
:
|
|
2406
|
-
:param
|
|
2407
|
-
:
|
|
2408
|
-
:param version: version of the file to download
|
|
2409
|
-
:type version: int, optional
|
|
2410
|
-
:param hash: file hash for comparison
|
|
2411
|
-
:type hash: str, optional
|
|
2412
|
-
:param range: byte ranges to return
|
|
2413
|
-
:type range: str, optional
|
|
2414
|
-
:param x_accept_feature: redirect header, defaults to []
|
|
2415
|
-
:type x_accept_feature: list[str], optional
|
|
2416
|
-
:param async_: Perform the request asynchronously
|
|
2417
|
-
:type async_: bool, optional
|
|
2418
|
-
:rtype: FileZipInfo
|
|
2230
|
+
:param str project_id: 24-character hex ID (required)
|
|
2231
|
+
:param str file_name: output file name (required)
|
|
2232
|
+
:param str ticket: The generated ticket id for the download, or present but empty to generate a ticket id
|
|
2233
|
+
:param bool info: If the file is a zipfile, return a json response of zipfile member information
|
|
2234
|
+
:param str member: The filename of a zipfile member to download rather than the entire file
|
|
2235
|
+
: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\"
|
|
2236
|
+
:param int version: version of the file to download
|
|
2237
|
+
:param str hash: file hash for comparison
|
|
2238
|
+
:param str range: byte ranges to return
|
|
2239
|
+
:param list[str] x_accept_feature: redirect header
|
|
2240
|
+
:param bool async_: Perform the request asynchronously
|
|
2241
|
+
:return: FileZipInfo
|
|
2419
2242
|
"""
|
|
2420
2243
|
|
|
2421
2244
|
all_params = ['project_id','file_name','ticket','info','member','view','version','hash','range','x_accept_feature',] # noqa: E501
|
|
@@ -2508,29 +2331,18 @@ class ProjectsApi(object):
|
|
|
2508
2331
|
|
|
2509
2332
|
This method makes a synchronous HTTP request by default.
|
|
2510
2333
|
|
|
2511
|
-
:param project_id: 24-character hex ID
|
|
2512
|
-
:
|
|
2513
|
-
:param
|
|
2514
|
-
:
|
|
2515
|
-
:param
|
|
2516
|
-
:
|
|
2517
|
-
:param
|
|
2518
|
-
:
|
|
2519
|
-
:param
|
|
2520
|
-
:
|
|
2521
|
-
:param
|
|
2522
|
-
:
|
|
2523
|
-
:param version: version of the file to download
|
|
2524
|
-
:type version: int, optional
|
|
2525
|
-
:param hash: file hash for comparison
|
|
2526
|
-
:type hash: str, optional
|
|
2527
|
-
:param range: byte ranges to return
|
|
2528
|
-
:type range: str, optional
|
|
2529
|
-
:param x_accept_feature: redirect header, defaults to []
|
|
2530
|
-
:type x_accept_feature: list[str], optional
|
|
2531
|
-
:param async_: Perform the request asynchronously
|
|
2532
|
-
:type async_: bool, optional
|
|
2533
|
-
:rtype: union[DownloadTicketStub,ZipfileInfo]
|
|
2334
|
+
:param str project_id: 24-character hex ID (required)
|
|
2335
|
+
:param str file_name: output file name (required)
|
|
2336
|
+
:param str ticket: The generated ticket id for the download, or present but empty to generate a ticket id
|
|
2337
|
+
:param bool info: If the file is a zipfile, return a json response of zipfile member information
|
|
2338
|
+
:param str member: The filename of a zipfile member to download rather than the entire file
|
|
2339
|
+
: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\"
|
|
2340
|
+
:param int version: version of the file to download
|
|
2341
|
+
:param str hash: file hash for comparison
|
|
2342
|
+
:param str range: byte ranges to return
|
|
2343
|
+
:param list[str] x_accept_feature: redirect header
|
|
2344
|
+
:param bool async_: Perform the request asynchronously
|
|
2345
|
+
:return: union[DownloadTicketStub,ZipfileInfo]
|
|
2534
2346
|
"""
|
|
2535
2347
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
2536
2348
|
kwargs['_return_http_data_only'] = True
|
|
@@ -2553,29 +2365,18 @@ class ProjectsApi(object):
|
|
|
2553
2365
|
|
|
2554
2366
|
This method makes a synchronous HTTP request by default.
|
|
2555
2367
|
|
|
2556
|
-
:param project_id: 24-character hex ID
|
|
2557
|
-
:
|
|
2558
|
-
:param
|
|
2559
|
-
:
|
|
2560
|
-
:param
|
|
2561
|
-
:
|
|
2562
|
-
:param
|
|
2563
|
-
:
|
|
2564
|
-
:param
|
|
2565
|
-
:
|
|
2566
|
-
:param
|
|
2567
|
-
:
|
|
2568
|
-
:param version: version of the file to download
|
|
2569
|
-
:type version: int, optional
|
|
2570
|
-
:param hash: file hash for comparison
|
|
2571
|
-
:type hash: str, optional
|
|
2572
|
-
:param range: byte ranges to return
|
|
2573
|
-
:type range: str, optional
|
|
2574
|
-
:param x_accept_feature: redirect header, defaults to []
|
|
2575
|
-
:type x_accept_feature: list[str], optional
|
|
2576
|
-
:param async_: Perform the request asynchronously
|
|
2577
|
-
:type async_: bool, optional
|
|
2578
|
-
:rtype: union[DownloadTicketStub,ZipfileInfo]
|
|
2368
|
+
:param str project_id: 24-character hex ID (required)
|
|
2369
|
+
:param str file_name: output file name (required)
|
|
2370
|
+
:param str ticket: The generated ticket id for the download, or present but empty to generate a ticket id
|
|
2371
|
+
:param bool info: If the file is a zipfile, return a json response of zipfile member information
|
|
2372
|
+
:param str member: The filename of a zipfile member to download rather than the entire file
|
|
2373
|
+
: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\"
|
|
2374
|
+
:param int version: version of the file to download
|
|
2375
|
+
:param str hash: file hash for comparison
|
|
2376
|
+
:param str range: byte ranges to return
|
|
2377
|
+
:param list[str] x_accept_feature: redirect header
|
|
2378
|
+
:param bool async_: Perform the request asynchronously
|
|
2379
|
+
:return: union[DownloadTicketStub,ZipfileInfo]
|
|
2579
2380
|
"""
|
|
2580
2381
|
|
|
2581
2382
|
all_params = ['project_id','file_name','ticket','info','member','view','version','hash','range','x_accept_feature',] # noqa: E501
|
|
@@ -2667,27 +2468,17 @@ class ProjectsApi(object):
|
|
|
2667
2468
|
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.
|
|
2668
2469
|
This method makes a synchronous HTTP request by default.
|
|
2669
2470
|
|
|
2670
|
-
:param project_id: 24-character hex ID
|
|
2671
|
-
:
|
|
2672
|
-
:param
|
|
2673
|
-
:
|
|
2674
|
-
:param
|
|
2675
|
-
:
|
|
2676
|
-
:param
|
|
2677
|
-
:
|
|
2678
|
-
:param
|
|
2679
|
-
:
|
|
2680
|
-
:
|
|
2681
|
-
:type view: bool, optional
|
|
2682
|
-
:param range: byte ranges to return
|
|
2683
|
-
:type range: str, optional
|
|
2684
|
-
:param x_accept_feature: redirect header, defaults to []
|
|
2685
|
-
:type x_accept_feature: list[str], optional
|
|
2686
|
-
:param dest_file: Destination file path
|
|
2687
|
-
:type dest_file: str
|
|
2688
|
-
:param async_: Perform the request asynchronously
|
|
2689
|
-
:type async_: bool, optional
|
|
2690
|
-
:rtype: union[DownloadTicketStub,ZipfileInfo]
|
|
2471
|
+
:param str project_id: 24-character hex ID (required)
|
|
2472
|
+
:param str analysis_id: 24-char hex analysis id (required)
|
|
2473
|
+
:param str filename: filename to download (get tar of all if empty) (required)
|
|
2474
|
+
:param bool info: get file info only
|
|
2475
|
+
:param str member: get zipfile member
|
|
2476
|
+
:param bool view: feature flag for view/download
|
|
2477
|
+
:param str range: byte ranges to return
|
|
2478
|
+
:param list[str] x_accept_feature: redirect header
|
|
2479
|
+
:param str dest_file: Destination file path
|
|
2480
|
+
:param bool async_: Perform the request asynchronously
|
|
2481
|
+
:return: union[DownloadTicketStub,ZipfileInfo]
|
|
2691
2482
|
"""
|
|
2692
2483
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
2693
2484
|
kwargs['_return_http_data_only'] = True
|
|
@@ -2710,25 +2501,16 @@ class ProjectsApi(object):
|
|
|
2710
2501
|
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.
|
|
2711
2502
|
This method makes a synchronous HTTP request by default.
|
|
2712
2503
|
|
|
2713
|
-
:param project_id: 24-character hex ID
|
|
2714
|
-
:
|
|
2715
|
-
:param
|
|
2716
|
-
:
|
|
2717
|
-
:param
|
|
2718
|
-
:
|
|
2719
|
-
:param
|
|
2720
|
-
:
|
|
2721
|
-
:param
|
|
2722
|
-
:
|
|
2723
|
-
:param view: feature flag for view/download, defaults to false
|
|
2724
|
-
:type view: bool, optional
|
|
2725
|
-
:param range: byte ranges to return
|
|
2726
|
-
:type range: str, optional
|
|
2727
|
-
:param x_accept_feature: redirect header, defaults to []
|
|
2728
|
-
:type x_accept_feature: list[str], optional
|
|
2729
|
-
:param async_: Perform the request asynchronously
|
|
2730
|
-
:type async_: bool, optional
|
|
2731
|
-
:rtype: union[DownloadTicketStub,ZipfileInfo]
|
|
2504
|
+
:param str project_id: 24-character hex ID (required)
|
|
2505
|
+
:param str analysis_id: 24-char hex analysis id (required)
|
|
2506
|
+
:param str filename: filename to download (get tar of all if empty) (required)
|
|
2507
|
+
:param bool info: get file info only
|
|
2508
|
+
:param str member: get zipfile member
|
|
2509
|
+
:param bool view: feature flag for view/download
|
|
2510
|
+
:param str range: byte ranges to return
|
|
2511
|
+
:param list[str] x_accept_feature: redirect header
|
|
2512
|
+
:param bool async_: Perform the request asynchronously
|
|
2513
|
+
:return: union[DownloadTicketStub,ZipfileInfo]
|
|
2732
2514
|
"""
|
|
2733
2515
|
|
|
2734
2516
|
all_params = ['project_id','analysis_id','filename','info','member','view','range','x_accept_feature',] # noqa: E501
|
|
@@ -2820,27 +2602,17 @@ class ProjectsApi(object):
|
|
|
2820
2602
|
Does not work on files whose names contain a forward slash.
|
|
2821
2603
|
This method makes a synchronous HTTP request by default.
|
|
2822
2604
|
|
|
2823
|
-
:param project_id: 24-character hex ID
|
|
2824
|
-
:
|
|
2825
|
-
:param
|
|
2826
|
-
:
|
|
2827
|
-
:param
|
|
2828
|
-
:
|
|
2829
|
-
:param
|
|
2830
|
-
:
|
|
2831
|
-
:param
|
|
2832
|
-
:
|
|
2833
|
-
:
|
|
2834
|
-
:type member: str, optional
|
|
2835
|
-
:param view: feature flag for view/download, defaults to false
|
|
2836
|
-
:type view: bool, optional
|
|
2837
|
-
:param range: byte ranges to return
|
|
2838
|
-
:type range: str, optional
|
|
2839
|
-
:param x_accept_feature: redirect header, defaults to []
|
|
2840
|
-
:type x_accept_feature: list[str], optional
|
|
2841
|
-
:param async_: Perform the request asynchronously
|
|
2842
|
-
:type async_: bool, optional
|
|
2843
|
-
:rtype: FileZipInfo
|
|
2605
|
+
:param str project_id: 24-character hex ID (required)
|
|
2606
|
+
:param str analysis_id: 24-char hex analysis id (required)
|
|
2607
|
+
:param str filename: filename to download (get tar of all if empty) (required)
|
|
2608
|
+
:param str ticket: 24-char hex ticket id
|
|
2609
|
+
:param bool info: get file info only
|
|
2610
|
+
:param str member: get zipfile member
|
|
2611
|
+
:param bool view: feature flag for view/download
|
|
2612
|
+
:param str range: byte ranges to return
|
|
2613
|
+
:param list[str] x_accept_feature: redirect header
|
|
2614
|
+
:param bool async_: Perform the request asynchronously
|
|
2615
|
+
:return: FileZipInfo
|
|
2844
2616
|
"""
|
|
2845
2617
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
2846
2618
|
kwargs['_return_http_data_only'] = True
|
|
@@ -2864,27 +2636,17 @@ class ProjectsApi(object):
|
|
|
2864
2636
|
Does not work on files whose names contain a forward slash.
|
|
2865
2637
|
This method makes a synchronous HTTP request by default.
|
|
2866
2638
|
|
|
2867
|
-
:param project_id: 24-character hex ID
|
|
2868
|
-
:
|
|
2869
|
-
:param
|
|
2870
|
-
:
|
|
2871
|
-
:param
|
|
2872
|
-
:
|
|
2873
|
-
:param
|
|
2874
|
-
:
|
|
2875
|
-
:param
|
|
2876
|
-
:
|
|
2877
|
-
:
|
|
2878
|
-
:type member: str, optional
|
|
2879
|
-
:param view: feature flag for view/download, defaults to false
|
|
2880
|
-
:type view: bool, optional
|
|
2881
|
-
:param range: byte ranges to return
|
|
2882
|
-
:type range: str, optional
|
|
2883
|
-
:param x_accept_feature: redirect header, defaults to []
|
|
2884
|
-
:type x_accept_feature: list[str], optional
|
|
2885
|
-
:param async_: Perform the request asynchronously
|
|
2886
|
-
:type async_: bool, optional
|
|
2887
|
-
:rtype: FileZipInfo
|
|
2639
|
+
:param str project_id: 24-character hex ID (required)
|
|
2640
|
+
:param str analysis_id: 24-char hex analysis id (required)
|
|
2641
|
+
:param str filename: filename to download (get tar of all if empty) (required)
|
|
2642
|
+
:param str ticket: 24-char hex ticket id
|
|
2643
|
+
:param bool info: get file info only
|
|
2644
|
+
:param str member: get zipfile member
|
|
2645
|
+
:param bool view: feature flag for view/download
|
|
2646
|
+
:param str range: byte ranges to return
|
|
2647
|
+
:param list[str] x_accept_feature: redirect header
|
|
2648
|
+
:param bool async_: Perform the request asynchronously
|
|
2649
|
+
:return: FileZipInfo
|
|
2888
2650
|
"""
|
|
2889
2651
|
|
|
2890
2652
|
all_params = ['project_id','analysis_id','filename','ticket','info','member','view','range','x_accept_feature',] # noqa: E501
|
|
@@ -2979,27 +2741,17 @@ class ProjectsApi(object):
|
|
|
2979
2741
|
|
|
2980
2742
|
This method makes a synchronous HTTP request by default.
|
|
2981
2743
|
|
|
2982
|
-
:param project_id: 24-character hex ID
|
|
2983
|
-
:
|
|
2984
|
-
:param
|
|
2985
|
-
:
|
|
2986
|
-
:param
|
|
2987
|
-
:
|
|
2988
|
-
:param
|
|
2989
|
-
:
|
|
2990
|
-
:param
|
|
2991
|
-
:
|
|
2992
|
-
:
|
|
2993
|
-
:type member: str, optional
|
|
2994
|
-
:param view: feature flag for view/download, defaults to false
|
|
2995
|
-
:type view: bool, optional
|
|
2996
|
-
:param range: byte ranges to return
|
|
2997
|
-
:type range: str, optional
|
|
2998
|
-
:param x_accept_feature: redirect header, defaults to []
|
|
2999
|
-
:type x_accept_feature: list[str], optional
|
|
3000
|
-
:param async_: Perform the request asynchronously
|
|
3001
|
-
:type async_: bool, optional
|
|
3002
|
-
:rtype: union[DownloadTicketStub,ZipfileInfo]
|
|
2744
|
+
:param str project_id: 24-character hex ID (required)
|
|
2745
|
+
:param str analysis_id: 24-char hex analysis id (required)
|
|
2746
|
+
:param str filename: filename to download (get tar of all if empty) (required)
|
|
2747
|
+
:param str ticket: 24-char hex ticket id
|
|
2748
|
+
:param bool info: get file info only
|
|
2749
|
+
:param str member: get zipfile member
|
|
2750
|
+
:param bool view: feature flag for view/download
|
|
2751
|
+
:param str range: byte ranges to return
|
|
2752
|
+
:param list[str] x_accept_feature: redirect header
|
|
2753
|
+
:param bool async_: Perform the request asynchronously
|
|
2754
|
+
:return: union[DownloadTicketStub,ZipfileInfo]
|
|
3003
2755
|
"""
|
|
3004
2756
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
3005
2757
|
kwargs['_return_http_data_only'] = True
|
|
@@ -3022,27 +2774,17 @@ class ProjectsApi(object):
|
|
|
3022
2774
|
|
|
3023
2775
|
This method makes a synchronous HTTP request by default.
|
|
3024
2776
|
|
|
3025
|
-
:param project_id: 24-character hex ID
|
|
3026
|
-
:
|
|
3027
|
-
:param
|
|
3028
|
-
:
|
|
3029
|
-
:param
|
|
3030
|
-
:
|
|
3031
|
-
:param
|
|
3032
|
-
:
|
|
3033
|
-
:param
|
|
3034
|
-
:
|
|
3035
|
-
:
|
|
3036
|
-
:type member: str, optional
|
|
3037
|
-
:param view: feature flag for view/download, defaults to false
|
|
3038
|
-
:type view: bool, optional
|
|
3039
|
-
:param range: byte ranges to return
|
|
3040
|
-
:type range: str, optional
|
|
3041
|
-
:param x_accept_feature: redirect header, defaults to []
|
|
3042
|
-
:type x_accept_feature: list[str], optional
|
|
3043
|
-
:param async_: Perform the request asynchronously
|
|
3044
|
-
:type async_: bool, optional
|
|
3045
|
-
:rtype: union[DownloadTicketStub,ZipfileInfo]
|
|
2777
|
+
:param str project_id: 24-character hex ID (required)
|
|
2778
|
+
:param str analysis_id: 24-char hex analysis id (required)
|
|
2779
|
+
:param str filename: filename to download (get tar of all if empty) (required)
|
|
2780
|
+
:param str ticket: 24-char hex ticket id
|
|
2781
|
+
:param bool info: get file info only
|
|
2782
|
+
:param str member: get zipfile member
|
|
2783
|
+
:param bool view: feature flag for view/download
|
|
2784
|
+
:param str range: byte ranges to return
|
|
2785
|
+
:param list[str] x_accept_feature: redirect header
|
|
2786
|
+
:param bool async_: Perform the request asynchronously
|
|
2787
|
+
:return: union[DownloadTicketStub,ZipfileInfo]
|
|
3046
2788
|
"""
|
|
3047
2789
|
|
|
3048
2790
|
all_params = ['project_id','analysis_id','filename','ticket','info','member','view','range','x_accept_feature',] # noqa: E501
|
|
@@ -3136,27 +2878,17 @@ class ProjectsApi(object):
|
|
|
3136
2878
|
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.
|
|
3137
2879
|
This method makes a synchronous HTTP request by default.
|
|
3138
2880
|
|
|
3139
|
-
:param project_id: 24-character hex ID
|
|
3140
|
-
:
|
|
3141
|
-
:param
|
|
3142
|
-
:
|
|
3143
|
-
:param
|
|
3144
|
-
:
|
|
3145
|
-
:param
|
|
3146
|
-
:
|
|
3147
|
-
:param
|
|
3148
|
-
:
|
|
3149
|
-
:
|
|
3150
|
-
:type view: bool, optional
|
|
3151
|
-
:param range: byte ranges to return
|
|
3152
|
-
:type range: str, optional
|
|
3153
|
-
:param x_accept_feature: redirect header, defaults to []
|
|
3154
|
-
:type x_accept_feature: list[str], optional
|
|
3155
|
-
:param dest_file: Destination file path
|
|
3156
|
-
:type dest_file: str
|
|
3157
|
-
:param async_: Perform the request asynchronously
|
|
3158
|
-
:type async_: bool, optional
|
|
3159
|
-
:rtype: union[DownloadTicketStub,ZipfileInfo]
|
|
2881
|
+
:param str project_id: 24-character hex ID (required)
|
|
2882
|
+
:param str analysis_id: 24-char hex analysis id (required)
|
|
2883
|
+
:param str filename: filename to download (get tar of all if empty) (required)
|
|
2884
|
+
:param bool info: If the file is a zipfile, return a json response of zipfile member information
|
|
2885
|
+
:param str member: The filename of a zipfile member to download rather than the entire file
|
|
2886
|
+
:param bool view: feature flag for view/download
|
|
2887
|
+
:param str range: byte ranges to return
|
|
2888
|
+
:param list[str] x_accept_feature: redirect header
|
|
2889
|
+
:param str dest_file: Destination file path
|
|
2890
|
+
:param bool async_: Perform the request asynchronously
|
|
2891
|
+
:return: union[DownloadTicketStub,ZipfileInfo]
|
|
3160
2892
|
"""
|
|
3161
2893
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
3162
2894
|
kwargs['_return_http_data_only'] = True
|
|
@@ -3179,25 +2911,16 @@ class ProjectsApi(object):
|
|
|
3179
2911
|
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.
|
|
3180
2912
|
This method makes a synchronous HTTP request by default.
|
|
3181
2913
|
|
|
3182
|
-
:param project_id: 24-character hex ID
|
|
3183
|
-
:
|
|
3184
|
-
:param
|
|
3185
|
-
:
|
|
3186
|
-
:param
|
|
3187
|
-
:
|
|
3188
|
-
:param
|
|
3189
|
-
:
|
|
3190
|
-
:param
|
|
3191
|
-
:
|
|
3192
|
-
:param view: feature flag for view/download, defaults to false
|
|
3193
|
-
:type view: bool, optional
|
|
3194
|
-
:param range: byte ranges to return
|
|
3195
|
-
:type range: str, optional
|
|
3196
|
-
:param x_accept_feature: redirect header, defaults to []
|
|
3197
|
-
:type x_accept_feature: list[str], optional
|
|
3198
|
-
:param async_: Perform the request asynchronously
|
|
3199
|
-
:type async_: bool, optional
|
|
3200
|
-
:rtype: union[DownloadTicketStub,ZipfileInfo]
|
|
2914
|
+
:param str project_id: 24-character hex ID (required)
|
|
2915
|
+
:param str analysis_id: 24-char hex analysis id (required)
|
|
2916
|
+
:param str filename: filename to download (get tar of all if empty) (required)
|
|
2917
|
+
:param bool info: If the file is a zipfile, return a json response of zipfile member information
|
|
2918
|
+
:param str member: The filename of a zipfile member to download rather than the entire file
|
|
2919
|
+
:param bool view: feature flag for view/download
|
|
2920
|
+
:param str range: byte ranges to return
|
|
2921
|
+
:param list[str] x_accept_feature: redirect header
|
|
2922
|
+
:param bool async_: Perform the request asynchronously
|
|
2923
|
+
:return: union[DownloadTicketStub,ZipfileInfo]
|
|
3201
2924
|
"""
|
|
3202
2925
|
|
|
3203
2926
|
all_params = ['project_id','analysis_id','filename','info','member','view','range','x_accept_feature',] # noqa: E501
|
|
@@ -3289,27 +3012,17 @@ class ProjectsApi(object):
|
|
|
3289
3012
|
Does not work on files whose names contain a forward slash.
|
|
3290
3013
|
This method makes a synchronous HTTP request by default.
|
|
3291
3014
|
|
|
3292
|
-
:param project_id: 24-character hex ID
|
|
3293
|
-
:
|
|
3294
|
-
:param
|
|
3295
|
-
:
|
|
3296
|
-
:param
|
|
3297
|
-
:
|
|
3298
|
-
:param
|
|
3299
|
-
:
|
|
3300
|
-
:param
|
|
3301
|
-
:
|
|
3302
|
-
:
|
|
3303
|
-
:type member: str, optional
|
|
3304
|
-
:param view: feature flag for view/download, defaults to false
|
|
3305
|
-
:type view: bool, optional
|
|
3306
|
-
:param range: byte ranges to return
|
|
3307
|
-
:type range: str, optional
|
|
3308
|
-
:param x_accept_feature: redirect header, defaults to []
|
|
3309
|
-
:type x_accept_feature: list[str], optional
|
|
3310
|
-
:param async_: Perform the request asynchronously
|
|
3311
|
-
:type async_: bool, optional
|
|
3312
|
-
:rtype: FileZipInfo
|
|
3015
|
+
:param str project_id: 24-character hex ID (required)
|
|
3016
|
+
:param str analysis_id: 24-char hex analysis id (required)
|
|
3017
|
+
:param str filename: filename to download (get tar of all if empty) (required)
|
|
3018
|
+
:param str ticket: ticket id of the outputs to download
|
|
3019
|
+
:param bool info: If the file is a zipfile, return a json response of zipfile member information
|
|
3020
|
+
:param str member: The filename of a zipfile member to download rather than the entire file
|
|
3021
|
+
:param bool view: feature flag for view/download
|
|
3022
|
+
:param str range: byte ranges to return
|
|
3023
|
+
:param list[str] x_accept_feature: redirect header
|
|
3024
|
+
:param bool async_: Perform the request asynchronously
|
|
3025
|
+
:return: FileZipInfo
|
|
3313
3026
|
"""
|
|
3314
3027
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
3315
3028
|
kwargs['_return_http_data_only'] = True
|
|
@@ -3333,27 +3046,17 @@ class ProjectsApi(object):
|
|
|
3333
3046
|
Does not work on files whose names contain a forward slash.
|
|
3334
3047
|
This method makes a synchronous HTTP request by default.
|
|
3335
3048
|
|
|
3336
|
-
:param project_id: 24-character hex ID
|
|
3337
|
-
:
|
|
3338
|
-
:param
|
|
3339
|
-
:
|
|
3340
|
-
:param
|
|
3341
|
-
:
|
|
3342
|
-
:param
|
|
3343
|
-
:
|
|
3344
|
-
:param
|
|
3345
|
-
:
|
|
3346
|
-
:
|
|
3347
|
-
:type member: str, optional
|
|
3348
|
-
:param view: feature flag for view/download, defaults to false
|
|
3349
|
-
:type view: bool, optional
|
|
3350
|
-
:param range: byte ranges to return
|
|
3351
|
-
:type range: str, optional
|
|
3352
|
-
:param x_accept_feature: redirect header, defaults to []
|
|
3353
|
-
:type x_accept_feature: list[str], optional
|
|
3354
|
-
:param async_: Perform the request asynchronously
|
|
3355
|
-
:type async_: bool, optional
|
|
3356
|
-
:rtype: FileZipInfo
|
|
3049
|
+
:param str project_id: 24-character hex ID (required)
|
|
3050
|
+
:param str analysis_id: 24-char hex analysis id (required)
|
|
3051
|
+
:param str filename: filename to download (get tar of all if empty) (required)
|
|
3052
|
+
:param str ticket: ticket id of the outputs to download
|
|
3053
|
+
:param bool info: If the file is a zipfile, return a json response of zipfile member information
|
|
3054
|
+
:param str member: The filename of a zipfile member to download rather than the entire file
|
|
3055
|
+
:param bool view: feature flag for view/download
|
|
3056
|
+
:param str range: byte ranges to return
|
|
3057
|
+
:param list[str] x_accept_feature: redirect header
|
|
3058
|
+
:param bool async_: Perform the request asynchronously
|
|
3059
|
+
:return: FileZipInfo
|
|
3357
3060
|
"""
|
|
3358
3061
|
|
|
3359
3062
|
all_params = ['project_id','analysis_id','filename','ticket','info','member','view','range','x_accept_feature',] # noqa: E501
|
|
@@ -3448,27 +3151,17 @@ class ProjectsApi(object):
|
|
|
3448
3151
|
|
|
3449
3152
|
This method makes a synchronous HTTP request by default.
|
|
3450
3153
|
|
|
3451
|
-
:param project_id: 24-character hex ID
|
|
3452
|
-
:
|
|
3453
|
-
:param
|
|
3454
|
-
:
|
|
3455
|
-
:param
|
|
3456
|
-
:
|
|
3457
|
-
:param
|
|
3458
|
-
:
|
|
3459
|
-
:param
|
|
3460
|
-
:
|
|
3461
|
-
:
|
|
3462
|
-
:type member: str, optional
|
|
3463
|
-
:param view: feature flag for view/download, defaults to false
|
|
3464
|
-
:type view: bool, optional
|
|
3465
|
-
:param range: byte ranges to return
|
|
3466
|
-
:type range: str, optional
|
|
3467
|
-
:param x_accept_feature: redirect header, defaults to []
|
|
3468
|
-
:type x_accept_feature: list[str], optional
|
|
3469
|
-
:param async_: Perform the request asynchronously
|
|
3470
|
-
:type async_: bool, optional
|
|
3471
|
-
:rtype: union[DownloadTicketStub,ZipfileInfo]
|
|
3154
|
+
:param str project_id: 24-character hex ID (required)
|
|
3155
|
+
:param str analysis_id: 24-char hex analysis id (required)
|
|
3156
|
+
:param str filename: filename to download (get tar of all if empty) (required)
|
|
3157
|
+
:param str ticket: ticket id of the outputs to download
|
|
3158
|
+
:param bool info: If the file is a zipfile, return a json response of zipfile member information
|
|
3159
|
+
:param str member: The filename of a zipfile member to download rather than the entire file
|
|
3160
|
+
:param bool view: feature flag for view/download
|
|
3161
|
+
:param str range: byte ranges to return
|
|
3162
|
+
:param list[str] x_accept_feature: redirect header
|
|
3163
|
+
:param bool async_: Perform the request asynchronously
|
|
3164
|
+
:return: union[DownloadTicketStub,ZipfileInfo]
|
|
3472
3165
|
"""
|
|
3473
3166
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
3474
3167
|
kwargs['_return_http_data_only'] = True
|
|
@@ -3491,27 +3184,17 @@ class ProjectsApi(object):
|
|
|
3491
3184
|
|
|
3492
3185
|
This method makes a synchronous HTTP request by default.
|
|
3493
3186
|
|
|
3494
|
-
:param project_id: 24-character hex ID
|
|
3495
|
-
:
|
|
3496
|
-
:param
|
|
3497
|
-
:
|
|
3498
|
-
:param
|
|
3499
|
-
:
|
|
3500
|
-
:param
|
|
3501
|
-
:
|
|
3502
|
-
:param
|
|
3503
|
-
:
|
|
3504
|
-
:
|
|
3505
|
-
:type member: str, optional
|
|
3506
|
-
:param view: feature flag for view/download, defaults to false
|
|
3507
|
-
:type view: bool, optional
|
|
3508
|
-
:param range: byte ranges to return
|
|
3509
|
-
:type range: str, optional
|
|
3510
|
-
:param x_accept_feature: redirect header, defaults to []
|
|
3511
|
-
:type x_accept_feature: list[str], optional
|
|
3512
|
-
:param async_: Perform the request asynchronously
|
|
3513
|
-
:type async_: bool, optional
|
|
3514
|
-
:rtype: union[DownloadTicketStub,ZipfileInfo]
|
|
3187
|
+
:param str project_id: 24-character hex ID (required)
|
|
3188
|
+
:param str analysis_id: 24-char hex analysis id (required)
|
|
3189
|
+
:param str filename: filename to download (get tar of all if empty) (required)
|
|
3190
|
+
:param str ticket: ticket id of the outputs to download
|
|
3191
|
+
:param bool info: If the file is a zipfile, return a json response of zipfile member information
|
|
3192
|
+
:param str member: The filename of a zipfile member to download rather than the entire file
|
|
3193
|
+
:param bool view: feature flag for view/download
|
|
3194
|
+
:param str range: byte ranges to return
|
|
3195
|
+
:param list[str] x_accept_feature: redirect header
|
|
3196
|
+
:param bool async_: Perform the request asynchronously
|
|
3197
|
+
:return: union[DownloadTicketStub,ZipfileInfo]
|
|
3515
3198
|
"""
|
|
3516
3199
|
|
|
3517
3200
|
all_params = ['project_id','analysis_id','filename','ticket','info','member','view','range','x_accept_feature',] # noqa: E501
|
|
@@ -3604,17 +3287,12 @@ class ProjectsApi(object):
|
|
|
3604
3287
|
|
|
3605
3288
|
This method makes a synchronous HTTP request by default.
|
|
3606
3289
|
|
|
3607
|
-
:param token:
|
|
3608
|
-
:
|
|
3609
|
-
:param
|
|
3610
|
-
:
|
|
3611
|
-
:param
|
|
3612
|
-
:
|
|
3613
|
-
:param project_id:
|
|
3614
|
-
:type project_id: str
|
|
3615
|
-
:param async_: Perform the request asynchronously
|
|
3616
|
-
:type async_: bool, optional
|
|
3617
|
-
:rtype: None
|
|
3290
|
+
:param str token: (required)
|
|
3291
|
+
:param str metadata: Metadata object as a JSON-encoded string (required)
|
|
3292
|
+
:param int file_count: Number of files uploaded into this packfile. (required)
|
|
3293
|
+
:param str project_id: (required)
|
|
3294
|
+
:param bool async_: Perform the request asynchronously
|
|
3295
|
+
:return: None
|
|
3618
3296
|
"""
|
|
3619
3297
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
3620
3298
|
kwargs['_return_http_data_only'] = True
|
|
@@ -3637,17 +3315,12 @@ class ProjectsApi(object):
|
|
|
3637
3315
|
|
|
3638
3316
|
This method makes a synchronous HTTP request by default.
|
|
3639
3317
|
|
|
3640
|
-
:param token:
|
|
3641
|
-
:
|
|
3642
|
-
:param
|
|
3643
|
-
:
|
|
3644
|
-
:param
|
|
3645
|
-
:
|
|
3646
|
-
:param project_id:
|
|
3647
|
-
:type project_id: str
|
|
3648
|
-
:param async_: Perform the request asynchronously
|
|
3649
|
-
:type async_: bool, optional
|
|
3650
|
-
:rtype: None
|
|
3318
|
+
:param str token: (required)
|
|
3319
|
+
:param str metadata: Metadata object as a JSON-encoded string (required)
|
|
3320
|
+
:param int file_count: Number of files uploaded into this packfile. (required)
|
|
3321
|
+
:param str project_id: (required)
|
|
3322
|
+
:param bool async_: Perform the request asynchronously
|
|
3323
|
+
:return: None
|
|
3651
3324
|
"""
|
|
3652
3325
|
|
|
3653
3326
|
all_params = ['token','metadata','file_count','project_id',] # noqa: E501
|
|
@@ -3733,35 +3406,21 @@ class ProjectsApi(object):
|
|
|
3733
3406
|
|
|
3734
3407
|
This method makes a synchronous HTTP request by default.
|
|
3735
3408
|
|
|
3736
|
-
:param counts: Append the count of subjects in each project
|
|
3737
|
-
:
|
|
3738
|
-
:param
|
|
3739
|
-
:
|
|
3740
|
-
:param
|
|
3741
|
-
:
|
|
3742
|
-
:param
|
|
3743
|
-
:
|
|
3744
|
-
:param
|
|
3745
|
-
:
|
|
3746
|
-
:param
|
|
3747
|
-
:
|
|
3748
|
-
:param
|
|
3749
|
-
:
|
|
3750
|
-
:
|
|
3751
|
-
:type sort: str, optional
|
|
3752
|
-
:param limit: The maximum number of entries to return.
|
|
3753
|
-
:type limit: int, optional
|
|
3754
|
-
:param skip: The number of entries to skip., defaults to 0
|
|
3755
|
-
:type skip: int, optional
|
|
3756
|
-
:param page: The page number (i.e. skip limit*page entries)
|
|
3757
|
-
:type page: int, optional
|
|
3758
|
-
:param after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
|
|
3759
|
-
:type after_id: str, optional
|
|
3760
|
-
:param x_accept_feature:, defaults to []
|
|
3761
|
-
:type x_accept_feature: list[union[HeaderFeature,str]], optional
|
|
3762
|
-
:param async_: Perform the request asynchronously
|
|
3763
|
-
:type async_: bool, optional
|
|
3764
|
-
:rtype: union[list[ProjectListOutput],Page]
|
|
3409
|
+
:param bool counts: Append the count of subjects in each project
|
|
3410
|
+
:param bool stats: Return the status of subjects and sessions in each project
|
|
3411
|
+
:param bool join_avatars: Return the joined avatars of the permissions
|
|
3412
|
+
:param JoinType join:
|
|
3413
|
+
:param bool exhaustive: Set to return a complete list regardless of permissions
|
|
3414
|
+
:param bool include_all_info: Include all info in returned objects
|
|
3415
|
+
: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)
|
|
3416
|
+
:param str sort: The sort fields and order. (e.g. label:asc,created:desc)
|
|
3417
|
+
:param int limit: The maximum number of entries to return.
|
|
3418
|
+
:param int skip: The number of entries to skip.
|
|
3419
|
+
:param int page: The page number (i.e. skip limit*page entries)
|
|
3420
|
+
:param str after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
|
|
3421
|
+
:param list[union[HeaderFeature,str]] x_accept_feature:
|
|
3422
|
+
:param bool async_: Perform the request asynchronously
|
|
3423
|
+
:return: union[list[ProjectListOutput],Page]
|
|
3765
3424
|
"""
|
|
3766
3425
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
3767
3426
|
kwargs['_return_http_data_only'] = True
|
|
@@ -3784,35 +3443,21 @@ class ProjectsApi(object):
|
|
|
3784
3443
|
|
|
3785
3444
|
This method makes a synchronous HTTP request by default.
|
|
3786
3445
|
|
|
3787
|
-
:param counts: Append the count of subjects in each project
|
|
3788
|
-
:
|
|
3789
|
-
:param
|
|
3790
|
-
:
|
|
3791
|
-
:param
|
|
3792
|
-
:
|
|
3793
|
-
:param
|
|
3794
|
-
:
|
|
3795
|
-
:param
|
|
3796
|
-
:
|
|
3797
|
-
:param
|
|
3798
|
-
:
|
|
3799
|
-
:param
|
|
3800
|
-
:
|
|
3801
|
-
:
|
|
3802
|
-
:type sort: str, optional
|
|
3803
|
-
:param limit: The maximum number of entries to return.
|
|
3804
|
-
:type limit: int, optional
|
|
3805
|
-
:param skip: The number of entries to skip., defaults to 0
|
|
3806
|
-
:type skip: int, optional
|
|
3807
|
-
:param page: The page number (i.e. skip limit*page entries)
|
|
3808
|
-
:type page: int, optional
|
|
3809
|
-
:param after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
|
|
3810
|
-
:type after_id: str, optional
|
|
3811
|
-
:param x_accept_feature:, defaults to []
|
|
3812
|
-
:type x_accept_feature: list[union[HeaderFeature,str]], optional
|
|
3813
|
-
:param async_: Perform the request asynchronously
|
|
3814
|
-
:type async_: bool, optional
|
|
3815
|
-
:rtype: union[list[ProjectListOutput],Page]
|
|
3446
|
+
:param bool counts: Append the count of subjects in each project
|
|
3447
|
+
:param bool stats: Return the status of subjects and sessions in each project
|
|
3448
|
+
:param bool join_avatars: Return the joined avatars of the permissions
|
|
3449
|
+
:param JoinType join:
|
|
3450
|
+
:param bool exhaustive: Set to return a complete list regardless of permissions
|
|
3451
|
+
:param bool include_all_info: Include all info in returned objects
|
|
3452
|
+
: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)
|
|
3453
|
+
:param str sort: The sort fields and order. (e.g. label:asc,created:desc)
|
|
3454
|
+
:param int limit: The maximum number of entries to return.
|
|
3455
|
+
:param int skip: The number of entries to skip.
|
|
3456
|
+
:param int page: The page number (i.e. skip limit*page entries)
|
|
3457
|
+
:param str after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
|
|
3458
|
+
:param list[union[HeaderFeature,str]] x_accept_feature:
|
|
3459
|
+
:param bool async_: Perform the request asynchronously
|
|
3460
|
+
:return: union[list[ProjectListOutput],Page]
|
|
3816
3461
|
"""
|
|
3817
3462
|
|
|
3818
3463
|
all_params = ['counts','stats','join_avatars','join','exhaustive','include_all_info','filter','sort','limit','skip','page','after_id','x_accept_feature',] # noqa: E501
|
|
@@ -3901,25 +3546,16 @@ class ProjectsApi(object):
|
|
|
3901
3546
|
|
|
3902
3547
|
This method makes a synchronous HTTP request by default.
|
|
3903
3548
|
|
|
3904
|
-
:param exhaustive: returns exhaustive list if correct permissions
|
|
3905
|
-
:
|
|
3906
|
-
:param
|
|
3907
|
-
:
|
|
3908
|
-
:param
|
|
3909
|
-
:
|
|
3910
|
-
:param
|
|
3911
|
-
:
|
|
3912
|
-
:param
|
|
3913
|
-
:
|
|
3914
|
-
:param page: The page number (i.e. skip limit*page entries)
|
|
3915
|
-
:type page: int, optional
|
|
3916
|
-
:param after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
|
|
3917
|
-
:type after_id: str, optional
|
|
3918
|
-
:param x_accept_feature:, defaults to []
|
|
3919
|
-
:type x_accept_feature: list[str], optional
|
|
3920
|
-
:param async_: Perform the request asynchronously
|
|
3921
|
-
:type async_: bool, optional
|
|
3922
|
-
:rtype: list[GroupOutput]
|
|
3549
|
+
:param bool exhaustive: returns exhaustive list if correct permissions
|
|
3550
|
+
: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)
|
|
3551
|
+
:param str sort: The sort fields and order. (e.g. label:asc,created:desc)
|
|
3552
|
+
:param int limit: The maximum number of entries to return.
|
|
3553
|
+
:param int skip: The number of entries to skip.
|
|
3554
|
+
:param int page: The page number (i.e. skip limit*page entries)
|
|
3555
|
+
:param str after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
|
|
3556
|
+
:param list[str] x_accept_feature:
|
|
3557
|
+
:param bool async_: Perform the request asynchronously
|
|
3558
|
+
:return: list[GroupOutput]
|
|
3923
3559
|
"""
|
|
3924
3560
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
3925
3561
|
kwargs['_return_http_data_only'] = True
|
|
@@ -3942,25 +3578,16 @@ class ProjectsApi(object):
|
|
|
3942
3578
|
|
|
3943
3579
|
This method makes a synchronous HTTP request by default.
|
|
3944
3580
|
|
|
3945
|
-
:param exhaustive: returns exhaustive list if correct permissions
|
|
3946
|
-
:
|
|
3947
|
-
:param
|
|
3948
|
-
:
|
|
3949
|
-
:param
|
|
3950
|
-
:
|
|
3951
|
-
:param
|
|
3952
|
-
:
|
|
3953
|
-
:param
|
|
3954
|
-
:
|
|
3955
|
-
:param page: The page number (i.e. skip limit*page entries)
|
|
3956
|
-
:type page: int, optional
|
|
3957
|
-
:param after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
|
|
3958
|
-
:type after_id: str, optional
|
|
3959
|
-
:param x_accept_feature:, defaults to []
|
|
3960
|
-
:type x_accept_feature: list[str], optional
|
|
3961
|
-
:param async_: Perform the request asynchronously
|
|
3962
|
-
:type async_: bool, optional
|
|
3963
|
-
:rtype: list[GroupOutput]
|
|
3581
|
+
:param bool exhaustive: returns exhaustive list if correct permissions
|
|
3582
|
+
: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)
|
|
3583
|
+
:param str sort: The sort fields and order. (e.g. label:asc,created:desc)
|
|
3584
|
+
:param int limit: The maximum number of entries to return.
|
|
3585
|
+
:param int skip: The number of entries to skip.
|
|
3586
|
+
:param int page: The page number (i.e. skip limit*page entries)
|
|
3587
|
+
:param str after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
|
|
3588
|
+
:param list[str] x_accept_feature:
|
|
3589
|
+
:param bool async_: Perform the request asynchronously
|
|
3590
|
+
:return: list[GroupOutput]
|
|
3964
3591
|
"""
|
|
3965
3592
|
|
|
3966
3593
|
all_params = ['exhaustive','filter','sort','limit','skip','page','after_id','x_accept_feature',] # noqa: E501
|
|
@@ -4039,9 +3666,8 @@ class ProjectsApi(object):
|
|
|
4039
3666
|
|
|
4040
3667
|
This method makes a synchronous HTTP request by default.
|
|
4041
3668
|
|
|
4042
|
-
:param async_: Perform the request asynchronously
|
|
4043
|
-
:
|
|
4044
|
-
:rtype: SharingFilterOptions
|
|
3669
|
+
:param bool async_: Perform the request asynchronously
|
|
3670
|
+
:return: SharingFilterOptions
|
|
4045
3671
|
"""
|
|
4046
3672
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
4047
3673
|
kwargs['_return_http_data_only'] = True
|
|
@@ -4064,9 +3690,8 @@ class ProjectsApi(object):
|
|
|
4064
3690
|
|
|
4065
3691
|
This method makes a synchronous HTTP request by default.
|
|
4066
3692
|
|
|
4067
|
-
:param async_: Perform the request asynchronously
|
|
4068
|
-
:
|
|
4069
|
-
:rtype: SharingFilterOptions
|
|
3693
|
+
:param bool async_: Perform the request asynchronously
|
|
3694
|
+
:return: SharingFilterOptions
|
|
4070
3695
|
"""
|
|
4071
3696
|
|
|
4072
3697
|
all_params = [] # noqa: E501
|
|
@@ -4128,17 +3753,12 @@ class ProjectsApi(object):
|
|
|
4128
3753
|
|
|
4129
3754
|
This method makes a synchronous HTTP request by default.
|
|
4130
3755
|
|
|
4131
|
-
:param project_id:
|
|
4132
|
-
:
|
|
4133
|
-
:param
|
|
4134
|
-
:
|
|
4135
|
-
:param
|
|
4136
|
-
:
|
|
4137
|
-
:param x_accept_feature:, defaults to []
|
|
4138
|
-
:type x_accept_feature: list[union[HeaderFeature,str]], optional
|
|
4139
|
-
:param async_: Perform the request asynchronously
|
|
4140
|
-
:type async_: bool, optional
|
|
4141
|
-
:rtype: ProjectOutput
|
|
3756
|
+
:param str project_id: (required)
|
|
3757
|
+
:param JoinType join:
|
|
3758
|
+
:param bool join_avatars: add name and avatar to notes
|
|
3759
|
+
:param list[union[HeaderFeature,str]] x_accept_feature:
|
|
3760
|
+
:param bool async_: Perform the request asynchronously
|
|
3761
|
+
:return: ProjectOutput
|
|
4142
3762
|
"""
|
|
4143
3763
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
4144
3764
|
kwargs['_return_http_data_only'] = True
|
|
@@ -4161,17 +3781,12 @@ class ProjectsApi(object):
|
|
|
4161
3781
|
|
|
4162
3782
|
This method makes a synchronous HTTP request by default.
|
|
4163
3783
|
|
|
4164
|
-
:param project_id:
|
|
4165
|
-
:
|
|
4166
|
-
:param
|
|
4167
|
-
:
|
|
4168
|
-
:param
|
|
4169
|
-
:
|
|
4170
|
-
:param x_accept_feature:, defaults to []
|
|
4171
|
-
:type x_accept_feature: list[union[HeaderFeature,str]], optional
|
|
4172
|
-
:param async_: Perform the request asynchronously
|
|
4173
|
-
:type async_: bool, optional
|
|
4174
|
-
:rtype: ProjectOutput
|
|
3784
|
+
:param str project_id: (required)
|
|
3785
|
+
:param JoinType join:
|
|
3786
|
+
:param bool join_avatars: add name and avatar to notes
|
|
3787
|
+
:param list[union[HeaderFeature,str]] x_accept_feature:
|
|
3788
|
+
:param bool async_: Perform the request asynchronously
|
|
3789
|
+
:return: ProjectOutput
|
|
4175
3790
|
"""
|
|
4176
3791
|
|
|
4177
3792
|
all_params = ['project_id','join','join_avatars','x_accept_feature',] # noqa: E501
|
|
@@ -4246,33 +3861,20 @@ class ProjectsApi(object):
|
|
|
4246
3861
|
|
|
4247
3862
|
This method makes a synchronous HTTP request by default.
|
|
4248
3863
|
|
|
4249
|
-
:param project_id:
|
|
4250
|
-
:
|
|
4251
|
-
:param
|
|
4252
|
-
:
|
|
4253
|
-
:param
|
|
4254
|
-
:
|
|
4255
|
-
:param
|
|
4256
|
-
:
|
|
4257
|
-
:param
|
|
4258
|
-
:
|
|
4259
|
-
:param
|
|
4260
|
-
:
|
|
4261
|
-
:param
|
|
4262
|
-
:
|
|
4263
|
-
:param limit: The maximum number of entries to return.
|
|
4264
|
-
:type limit: int, optional
|
|
4265
|
-
:param skip: The number of entries to skip., defaults to 0
|
|
4266
|
-
:type skip: int, optional
|
|
4267
|
-
:param page: The page number (i.e. skip limit*page entries)
|
|
4268
|
-
:type page: int, optional
|
|
4269
|
-
:param after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
|
|
4270
|
-
:type after_id: str, optional
|
|
4271
|
-
:param x_accept_feature:, defaults to []
|
|
4272
|
-
:type x_accept_feature: list[str], optional
|
|
4273
|
-
:param async_: Perform the request asynchronously
|
|
4274
|
-
:type async_: bool, optional
|
|
4275
|
-
:rtype: union[list[AcquisitionListOutput],Page]
|
|
3864
|
+
:param str project_id: (required)
|
|
3865
|
+
:param str collection_id:
|
|
3866
|
+
:param bool exhaustive:
|
|
3867
|
+
:param JoinType join:
|
|
3868
|
+
:param bool include_all_info: Include all info in returned objects
|
|
3869
|
+
: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)
|
|
3870
|
+
:param str sort: The sort fields and order. (e.g. label:asc,created:desc)
|
|
3871
|
+
:param int limit: The maximum number of entries to return.
|
|
3872
|
+
:param int skip: The number of entries to skip.
|
|
3873
|
+
:param int page: The page number (i.e. skip limit*page entries)
|
|
3874
|
+
:param str after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
|
|
3875
|
+
:param list[str] x_accept_feature:
|
|
3876
|
+
:param bool async_: Perform the request asynchronously
|
|
3877
|
+
:return: union[list[AcquisitionListOutput],Page]
|
|
4276
3878
|
"""
|
|
4277
3879
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
4278
3880
|
kwargs['_return_http_data_only'] = True
|
|
@@ -4295,33 +3897,20 @@ class ProjectsApi(object):
|
|
|
4295
3897
|
|
|
4296
3898
|
This method makes a synchronous HTTP request by default.
|
|
4297
3899
|
|
|
4298
|
-
:param project_id:
|
|
4299
|
-
:
|
|
4300
|
-
:param
|
|
4301
|
-
:
|
|
4302
|
-
:param
|
|
4303
|
-
:
|
|
4304
|
-
:param
|
|
4305
|
-
:
|
|
4306
|
-
:param
|
|
4307
|
-
:
|
|
4308
|
-
:param
|
|
4309
|
-
:
|
|
4310
|
-
:param
|
|
4311
|
-
:
|
|
4312
|
-
:param limit: The maximum number of entries to return.
|
|
4313
|
-
:type limit: int, optional
|
|
4314
|
-
:param skip: The number of entries to skip., defaults to 0
|
|
4315
|
-
:type skip: int, optional
|
|
4316
|
-
:param page: The page number (i.e. skip limit*page entries)
|
|
4317
|
-
:type page: int, optional
|
|
4318
|
-
:param after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
|
|
4319
|
-
:type after_id: str, optional
|
|
4320
|
-
:param x_accept_feature:, defaults to []
|
|
4321
|
-
:type x_accept_feature: list[str], optional
|
|
4322
|
-
:param async_: Perform the request asynchronously
|
|
4323
|
-
:type async_: bool, optional
|
|
4324
|
-
:rtype: union[list[AcquisitionListOutput],Page]
|
|
3900
|
+
:param str project_id: (required)
|
|
3901
|
+
:param str collection_id:
|
|
3902
|
+
:param bool exhaustive:
|
|
3903
|
+
:param JoinType join:
|
|
3904
|
+
:param bool include_all_info: Include all info in returned objects
|
|
3905
|
+
: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)
|
|
3906
|
+
:param str sort: The sort fields and order. (e.g. label:asc,created:desc)
|
|
3907
|
+
:param int limit: The maximum number of entries to return.
|
|
3908
|
+
:param int skip: The number of entries to skip.
|
|
3909
|
+
:param int page: The page number (i.e. skip limit*page entries)
|
|
3910
|
+
:param str after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
|
|
3911
|
+
:param list[str] x_accept_feature:
|
|
3912
|
+
:param bool async_: Perform the request asynchronously
|
|
3913
|
+
:return: union[list[AcquisitionListOutput],Page]
|
|
4325
3914
|
"""
|
|
4326
3915
|
|
|
4327
3916
|
all_params = ['project_id','collection_id','exhaustive','join','include_all_info','filter','sort','limit','skip','page','after_id','x_accept_feature',] # noqa: E501
|
|
@@ -4413,33 +4002,20 @@ class ProjectsApi(object):
|
|
|
4413
4002
|
Returns analyses that directly belong to this resource.
|
|
4414
4003
|
This method makes a synchronous HTTP request by default.
|
|
4415
4004
|
|
|
4416
|
-
:param cid:
|
|
4417
|
-
:
|
|
4418
|
-
:param
|
|
4419
|
-
:
|
|
4420
|
-
:param
|
|
4421
|
-
:
|
|
4422
|
-
:param
|
|
4423
|
-
:
|
|
4424
|
-
:param
|
|
4425
|
-
:
|
|
4426
|
-
:param
|
|
4427
|
-
:
|
|
4428
|
-
:param
|
|
4429
|
-
:
|
|
4430
|
-
:param limit: The maximum number of entries to return.
|
|
4431
|
-
:type limit: int, optional
|
|
4432
|
-
:param skip: The number of entries to skip., defaults to 0
|
|
4433
|
-
:type skip: int, optional
|
|
4434
|
-
:param page: The page number (i.e. skip limit*page entries)
|
|
4435
|
-
:type page: int, optional
|
|
4436
|
-
:param after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
|
|
4437
|
-
:type after_id: str, optional
|
|
4438
|
-
:param x_accept_feature:, defaults to []
|
|
4439
|
-
:type x_accept_feature: list[str], optional
|
|
4440
|
-
:param async_: Perform the request asynchronously
|
|
4441
|
-
:type async_: bool, optional
|
|
4442
|
-
:rtype: union[Page,list[union[AnalysisListOutput,AnalysisListOutputInflatedJob]]]
|
|
4005
|
+
:param str cid: (required)
|
|
4006
|
+
:param bool inflate_job:
|
|
4007
|
+
:param bool join_avatars:
|
|
4008
|
+
:param JoinType join:
|
|
4009
|
+
:param bool include_all_info: Include all info in returned objects
|
|
4010
|
+
: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)
|
|
4011
|
+
:param str sort: The sort fields and order. (e.g. label:asc,created:desc)
|
|
4012
|
+
:param int limit: The maximum number of entries to return.
|
|
4013
|
+
:param int skip: The number of entries to skip.
|
|
4014
|
+
:param int page: The page number (i.e. skip limit*page entries)
|
|
4015
|
+
:param str after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
|
|
4016
|
+
:param list[str] x_accept_feature:
|
|
4017
|
+
:param bool async_: Perform the request asynchronously
|
|
4018
|
+
:return: union[Page,list[union[AnalysisListOutput,AnalysisListOutputInflatedJob]]]
|
|
4443
4019
|
"""
|
|
4444
4020
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
4445
4021
|
kwargs['_return_http_data_only'] = True
|
|
@@ -4463,33 +4039,20 @@ class ProjectsApi(object):
|
|
|
4463
4039
|
Returns analyses that directly belong to this resource.
|
|
4464
4040
|
This method makes a synchronous HTTP request by default.
|
|
4465
4041
|
|
|
4466
|
-
:param cid:
|
|
4467
|
-
:
|
|
4468
|
-
:param
|
|
4469
|
-
:
|
|
4470
|
-
:param
|
|
4471
|
-
:
|
|
4472
|
-
:param
|
|
4473
|
-
:
|
|
4474
|
-
:param
|
|
4475
|
-
:
|
|
4476
|
-
:param
|
|
4477
|
-
:
|
|
4478
|
-
:param
|
|
4479
|
-
:
|
|
4480
|
-
:param limit: The maximum number of entries to return.
|
|
4481
|
-
:type limit: int, optional
|
|
4482
|
-
:param skip: The number of entries to skip., defaults to 0
|
|
4483
|
-
:type skip: int, optional
|
|
4484
|
-
:param page: The page number (i.e. skip limit*page entries)
|
|
4485
|
-
:type page: int, optional
|
|
4486
|
-
:param after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
|
|
4487
|
-
:type after_id: str, optional
|
|
4488
|
-
:param x_accept_feature:, defaults to []
|
|
4489
|
-
:type x_accept_feature: list[str], optional
|
|
4490
|
-
:param async_: Perform the request asynchronously
|
|
4491
|
-
:type async_: bool, optional
|
|
4492
|
-
:rtype: union[Page,list[union[AnalysisListOutput,AnalysisListOutputInflatedJob]]]
|
|
4042
|
+
:param str cid: (required)
|
|
4043
|
+
:param bool inflate_job:
|
|
4044
|
+
:param bool join_avatars:
|
|
4045
|
+
:param JoinType join:
|
|
4046
|
+
:param bool include_all_info: Include all info in returned objects
|
|
4047
|
+
: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)
|
|
4048
|
+
:param str sort: The sort fields and order. (e.g. label:asc,created:desc)
|
|
4049
|
+
:param int limit: The maximum number of entries to return.
|
|
4050
|
+
:param int skip: The number of entries to skip.
|
|
4051
|
+
:param int page: The page number (i.e. skip limit*page entries)
|
|
4052
|
+
:param str after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
|
|
4053
|
+
:param list[str] x_accept_feature:
|
|
4054
|
+
:param bool async_: Perform the request asynchronously
|
|
4055
|
+
:return: union[Page,list[union[AnalysisListOutput,AnalysisListOutputInflatedJob]]]
|
|
4493
4056
|
"""
|
|
4494
4057
|
|
|
4495
4058
|
all_params = ['cid','inflate_job','join_avatars','join','include_all_info','filter','sort','limit','skip','page','after_id','x_accept_feature',] # noqa: E501
|
|
@@ -4581,19 +4144,13 @@ class ProjectsApi(object):
|
|
|
4581
4144
|
Get an analysis.
|
|
4582
4145
|
This method makes a synchronous HTTP request by default.
|
|
4583
4146
|
|
|
4584
|
-
:param cid:
|
|
4585
|
-
:
|
|
4586
|
-
:param
|
|
4587
|
-
:
|
|
4588
|
-
:param
|
|
4589
|
-
:
|
|
4590
|
-
:
|
|
4591
|
-
:type join_avatars: bool, optional
|
|
4592
|
-
:param join:
|
|
4593
|
-
:type join: JoinType, optional
|
|
4594
|
-
:param async_: Perform the request asynchronously
|
|
4595
|
-
:type async_: bool, optional
|
|
4596
|
-
:rtype: union[AnalysisOutputInflatedJob,AnalysisOutput]
|
|
4147
|
+
:param str cid: (required)
|
|
4148
|
+
:param str analysis_id: (required)
|
|
4149
|
+
:param bool inflate_job: Return job as an object instead of an id
|
|
4150
|
+
:param bool join_avatars:
|
|
4151
|
+
:param JoinType join:
|
|
4152
|
+
:param bool async_: Perform the request asynchronously
|
|
4153
|
+
:return: union[AnalysisOutputInflatedJob,AnalysisOutput]
|
|
4597
4154
|
"""
|
|
4598
4155
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
4599
4156
|
kwargs['_return_http_data_only'] = True
|
|
@@ -4617,19 +4174,13 @@ class ProjectsApi(object):
|
|
|
4617
4174
|
Get an analysis.
|
|
4618
4175
|
This method makes a synchronous HTTP request by default.
|
|
4619
4176
|
|
|
4620
|
-
:param cid:
|
|
4621
|
-
:
|
|
4622
|
-
:param
|
|
4623
|
-
:
|
|
4624
|
-
:param
|
|
4625
|
-
:
|
|
4626
|
-
:
|
|
4627
|
-
:type join_avatars: bool, optional
|
|
4628
|
-
:param join:
|
|
4629
|
-
:type join: JoinType, optional
|
|
4630
|
-
:param async_: Perform the request asynchronously
|
|
4631
|
-
:type async_: bool, optional
|
|
4632
|
-
:rtype: union[AnalysisOutputInflatedJob,AnalysisOutput]
|
|
4177
|
+
:param str cid: (required)
|
|
4178
|
+
:param str analysis_id: (required)
|
|
4179
|
+
:param bool inflate_job: Return job as an object instead of an id
|
|
4180
|
+
:param bool join_avatars:
|
|
4181
|
+
:param JoinType join:
|
|
4182
|
+
:param bool async_: Perform the request asynchronously
|
|
4183
|
+
:return: union[AnalysisOutputInflatedJob,AnalysisOutput]
|
|
4633
4184
|
"""
|
|
4634
4185
|
|
|
4635
4186
|
all_params = ['cid','analysis_id','inflate_job','join_avatars','join',] # noqa: E501
|
|
@@ -4710,11 +4261,9 @@ class ProjectsApi(object):
|
|
|
4710
4261
|
Get the status of a project deletion running in the background. Returns the current deletion status and any failure reason if the deletion failed.
|
|
4711
4262
|
This method makes a synchronous HTTP request by default.
|
|
4712
4263
|
|
|
4713
|
-
:param project_id:
|
|
4714
|
-
:
|
|
4715
|
-
:
|
|
4716
|
-
:type async_: bool, optional
|
|
4717
|
-
:rtype: ProjectDeleteStatusOutput
|
|
4264
|
+
:param str project_id: (required)
|
|
4265
|
+
:param bool async_: Perform the request asynchronously
|
|
4266
|
+
:return: ProjectDeleteStatusOutput
|
|
4718
4267
|
"""
|
|
4719
4268
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
4720
4269
|
kwargs['_return_http_data_only'] = True
|
|
@@ -4738,11 +4287,9 @@ class ProjectsApi(object):
|
|
|
4738
4287
|
Get the status of a project deletion running in the background. Returns the current deletion status and any failure reason if the deletion failed.
|
|
4739
4288
|
This method makes a synchronous HTTP request by default.
|
|
4740
4289
|
|
|
4741
|
-
:param project_id:
|
|
4742
|
-
:
|
|
4743
|
-
:
|
|
4744
|
-
:type async_: bool, optional
|
|
4745
|
-
:rtype: ProjectDeleteStatusOutput
|
|
4290
|
+
:param str project_id: (required)
|
|
4291
|
+
:param bool async_: Perform the request asynchronously
|
|
4292
|
+
:return: ProjectDeleteStatusOutput
|
|
4746
4293
|
"""
|
|
4747
4294
|
|
|
4748
4295
|
all_params = ['project_id',] # noqa: E501
|
|
@@ -4811,13 +4358,10 @@ class ProjectsApi(object):
|
|
|
4811
4358
|
Get info for a particular file.
|
|
4812
4359
|
This method makes a synchronous HTTP request by default.
|
|
4813
4360
|
|
|
4814
|
-
:param cid: Container Id
|
|
4815
|
-
:
|
|
4816
|
-
:param
|
|
4817
|
-
:
|
|
4818
|
-
:param async_: Perform the request asynchronously
|
|
4819
|
-
:type async_: bool, optional
|
|
4820
|
-
:rtype: FileOutput
|
|
4361
|
+
:param str cid: Container Id (required)
|
|
4362
|
+
:param str filename: (required)
|
|
4363
|
+
:param bool async_: Perform the request asynchronously
|
|
4364
|
+
:return: FileOutput
|
|
4821
4365
|
"""
|
|
4822
4366
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
4823
4367
|
kwargs['_return_http_data_only'] = True
|
|
@@ -4841,13 +4385,10 @@ class ProjectsApi(object):
|
|
|
4841
4385
|
Get info for a particular file.
|
|
4842
4386
|
This method makes a synchronous HTTP request by default.
|
|
4843
4387
|
|
|
4844
|
-
:param cid: Container Id
|
|
4845
|
-
:
|
|
4846
|
-
:param
|
|
4847
|
-
:
|
|
4848
|
-
:param async_: Perform the request asynchronously
|
|
4849
|
-
:type async_: bool, optional
|
|
4850
|
-
:rtype: FileOutput
|
|
4388
|
+
:param str cid: Container Id (required)
|
|
4389
|
+
:param str filename: (required)
|
|
4390
|
+
:param bool async_: Perform the request asynchronously
|
|
4391
|
+
:return: FileOutput
|
|
4851
4392
|
"""
|
|
4852
4393
|
|
|
4853
4394
|
all_params = ['cid','filename',] # noqa: E501
|
|
@@ -4922,13 +4463,10 @@ class ProjectsApi(object):
|
|
|
4922
4463
|
Get a note of a(n) project
|
|
4923
4464
|
This method makes a synchronous HTTP request by default.
|
|
4924
4465
|
|
|
4925
|
-
:param cid:
|
|
4926
|
-
:
|
|
4927
|
-
:param
|
|
4928
|
-
:
|
|
4929
|
-
:param async_: Perform the request asynchronously
|
|
4930
|
-
:type async_: bool, optional
|
|
4931
|
-
:rtype: Note
|
|
4466
|
+
:param str cid: (required)
|
|
4467
|
+
:param str note_id: (required)
|
|
4468
|
+
:param bool async_: Perform the request asynchronously
|
|
4469
|
+
:return: Note
|
|
4932
4470
|
"""
|
|
4933
4471
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
4934
4472
|
kwargs['_return_http_data_only'] = True
|
|
@@ -4952,13 +4490,10 @@ class ProjectsApi(object):
|
|
|
4952
4490
|
Get a note of a(n) project
|
|
4953
4491
|
This method makes a synchronous HTTP request by default.
|
|
4954
4492
|
|
|
4955
|
-
:param cid:
|
|
4956
|
-
:
|
|
4957
|
-
:param
|
|
4958
|
-
:
|
|
4959
|
-
:param async_: Perform the request asynchronously
|
|
4960
|
-
:type async_: bool, optional
|
|
4961
|
-
:rtype: Note
|
|
4493
|
+
:param str cid: (required)
|
|
4494
|
+
:param str note_id: (required)
|
|
4495
|
+
:param bool async_: Perform the request asynchronously
|
|
4496
|
+
:return: Note
|
|
4962
4497
|
"""
|
|
4963
4498
|
|
|
4964
4499
|
all_params = ['cid','note_id',] # noqa: E501
|
|
@@ -5033,13 +4568,10 @@ class ProjectsApi(object):
|
|
|
5033
4568
|
Get a project rule.
|
|
5034
4569
|
This method makes a synchronous HTTP request by default.
|
|
5035
4570
|
|
|
5036
|
-
:param project_id:
|
|
5037
|
-
:
|
|
5038
|
-
:param
|
|
5039
|
-
:
|
|
5040
|
-
:param async_: Perform the request asynchronously
|
|
5041
|
-
:type async_: bool, optional
|
|
5042
|
-
:rtype: GearRuleOutput
|
|
4571
|
+
:param str project_id: (required)
|
|
4572
|
+
:param str rule_id: (required)
|
|
4573
|
+
:param bool async_: Perform the request asynchronously
|
|
4574
|
+
:return: GearRuleOutput
|
|
5043
4575
|
"""
|
|
5044
4576
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
5045
4577
|
kwargs['_return_http_data_only'] = True
|
|
@@ -5063,13 +4595,10 @@ class ProjectsApi(object):
|
|
|
5063
4595
|
Get a project rule.
|
|
5064
4596
|
This method makes a synchronous HTTP request by default.
|
|
5065
4597
|
|
|
5066
|
-
:param project_id:
|
|
5067
|
-
:
|
|
5068
|
-
:param
|
|
5069
|
-
:
|
|
5070
|
-
:param async_: Perform the request asynchronously
|
|
5071
|
-
:type async_: bool, optional
|
|
5072
|
-
:rtype: GearRuleOutput
|
|
4598
|
+
:param str project_id: (required)
|
|
4599
|
+
:param str rule_id: (required)
|
|
4600
|
+
:param bool async_: Perform the request asynchronously
|
|
4601
|
+
:return: GearRuleOutput
|
|
5073
4602
|
"""
|
|
5074
4603
|
|
|
5075
4604
|
all_params = ['project_id','rule_id',] # noqa: E501
|
|
@@ -5143,11 +4672,9 @@ class ProjectsApi(object):
|
|
|
5143
4672
|
|
|
5144
4673
|
This method makes a synchronous HTTP request by default.
|
|
5145
4674
|
|
|
5146
|
-
:param project_id:
|
|
5147
|
-
:
|
|
5148
|
-
:
|
|
5149
|
-
:type async_: bool, optional
|
|
5150
|
-
:rtype: list[GearRuleOutput]
|
|
4675
|
+
:param str project_id: (required)
|
|
4676
|
+
:param bool async_: Perform the request asynchronously
|
|
4677
|
+
:return: list[GearRuleOutput]
|
|
5151
4678
|
"""
|
|
5152
4679
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
5153
4680
|
kwargs['_return_http_data_only'] = True
|
|
@@ -5170,11 +4697,9 @@ class ProjectsApi(object):
|
|
|
5170
4697
|
|
|
5171
4698
|
This method makes a synchronous HTTP request by default.
|
|
5172
4699
|
|
|
5173
|
-
:param project_id:
|
|
5174
|
-
:
|
|
5175
|
-
:
|
|
5176
|
-
:type async_: bool, optional
|
|
5177
|
-
:rtype: list[GearRuleOutput]
|
|
4700
|
+
:param str project_id: (required)
|
|
4701
|
+
:param bool async_: Perform the request asynchronously
|
|
4702
|
+
:return: list[GearRuleOutput]
|
|
5178
4703
|
"""
|
|
5179
4704
|
|
|
5180
4705
|
all_params = ['project_id',] # noqa: E501
|
|
@@ -5243,29 +4768,18 @@ class ProjectsApi(object):
|
|
|
5243
4768
|
Returns a page of sessions by their parent
|
|
5244
4769
|
This method makes a synchronous HTTP request by default.
|
|
5245
4770
|
|
|
5246
|
-
:param project_id: 24-char hex subject id
|
|
5247
|
-
:
|
|
5248
|
-
:param
|
|
5249
|
-
:
|
|
5250
|
-
:param
|
|
5251
|
-
:
|
|
5252
|
-
:param
|
|
5253
|
-
:
|
|
5254
|
-
:param
|
|
5255
|
-
:
|
|
5256
|
-
:param
|
|
5257
|
-
:
|
|
5258
|
-
:param skip: The number of entries to skip., defaults to 0
|
|
5259
|
-
:type skip: int, optional
|
|
5260
|
-
:param page: The page number (i.e. skip limit*page entries)
|
|
5261
|
-
:type page: int, optional
|
|
5262
|
-
:param after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
|
|
5263
|
-
:type after_id: str, optional
|
|
5264
|
-
:param x_accept_feature:, defaults to []
|
|
5265
|
-
:type x_accept_feature: list[union[HeaderFeature,str]], optional
|
|
5266
|
-
:param async_: Perform the request asynchronously
|
|
5267
|
-
:type async_: bool, optional
|
|
5268
|
-
:rtype: union[Page,list[SessionListOutput]]
|
|
4771
|
+
:param str project_id: 24-char hex subject id (required)
|
|
4772
|
+
:param JoinType join: join file origins
|
|
4773
|
+
:param bool include_all_info: Include all info in returned objects
|
|
4774
|
+
: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)
|
|
4775
|
+
:param str sort: The sort fields and order. (e.g. label:asc,created:desc)
|
|
4776
|
+
:param int limit: The maximum number of entries to return.
|
|
4777
|
+
:param int skip: The number of entries to skip.
|
|
4778
|
+
:param int page: The page number (i.e. skip limit*page entries)
|
|
4779
|
+
:param str after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
|
|
4780
|
+
:param list[union[HeaderFeature,str]] x_accept_feature:
|
|
4781
|
+
:param bool async_: Perform the request asynchronously
|
|
4782
|
+
:return: union[Page,list[SessionListOutput]]
|
|
5269
4783
|
"""
|
|
5270
4784
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
5271
4785
|
kwargs['_return_http_data_only'] = True
|
|
@@ -5289,29 +4803,18 @@ class ProjectsApi(object):
|
|
|
5289
4803
|
Returns a page of sessions by their parent
|
|
5290
4804
|
This method makes a synchronous HTTP request by default.
|
|
5291
4805
|
|
|
5292
|
-
:param project_id: 24-char hex subject id
|
|
5293
|
-
:
|
|
5294
|
-
:param
|
|
5295
|
-
:
|
|
5296
|
-
:param
|
|
5297
|
-
:
|
|
5298
|
-
:param
|
|
5299
|
-
:
|
|
5300
|
-
:param
|
|
5301
|
-
:
|
|
5302
|
-
:param
|
|
5303
|
-
:
|
|
5304
|
-
:param skip: The number of entries to skip., defaults to 0
|
|
5305
|
-
:type skip: int, optional
|
|
5306
|
-
:param page: The page number (i.e. skip limit*page entries)
|
|
5307
|
-
:type page: int, optional
|
|
5308
|
-
:param after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
|
|
5309
|
-
:type after_id: str, optional
|
|
5310
|
-
:param x_accept_feature:, defaults to []
|
|
5311
|
-
:type x_accept_feature: list[union[HeaderFeature,str]], optional
|
|
5312
|
-
:param async_: Perform the request asynchronously
|
|
5313
|
-
:type async_: bool, optional
|
|
5314
|
-
:rtype: union[Page,list[SessionListOutput]]
|
|
4806
|
+
:param str project_id: 24-char hex subject id (required)
|
|
4807
|
+
:param JoinType join: join file origins
|
|
4808
|
+
:param bool include_all_info: Include all info in returned objects
|
|
4809
|
+
: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)
|
|
4810
|
+
:param str sort: The sort fields and order. (e.g. label:asc,created:desc)
|
|
4811
|
+
:param int limit: The maximum number of entries to return.
|
|
4812
|
+
:param int skip: The number of entries to skip.
|
|
4813
|
+
:param int page: The page number (i.e. skip limit*page entries)
|
|
4814
|
+
:param str after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
|
|
4815
|
+
:param list[union[HeaderFeature,str]] x_accept_feature:
|
|
4816
|
+
:param bool async_: Perform the request asynchronously
|
|
4817
|
+
:return: union[Page,list[SessionListOutput]]
|
|
5315
4818
|
"""
|
|
5316
4819
|
|
|
5317
4820
|
all_params = ['project_id','join','include_all_info','filter','sort','limit','skip','page','after_id','x_accept_feature',] # noqa: E501
|
|
@@ -5399,11 +4902,9 @@ class ProjectsApi(object):
|
|
|
5399
4902
|
Route for getting settings from a a(n) project
|
|
5400
4903
|
This method makes a synchronous HTTP request by default.
|
|
5401
4904
|
|
|
5402
|
-
:param project_id:
|
|
5403
|
-
:
|
|
5404
|
-
:
|
|
5405
|
-
:type async_: bool, optional
|
|
5406
|
-
:rtype: ProjectSettingsOutput
|
|
4905
|
+
:param str project_id: (required)
|
|
4906
|
+
:param bool async_: Perform the request asynchronously
|
|
4907
|
+
:return: ProjectSettingsOutput
|
|
5407
4908
|
"""
|
|
5408
4909
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
5409
4910
|
kwargs['_return_http_data_only'] = True
|
|
@@ -5427,11 +4928,9 @@ class ProjectsApi(object):
|
|
|
5427
4928
|
Route for getting settings from a a(n) project
|
|
5428
4929
|
This method makes a synchronous HTTP request by default.
|
|
5429
4930
|
|
|
5430
|
-
:param project_id:
|
|
5431
|
-
:
|
|
5432
|
-
:
|
|
5433
|
-
:type async_: bool, optional
|
|
5434
|
-
:rtype: ProjectSettingsOutput
|
|
4931
|
+
:param str project_id: (required)
|
|
4932
|
+
:param bool async_: Perform the request asynchronously
|
|
4933
|
+
:return: ProjectSettingsOutput
|
|
5435
4934
|
"""
|
|
5436
4935
|
|
|
5437
4936
|
all_params = ['project_id',] # noqa: E501
|
|
@@ -5500,29 +4999,18 @@ class ProjectsApi(object):
|
|
|
5500
4999
|
List all subjects for the given project.
|
|
5501
5000
|
This method makes a synchronous HTTP request by default.
|
|
5502
5001
|
|
|
5503
|
-
:param project_id:
|
|
5504
|
-
:
|
|
5505
|
-
:param
|
|
5506
|
-
:
|
|
5507
|
-
:param
|
|
5508
|
-
:
|
|
5509
|
-
:param
|
|
5510
|
-
:
|
|
5511
|
-
:param
|
|
5512
|
-
:
|
|
5513
|
-
:param
|
|
5514
|
-
:
|
|
5515
|
-
:param skip: The number of entries to skip., defaults to 0
|
|
5516
|
-
:type skip: int, optional
|
|
5517
|
-
:param page: The page number (i.e. skip limit*page entries)
|
|
5518
|
-
:type page: int, optional
|
|
5519
|
-
:param after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
|
|
5520
|
-
:type after_id: str, optional
|
|
5521
|
-
:param x_accept_feature:, defaults to []
|
|
5522
|
-
:type x_accept_feature: list[str], optional
|
|
5523
|
-
:param async_: Perform the request asynchronously
|
|
5524
|
-
:type async_: bool, optional
|
|
5525
|
-
:rtype: union[Page,list[SubjectOutputForList]]
|
|
5002
|
+
:param str project_id: (required)
|
|
5003
|
+
:param JoinType join:
|
|
5004
|
+
:param bool include_all_info: Include all info in returned objects
|
|
5005
|
+
: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)
|
|
5006
|
+
:param str sort: The sort fields and order. (e.g. label:asc,created:desc)
|
|
5007
|
+
:param int limit: The maximum number of entries to return.
|
|
5008
|
+
:param int skip: The number of entries to skip.
|
|
5009
|
+
:param int page: The page number (i.e. skip limit*page entries)
|
|
5010
|
+
:param str after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
|
|
5011
|
+
:param list[str] x_accept_feature:
|
|
5012
|
+
:param bool async_: Perform the request asynchronously
|
|
5013
|
+
:return: union[Page,list[SubjectOutputForList]]
|
|
5526
5014
|
"""
|
|
5527
5015
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
5528
5016
|
kwargs['_return_http_data_only'] = True
|
|
@@ -5546,29 +5034,18 @@ class ProjectsApi(object):
|
|
|
5546
5034
|
List all subjects for the given project.
|
|
5547
5035
|
This method makes a synchronous HTTP request by default.
|
|
5548
5036
|
|
|
5549
|
-
:param project_id:
|
|
5550
|
-
:
|
|
5551
|
-
:param
|
|
5552
|
-
:
|
|
5553
|
-
:param
|
|
5554
|
-
:
|
|
5555
|
-
:param
|
|
5556
|
-
:
|
|
5557
|
-
:param
|
|
5558
|
-
:
|
|
5559
|
-
:param
|
|
5560
|
-
:
|
|
5561
|
-
:param skip: The number of entries to skip., defaults to 0
|
|
5562
|
-
:type skip: int, optional
|
|
5563
|
-
:param page: The page number (i.e. skip limit*page entries)
|
|
5564
|
-
:type page: int, optional
|
|
5565
|
-
:param after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
|
|
5566
|
-
:type after_id: str, optional
|
|
5567
|
-
:param x_accept_feature:, defaults to []
|
|
5568
|
-
:type x_accept_feature: list[str], optional
|
|
5569
|
-
:param async_: Perform the request asynchronously
|
|
5570
|
-
:type async_: bool, optional
|
|
5571
|
-
:rtype: union[Page,list[SubjectOutputForList]]
|
|
5037
|
+
:param str project_id: (required)
|
|
5038
|
+
:param JoinType join:
|
|
5039
|
+
:param bool include_all_info: Include all info in returned objects
|
|
5040
|
+
: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)
|
|
5041
|
+
:param str sort: The sort fields and order. (e.g. label:asc,created:desc)
|
|
5042
|
+
:param int limit: The maximum number of entries to return.
|
|
5043
|
+
:param int skip: The number of entries to skip.
|
|
5044
|
+
:param int page: The page number (i.e. skip limit*page entries)
|
|
5045
|
+
:param str after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
|
|
5046
|
+
:param list[str] x_accept_feature:
|
|
5047
|
+
:param bool async_: Perform the request asynchronously
|
|
5048
|
+
:return: union[Page,list[SubjectOutputForList]]
|
|
5572
5049
|
"""
|
|
5573
5050
|
|
|
5574
5051
|
all_params = ['project_id','join','include_all_info','filter','sort','limit','skip','page','after_id','x_accept_feature',] # noqa: E501
|
|
@@ -5656,13 +5133,10 @@ class ProjectsApi(object):
|
|
|
5656
5133
|
Get the value of a tag, by name
|
|
5657
5134
|
This method makes a synchronous HTTP request by default.
|
|
5658
5135
|
|
|
5659
|
-
:param cid:
|
|
5660
|
-
:
|
|
5661
|
-
:param
|
|
5662
|
-
:
|
|
5663
|
-
:param async_: Perform the request asynchronously
|
|
5664
|
-
:type async_: bool, optional
|
|
5665
|
-
:rtype: str
|
|
5136
|
+
:param str cid: (required)
|
|
5137
|
+
:param str value: The tag to interact with (required)
|
|
5138
|
+
:param bool async_: Perform the request asynchronously
|
|
5139
|
+
:return: str
|
|
5666
5140
|
"""
|
|
5667
5141
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
5668
5142
|
kwargs['_return_http_data_only'] = True
|
|
@@ -5686,13 +5160,10 @@ class ProjectsApi(object):
|
|
|
5686
5160
|
Get the value of a tag, by name
|
|
5687
5161
|
This method makes a synchronous HTTP request by default.
|
|
5688
5162
|
|
|
5689
|
-
:param cid:
|
|
5690
|
-
:
|
|
5691
|
-
:param
|
|
5692
|
-
:
|
|
5693
|
-
:param async_: Perform the request asynchronously
|
|
5694
|
-
:type async_: bool, optional
|
|
5695
|
-
:rtype: str
|
|
5163
|
+
:param str cid: (required)
|
|
5164
|
+
:param str value: The tag to interact with (required)
|
|
5165
|
+
:param bool async_: Perform the request asynchronously
|
|
5166
|
+
:return: str
|
|
5696
5167
|
"""
|
|
5697
5168
|
|
|
5698
5169
|
all_params = ['cid','value',] # noqa: E501
|
|
@@ -5767,13 +5238,10 @@ class ProjectsApi(object):
|
|
|
5767
5238
|
Get a user's permission from a project Args: project_id: The id of the project uid: The id of the user auth_session: The auth session Returns: RolePermissionOutput: The permission
|
|
5768
5239
|
This method makes a synchronous HTTP request by default.
|
|
5769
5240
|
|
|
5770
|
-
:param project_id:
|
|
5771
|
-
:
|
|
5772
|
-
:param
|
|
5773
|
-
:
|
|
5774
|
-
:param async_: Perform the request asynchronously
|
|
5775
|
-
:type async_: bool, optional
|
|
5776
|
-
:rtype: RolePermissionOutput
|
|
5241
|
+
:param str project_id: (required)
|
|
5242
|
+
:param str uid: (required)
|
|
5243
|
+
:param bool async_: Perform the request asynchronously
|
|
5244
|
+
:return: RolePermissionOutput
|
|
5777
5245
|
"""
|
|
5778
5246
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
5779
5247
|
kwargs['_return_http_data_only'] = True
|
|
@@ -5797,13 +5265,10 @@ class ProjectsApi(object):
|
|
|
5797
5265
|
Get a user's permission from a project Args: project_id: The id of the project uid: The id of the user auth_session: The auth session Returns: RolePermissionOutput: The permission
|
|
5798
5266
|
This method makes a synchronous HTTP request by default.
|
|
5799
5267
|
|
|
5800
|
-
:param project_id:
|
|
5801
|
-
:
|
|
5802
|
-
:param
|
|
5803
|
-
:
|
|
5804
|
-
:param async_: Perform the request asynchronously
|
|
5805
|
-
:type async_: bool, optional
|
|
5806
|
-
:rtype: RolePermissionOutput
|
|
5268
|
+
:param str project_id: (required)
|
|
5269
|
+
:param str uid: (required)
|
|
5270
|
+
:param bool async_: Perform the request asynchronously
|
|
5271
|
+
:return: RolePermissionOutput
|
|
5807
5272
|
"""
|
|
5808
5273
|
|
|
5809
5274
|
all_params = ['project_id','uid',] # noqa: E501
|
|
@@ -5877,15 +5342,11 @@ class ProjectsApi(object):
|
|
|
5877
5342
|
|
|
5878
5343
|
This method makes a synchronous HTTP request by default.
|
|
5879
5344
|
|
|
5880
|
-
:param project_id:
|
|
5881
|
-
:
|
|
5882
|
-
:param
|
|
5883
|
-
:
|
|
5884
|
-
:
|
|
5885
|
-
:type x_accept_feature: list[union[HeaderFeature,str]], optional
|
|
5886
|
-
:param async_: Perform the request asynchronously
|
|
5887
|
-
:type async_: bool, optional
|
|
5888
|
-
:rtype: ModifiedResult
|
|
5345
|
+
:param str project_id: (required)
|
|
5346
|
+
:param ProjectModify body: (required)
|
|
5347
|
+
:param list[union[HeaderFeature,str]] x_accept_feature:
|
|
5348
|
+
:param bool async_: Perform the request asynchronously
|
|
5349
|
+
:return: ModifiedResult
|
|
5889
5350
|
"""
|
|
5890
5351
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
5891
5352
|
kwargs['_return_http_data_only'] = True
|
|
@@ -5908,15 +5369,11 @@ class ProjectsApi(object):
|
|
|
5908
5369
|
|
|
5909
5370
|
This method makes a synchronous HTTP request by default.
|
|
5910
5371
|
|
|
5911
|
-
:param project_id:
|
|
5912
|
-
:
|
|
5913
|
-
:param
|
|
5914
|
-
:
|
|
5915
|
-
:
|
|
5916
|
-
:type x_accept_feature: list[union[HeaderFeature,str]], optional
|
|
5917
|
-
:param async_: Perform the request asynchronously
|
|
5918
|
-
:type async_: bool, optional
|
|
5919
|
-
:rtype: ModifiedResult
|
|
5372
|
+
:param str project_id: (required)
|
|
5373
|
+
:param ProjectModify body: (required)
|
|
5374
|
+
:param list[union[HeaderFeature,str]] x_accept_feature:
|
|
5375
|
+
:param bool async_: Perform the request asynchronously
|
|
5376
|
+
:return: ModifiedResult
|
|
5920
5377
|
"""
|
|
5921
5378
|
|
|
5922
5379
|
all_params = ['project_id','body','x_accept_feature',] # noqa: E501
|
|
@@ -6005,15 +5462,11 @@ class ProjectsApi(object):
|
|
|
6005
5462
|
Modify an analysis.
|
|
6006
5463
|
This method makes a synchronous HTTP request by default.
|
|
6007
5464
|
|
|
6008
|
-
:param cid:
|
|
6009
|
-
:
|
|
6010
|
-
:param
|
|
6011
|
-
:
|
|
6012
|
-
:
|
|
6013
|
-
:type body: AnalysisModifyInput
|
|
6014
|
-
:param async_: Perform the request asynchronously
|
|
6015
|
-
:type async_: bool, optional
|
|
6016
|
-
:rtype: ModifiedResult
|
|
5465
|
+
:param str cid: (required)
|
|
5466
|
+
:param str analysis_id: (required)
|
|
5467
|
+
:param AnalysisModifyInput body: (required)
|
|
5468
|
+
:param bool async_: Perform the request asynchronously
|
|
5469
|
+
:return: ModifiedResult
|
|
6017
5470
|
"""
|
|
6018
5471
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
6019
5472
|
kwargs['_return_http_data_only'] = True
|
|
@@ -6037,15 +5490,11 @@ class ProjectsApi(object):
|
|
|
6037
5490
|
Modify an analysis.
|
|
6038
5491
|
This method makes a synchronous HTTP request by default.
|
|
6039
5492
|
|
|
6040
|
-
:param cid:
|
|
6041
|
-
:
|
|
6042
|
-
:param
|
|
6043
|
-
:
|
|
6044
|
-
:
|
|
6045
|
-
:type body: AnalysisModifyInput
|
|
6046
|
-
:param async_: Perform the request asynchronously
|
|
6047
|
-
:type async_: bool, optional
|
|
6048
|
-
:rtype: ModifiedResult
|
|
5493
|
+
:param str cid: (required)
|
|
5494
|
+
:param str analysis_id: (required)
|
|
5495
|
+
:param AnalysisModifyInput body: (required)
|
|
5496
|
+
:param bool async_: Perform the request asynchronously
|
|
5497
|
+
:return: ModifiedResult
|
|
6049
5498
|
"""
|
|
6050
5499
|
|
|
6051
5500
|
all_params = ['cid','analysis_id','body',] # noqa: E501
|
|
@@ -6137,15 +5586,11 @@ class ProjectsApi(object):
|
|
|
6137
5586
|
Note: If modifying a file's modality, the current classification will be cleared (except for items in the \"Custom\" list)
|
|
6138
5587
|
This method makes a synchronous HTTP request by default.
|
|
6139
5588
|
|
|
6140
|
-
:param cid:
|
|
6141
|
-
:
|
|
6142
|
-
:param
|
|
6143
|
-
:
|
|
6144
|
-
:
|
|
6145
|
-
:type body: FileModifyInput
|
|
6146
|
-
:param async_: Perform the request asynchronously
|
|
6147
|
-
:type async_: bool, optional
|
|
6148
|
-
:rtype: ModifiedResult
|
|
5589
|
+
:param str cid: (required)
|
|
5590
|
+
:param str filename: (required)
|
|
5591
|
+
:param FileModifyInput body: (required)
|
|
5592
|
+
:param bool async_: Perform the request asynchronously
|
|
5593
|
+
:return: ModifiedResult
|
|
6149
5594
|
"""
|
|
6150
5595
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
6151
5596
|
kwargs['_return_http_data_only'] = True
|
|
@@ -6169,15 +5614,11 @@ class ProjectsApi(object):
|
|
|
6169
5614
|
Note: If modifying a file's modality, the current classification will be cleared (except for items in the \"Custom\" list)
|
|
6170
5615
|
This method makes a synchronous HTTP request by default.
|
|
6171
5616
|
|
|
6172
|
-
:param cid:
|
|
6173
|
-
:
|
|
6174
|
-
:param
|
|
6175
|
-
:
|
|
6176
|
-
:
|
|
6177
|
-
:type body: FileModifyInput
|
|
6178
|
-
:param async_: Perform the request asynchronously
|
|
6179
|
-
:type async_: bool, optional
|
|
6180
|
-
:rtype: ModifiedResult
|
|
5617
|
+
:param str cid: (required)
|
|
5618
|
+
:param str filename: (required)
|
|
5619
|
+
:param FileModifyInput body: (required)
|
|
5620
|
+
:param bool async_: Perform the request asynchronously
|
|
5621
|
+
:return: ModifiedResult
|
|
6181
5622
|
"""
|
|
6182
5623
|
|
|
6183
5624
|
all_params = ['cid','filename','body',] # noqa: E501
|
|
@@ -6269,15 +5710,11 @@ class ProjectsApi(object):
|
|
|
6269
5710
|
If replacing a file's classification, the modality can optionally be modified as well.
|
|
6270
5711
|
This method makes a synchronous HTTP request by default.
|
|
6271
5712
|
|
|
6272
|
-
:param cid:
|
|
6273
|
-
:
|
|
6274
|
-
:param
|
|
6275
|
-
:
|
|
6276
|
-
:
|
|
6277
|
-
:type body: FileClassificationDelta
|
|
6278
|
-
:param async_: Perform the request asynchronously
|
|
6279
|
-
:type async_: bool, optional
|
|
6280
|
-
:rtype: ModifiedResult
|
|
5713
|
+
:param str cid: (required)
|
|
5714
|
+
:param str filename: (required)
|
|
5715
|
+
:param FileClassificationDelta body: (required)
|
|
5716
|
+
:param bool async_: Perform the request asynchronously
|
|
5717
|
+
:return: ModifiedResult
|
|
6281
5718
|
"""
|
|
6282
5719
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
6283
5720
|
kwargs['_return_http_data_only'] = True
|
|
@@ -6301,15 +5738,11 @@ class ProjectsApi(object):
|
|
|
6301
5738
|
If replacing a file's classification, the modality can optionally be modified as well.
|
|
6302
5739
|
This method makes a synchronous HTTP request by default.
|
|
6303
5740
|
|
|
6304
|
-
:param cid:
|
|
6305
|
-
:
|
|
6306
|
-
:param
|
|
6307
|
-
:
|
|
6308
|
-
:
|
|
6309
|
-
:type body: FileClassificationDelta
|
|
6310
|
-
:param async_: Perform the request asynchronously
|
|
6311
|
-
:type async_: bool, optional
|
|
6312
|
-
:rtype: ModifiedResult
|
|
5741
|
+
:param str cid: (required)
|
|
5742
|
+
:param str filename: (required)
|
|
5743
|
+
:param FileClassificationDelta body: (required)
|
|
5744
|
+
:param bool async_: Perform the request asynchronously
|
|
5745
|
+
:return: ModifiedResult
|
|
6313
5746
|
"""
|
|
6314
5747
|
|
|
6315
5748
|
all_params = ['cid','filename','body',] # noqa: E501
|
|
@@ -6401,15 +5834,11 @@ class ProjectsApi(object):
|
|
|
6401
5834
|
Modify and return the file 'info' field
|
|
6402
5835
|
This method makes a synchronous HTTP request by default.
|
|
6403
5836
|
|
|
6404
|
-
:param cid:
|
|
6405
|
-
:
|
|
6406
|
-
:param
|
|
6407
|
-
:
|
|
6408
|
-
:
|
|
6409
|
-
:type body: Info
|
|
6410
|
-
:param async_: Perform the request asynchronously
|
|
6411
|
-
:type async_: bool, optional
|
|
6412
|
-
:rtype: ModifiedResult
|
|
5837
|
+
:param str cid: (required)
|
|
5838
|
+
:param str filename: (required)
|
|
5839
|
+
:param Info body: (required)
|
|
5840
|
+
:param bool async_: Perform the request asynchronously
|
|
5841
|
+
:return: ModifiedResult
|
|
6413
5842
|
"""
|
|
6414
5843
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
6415
5844
|
kwargs['_return_http_data_only'] = True
|
|
@@ -6433,15 +5862,11 @@ class ProjectsApi(object):
|
|
|
6433
5862
|
Modify and return the file 'info' field
|
|
6434
5863
|
This method makes a synchronous HTTP request by default.
|
|
6435
5864
|
|
|
6436
|
-
:param cid:
|
|
6437
|
-
:
|
|
6438
|
-
:param
|
|
6439
|
-
:
|
|
6440
|
-
:
|
|
6441
|
-
:type body: Info
|
|
6442
|
-
:param async_: Perform the request asynchronously
|
|
6443
|
-
:type async_: bool, optional
|
|
6444
|
-
:rtype: ModifiedResult
|
|
5865
|
+
:param str cid: (required)
|
|
5866
|
+
:param str filename: (required)
|
|
5867
|
+
:param Info body: (required)
|
|
5868
|
+
:param bool async_: Perform the request asynchronously
|
|
5869
|
+
:return: ModifiedResult
|
|
6445
5870
|
"""
|
|
6446
5871
|
|
|
6447
5872
|
all_params = ['cid','filename','body',] # noqa: E501
|
|
@@ -6533,13 +5958,10 @@ class ProjectsApi(object):
|
|
|
6533
5958
|
Update or replace info for a(n) project. Keys that contain '$' or '.' will be sanitized in the process of being updated on the container.
|
|
6534
5959
|
This method makes a synchronous HTTP request by default.
|
|
6535
5960
|
|
|
6536
|
-
:param cid:
|
|
6537
|
-
:
|
|
6538
|
-
:param
|
|
6539
|
-
:
|
|
6540
|
-
:param async_: Perform the request asynchronously
|
|
6541
|
-
:type async_: bool, optional
|
|
6542
|
-
:rtype: ModifiedResult
|
|
5961
|
+
:param str cid: (required)
|
|
5962
|
+
:param Info body: (required)
|
|
5963
|
+
:param bool async_: Perform the request asynchronously
|
|
5964
|
+
:return: ModifiedResult
|
|
6543
5965
|
"""
|
|
6544
5966
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
6545
5967
|
kwargs['_return_http_data_only'] = True
|
|
@@ -6563,13 +5985,10 @@ class ProjectsApi(object):
|
|
|
6563
5985
|
Update or replace info for a(n) project. Keys that contain '$' or '.' will be sanitized in the process of being updated on the container.
|
|
6564
5986
|
This method makes a synchronous HTTP request by default.
|
|
6565
5987
|
|
|
6566
|
-
:param cid:
|
|
6567
|
-
:
|
|
6568
|
-
:param
|
|
6569
|
-
:
|
|
6570
|
-
:param async_: Perform the request asynchronously
|
|
6571
|
-
:type async_: bool, optional
|
|
6572
|
-
:rtype: ModifiedResult
|
|
5988
|
+
:param str cid: (required)
|
|
5989
|
+
:param Info body: (required)
|
|
5990
|
+
:param bool async_: Perform the request asynchronously
|
|
5991
|
+
:return: ModifiedResult
|
|
6573
5992
|
"""
|
|
6574
5993
|
|
|
6575
5994
|
all_params = ['cid','body',] # noqa: E501
|
|
@@ -6655,15 +6074,11 @@ class ProjectsApi(object):
|
|
|
6655
6074
|
Update a note of a(n) project
|
|
6656
6075
|
This method makes a synchronous HTTP request by default.
|
|
6657
6076
|
|
|
6658
|
-
:param cid:
|
|
6659
|
-
:
|
|
6660
|
-
:param
|
|
6661
|
-
:
|
|
6662
|
-
:
|
|
6663
|
-
:type body: NoteInput
|
|
6664
|
-
:param async_: Perform the request asynchronously
|
|
6665
|
-
:type async_: bool, optional
|
|
6666
|
-
:rtype: int
|
|
6077
|
+
:param str cid: (required)
|
|
6078
|
+
:param str note_id: (required)
|
|
6079
|
+
:param NoteInput body: (required)
|
|
6080
|
+
:param bool async_: Perform the request asynchronously
|
|
6081
|
+
:return: int
|
|
6667
6082
|
"""
|
|
6668
6083
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
6669
6084
|
kwargs['_return_http_data_only'] = True
|
|
@@ -6687,15 +6102,11 @@ class ProjectsApi(object):
|
|
|
6687
6102
|
Update a note of a(n) project
|
|
6688
6103
|
This method makes a synchronous HTTP request by default.
|
|
6689
6104
|
|
|
6690
|
-
:param cid:
|
|
6691
|
-
:
|
|
6692
|
-
:param
|
|
6693
|
-
:
|
|
6694
|
-
:
|
|
6695
|
-
:type body: NoteInput
|
|
6696
|
-
:param async_: Perform the request asynchronously
|
|
6697
|
-
:type async_: bool, optional
|
|
6698
|
-
:rtype: int
|
|
6105
|
+
:param str cid: (required)
|
|
6106
|
+
:param str note_id: (required)
|
|
6107
|
+
:param NoteInput body: (required)
|
|
6108
|
+
:param bool async_: Perform the request asynchronously
|
|
6109
|
+
:return: int
|
|
6699
6110
|
"""
|
|
6700
6111
|
|
|
6701
6112
|
all_params = ['cid','note_id','body',] # noqa: E501
|
|
@@ -6787,15 +6198,11 @@ class ProjectsApi(object):
|
|
|
6787
6198
|
Update a rule on a project.
|
|
6788
6199
|
This method makes a synchronous HTTP request by default.
|
|
6789
6200
|
|
|
6790
|
-
:param project_id:
|
|
6791
|
-
:
|
|
6792
|
-
:param
|
|
6793
|
-
:
|
|
6794
|
-
:
|
|
6795
|
-
:type body: GearRuleModifyInput
|
|
6796
|
-
:param async_: Perform the request asynchronously
|
|
6797
|
-
:type async_: bool, optional
|
|
6798
|
-
:rtype: GearRuleOutput
|
|
6201
|
+
:param str project_id: (required)
|
|
6202
|
+
:param str rule_id: (required)
|
|
6203
|
+
:param GearRuleModifyInput body: (required)
|
|
6204
|
+
:param bool async_: Perform the request asynchronously
|
|
6205
|
+
:return: GearRuleOutput
|
|
6799
6206
|
"""
|
|
6800
6207
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
6801
6208
|
kwargs['_return_http_data_only'] = True
|
|
@@ -6819,15 +6226,11 @@ class ProjectsApi(object):
|
|
|
6819
6226
|
Update a rule on a project.
|
|
6820
6227
|
This method makes a synchronous HTTP request by default.
|
|
6821
6228
|
|
|
6822
|
-
:param project_id:
|
|
6823
|
-
:
|
|
6824
|
-
:param
|
|
6825
|
-
:
|
|
6826
|
-
:
|
|
6827
|
-
:type body: GearRuleModifyInput
|
|
6828
|
-
:param async_: Perform the request asynchronously
|
|
6829
|
-
:type async_: bool, optional
|
|
6830
|
-
:rtype: GearRuleOutput
|
|
6229
|
+
:param str project_id: (required)
|
|
6230
|
+
:param str rule_id: (required)
|
|
6231
|
+
:param GearRuleModifyInput body: (required)
|
|
6232
|
+
:param bool async_: Perform the request asynchronously
|
|
6233
|
+
:return: GearRuleOutput
|
|
6831
6234
|
"""
|
|
6832
6235
|
|
|
6833
6236
|
all_params = ['project_id','rule_id','body',] # noqa: E501
|
|
@@ -6919,15 +6322,11 @@ class ProjectsApi(object):
|
|
|
6919
6322
|
Route for modifying settings for a a(n) project
|
|
6920
6323
|
This method makes a synchronous HTTP request by default.
|
|
6921
6324
|
|
|
6922
|
-
:param project_id:
|
|
6923
|
-
:
|
|
6924
|
-
:param
|
|
6925
|
-
:
|
|
6926
|
-
:
|
|
6927
|
-
:type x_accept_feature: list[union[HeaderFeature,str]], optional
|
|
6928
|
-
:param async_: Perform the request asynchronously
|
|
6929
|
-
:type async_: bool, optional
|
|
6930
|
-
:rtype: ProjectSettingsOutput
|
|
6325
|
+
:param str project_id: (required)
|
|
6326
|
+
:param ProjectSettingsInput body: (required)
|
|
6327
|
+
:param list[union[HeaderFeature,str]] x_accept_feature:
|
|
6328
|
+
:param bool async_: Perform the request asynchronously
|
|
6329
|
+
:return: ProjectSettingsOutput
|
|
6931
6330
|
"""
|
|
6932
6331
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
6933
6332
|
kwargs['_return_http_data_only'] = True
|
|
@@ -6951,15 +6350,11 @@ class ProjectsApi(object):
|
|
|
6951
6350
|
Route for modifying settings for a a(n) project
|
|
6952
6351
|
This method makes a synchronous HTTP request by default.
|
|
6953
6352
|
|
|
6954
|
-
:param project_id:
|
|
6955
|
-
:
|
|
6956
|
-
:param
|
|
6957
|
-
:
|
|
6958
|
-
:
|
|
6959
|
-
:type x_accept_feature: list[union[HeaderFeature,str]], optional
|
|
6960
|
-
:param async_: Perform the request asynchronously
|
|
6961
|
-
:type async_: bool, optional
|
|
6962
|
-
:rtype: ProjectSettingsOutput
|
|
6353
|
+
:param str project_id: (required)
|
|
6354
|
+
:param ProjectSettingsInput body: (required)
|
|
6355
|
+
:param list[union[HeaderFeature,str]] x_accept_feature:
|
|
6356
|
+
:param bool async_: Perform the request asynchronously
|
|
6357
|
+
:return: ProjectSettingsOutput
|
|
6963
6358
|
"""
|
|
6964
6359
|
|
|
6965
6360
|
all_params = ['project_id','body','x_accept_feature',] # noqa: E501
|
|
@@ -7048,17 +6443,12 @@ class ProjectsApi(object):
|
|
|
7048
6443
|
Update a user's permission for this project.
|
|
7049
6444
|
This method makes a synchronous HTTP request by default.
|
|
7050
6445
|
|
|
7051
|
-
:param project_id:
|
|
7052
|
-
:
|
|
7053
|
-
:param
|
|
7054
|
-
:
|
|
7055
|
-
:param
|
|
7056
|
-
:
|
|
7057
|
-
:param x_accept_feature:, defaults to []
|
|
7058
|
-
:type x_accept_feature: list[union[HeaderFeature,str]], optional
|
|
7059
|
-
:param async_: Perform the request asynchronously
|
|
7060
|
-
:type async_: bool, optional
|
|
7061
|
-
:rtype: RolePermissionOutput
|
|
6446
|
+
:param str project_id: (required)
|
|
6447
|
+
:param str uid: (required)
|
|
6448
|
+
:param RolePermissionUpdate body: (required)
|
|
6449
|
+
:param list[union[HeaderFeature,str]] x_accept_feature:
|
|
6450
|
+
:param bool async_: Perform the request asynchronously
|
|
6451
|
+
:return: RolePermissionOutput
|
|
7062
6452
|
"""
|
|
7063
6453
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
7064
6454
|
kwargs['_return_http_data_only'] = True
|
|
@@ -7082,17 +6472,12 @@ class ProjectsApi(object):
|
|
|
7082
6472
|
Update a user's permission for this project.
|
|
7083
6473
|
This method makes a synchronous HTTP request by default.
|
|
7084
6474
|
|
|
7085
|
-
:param project_id:
|
|
7086
|
-
:
|
|
7087
|
-
:param
|
|
7088
|
-
:
|
|
7089
|
-
:param
|
|
7090
|
-
:
|
|
7091
|
-
:param x_accept_feature:, defaults to []
|
|
7092
|
-
:type x_accept_feature: list[union[HeaderFeature,str]], optional
|
|
7093
|
-
:param async_: Perform the request asynchronously
|
|
7094
|
-
:type async_: bool, optional
|
|
7095
|
-
:rtype: RolePermissionOutput
|
|
6475
|
+
:param str project_id: (required)
|
|
6476
|
+
:param str uid: (required)
|
|
6477
|
+
:param RolePermissionUpdate body: (required)
|
|
6478
|
+
:param list[union[HeaderFeature,str]] x_accept_feature:
|
|
6479
|
+
:param bool async_: Perform the request asynchronously
|
|
6480
|
+
:return: RolePermissionOutput
|
|
7096
6481
|
"""
|
|
7097
6482
|
|
|
7098
6483
|
all_params = ['project_id','uid','body','x_accept_feature',] # noqa: E501
|
|
@@ -7187,13 +6572,10 @@ class ProjectsApi(object):
|
|
|
7187
6572
|
Copy a project and its descendants to a new project tree
|
|
7188
6573
|
This method makes a synchronous HTTP request by default.
|
|
7189
6574
|
|
|
7190
|
-
:param project_id:
|
|
7191
|
-
:
|
|
7192
|
-
:param
|
|
7193
|
-
:
|
|
7194
|
-
:param async_: Perform the request asynchronously
|
|
7195
|
-
:type async_: bool, optional
|
|
7196
|
-
:rtype: ProjectCopyOutput
|
|
6575
|
+
:param str project_id: (required)
|
|
6576
|
+
:param ProjectCopyInput body: (required)
|
|
6577
|
+
:param bool async_: Perform the request asynchronously
|
|
6578
|
+
:return: ProjectCopyOutput
|
|
7197
6579
|
"""
|
|
7198
6580
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
7199
6581
|
kwargs['_return_http_data_only'] = True
|
|
@@ -7217,13 +6599,10 @@ class ProjectsApi(object):
|
|
|
7217
6599
|
Copy a project and its descendants to a new project tree
|
|
7218
6600
|
This method makes a synchronous HTTP request by default.
|
|
7219
6601
|
|
|
7220
|
-
:param project_id:
|
|
7221
|
-
:
|
|
7222
|
-
:param
|
|
7223
|
-
:
|
|
7224
|
-
:param async_: Perform the request asynchronously
|
|
7225
|
-
:type async_: bool, optional
|
|
7226
|
-
:rtype: ProjectCopyOutput
|
|
6602
|
+
:param str project_id: (required)
|
|
6603
|
+
:param ProjectCopyInput body: (required)
|
|
6604
|
+
:param bool async_: Perform the request asynchronously
|
|
6605
|
+
:return: ProjectCopyOutput
|
|
7227
6606
|
"""
|
|
7228
6607
|
|
|
7229
6608
|
all_params = ['project_id','body',] # noqa: E501
|
|
@@ -7308,15 +6687,11 @@ class ProjectsApi(object):
|
|
|
7308
6687
|
|
|
7309
6688
|
This method makes a synchronous HTTP request by default.
|
|
7310
6689
|
|
|
7311
|
-
:param project_id:
|
|
7312
|
-
:
|
|
7313
|
-
:param
|
|
7314
|
-
:
|
|
7315
|
-
:
|
|
7316
|
-
:type file: str
|
|
7317
|
-
:param async_: Perform the request asynchronously
|
|
7318
|
-
:type async_: bool, optional
|
|
7319
|
-
:rtype: list[FileOutput]
|
|
6690
|
+
:param str project_id: (required)
|
|
6691
|
+
:param str token: (required)
|
|
6692
|
+
:param str file: (required)
|
|
6693
|
+
:param bool async_: Perform the request asynchronously
|
|
6694
|
+
:return: list[FileOutput]
|
|
7320
6695
|
"""
|
|
7321
6696
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
7322
6697
|
kwargs['_return_http_data_only'] = True
|
|
@@ -7339,15 +6714,11 @@ class ProjectsApi(object):
|
|
|
7339
6714
|
|
|
7340
6715
|
This method makes a synchronous HTTP request by default.
|
|
7341
6716
|
|
|
7342
|
-
:param project_id:
|
|
7343
|
-
:
|
|
7344
|
-
:param
|
|
7345
|
-
:
|
|
7346
|
-
:
|
|
7347
|
-
:type file: str
|
|
7348
|
-
:param async_: Perform the request asynchronously
|
|
7349
|
-
:type async_: bool, optional
|
|
7350
|
-
:rtype: list[FileOutput]
|
|
6717
|
+
:param str project_id: (required)
|
|
6718
|
+
:param str token: (required)
|
|
6719
|
+
:param str file: (required)
|
|
6720
|
+
:param bool async_: Perform the request asynchronously
|
|
6721
|
+
:return: list[FileOutput]
|
|
7351
6722
|
"""
|
|
7352
6723
|
|
|
7353
6724
|
all_params = ['project_id','token','file',] # noqa: E501
|
|
@@ -7432,9 +6803,8 @@ class ProjectsApi(object):
|
|
|
7432
6803
|
Iterates all projects that have a session template. Recalculate if projects' sessions satisfy the template. Returns list of modified session ids.
|
|
7433
6804
|
This method makes a synchronous HTTP request by default.
|
|
7434
6805
|
|
|
7435
|
-
:param async_: Perform the request asynchronously
|
|
7436
|
-
:
|
|
7437
|
-
:rtype: SessionTemplateRecalcOutput
|
|
6806
|
+
:param bool async_: Perform the request asynchronously
|
|
6807
|
+
:return: SessionTemplateRecalcOutput
|
|
7438
6808
|
"""
|
|
7439
6809
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
7440
6810
|
kwargs['_return_http_data_only'] = True
|
|
@@ -7458,9 +6828,8 @@ class ProjectsApi(object):
|
|
|
7458
6828
|
Iterates all projects that have a session template. Recalculate if projects' sessions satisfy the template. Returns list of modified session ids.
|
|
7459
6829
|
This method makes a synchronous HTTP request by default.
|
|
7460
6830
|
|
|
7461
|
-
:param async_: Perform the request asynchronously
|
|
7462
|
-
:
|
|
7463
|
-
:rtype: SessionTemplateRecalcOutput
|
|
6831
|
+
:param bool async_: Perform the request asynchronously
|
|
6832
|
+
:return: SessionTemplateRecalcOutput
|
|
7464
6833
|
"""
|
|
7465
6834
|
|
|
7466
6835
|
all_params = [] # noqa: E501
|
|
@@ -7523,11 +6892,9 @@ class ProjectsApi(object):
|
|
|
7523
6892
|
Currently does nothing--will eventually calculate if sessions in the project satisfy the template.
|
|
7524
6893
|
This method makes a synchronous HTTP request by default.
|
|
7525
6894
|
|
|
7526
|
-
:param project_id:
|
|
7527
|
-
:
|
|
7528
|
-
:
|
|
7529
|
-
:type async_: bool, optional
|
|
7530
|
-
:rtype: SessionTemplateRecalcOutput
|
|
6895
|
+
:param str project_id: (required)
|
|
6896
|
+
:param bool async_: Perform the request asynchronously
|
|
6897
|
+
:return: SessionTemplateRecalcOutput
|
|
7531
6898
|
"""
|
|
7532
6899
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
7533
6900
|
kwargs['_return_http_data_only'] = True
|
|
@@ -7551,11 +6918,9 @@ class ProjectsApi(object):
|
|
|
7551
6918
|
Currently does nothing--will eventually calculate if sessions in the project satisfy the template.
|
|
7552
6919
|
This method makes a synchronous HTTP request by default.
|
|
7553
6920
|
|
|
7554
|
-
:param project_id:
|
|
7555
|
-
:
|
|
7556
|
-
:
|
|
7557
|
-
:type async_: bool, optional
|
|
7558
|
-
:rtype: SessionTemplateRecalcOutput
|
|
6921
|
+
:param str project_id: (required)
|
|
6922
|
+
:param bool async_: Perform the request asynchronously
|
|
6923
|
+
:return: SessionTemplateRecalcOutput
|
|
7559
6924
|
"""
|
|
7560
6925
|
|
|
7561
6926
|
all_params = ['project_id',] # noqa: E501
|
|
@@ -7623,13 +6988,10 @@ class ProjectsApi(object):
|
|
|
7623
6988
|
|
|
7624
6989
|
This method makes a synchronous HTTP request by default.
|
|
7625
6990
|
|
|
7626
|
-
:param project_id:
|
|
7627
|
-
:
|
|
7628
|
-
:param
|
|
7629
|
-
:
|
|
7630
|
-
:param async_: Perform the request asynchronously
|
|
7631
|
-
:type async_: bool, optional
|
|
7632
|
-
:rtype: None
|
|
6991
|
+
:param str project_id: (required)
|
|
6992
|
+
:param str rule_id: (required)
|
|
6993
|
+
:param bool async_: Perform the request asynchronously
|
|
6994
|
+
:return: None
|
|
7633
6995
|
"""
|
|
7634
6996
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
7635
6997
|
kwargs['_return_http_data_only'] = True
|
|
@@ -7652,13 +7014,10 @@ class ProjectsApi(object):
|
|
|
7652
7014
|
|
|
7653
7015
|
This method makes a synchronous HTTP request by default.
|
|
7654
7016
|
|
|
7655
|
-
:param project_id:
|
|
7656
|
-
:
|
|
7657
|
-
:param
|
|
7658
|
-
:
|
|
7659
|
-
:param async_: Perform the request asynchronously
|
|
7660
|
-
:type async_: bool, optional
|
|
7661
|
-
:rtype: None
|
|
7017
|
+
:param str project_id: (required)
|
|
7018
|
+
:param str rule_id: (required)
|
|
7019
|
+
:param bool async_: Perform the request asynchronously
|
|
7020
|
+
:return: None
|
|
7662
7021
|
"""
|
|
7663
7022
|
|
|
7664
7023
|
all_params = ['project_id','rule_id',] # noqa: E501
|
|
@@ -7732,11 +7091,9 @@ class ProjectsApi(object):
|
|
|
7732
7091
|
|
|
7733
7092
|
This method makes a synchronous HTTP request by default.
|
|
7734
7093
|
|
|
7735
|
-
:param project_id:
|
|
7736
|
-
:
|
|
7737
|
-
:
|
|
7738
|
-
:type async_: bool, optional
|
|
7739
|
-
:rtype: DeletedResult
|
|
7094
|
+
:param str project_id: (required)
|
|
7095
|
+
:param bool async_: Perform the request asynchronously
|
|
7096
|
+
:return: DeletedResult
|
|
7740
7097
|
"""
|
|
7741
7098
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
7742
7099
|
kwargs['_return_http_data_only'] = True
|
|
@@ -7759,11 +7116,9 @@ class ProjectsApi(object):
|
|
|
7759
7116
|
|
|
7760
7117
|
This method makes a synchronous HTTP request by default.
|
|
7761
7118
|
|
|
7762
|
-
:param project_id:
|
|
7763
|
-
:
|
|
7764
|
-
:
|
|
7765
|
-
:type async_: bool, optional
|
|
7766
|
-
:rtype: DeletedResult
|
|
7119
|
+
:param str project_id: (required)
|
|
7120
|
+
:param bool async_: Perform the request asynchronously
|
|
7121
|
+
:return: DeletedResult
|
|
7767
7122
|
"""
|
|
7768
7123
|
|
|
7769
7124
|
all_params = ['project_id',] # noqa: E501
|
|
@@ -7832,15 +7187,11 @@ class ProjectsApi(object):
|
|
|
7832
7187
|
Rename a tag
|
|
7833
7188
|
This method makes a synchronous HTTP request by default.
|
|
7834
7189
|
|
|
7835
|
-
:param cid:
|
|
7836
|
-
:
|
|
7837
|
-
:param
|
|
7838
|
-
:
|
|
7839
|
-
:
|
|
7840
|
-
:type body: Tag
|
|
7841
|
-
:param async_: Perform the request asynchronously
|
|
7842
|
-
:type async_: bool, optional
|
|
7843
|
-
:rtype: str
|
|
7190
|
+
:param str cid: (required)
|
|
7191
|
+
:param str value: The tag to interact with (required)
|
|
7192
|
+
:param Tag body: (required)
|
|
7193
|
+
:param bool async_: Perform the request asynchronously
|
|
7194
|
+
:return: str
|
|
7844
7195
|
"""
|
|
7845
7196
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
7846
7197
|
kwargs['_return_http_data_only'] = True
|
|
@@ -7864,15 +7215,11 @@ class ProjectsApi(object):
|
|
|
7864
7215
|
Rename a tag
|
|
7865
7216
|
This method makes a synchronous HTTP request by default.
|
|
7866
7217
|
|
|
7867
|
-
:param cid:
|
|
7868
|
-
:
|
|
7869
|
-
:param
|
|
7870
|
-
:
|
|
7871
|
-
:
|
|
7872
|
-
:type body: Tag
|
|
7873
|
-
:param async_: Perform the request asynchronously
|
|
7874
|
-
:type async_: bool, optional
|
|
7875
|
-
:rtype: str
|
|
7218
|
+
:param str cid: (required)
|
|
7219
|
+
:param str value: The tag to interact with (required)
|
|
7220
|
+
:param Tag body: (required)
|
|
7221
|
+
:param bool async_: Perform the request asynchronously
|
|
7222
|
+
:return: str
|
|
7876
7223
|
"""
|
|
7877
7224
|
|
|
7878
7225
|
all_params = ['cid','value','body',] # noqa: E501
|
|
@@ -7963,13 +7310,10 @@ class ProjectsApi(object):
|
|
|
7963
7310
|
|
|
7964
7311
|
This method makes a synchronous HTTP request by default.
|
|
7965
7312
|
|
|
7966
|
-
:param project_id:
|
|
7967
|
-
:
|
|
7968
|
-
:param
|
|
7969
|
-
:
|
|
7970
|
-
:param async_: Perform the request asynchronously
|
|
7971
|
-
:type async_: bool, optional
|
|
7972
|
-
:rtype: ModifiedResult
|
|
7313
|
+
:param str project_id: (required)
|
|
7314
|
+
:param ProjectTemplateListInput body: (required)
|
|
7315
|
+
:param bool async_: Perform the request asynchronously
|
|
7316
|
+
:return: ModifiedResult
|
|
7973
7317
|
"""
|
|
7974
7318
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
7975
7319
|
kwargs['_return_http_data_only'] = True
|
|
@@ -7992,13 +7336,10 @@ class ProjectsApi(object):
|
|
|
7992
7336
|
|
|
7993
7337
|
This method makes a synchronous HTTP request by default.
|
|
7994
7338
|
|
|
7995
|
-
:param project_id:
|
|
7996
|
-
:
|
|
7997
|
-
:param
|
|
7998
|
-
:
|
|
7999
|
-
:param async_: Perform the request asynchronously
|
|
8000
|
-
:type async_: bool, optional
|
|
8001
|
-
:rtype: ModifiedResult
|
|
7339
|
+
:param str project_id: (required)
|
|
7340
|
+
:param ProjectTemplateListInput body: (required)
|
|
7341
|
+
:param bool async_: Perform the request asynchronously
|
|
7342
|
+
:return: ModifiedResult
|
|
8002
7343
|
"""
|
|
8003
7344
|
|
|
8004
7345
|
all_params = ['project_id','body',] # noqa: E501
|
|
@@ -8083,11 +7424,9 @@ class ProjectsApi(object):
|
|
|
8083
7424
|
|
|
8084
7425
|
This method makes a synchronous HTTP request by default.
|
|
8085
7426
|
|
|
8086
|
-
:param project_id:
|
|
8087
|
-
:
|
|
8088
|
-
:
|
|
8089
|
-
:type async_: bool, optional
|
|
8090
|
-
:rtype: UploadTokenOutput
|
|
7427
|
+
:param str project_id: (required)
|
|
7428
|
+
:param bool async_: Perform the request asynchronously
|
|
7429
|
+
:return: UploadTokenOutput
|
|
8091
7430
|
"""
|
|
8092
7431
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
8093
7432
|
kwargs['_return_http_data_only'] = True
|
|
@@ -8110,11 +7449,9 @@ class ProjectsApi(object):
|
|
|
8110
7449
|
|
|
8111
7450
|
This method makes a synchronous HTTP request by default.
|
|
8112
7451
|
|
|
8113
|
-
:param project_id:
|
|
8114
|
-
:
|
|
8115
|
-
:
|
|
8116
|
-
:type async_: bool, optional
|
|
8117
|
-
:rtype: UploadTokenOutput
|
|
7452
|
+
:param str project_id: (required)
|
|
7453
|
+
:param bool async_: Perform the request asynchronously
|
|
7454
|
+
:return: UploadTokenOutput
|
|
8118
7455
|
"""
|
|
8119
7456
|
|
|
8120
7457
|
all_params = ['project_id',] # noqa: E501
|
|
@@ -8183,29 +7520,18 @@ class ProjectsApi(object):
|
|
|
8183
7520
|
Upload a file to a(n) project.
|
|
8184
7521
|
This method makes a synchronous HTTP request by default.
|
|
8185
7522
|
|
|
8186
|
-
:param container_id:
|
|
8187
|
-
:
|
|
8188
|
-
:param
|
|
8189
|
-
:
|
|
8190
|
-
:param
|
|
8191
|
-
:
|
|
8192
|
-
:param
|
|
8193
|
-
:
|
|
8194
|
-
:param
|
|
8195
|
-
:
|
|
8196
|
-
:param
|
|
8197
|
-
:
|
|
8198
|
-
:param job:
|
|
8199
|
-
:type job: str, optional
|
|
8200
|
-
:param metadata: Dictionary of file metadata (type, modality, info, etc.)
|
|
8201
|
-
:type metadata: object, optional
|
|
8202
|
-
:param x_accept_feature: redirect header, defaults to []
|
|
8203
|
-
:type x_accept_feature: list[str], optional
|
|
8204
|
-
:param content_type:
|
|
8205
|
-
:type content_type: str, optional
|
|
8206
|
-
:param async_: Perform the request asynchronously
|
|
8207
|
-
:type async_: bool, optional
|
|
8208
|
-
:rtype: union[list[FileOutput],UploadTicketOutput]
|
|
7523
|
+
:param str container_id: (required)
|
|
7524
|
+
:param str file: The file to upload (required)
|
|
7525
|
+
:param bool preserve_metadata:
|
|
7526
|
+
:param str ticket:
|
|
7527
|
+
:param str id:
|
|
7528
|
+
:param ContainerType level:
|
|
7529
|
+
:param str job:
|
|
7530
|
+
:param object metadata: Dictionary of file metadata (type, modality, info, etc.)
|
|
7531
|
+
:param list[str] x_accept_feature: redirect header
|
|
7532
|
+
:param str content_type:
|
|
7533
|
+
:param bool async_: Perform the request asynchronously
|
|
7534
|
+
:return: union[list[FileOutput],UploadTicketOutput]
|
|
8209
7535
|
"""
|
|
8210
7536
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
8211
7537
|
kwargs['_return_http_data_only'] = True
|
|
@@ -8229,29 +7555,18 @@ class ProjectsApi(object):
|
|
|
8229
7555
|
Upload a file to a(n) project.
|
|
8230
7556
|
This method makes a synchronous HTTP request by default.
|
|
8231
7557
|
|
|
8232
|
-
:param container_id:
|
|
8233
|
-
:
|
|
8234
|
-
:param
|
|
8235
|
-
:
|
|
8236
|
-
:param
|
|
8237
|
-
:
|
|
8238
|
-
:param
|
|
8239
|
-
:
|
|
8240
|
-
:param
|
|
8241
|
-
:
|
|
8242
|
-
:param
|
|
8243
|
-
:
|
|
8244
|
-
:param job:
|
|
8245
|
-
:type job: str, optional
|
|
8246
|
-
:param metadata: Dictionary of file metadata (type, modality, info, etc.)
|
|
8247
|
-
:type metadata: object, optional
|
|
8248
|
-
:param x_accept_feature: redirect header, defaults to []
|
|
8249
|
-
:type x_accept_feature: list[str], optional
|
|
8250
|
-
:param content_type:
|
|
8251
|
-
:type content_type: str, optional
|
|
8252
|
-
:param async_: Perform the request asynchronously
|
|
8253
|
-
:type async_: bool, optional
|
|
8254
|
-
:rtype: union[list[FileOutput],UploadTicketOutput]
|
|
7558
|
+
:param str container_id: (required)
|
|
7559
|
+
:param str file: The file to upload (required)
|
|
7560
|
+
:param bool preserve_metadata:
|
|
7561
|
+
:param str ticket:
|
|
7562
|
+
:param str id:
|
|
7563
|
+
:param ContainerType level:
|
|
7564
|
+
:param str job:
|
|
7565
|
+
:param object metadata: Dictionary of file metadata (type, modality, info, etc.)
|
|
7566
|
+
:param list[str] x_accept_feature: redirect header
|
|
7567
|
+
:param str content_type:
|
|
7568
|
+
:param bool async_: Perform the request asynchronously
|
|
7569
|
+
:return: union[list[FileOutput],UploadTicketOutput]
|
|
8255
7570
|
"""
|
|
8256
7571
|
|
|
8257
7572
|
all_params = ['container_id','file','preserve_metadata','ticket','id','level','job','metadata','x_accept_feature','content_type',] # noqa: E501
|
|
@@ -8347,25 +7662,16 @@ class ProjectsApi(object):
|
|
|
8347
7662
|
Upload an output file to an analysis
|
|
8348
7663
|
This method makes a synchronous HTTP request by default.
|
|
8349
7664
|
|
|
8350
|
-
:param cid:
|
|
8351
|
-
:
|
|
8352
|
-
:param
|
|
8353
|
-
:
|
|
8354
|
-
:param
|
|
8355
|
-
:
|
|
8356
|
-
:param
|
|
8357
|
-
:
|
|
8358
|
-
:param
|
|
8359
|
-
:
|
|
8360
|
-
:param level:
|
|
8361
|
-
:type level: ContainerType, optional
|
|
8362
|
-
:param job:
|
|
8363
|
-
:type job: str, optional
|
|
8364
|
-
:param content_type:
|
|
8365
|
-
:type content_type: str, optional
|
|
8366
|
-
:param async_: Perform the request asynchronously
|
|
8367
|
-
:type async_: bool, optional
|
|
8368
|
-
:rtype: list[FileOutput]
|
|
7665
|
+
:param str cid: (required)
|
|
7666
|
+
:param str analysis_id: (required)
|
|
7667
|
+
:param str file: The file to upload (required)
|
|
7668
|
+
:param str ticket:
|
|
7669
|
+
:param str id:
|
|
7670
|
+
:param ContainerType level:
|
|
7671
|
+
:param str job:
|
|
7672
|
+
:param str content_type:
|
|
7673
|
+
:param bool async_: Perform the request asynchronously
|
|
7674
|
+
:return: list[FileOutput]
|
|
8369
7675
|
"""
|
|
8370
7676
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
8371
7677
|
kwargs['_return_http_data_only'] = True
|
|
@@ -8389,25 +7695,16 @@ class ProjectsApi(object):
|
|
|
8389
7695
|
Upload an output file to an analysis
|
|
8390
7696
|
This method makes a synchronous HTTP request by default.
|
|
8391
7697
|
|
|
8392
|
-
:param cid:
|
|
8393
|
-
:
|
|
8394
|
-
:param
|
|
8395
|
-
:
|
|
8396
|
-
:param
|
|
8397
|
-
:
|
|
8398
|
-
:param
|
|
8399
|
-
:
|
|
8400
|
-
:param
|
|
8401
|
-
:
|
|
8402
|
-
:param level:
|
|
8403
|
-
:type level: ContainerType, optional
|
|
8404
|
-
:param job:
|
|
8405
|
-
:type job: str, optional
|
|
8406
|
-
:param content_type:
|
|
8407
|
-
:type content_type: str, optional
|
|
8408
|
-
:param async_: Perform the request asynchronously
|
|
8409
|
-
:type async_: bool, optional
|
|
8410
|
-
:rtype: list[FileOutput]
|
|
7698
|
+
:param str cid: (required)
|
|
7699
|
+
:param str analysis_id: (required)
|
|
7700
|
+
:param str file: The file to upload (required)
|
|
7701
|
+
:param str ticket:
|
|
7702
|
+
:param str id:
|
|
7703
|
+
:param ContainerType level:
|
|
7704
|
+
:param str job:
|
|
7705
|
+
:param str content_type:
|
|
7706
|
+
:param bool async_: Perform the request asynchronously
|
|
7707
|
+
:return: list[FileOutput]
|
|
8411
7708
|
"""
|
|
8412
7709
|
|
|
8413
7710
|
all_params = ['cid','analysis_id','file','ticket','id','level','job','content_type',] # noqa: E501
|
|
@@ -8502,15 +7799,11 @@ class ProjectsApi(object):
|
|
|
8502
7799
|
Create, update or just return an existing container sub-hierarchy as-is for the given project. Useful for efficient and highly parallel automated imports using device authN, based on common routing fields such as id, uid and label.
|
|
8503
7800
|
This method makes a synchronous HTTP request by default.
|
|
8504
7801
|
|
|
8505
|
-
:param project_id:
|
|
8506
|
-
:
|
|
8507
|
-
:param
|
|
8508
|
-
:
|
|
8509
|
-
:
|
|
8510
|
-
:type uid_scope: str, optional
|
|
8511
|
-
:param async_: Perform the request asynchronously
|
|
8512
|
-
:type async_: bool, optional
|
|
8513
|
-
:rtype: ProjectHierarchyOutput
|
|
7802
|
+
:param str project_id: (required)
|
|
7803
|
+
:param ProjectHierarchyInput body: (required)
|
|
7804
|
+
:param str uid_scope:
|
|
7805
|
+
:param bool async_: Perform the request asynchronously
|
|
7806
|
+
:return: ProjectHierarchyOutput
|
|
8514
7807
|
"""
|
|
8515
7808
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
8516
7809
|
kwargs['_return_http_data_only'] = True
|
|
@@ -8534,15 +7827,11 @@ class ProjectsApi(object):
|
|
|
8534
7827
|
Create, update or just return an existing container sub-hierarchy as-is for the given project. Useful for efficient and highly parallel automated imports using device authN, based on common routing fields such as id, uid and label.
|
|
8535
7828
|
This method makes a synchronous HTTP request by default.
|
|
8536
7829
|
|
|
8537
|
-
:param project_id:
|
|
8538
|
-
:
|
|
8539
|
-
:param
|
|
8540
|
-
:
|
|
8541
|
-
:
|
|
8542
|
-
:type uid_scope: str, optional
|
|
8543
|
-
:param async_: Perform the request asynchronously
|
|
8544
|
-
:type async_: bool, optional
|
|
8545
|
-
:rtype: ProjectHierarchyOutput
|
|
7830
|
+
:param str project_id: (required)
|
|
7831
|
+
:param ProjectHierarchyInput body: (required)
|
|
7832
|
+
:param str uid_scope:
|
|
7833
|
+
:param bool async_: Perform the request asynchronously
|
|
7834
|
+
:return: ProjectHierarchyOutput
|
|
8546
7835
|
"""
|
|
8547
7836
|
|
|
8548
7837
|
all_params = ['project_id','body','uid_scope',] # noqa: E501
|