cosmotech-api 2.4.7__tar.gz → 3.0.9.dev0__tar.gz
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.
Potentially problematic release.
This version of cosmotech-api might be problematic. Click here for more details.
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/PKG-INFO +3 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/README.md +41 -12
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/__init__.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/api/connector_api.py +20 -21
- cosmotech-api-3.0.9.dev0/cosmotech_api/api/dataset_api.py +3921 -0
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/api/organization_api.py +1 -131
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/api/scenario_api.py +13 -158
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/api/scenariorun_api.py +1 -160
- cosmotech-api-3.0.9.dev0/cosmotech_api/api/scenariorunresult_api.py +386 -0
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/api/solution_api.py +639 -36
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/api/twingraph_api.py +2 -145
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/api/user_api.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/api/validator_api.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/api/workspace_api.py +1 -141
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/api_client.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/apis/__init__.py +1 -0
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/configuration.py +2 -2
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/exceptions.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/component_role_permissions.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/connector.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/connector_parameter.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/connector_parameter_group.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/container_resource_size_info.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/container_resource_sizing.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/dataset.py +55 -1
- cosmotech-api-3.0.9.dev0/cosmotech_api/model/dataset_access_control.py +268 -0
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/dataset_compatibility.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/dataset_connector.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/dataset_copy_parameters.py +1 -1
- cosmotech-api-3.0.9.dev0/cosmotech_api/model/dataset_role.py +262 -0
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/dataset_search.py +1 -1
- cosmotech-api-3.0.9.dev0/cosmotech_api/model/dataset_security.py +274 -0
- cosmotech-api-3.0.9.dev0/cosmotech_api/model/dataset_source_type.py +286 -0
- cosmotech-api-3.0.9.dev0/cosmotech_api/model/dataset_twin_graph_hash.py +256 -0
- cosmotech-api-3.0.9.dev0/cosmotech_api/model/dataset_twin_graph_info.py +264 -0
- cosmotech-api-3.0.9.dev0/cosmotech_api/model/dataset_twin_graph_query.py +262 -0
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/delete_historical_data.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/graph_properties.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/organization.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/organization_access_control.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/organization_role.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/organization_security.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/organization_service.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/organization_services.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/resource_size_info.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/run_template.py +7 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/run_template_handler_id.py +1 -1
- cosmotech-api-3.0.9.dev0/cosmotech_api/model/run_template_orchestrator.py +283 -0
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/run_template_parameter.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/run_template_parameter_group.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/run_template_parameter_value.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/run_template_resource_sizing.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/run_template_step_source.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/scenario.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/scenario_access_control.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/scenario_changed_parameter_value.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/scenario_comparison_result.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/scenario_data_download_info.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/scenario_data_download_job.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/scenario_job_state.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/scenario_last_run.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/scenario_resource_sizing.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/scenario_role.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/scenario_run.py +6 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/scenario_run_container.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/scenario_run_container_artifact.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/scenario_run_container_logs.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/scenario_run_logs.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/scenario_run_resource_requested.py +1 -1
- cosmotech-api-3.0.9.dev0/cosmotech_api/model/scenario_run_result.py +260 -0
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/scenario_run_search.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/scenario_run_start_containers.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/scenario_run_state.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/scenario_run_status.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/scenario_run_status_node.py +16 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/scenario_run_template_parameter_value.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/scenario_security.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/scenario_validation_status.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/solution.py +7 -1
- cosmotech-api-3.0.9.dev0/cosmotech_api/model/solution_access_control.py +268 -0
- cosmotech-api-3.0.9.dev0/cosmotech_api/model/solution_role.py +262 -0
- cosmotech-api-3.0.9.dev0/cosmotech_api/model/solution_security.py +274 -0
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/source_info.py +3 -13
- cosmotech-api-3.0.9.dev0/cosmotech_api/model/sub_dataset_graph_query.py +268 -0
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/translated_labels.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/twin_graph_batch_result.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/twin_graph_hash.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/twin_graph_import.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/twin_graph_import_info.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/twin_graph_query.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/user.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/user_organization.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/user_workspace.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/validator.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/validator_run.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/workspace.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/workspace_access_control.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/workspace_file.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/workspace_role.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/workspace_secret.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/workspace_security.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/workspace_solution.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/workspace_web_app.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model_utils.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/models/__init__.py +14 -2
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/rest.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api.egg-info/PKG-INFO +3 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api.egg-info/SOURCES.txt +28 -0
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/setup.py +2 -2
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_component_role_permissions.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_connector.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_connector_api.py +4 -4
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_connector_parameter.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_connector_parameter_group.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_container_resource_size_info.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_container_resource_sizing.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_dataset.py +7 -1
- cosmotech-api-3.0.9.dev0/test/test_dataset_access_control.py +36 -0
- cosmotech-api-3.0.9.dev0/test/test_dataset_api.py +211 -0
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_dataset_compatibility.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_dataset_connector.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_dataset_copy_parameters.py +1 -1
- cosmotech-api-3.0.9.dev0/test/test_dataset_role.py +36 -0
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_dataset_search.py +1 -1
- cosmotech-api-3.0.9.dev0/test/test_dataset_security.py +38 -0
- cosmotech-api-3.0.9.dev0/test/test_dataset_source_type.py +36 -0
- cosmotech-api-3.0.9.dev0/test/test_dataset_twin_graph_hash.py +36 -0
- cosmotech-api-3.0.9.dev0/test/test_dataset_twin_graph_info.py +36 -0
- cosmotech-api-3.0.9.dev0/test/test_dataset_twin_graph_query.py +36 -0
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_delete_historical_data.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_graph_properties.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_organization.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_organization_access_control.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_organization_api.py +1 -8
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_organization_role.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_organization_security.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_organization_service.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_organization_services.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_resource_size_info.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_run_template.py +3 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_run_template_handler_id.py +1 -1
- cosmotech-api-3.0.9.dev0/test/test_run_template_orchestrator.py +36 -0
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_run_template_parameter.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_run_template_parameter_group.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_run_template_parameter_value.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_run_template_resource_sizing.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_run_template_step_source.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_scenario.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_scenario_access_control.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_scenario_api.py +1 -8
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_scenario_changed_parameter_value.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_scenario_comparison_result.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_scenario_data_download_info.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_scenario_data_download_job.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_scenario_job_state.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_scenario_last_run.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_scenario_resource_sizing.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_scenario_role.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_scenario_run.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_scenario_run_container.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_scenario_run_container_artifact.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_scenario_run_container_logs.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_scenario_run_logs.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_scenario_run_resource_requested.py +1 -1
- cosmotech-api-3.0.9.dev0/test/test_scenario_run_result.py +36 -0
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_scenario_run_search.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_scenario_run_start_containers.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_scenario_run_state.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_scenario_run_status.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_scenario_run_status_node.py +3 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_scenario_run_template_parameter_value.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_scenario_security.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_scenario_validation_status.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_scenariorun_api.py +1 -8
- cosmotech-api-3.0.9.dev0/test/test_scenariorunresult_api.py +43 -0
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_solution.py +3 -1
- cosmotech-api-3.0.9.dev0/test/test_solution_access_control.py +36 -0
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_solution_api.py +32 -4
- cosmotech-api-3.0.9.dev0/test/test_solution_role.py +36 -0
- cosmotech-api-3.0.9.dev0/test/test_solution_security.py +38 -0
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_source_info.py +1 -1
- cosmotech-api-3.0.9.dev0/test/test_sub_dataset_graph_query.py +36 -0
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_translated_labels.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_twin_graph_batch_result.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_twin_graph_hash.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_twin_graph_import.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_twin_graph_import_info.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_twin_graph_query.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_twingraph_api.py +1 -8
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_user.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_user_api.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_user_organization.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_user_workspace.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_validator.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_validator_api.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_validator_run.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_workspace.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_workspace_access_control.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_workspace_api.py +1 -8
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_workspace_file.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_workspace_role.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_workspace_secret.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_workspace_security.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_workspace_solution.py +1 -1
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_workspace_web_app.py +1 -1
- cosmotech-api-2.4.7/cosmotech_api/api/dataset_api.py +0 -1462
- cosmotech-api-2.4.7/test/test_dataset_api.py +0 -99
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/LICENSE +0 -0
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/api/__init__.py +0 -0
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/__init__.py +0 -0
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/organization_user.py +0 -0
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/scenario_user.py +0 -0
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/workspace_user.py +0 -0
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api.egg-info/dependency_links.txt +0 -0
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api.egg-info/requires.txt +0 -0
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/cosmotech_api.egg-info/top_level.txt +0 -0
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/setup.cfg +0 -0
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_organization_user.py +0 -0
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_scenario_user.py +0 -0
- {cosmotech-api-2.4.7 → cosmotech-api-3.0.9.dev0}/test/test_workspace_user.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: cosmotech-api
|
|
3
|
-
Version:
|
|
3
|
+
Version: 3.0.9.dev0
|
|
4
4
|
Summary: Cosmo Tech Platform API
|
|
5
5
|
Home-page:
|
|
6
6
|
Author: Repository
|
|
@@ -9,6 +9,8 @@ License: MIT License
|
|
|
9
9
|
Keywords: OpenAPI,OpenAPI-Generator,Cosmo Tech Platform API
|
|
10
10
|
Requires-Python: >=3.6
|
|
11
11
|
License-File: LICENSE
|
|
12
|
+
Requires-Dist: urllib3>=1.25.3
|
|
13
|
+
Requires-Dist: python-dateutil
|
|
12
14
|
|
|
13
15
|
Cosmo Tech Platform API # noqa: E501
|
|
14
16
|
|
|
@@ -3,7 +3,7 @@ Cosmo Tech Platform API
|
|
|
3
3
|
|
|
4
4
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
5
5
|
|
|
6
|
-
- API version:
|
|
6
|
+
- API version: 3.0.9-SNAPSHOT
|
|
7
7
|
- Package version: 1.0.0
|
|
8
8
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
9
9
|
For more information, please visit [https://github.com/Cosmo-Tech/cosmotech-api](https://github.com/Cosmo-Tech/cosmotech-api)
|
|
@@ -93,19 +93,35 @@ Class | Method | HTTP request | Description
|
|
|
93
93
|
------------ | ------------- | ------------- | -------------
|
|
94
94
|
*ConnectorApi* | [**find_all_connectors**](docs/ConnectorApi.md#find_all_connectors) | **GET** /connectors | List all Connectors
|
|
95
95
|
*ConnectorApi* | [**find_connector_by_id**](docs/ConnectorApi.md#find_connector_by_id) | **GET** /connectors/{connector_id} | Get the details of a connector
|
|
96
|
-
*ConnectorApi* | [**
|
|
96
|
+
*ConnectorApi* | [**find_connector_by_name**](docs/ConnectorApi.md#find_connector_by_name) | **GET** /connectors/name/{connector_name} | Get the details of a connector
|
|
97
97
|
*ConnectorApi* | [**register_connector**](docs/ConnectorApi.md#register_connector) | **POST** /connectors | Register a new connector
|
|
98
98
|
*ConnectorApi* | [**unregister_connector**](docs/ConnectorApi.md#unregister_connector) | **DELETE** /connectors/{connector_id} | Unregister a connector
|
|
99
|
+
*DatasetApi* | [**add_dataset_access_control**](docs/DatasetApi.md#add_dataset_access_control) | **POST** /organizations/{organization_id}/datasets/{dataset_id}/security/access | Add a control access to the Dataset
|
|
99
100
|
*DatasetApi* | [**add_or_replace_dataset_compatibility_elements**](docs/DatasetApi.md#add_or_replace_dataset_compatibility_elements) | **POST** /organizations/{organization_id}/datasets/{dataset_id}/compatibility | Add Dataset Compatibility elements.
|
|
100
101
|
*DatasetApi* | [**copy_dataset**](docs/DatasetApi.md#copy_dataset) | **POST** /organizations/{organization_id}/datasets/copy | Copy a Dataset to another Dataset. Source must have a read capable connector and Target a write capable connector.
|
|
101
102
|
*DatasetApi* | [**create_dataset**](docs/DatasetApi.md#create_dataset) | **POST** /organizations/{organization_id}/datasets | Create a new Dataset
|
|
103
|
+
*DatasetApi* | [**create_sub_dataset**](docs/DatasetApi.md#create_sub_dataset) | **POST** /organizations/{organization_id}/datasets/{dataset_id}/subdataset | Run a query on a dataset
|
|
104
|
+
*DatasetApi* | [**create_twingraph_entities**](docs/DatasetApi.md#create_twingraph_entities) | **POST** /organizations/{organization_id}/datasets/{dataset_id}/twingraph/{type} | Create new entities in a graph instance
|
|
102
105
|
*DatasetApi* | [**delete_dataset**](docs/DatasetApi.md#delete_dataset) | **DELETE** /organizations/{organization_id}/datasets/{dataset_id} | Delete a dataset
|
|
106
|
+
*DatasetApi* | [**delete_twingraph_entities**](docs/DatasetApi.md#delete_twingraph_entities) | **DELETE** /organizations/{organization_id}/datasets/{dataset_id}/twingraph/{type} | Delete entities in a graph instance
|
|
107
|
+
*DatasetApi* | [**download_twingraph**](docs/DatasetApi.md#download_twingraph) | **GET** /organizations/{organization_id}/datasets/twingraph/download/{hash} | Download a graph compressed in a zip file
|
|
103
108
|
*DatasetApi* | [**find_all_datasets**](docs/DatasetApi.md#find_all_datasets) | **GET** /organizations/{organization_id}/datasets | List all Datasets
|
|
104
109
|
*DatasetApi* | [**find_dataset_by_id**](docs/DatasetApi.md#find_dataset_by_id) | **GET** /organizations/{organization_id}/datasets/{dataset_id} | Get the details of a Dataset
|
|
105
|
-
*DatasetApi* | [**
|
|
110
|
+
*DatasetApi* | [**get_dataset_access_control**](docs/DatasetApi.md#get_dataset_access_control) | **GET** /organizations/{organization_id}/datasets/{dataset_id}/security/access/{identity_id} | Get a control access for the Dataset
|
|
111
|
+
*DatasetApi* | [**get_dataset_security_users**](docs/DatasetApi.md#get_dataset_security_users) | **GET** /organizations/{organization_id}/datasets/{dataset_id}/security/users | Get the Dataset security users list
|
|
112
|
+
*DatasetApi* | [**get_dataset_twingraph_status**](docs/DatasetApi.md#get_dataset_twingraph_status) | **GET** /organizations/{organization_id}/datasets/{dataset_id}/job/{job_id}/status | Get the status of twingraph import
|
|
113
|
+
*DatasetApi* | [**get_twingraph_entities**](docs/DatasetApi.md#get_twingraph_entities) | **GET** /organizations/{organization_id}/datasets/{dataset_id}/twingraph/{type} | Get entities in a graph instance
|
|
114
|
+
*DatasetApi* | [**refresh_dataset**](docs/DatasetApi.md#refresh_dataset) | **POST** /organizations/{organization_id}/datasets/{dataset_id}/refresh | Refresh dataset
|
|
106
115
|
*DatasetApi* | [**remove_all_dataset_compatibility_elements**](docs/DatasetApi.md#remove_all_dataset_compatibility_elements) | **DELETE** /organizations/{organization_id}/datasets/{dataset_id}/compatibility | Remove all Dataset Compatibility elements from the Dataset specified
|
|
116
|
+
*DatasetApi* | [**remove_dataset_access_control**](docs/DatasetApi.md#remove_dataset_access_control) | **DELETE** /organizations/{organization_id}/datasets/{dataset_id}/security/access/{identity_id} | Remove the specified access from the given Dataset
|
|
107
117
|
*DatasetApi* | [**search_datasets**](docs/DatasetApi.md#search_datasets) | **POST** /organizations/{organization_id}/datasets/search | Search Datasets
|
|
118
|
+
*DatasetApi* | [**twingraph_batch_query**](docs/DatasetApi.md#twingraph_batch_query) | **POST** /organizations/{organization_id}/datasets/{dataset_id}/batch-query | Run a query on a graph instance and return the result as a zip file in async mode
|
|
119
|
+
*DatasetApi* | [**twingraph_batch_update**](docs/DatasetApi.md#twingraph_batch_update) | **POST** /organizations/{organization_id}/datasets/{dataset_id}/batch | Async batch update by loading a CSV file on a graph instance
|
|
120
|
+
*DatasetApi* | [**twingraph_query**](docs/DatasetApi.md#twingraph_query) | **POST** /organizations/{organization_id}/datasets/{dataset_id}/twingraph | Run a query on a graph instance and return the result as a json
|
|
108
121
|
*DatasetApi* | [**update_dataset**](docs/DatasetApi.md#update_dataset) | **PATCH** /organizations/{organization_id}/datasets/{dataset_id} | Update a dataset
|
|
122
|
+
*DatasetApi* | [**update_dataset_access_control**](docs/DatasetApi.md#update_dataset_access_control) | **PATCH** /organizations/{organization_id}/datasets/{dataset_id}/security/access/{identity_id} | Update the specified access to User for a Dataset
|
|
123
|
+
*DatasetApi* | [**update_twingraph_entities**](docs/DatasetApi.md#update_twingraph_entities) | **PATCH** /organizations/{organization_id}/datasets/{dataset_id}/twingraph/{type} | Update entities in a graph instance
|
|
124
|
+
*DatasetApi* | [**upload_twingraph**](docs/DatasetApi.md#upload_twingraph) | **POST** /organizations/{organization_id}/datasets/{dataset_id} | Upload Twingraph with ZIP File
|
|
109
125
|
*OrganizationApi* | [**add_organization_access_control**](docs/OrganizationApi.md#add_organization_access_control) | **POST** /organizations/{organization_id}/security/access | Add a control access to the Organization
|
|
110
126
|
*OrganizationApi* | [**find_all_organizations**](docs/OrganizationApi.md#find_all_organizations) | **GET** /organizations | List all Organizations
|
|
111
127
|
*OrganizationApi* | [**find_organization_by_id**](docs/OrganizationApi.md#find_organization_by_id) | **GET** /organizations/{organization_id} | Get the details of an Organization
|
|
@@ -114,7 +130,6 @@ Class | Method | HTTP request | Description
|
|
|
114
130
|
*OrganizationApi* | [**get_organization_permissions**](docs/OrganizationApi.md#get_organization_permissions) | **GET** /organizations/{organization_id}/permissions/{role} | Get the Organization permissions by given role
|
|
115
131
|
*OrganizationApi* | [**get_organization_security**](docs/OrganizationApi.md#get_organization_security) | **GET** /organizations/{organization_id}/security | Get the Organization security information
|
|
116
132
|
*OrganizationApi* | [**get_organization_security_users**](docs/OrganizationApi.md#get_organization_security_users) | **GET** /organizations/{organization_id}/security/users | Get the Organization security users list
|
|
117
|
-
*OrganizationApi* | [**import_organization**](docs/OrganizationApi.md#import_organization) | **POST** /organizations/import | Import an organization
|
|
118
133
|
*OrganizationApi* | [**register_organization**](docs/OrganizationApi.md#register_organization) | **POST** /organizations | Register a new organization
|
|
119
134
|
*OrganizationApi* | [**remove_organization_access_control**](docs/OrganizationApi.md#remove_organization_access_control) | **DELETE** /organizations/{organization_id}/security/access/{identity_id} | Remove the specified access from the given Organization
|
|
120
135
|
*OrganizationApi* | [**set_organization_default_security**](docs/OrganizationApi.md#set_organization_default_security) | **POST** /organizations/{organization_id}/security/default | Set the Organization default security
|
|
@@ -136,12 +151,11 @@ Class | Method | HTTP request | Description
|
|
|
136
151
|
*ScenarioApi* | [**find_scenario_by_id**](docs/ScenarioApi.md#find_scenario_by_id) | **GET** /organizations/{organization_id}/workspaces/{workspace_id}/scenarios/{scenario_id} | Get the details of an scenario
|
|
137
152
|
*ScenarioApi* | [**get_scenario_access_control**](docs/ScenarioApi.md#get_scenario_access_control) | **GET** /organizations/{organization_id}/workspaces/{workspace_id}/scenarios/{scenario_id}/security/access/{identity_id} | Get a control access for the Scenario
|
|
138
153
|
*ScenarioApi* | [**get_scenario_data_download_job_info**](docs/ScenarioApi.md#get_scenario_data_download_job_info) | **GET** /organizations/{organization_id}/workspaces/{workspace_id}/scenarios/{scenario_id}/downloads/{download_id} | Get Scenario data download URL
|
|
139
|
-
*ScenarioApi* | [**get_scenario_permissions**](docs/ScenarioApi.md#get_scenario_permissions) | **GET** /organizations/{organization_id}/workspaces/{workspace_id}/scenarios/permissions/{role} | Get the Scenario permission by given role
|
|
154
|
+
*ScenarioApi* | [**get_scenario_permissions**](docs/ScenarioApi.md#get_scenario_permissions) | **GET** /organizations/{organization_id}/workspaces/{workspace_id}/scenarios/{scenario_id}/permissions/{role} | Get the Scenario permission by given role
|
|
140
155
|
*ScenarioApi* | [**get_scenario_security**](docs/ScenarioApi.md#get_scenario_security) | **GET** /organizations/{organization_id}/workspaces/{workspace_id}/scenarios/{scenario_id}/security | Get the Scenario security information
|
|
141
156
|
*ScenarioApi* | [**get_scenario_security_users**](docs/ScenarioApi.md#get_scenario_security_users) | **GET** /organizations/{organization_id}/workspaces/{workspace_id}/scenarios/{scenario_id}/security/users | Get the Scenario security users list
|
|
142
157
|
*ScenarioApi* | [**get_scenario_validation_status_by_id**](docs/ScenarioApi.md#get_scenario_validation_status_by_id) | **GET** /organizations/{organization_id}/workspaces/{workspace_id}/scenarios/{scenario_id}/ValidationStatus | Get the validation status of an scenario
|
|
143
158
|
*ScenarioApi* | [**get_scenarios_tree**](docs/ScenarioApi.md#get_scenarios_tree) | **GET** /organizations/{organization_id}/workspaces/{workspace_id}/scenarios/tree | Get the Scenarios Tree
|
|
144
|
-
*ScenarioApi* | [**import_scenario**](docs/ScenarioApi.md#import_scenario) | **POST** /organizations/{organization_id}/workspaces/{workspace_id}/scenarios/import | Import Scenario
|
|
145
159
|
*ScenarioApi* | [**remove_all_scenario_parameter_values**](docs/ScenarioApi.md#remove_all_scenario_parameter_values) | **DELETE** /organizations/{organization_id}/workspaces/{workspace_id}/scenarios/{scenario_id}/parameterValues | Remove all Parameter Values from the Scenario specified
|
|
146
160
|
*ScenarioApi* | [**remove_scenario_access_control**](docs/ScenarioApi.md#remove_scenario_access_control) | **DELETE** /organizations/{organization_id}/workspaces/{workspace_id}/scenarios/{scenario_id}/security/access/{identity_id} | Remove the specified access from the given Organization Scenario
|
|
147
161
|
*ScenarioApi* | [**set_scenario_default_security**](docs/ScenarioApi.md#set_scenario_default_security) | **POST** /organizations/{organization_id}/workspaces/{workspace_id}/scenarios/{scenario_id}/security/default | Set the Scenario default security
|
|
@@ -157,25 +171,30 @@ Class | Method | HTTP request | Description
|
|
|
157
171
|
*ScenariorunApi* | [**get_scenario_run_status**](docs/ScenariorunApi.md#get_scenario_run_status) | **GET** /organizations/{organization_id}/scenarioruns/{scenariorun_id}/status | get the status for the ScenarioRun
|
|
158
172
|
*ScenariorunApi* | [**get_scenario_runs**](docs/ScenariorunApi.md#get_scenario_runs) | **GET** /organizations/{organization_id}/workspaces/{workspace_id}/scenarios/{scenario_id}/scenarioruns | get the list of ScenarioRuns for the Scenario
|
|
159
173
|
*ScenariorunApi* | [**get_workspace_scenario_runs**](docs/ScenariorunApi.md#get_workspace_scenario_runs) | **GET** /organizations/{organization_id}/workspaces/{workspace_id}/scenarioruns | get the list of ScenarioRuns for the Workspace
|
|
160
|
-
*ScenariorunApi* | [**import_scenario_run**](docs/ScenariorunApi.md#import_scenario_run) | **POST** /organizations/{organization_id}/workspaces/{workspace_id}/scenarios/{scenario_id}/run/import | import a ScenarioRun for the Scenario
|
|
161
174
|
*ScenariorunApi* | [**run_scenario**](docs/ScenariorunApi.md#run_scenario) | **POST** /organizations/{organization_id}/workspaces/{workspace_id}/scenarios/{scenario_id}/run | run a ScenarioRun for the Scenario
|
|
162
175
|
*ScenariorunApi* | [**search_scenario_runs**](docs/ScenariorunApi.md#search_scenario_runs) | **POST** /organizations/{organization_id}/scenarioruns/search | Search ScenarioRuns
|
|
163
176
|
*ScenariorunApi* | [**start_scenario_run_containers**](docs/ScenariorunApi.md#start_scenario_run_containers) | **POST** /organizations/{organization_id}/scenarioruns/startcontainers | Start a new scenariorun with raw containers definition
|
|
164
177
|
*ScenariorunApi* | [**stop_scenario_run**](docs/ScenariorunApi.md#stop_scenario_run) | **POST** /organizations/{organization_id}/scenarioruns/{scenariorun_id}/stop | stop a ScenarioRun for the Scenario
|
|
178
|
+
*ScenariorunresultApi* | [**get_scenario_run_result**](docs/ScenariorunresultApi.md#get_scenario_run_result) | **GET** /organizations/{organization_id}/workspaces/{workspace_id}/scenarios/{scenario_id}/scenarioruns/{scenariorun_id}/probes/{probe_id} | Get a ScenarioRunResult in the Organization
|
|
179
|
+
*ScenariorunresultApi* | [**send_scenario_run_result**](docs/ScenariorunresultApi.md#send_scenario_run_result) | **POST** /organizations/{organization_id}/workspaces/{workspace_id}/scenarios/{scenario_id}/scenarioruns/{scenariorun_id}/probes/{probe_id} | Create a new ScenarioRunResult in the Organization
|
|
165
180
|
*SolutionApi* | [**add_or_replace_parameter_groups**](docs/SolutionApi.md#add_or_replace_parameter_groups) | **POST** /organizations/{organization_id}/solutions/{solution_id}/parameterGroups | Add Parameter Groups. Any item with the same ID will be overwritten
|
|
166
181
|
*SolutionApi* | [**add_or_replace_parameters**](docs/SolutionApi.md#add_or_replace_parameters) | **POST** /organizations/{organization_id}/solutions/{solution_id}/parameters | Add Parameters. Any item with the same ID will be overwritten
|
|
167
182
|
*SolutionApi* | [**add_or_replace_run_templates**](docs/SolutionApi.md#add_or_replace_run_templates) | **POST** /organizations/{organization_id}/solutions/{solution_id}/runTemplates | Add Run Templates. Any item with the same ID will be overwritten
|
|
183
|
+
*SolutionApi* | [**add_solution_access_control**](docs/SolutionApi.md#add_solution_access_control) | **POST** /organizations/{organization_id}/solutions/{solution_id}/security/access | Add a control access to the Solution
|
|
168
184
|
*SolutionApi* | [**create_solution**](docs/SolutionApi.md#create_solution) | **POST** /organizations/{organization_id}/solutions | Register a new solution
|
|
169
185
|
*SolutionApi* | [**delete_solution**](docs/SolutionApi.md#delete_solution) | **DELETE** /organizations/{organization_id}/solutions/{solution_id} | Delete a solution
|
|
170
186
|
*SolutionApi* | [**delete_solution_run_template**](docs/SolutionApi.md#delete_solution_run_template) | **DELETE** /organizations/{organization_id}/solutions/{solution_id}/runTemplates/{run_template_id} | Remove the specified Solution Run Template
|
|
171
187
|
*SolutionApi* | [**download_run_template_handler**](docs/SolutionApi.md#download_run_template_handler) | **GET** /organizations/{organization_id}/solutions/{solution_id}/runtemplates/{run_template_id}/handlers/{handler_id}/download | Download a Run Template step handler zip file
|
|
172
188
|
*SolutionApi* | [**find_all_solutions**](docs/SolutionApi.md#find_all_solutions) | **GET** /organizations/{organization_id}/solutions | List all Solutions
|
|
173
189
|
*SolutionApi* | [**find_solution_by_id**](docs/SolutionApi.md#find_solution_by_id) | **GET** /organizations/{organization_id}/solutions/{solution_id} | Get the details of a solution
|
|
174
|
-
*SolutionApi* | [**
|
|
190
|
+
*SolutionApi* | [**get_solution_access_control**](docs/SolutionApi.md#get_solution_access_control) | **GET** /organizations/{organization_id}/solutions/{solution_id}/security/access/{identity_id} | Get a control access for the Solution
|
|
191
|
+
*SolutionApi* | [**get_solution_security_users**](docs/SolutionApi.md#get_solution_security_users) | **GET** /organizations/{organization_id}/solutions/{solution_id}/security/users | Get the Solution security users list
|
|
175
192
|
*SolutionApi* | [**remove_all_run_templates**](docs/SolutionApi.md#remove_all_run_templates) | **DELETE** /organizations/{organization_id}/solutions/{solution_id}/runTemplates | Remove all Run Templates from the Solution specified
|
|
176
193
|
*SolutionApi* | [**remove_all_solution_parameter_groups**](docs/SolutionApi.md#remove_all_solution_parameter_groups) | **DELETE** /organizations/{organization_id}/solutions/{solution_id}/parameterGroups | Remove all Parameter Groups from the Solution specified
|
|
177
194
|
*SolutionApi* | [**remove_all_solution_parameters**](docs/SolutionApi.md#remove_all_solution_parameters) | **DELETE** /organizations/{organization_id}/solutions/{solution_id}/parameters | Remove all Parameters from the Solution specified
|
|
195
|
+
*SolutionApi* | [**remove_solution_access_control**](docs/SolutionApi.md#remove_solution_access_control) | **DELETE** /organizations/{organization_id}/solutions/{solution_id}/security/access/{identity_id} | Remove the specified access from the given Organization Solution
|
|
178
196
|
*SolutionApi* | [**update_solution**](docs/SolutionApi.md#update_solution) | **PATCH** /organizations/{organization_id}/solutions/{solution_id} | Update a solution
|
|
197
|
+
*SolutionApi* | [**update_solution_access_control**](docs/SolutionApi.md#update_solution_access_control) | **PATCH** /organizations/{organization_id}/solutions/{solution_id}/security/access/{identity_id} | Update the specified access to User for a Solution
|
|
179
198
|
*SolutionApi* | [**update_solution_run_template**](docs/SolutionApi.md#update_solution_run_template) | **PATCH** /organizations/{organization_id}/solutions/{solution_id}/runTemplates/{run_template_id} | Update the specified Solution Run Template
|
|
180
199
|
*SolutionApi* | [**upload_run_template_handler**](docs/SolutionApi.md#upload_run_template_handler) | **POST** /organizations/{organization_id}/solutions/{solution_id}/runtemplates/{run_template_id}/handlers/{handler_id}/upload | Upload a Run Template step handler zip file
|
|
181
200
|
*TwingraphApi* | [**batch_query**](docs/TwingraphApi.md#batch_query) | **POST** /organizations/{organization_id}/twingraph/{graph_id}/batch-query | Run a query on a graph instance and return the result as a zip file in async mode
|
|
@@ -188,7 +207,6 @@ Class | Method | HTTP request | Description
|
|
|
188
207
|
*TwingraphApi* | [**find_all_twingraphs**](docs/TwingraphApi.md#find_all_twingraphs) | **GET** /organizations/{organization_id}/twingraphs | Return the list of all graphs stored in the organization
|
|
189
208
|
*TwingraphApi* | [**get_entities**](docs/TwingraphApi.md#get_entities) | **GET** /organizations/{organization_id}/twingraph/{graph_id}/entity/{type} | Get entities in a graph instance
|
|
190
209
|
*TwingraphApi* | [**get_graph_meta_data**](docs/TwingraphApi.md#get_graph_meta_data) | **GET** /organizations/{organization_id}/twingraph/{graph_id}/metadata | Return the metaData of the specified graph
|
|
191
|
-
*TwingraphApi* | [**import_graph**](docs/TwingraphApi.md#import_graph) | **POST** /organizations/{organization_id}/twingraph/import | Import a new version of a twin graph
|
|
192
210
|
*TwingraphApi* | [**job_status**](docs/TwingraphApi.md#job_status) | **GET** /organizations/{organization_id}/job/{job_id}/status | Get the status of a job
|
|
193
211
|
*TwingraphApi* | [**query**](docs/TwingraphApi.md#query) | **POST** /organizations/{organization_id}/twingraph/{graph_id}/query | Run a query on a graph instance
|
|
194
212
|
*TwingraphApi* | [**update_entities**](docs/TwingraphApi.md#update_entities) | **PATCH** /organizations/{organization_id}/twingraph/{graph_id}/entity/{type} | Update entities in a graph instance
|
|
@@ -216,7 +234,6 @@ Class | Method | HTTP request | Description
|
|
|
216
234
|
*WorkspaceApi* | [**get_workspace_permissions**](docs/WorkspaceApi.md#get_workspace_permissions) | **GET** /organizations/{organization_id}/workspaces/{workspace_id}/permissions/{role} | Get the Workspace permission by given role
|
|
217
235
|
*WorkspaceApi* | [**get_workspace_security**](docs/WorkspaceApi.md#get_workspace_security) | **GET** /organizations/{organization_id}/workspaces/{workspace_id}/security | Get the Workspace security information
|
|
218
236
|
*WorkspaceApi* | [**get_workspace_security_users**](docs/WorkspaceApi.md#get_workspace_security_users) | **GET** /organizations/{organization_id}/workspaces/{workspace_id}/security/users | Get the Workspace security users list
|
|
219
|
-
*WorkspaceApi* | [**import_workspace**](docs/WorkspaceApi.md#import_workspace) | **POST** /organizations/{organization_id}/workspaces/import | Import a workspace
|
|
220
237
|
*WorkspaceApi* | [**remove_workspace_access_control**](docs/WorkspaceApi.md#remove_workspace_access_control) | **DELETE** /organizations/{organization_id}/workspaces/{workspace_id}/security/access/{identity_id} | Remove the specified access from the given Organization Workspace
|
|
221
238
|
*WorkspaceApi* | [**set_workspace_default_security**](docs/WorkspaceApi.md#set_workspace_default_security) | **POST** /organizations/{organization_id}/workspaces/{workspace_id}/security/default | Set the Workspace default security
|
|
222
239
|
*WorkspaceApi* | [**update_workspace**](docs/WorkspaceApi.md#update_workspace) | **PATCH** /organizations/{organization_id}/workspaces/{workspace_id} | Update a workspace
|
|
@@ -233,10 +250,17 @@ Class | Method | HTTP request | Description
|
|
|
233
250
|
- [ContainerResourceSizeInfo](docs/ContainerResourceSizeInfo.md)
|
|
234
251
|
- [ContainerResourceSizing](docs/ContainerResourceSizing.md)
|
|
235
252
|
- [Dataset](docs/Dataset.md)
|
|
253
|
+
- [DatasetAccessControl](docs/DatasetAccessControl.md)
|
|
236
254
|
- [DatasetCompatibility](docs/DatasetCompatibility.md)
|
|
237
255
|
- [DatasetConnector](docs/DatasetConnector.md)
|
|
238
256
|
- [DatasetCopyParameters](docs/DatasetCopyParameters.md)
|
|
257
|
+
- [DatasetRole](docs/DatasetRole.md)
|
|
239
258
|
- [DatasetSearch](docs/DatasetSearch.md)
|
|
259
|
+
- [DatasetSecurity](docs/DatasetSecurity.md)
|
|
260
|
+
- [DatasetSourceType](docs/DatasetSourceType.md)
|
|
261
|
+
- [DatasetTwinGraphHash](docs/DatasetTwinGraphHash.md)
|
|
262
|
+
- [DatasetTwinGraphInfo](docs/DatasetTwinGraphInfo.md)
|
|
263
|
+
- [DatasetTwinGraphQuery](docs/DatasetTwinGraphQuery.md)
|
|
240
264
|
- [DeleteHistoricalData](docs/DeleteHistoricalData.md)
|
|
241
265
|
- [GraphProperties](docs/GraphProperties.md)
|
|
242
266
|
- [Organization](docs/Organization.md)
|
|
@@ -248,6 +272,7 @@ Class | Method | HTTP request | Description
|
|
|
248
272
|
- [ResourceSizeInfo](docs/ResourceSizeInfo.md)
|
|
249
273
|
- [RunTemplate](docs/RunTemplate.md)
|
|
250
274
|
- [RunTemplateHandlerId](docs/RunTemplateHandlerId.md)
|
|
275
|
+
- [RunTemplateOrchestrator](docs/RunTemplateOrchestrator.md)
|
|
251
276
|
- [RunTemplateParameter](docs/RunTemplateParameter.md)
|
|
252
277
|
- [RunTemplateParameterGroup](docs/RunTemplateParameterGroup.md)
|
|
253
278
|
- [RunTemplateParameterValue](docs/RunTemplateParameterValue.md)
|
|
@@ -268,6 +293,8 @@ Class | Method | HTTP request | Description
|
|
|
268
293
|
- [ScenarioRunContainerArtifact](docs/ScenarioRunContainerArtifact.md)
|
|
269
294
|
- [ScenarioRunContainerLogs](docs/ScenarioRunContainerLogs.md)
|
|
270
295
|
- [ScenarioRunLogs](docs/ScenarioRunLogs.md)
|
|
296
|
+
- [ScenarioRunResourceRequested](docs/ScenarioRunResourceRequested.md)
|
|
297
|
+
- [ScenarioRunResult](docs/ScenarioRunResult.md)
|
|
271
298
|
- [ScenarioRunSearch](docs/ScenarioRunSearch.md)
|
|
272
299
|
- [ScenarioRunStartContainers](docs/ScenarioRunStartContainers.md)
|
|
273
300
|
- [ScenarioRunState](docs/ScenarioRunState.md)
|
|
@@ -277,12 +304,14 @@ Class | Method | HTTP request | Description
|
|
|
277
304
|
- [ScenarioSecurity](docs/ScenarioSecurity.md)
|
|
278
305
|
- [ScenarioValidationStatus](docs/ScenarioValidationStatus.md)
|
|
279
306
|
- [Solution](docs/Solution.md)
|
|
307
|
+
- [SolutionAccessControl](docs/SolutionAccessControl.md)
|
|
308
|
+
- [SolutionRole](docs/SolutionRole.md)
|
|
309
|
+
- [SolutionSecurity](docs/SolutionSecurity.md)
|
|
280
310
|
- [SourceInfo](docs/SourceInfo.md)
|
|
311
|
+
- [SubDatasetGraphQuery](docs/SubDatasetGraphQuery.md)
|
|
281
312
|
- [TranslatedLabels](docs/TranslatedLabels.md)
|
|
282
313
|
- [TwinGraphBatchResult](docs/TwinGraphBatchResult.md)
|
|
283
314
|
- [TwinGraphHash](docs/TwinGraphHash.md)
|
|
284
|
-
- [TwinGraphImport](docs/TwinGraphImport.md)
|
|
285
|
-
- [TwinGraphImportInfo](docs/TwinGraphImportInfo.md)
|
|
286
315
|
- [TwinGraphQuery](docs/TwinGraphQuery.md)
|
|
287
316
|
- [Validator](docs/Validator.md)
|
|
288
317
|
- [ValidatorRun](docs/ValidatorRun.md)
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
Cosmo Tech Platform API # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document:
|
|
6
|
+
The version of the OpenAPI document: 3.0.9-SNAPSHOT
|
|
7
7
|
Contact: platform@cosmotech.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -141,23 +141,23 @@ class ConnectorApi(object):
|
|
|
141
141
|
},
|
|
142
142
|
api_client=api_client
|
|
143
143
|
)
|
|
144
|
-
self.
|
|
144
|
+
self.find_connector_by_name_endpoint = _Endpoint(
|
|
145
145
|
settings={
|
|
146
146
|
'response_type': (Connector,),
|
|
147
147
|
'auth': [
|
|
148
148
|
'oAuth2AuthCode'
|
|
149
149
|
],
|
|
150
|
-
'endpoint_path': '/connectors/
|
|
151
|
-
'operation_id': '
|
|
152
|
-
'http_method': '
|
|
150
|
+
'endpoint_path': '/connectors/name/{connector_name}',
|
|
151
|
+
'operation_id': 'find_connector_by_name',
|
|
152
|
+
'http_method': 'GET',
|
|
153
153
|
'servers': None,
|
|
154
154
|
},
|
|
155
155
|
params_map={
|
|
156
156
|
'all': [
|
|
157
|
-
'
|
|
157
|
+
'connector_name',
|
|
158
158
|
],
|
|
159
159
|
'required': [
|
|
160
|
-
'
|
|
160
|
+
'connector_name',
|
|
161
161
|
],
|
|
162
162
|
'nullable': [
|
|
163
163
|
],
|
|
@@ -172,13 +172,14 @@ class ConnectorApi(object):
|
|
|
172
172
|
'allowed_values': {
|
|
173
173
|
},
|
|
174
174
|
'openapi_types': {
|
|
175
|
-
'
|
|
176
|
-
(
|
|
175
|
+
'connector_name':
|
|
176
|
+
(str,),
|
|
177
177
|
},
|
|
178
178
|
'attribute_map': {
|
|
179
|
+
'connector_name': 'connector_name',
|
|
179
180
|
},
|
|
180
181
|
'location_map': {
|
|
181
|
-
'
|
|
182
|
+
'connector_name': 'path',
|
|
182
183
|
},
|
|
183
184
|
'collection_format_map': {
|
|
184
185
|
}
|
|
@@ -187,9 +188,7 @@ class ConnectorApi(object):
|
|
|
187
188
|
'accept': [
|
|
188
189
|
'application/json'
|
|
189
190
|
],
|
|
190
|
-
'content_type': [
|
|
191
|
-
'application/json'
|
|
192
|
-
]
|
|
191
|
+
'content_type': [],
|
|
193
192
|
},
|
|
194
193
|
api_client=api_client
|
|
195
194
|
)
|
|
@@ -447,21 +446,21 @@ class ConnectorApi(object):
|
|
|
447
446
|
connector_id
|
|
448
447
|
return self.find_connector_by_id_endpoint.call_with_http_info(**kwargs)
|
|
449
448
|
|
|
450
|
-
def
|
|
449
|
+
def find_connector_by_name(
|
|
451
450
|
self,
|
|
452
|
-
|
|
451
|
+
connector_name,
|
|
453
452
|
**kwargs
|
|
454
453
|
):
|
|
455
|
-
"""
|
|
454
|
+
"""Get the details of a connector # noqa: E501
|
|
456
455
|
|
|
457
456
|
This method makes a synchronous HTTP request by default. To make an
|
|
458
457
|
asynchronous HTTP request, please pass async_req=True
|
|
459
458
|
|
|
460
|
-
>>> thread = api.
|
|
459
|
+
>>> thread = api.find_connector_by_name(connector_name, async_req=True)
|
|
461
460
|
>>> result = thread.get()
|
|
462
461
|
|
|
463
462
|
Args:
|
|
464
|
-
|
|
463
|
+
connector_name (str): the Connector name
|
|
465
464
|
|
|
466
465
|
Keyword Args:
|
|
467
466
|
_return_http_data_only (bool): response data without head status
|
|
@@ -520,9 +519,9 @@ class ConnectorApi(object):
|
|
|
520
519
|
kwargs['_content_type'] = kwargs.get(
|
|
521
520
|
'_content_type')
|
|
522
521
|
kwargs['_host_index'] = kwargs.get('_host_index')
|
|
523
|
-
kwargs['
|
|
524
|
-
|
|
525
|
-
return self.
|
|
522
|
+
kwargs['connector_name'] = \
|
|
523
|
+
connector_name
|
|
524
|
+
return self.find_connector_by_name_endpoint.call_with_http_info(**kwargs)
|
|
526
525
|
|
|
527
526
|
def register_connector(
|
|
528
527
|
self,
|