tb-rest-client 3.9.0__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.
- tb_rest_client/__init__.py +16 -0
- tb_rest_client/api/__init__.py +14 -0
- tb_rest_client/api/api_ce/__init__.py +66 -0
- tb_rest_client/api/api_ce/admin_controller_api.py +2250 -0
- tb_rest_client/api/api_ce/alarm_comment_controller_api.py +376 -0
- tb_rest_client/api/api_ce/alarm_controller_api.py +1639 -0
- tb_rest_client/api/api_ce/asset_controller_api.py +2040 -0
- tb_rest_client/api/api_ce/asset_profile_controller_api.py +934 -0
- tb_rest_client/api/api_ce/audit_log_controller_api.py +587 -0
- tb_rest_client/api/api_ce/auth_controller_api.py +882 -0
- tb_rest_client/api/api_ce/component_descriptor_controller_api.py +340 -0
- tb_rest_client/api/api_ce/customer_controller_api.py +731 -0
- tb_rest_client/api/api_ce/dashboard_controller_api.py +2364 -0
- tb_rest_client/api/api_ce/device_api_controller_api.py +1212 -0
- tb_rest_client/api/api_ce/device_connectivity_controller_api.py +332 -0
- tb_rest_client/api/api_ce/device_controller_api.py +2737 -0
- tb_rest_client/api/api_ce/device_profile_controller_api.py +1120 -0
- tb_rest_client/api/api_ce/domain_controller_api.py +563 -0
- tb_rest_client/api/api_ce/edge_controller_api.py +2475 -0
- tb_rest_client/api/api_ce/edge_event_controller_api.py +178 -0
- tb_rest_client/api/api_ce/entities_version_control_controller_api.py +1327 -0
- tb_rest_client/api/api_ce/entity_query_controller_api.py +542 -0
- tb_rest_client/api/api_ce/entity_relation_controller_api.py +1355 -0
- tb_rest_client/api/api_ce/entity_view_controller_api.py +1828 -0
- tb_rest_client/api/api_ce/event_controller_api.py +623 -0
- tb_rest_client/api/api_ce/image_controller_api.py +1295 -0
- tb_rest_client/api/api_ce/login_endpoint_api.py +142 -0
- tb_rest_client/api/api_ce/lwm_2m_controller_api.py +142 -0
- tb_rest_client/api/api_ce/mail_config_template_controller_api.py +134 -0
- tb_rest_client/api/api_ce/mobile_app_bundle_controller_api.py +562 -0
- tb_rest_client/api/api_ce/mobile_app_controller_api.py +563 -0
- tb_rest_client/api/api_ce/mobile_application_controller_api.py +508 -0
- tb_rest_client/api/api_ce/notification_controller_api.py +1480 -0
- tb_rest_client/api/api_ce/notification_rule_controller_api.py +447 -0
- tb_rest_client/api/api_ce/notification_target_controller_api.py +776 -0
- tb_rest_client/api/api_ce/notification_template_controller_api.py +550 -0
- tb_rest_client/api/api_ce/o_auth_2_config_template_controller_api.py +324 -0
- tb_rest_client/api/api_ce/o_auth_2_controller_api.py +915 -0
- tb_rest_client/api/api_ce/ota_package_controller_api.py +879 -0
- tb_rest_client/api/api_ce/qr_code_settings_controller_api.py +508 -0
- tb_rest_client/api/api_ce/queue_controller_api.py +558 -0
- tb_rest_client/api/api_ce/queue_stats_controller_api.py +352 -0
- tb_rest_client/api/api_ce/rpc_v_1_controller_api.py +253 -0
- tb_rest_client/api/api_ce/rpc_v_2_controller_api.py +570 -0
- tb_rest_client/api/api_ce/rule_chain_controller_api.py +2201 -0
- tb_rest_client/api/api_ce/rule_engine_controller_api.py +515 -0
- tb_rest_client/api/api_ce/tb_resource_controller_api.py +1379 -0
- tb_rest_client/api/api_ce/telemetry_controller_api.py +1808 -0
- tb_rest_client/api/api_ce/tenant_controller_api.py +657 -0
- tb_rest_client/api/api_ce/tenant_profile_controller_api.py +932 -0
- tb_rest_client/api/api_ce/two_factor_auth_config_controller_api.py +890 -0
- tb_rest_client/api/api_ce/two_factor_auth_controller_api.py +332 -0
- tb_rest_client/api/api_ce/ui_settings_controller_api.py +134 -0
- tb_rest_client/api/api_ce/usage_info_controller_api.py +132 -0
- tb_rest_client/api/api_ce/user_controller_api.py +2645 -0
- tb_rest_client/api/api_ce/widget_type_controller_api.py +1505 -0
- tb_rest_client/api/api_ce/widgets_bundle_controller_api.py +752 -0
- tb_rest_client/api/api_pe/__init__.py +67 -0
- tb_rest_client/api/api_pe/admin_controller_api.py +2310 -0
- tb_rest_client/api/api_pe/alarm_comment_controller_api.py +372 -0
- tb_rest_client/api/api_pe/alarm_controller_api.py +1629 -0
- tb_rest_client/api/api_pe/asset_controller_api.py +1648 -0
- tb_rest_client/api/api_pe/asset_profile_controller_api.py +1029 -0
- tb_rest_client/api/api_pe/audit_log_controller_api.py +587 -0
- tb_rest_client/api/api_pe/auth_controller_api.py +882 -0
- tb_rest_client/api/api_pe/billing_endpoint_controller_api.py +868 -0
- tb_rest_client/api/api_pe/blob_entity_controller_api.py +554 -0
- tb_rest_client/api/api_pe/chirp_stack_integration_controller_api.py +838 -0
- tb_rest_client/api/api_pe/cloud_endpoint_controller_api.py +298 -0
- tb_rest_client/api/api_pe/component_descriptor_controller_api.py +340 -0
- tb_rest_client/api/api_pe/converter_controller_api.py +851 -0
- tb_rest_client/api/api_pe/converter_library_controller_api.py +915 -0
- tb_rest_client/api/api_pe/custom_menu_controller_api.py +1090 -0
- tb_rest_client/api/api_pe/custom_translation_controller_api.py +757 -0
- tb_rest_client/api/api_pe/customer_controller_api.py +1413 -0
- tb_rest_client/api/api_pe/dashboard_controller_api.py +2194 -0
- tb_rest_client/api/api_pe/device_api_controller_api.py +1212 -0
- tb_rest_client/api/api_pe/device_connectivity_controller_api.py +332 -0
- tb_rest_client/api/api_pe/device_controller_api.py +2468 -0
- tb_rest_client/api/api_pe/device_group_ota_package_controller_api.py +334 -0
- tb_rest_client/api/api_pe/device_profile_controller_api.py +1215 -0
- tb_rest_client/api/api_pe/domain_controller_api.py +549 -0
- tb_rest_client/api/api_pe/edge_controller_api.py +2638 -0
- tb_rest_client/api/api_pe/edge_event_controller_api.py +178 -0
- tb_rest_client/api/api_pe/entities_version_control_controller_api.py +1335 -0
- tb_rest_client/api/api_pe/entity_group_controller_api.py +3936 -0
- tb_rest_client/api/api_pe/entity_query_controller_api.py +542 -0
- tb_rest_client/api/api_pe/entity_relation_controller_api.py +1355 -0
- tb_rest_client/api/api_pe/entity_view_controller_api.py +1549 -0
- tb_rest_client/api/api_pe/event_controller_api.py +623 -0
- tb_rest_client/api/api_pe/group_permission_controller_api.py +720 -0
- tb_rest_client/api/api_pe/http_integration_controller_api.py +358 -0
- tb_rest_client/api/api_pe/image_controller_api.py +1505 -0
- tb_rest_client/api/api_pe/integration_controller_api.py +1592 -0
- tb_rest_client/api/api_pe/login_endpoint_api.py +142 -0
- tb_rest_client/api/api_pe/lwm_2m_controller_api.py +142 -0
- tb_rest_client/api/api_pe/mail_config_template_controller_api.py +134 -0
- tb_rest_client/api/api_pe/mobile_app_bundle_controller_api.py +562 -0
- tb_rest_client/api/api_pe/mobile_app_controller_api.py +549 -0
- tb_rest_client/api/api_pe/mobile_application_controller_api.py +581 -0
- tb_rest_client/api/api_pe/notification_controller_api.py +1476 -0
- tb_rest_client/api/api_pe/notification_rule_controller_api.py +447 -0
- tb_rest_client/api/api_pe/notification_target_controller_api.py +776 -0
- tb_rest_client/api/api_pe/notification_template_controller_api.py +550 -0
- tb_rest_client/api/api_pe/o_auth_2_config_template_controller_api.py +324 -0
- tb_rest_client/api/api_pe/o_auth_2_controller_api.py +816 -0
- tb_rest_client/api/api_pe/ota_package_controller_api.py +1010 -0
- tb_rest_client/api/api_pe/owner_controller_api.py +285 -0
- tb_rest_client/api/api_pe/qr_code_settings_controller_api.py +595 -0
- tb_rest_client/api/api_pe/queue_controller_api.py +558 -0
- tb_rest_client/api/api_pe/queue_stats_controller_api.py +339 -0
- tb_rest_client/api/api_pe/report_controller_api.py +245 -0
- tb_rest_client/api/api_pe/role_controller_api.py +546 -0
- tb_rest_client/api/api_pe/rpc_controller_api.py +257 -0
- tb_rest_client/api/api_pe/rpc_v_1_controller_api.py +253 -0
- tb_rest_client/api/api_pe/rpc_v_2_controller_api.py +570 -0
- tb_rest_client/api/api_pe/rule_chain_controller_api.py +2201 -0
- tb_rest_client/api/api_pe/rule_engine_controller_api.py +499 -0
- tb_rest_client/api/api_pe/scheduler_event_controller_api.py +1140 -0
- tb_rest_client/api/api_pe/self_registration_controller_api.py +587 -0
- tb_rest_client/api/api_pe/sig_fox_integration_controller_api.py +838 -0
- tb_rest_client/api/api_pe/sign_up_controller_api.py +882 -0
- tb_rest_client/api/api_pe/solution_controller_api.py +514 -0
- tb_rest_client/api/api_pe/subscription_controller_api.py +310 -0
- tb_rest_client/api/api_pe/t_mobile_iot_cdp_integration_controller_api.py +838 -0
- tb_rest_client/api/api_pe/tb_resource_controller_api.py +1379 -0
- tb_rest_client/api/api_pe/telemetry_controller_api.py +1808 -0
- tb_rest_client/api/api_pe/tenant_controller_api.py +750 -0
- tb_rest_client/api/api_pe/tenant_profile_controller_api.py +932 -0
- tb_rest_client/api/api_pe/thing_park_integration_controller_api.py +1741 -0
- tb_rest_client/api/api_pe/translation_controller_api.py +690 -0
- tb_rest_client/api/api_pe/two_factor_auth_config_controller_api.py +890 -0
- tb_rest_client/api/api_pe/two_factor_auth_controller_api.py +332 -0
- tb_rest_client/api/api_pe/ui_settings_controller_api.py +134 -0
- tb_rest_client/api/api_pe/usage_info_controller_api.py +132 -0
- tb_rest_client/api/api_pe/user_controller_api.py +3328 -0
- tb_rest_client/api/api_pe/user_permissions_controller_api.py +134 -0
- tb_rest_client/api/api_pe/white_labeling_controller_api.py +1056 -0
- tb_rest_client/api/api_pe/widget_type_controller_api.py +1410 -0
- tb_rest_client/api/api_pe/widgets_bundle_controller_api.py +847 -0
- tb_rest_client/api_client.py +705 -0
- tb_rest_client/configuration.py +234 -0
- tb_rest_client/models/__init__.py +14 -0
- tb_rest_client/models/models_ce/__init__.py +493 -0
- tb_rest_client/models/models_ce/account_configverification_code_body.py +98 -0
- tb_rest_client/models/models_ce/account_two_fa_settings.py +124 -0
- tb_rest_client/models/models_ce/activate_user_request.py +154 -0
- tb_rest_client/models/models_ce/admin_settings.py +232 -0
- tb_rest_client/models/models_ce/admin_settings_id.py +127 -0
- tb_rest_client/models/models_ce/affected_tenant_administrators_filter.py +104 -0
- tb_rest_client/models/models_ce/affected_user_filter.py +104 -0
- tb_rest_client/models/models_ce/alarm.py +707 -0
- tb_rest_client/models/models_ce/alarm_assignee.py +202 -0
- tb_rest_client/models/models_ce/alarm_assignment_notification_rule_trigger_config.py +216 -0
- tb_rest_client/models/models_ce/alarm_comment.py +292 -0
- tb_rest_client/models/models_ce/alarm_comment_id.py +127 -0
- tb_rest_client/models/models_ce/alarm_comment_info.py +376 -0
- tb_rest_client/models/models_ce/alarm_comment_notification_rule_trigger_config.py +248 -0
- tb_rest_client/models/models_ce/alarm_condition.py +154 -0
- tb_rest_client/models/models_ce/alarm_condition_filter.py +214 -0
- tb_rest_client/models/models_ce/alarm_condition_filter_key.py +160 -0
- tb_rest_client/models/models_ce/alarm_condition_spec.py +135 -0
- tb_rest_client/models/models_ce/alarm_count_query.py +372 -0
- tb_rest_client/models/models_ce/alarm_data.py +855 -0
- tb_rest_client/models/models_ce/alarm_data_page_link.py +450 -0
- tb_rest_client/models/models_ce/alarm_data_query.py +254 -0
- tb_rest_client/models/models_ce/alarm_id.py +162 -0
- tb_rest_client/models/models_ce/alarm_info.py +803 -0
- tb_rest_client/models/models_ce/alarm_notification_rule_trigger_config.py +223 -0
- tb_rest_client/models/models_ce/alarm_rule.py +206 -0
- tb_rest_client/models/models_ce/alarm_schedule.py +166 -0
- tb_rest_client/models/models_ce/all_users_filter.py +104 -0
- tb_rest_client/models/models_ce/allow_create_new_devices_device_profile_provision_configuration.py +104 -0
- tb_rest_client/models/models_ce/android_config.py +202 -0
- tb_rest_client/models/models_ce/any_time_schedule.py +104 -0
- tb_rest_client/models/models_ce/api_image_body.py +177 -0
- tb_rest_client/models/models_ce/api_usage_limit_notification_rule_trigger_config.py +170 -0
- tb_rest_client/models/models_ce/api_usage_state_filter.py +130 -0
- tb_rest_client/models/models_ce/asset.py +367 -0
- tb_rest_client/models/models_ce/asset_id.py +162 -0
- tb_rest_client/models/models_ce/asset_info.py +451 -0
- tb_rest_client/models/models_ce/asset_profile.py +422 -0
- tb_rest_client/models/models_ce/asset_profile_id.py +162 -0
- tb_rest_client/models/models_ce/asset_profile_info.py +232 -0
- tb_rest_client/models/models_ce/asset_search_query.py +180 -0
- tb_rest_client/models/models_ce/asset_search_query_filter.py +266 -0
- tb_rest_client/models/models_ce/asset_type_filter.py +182 -0
- tb_rest_client/models/models_ce/atomic_integer.py +228 -0
- tb_rest_client/models/models_ce/attribute_export_data.py +280 -0
- tb_rest_client/models/models_ce/attributes_entity_view.py +185 -0
- tb_rest_client/models/models_ce/audit_log.py +434 -0
- tb_rest_client/models/models_ce/audit_log_id.py +127 -0
- tb_rest_client/models/models_ce/auto_commit_settings.py +103 -0
- tb_rest_client/models/models_ce/auto_version_create_config.py +202 -0
- tb_rest_client/models/models_ce/aws_sns_sms_provider_configuration.py +188 -0
- tb_rest_client/models/models_ce/backup_code_two_fa_account_config.py +157 -0
- tb_rest_client/models/models_ce/backup_code_two_fa_provider_config.py +130 -0
- tb_rest_client/models/models_ce/boolean_filter_predicate.py +162 -0
- tb_rest_client/models/models_ce/branch_info.py +150 -0
- tb_rest_client/models/models_ce/bulk_import_request.py +150 -0
- tb_rest_client/models/models_ce/bulk_import_result_asset.py +202 -0
- tb_rest_client/models/models_ce/bulk_import_result_asset_created.py +254 -0
- tb_rest_client/models/models_ce/bulk_import_result_device.py +202 -0
- tb_rest_client/models/models_ce/bulk_import_result_edge.py +202 -0
- tb_rest_client/models/models_ce/button.py +286 -0
- tb_rest_client/models/models_ce/byte_array_resource.py +332 -0
- tb_rest_client/models/models_ce/byte_buffer.py +306 -0
- tb_rest_client/models/models_ce/change_password_request.py +154 -0
- tb_rest_client/models/models_ce/check_pre_provisioned_devices_device_profile_provision_configuration.py +104 -0
- tb_rest_client/models/models_ce/claim_request.py +124 -0
- tb_rest_client/models/models_ce/clear_rule.py +131 -0
- tb_rest_client/models/models_ce/client_attributes_querying_snmp_communication_config.py +156 -0
- tb_rest_client/models/models_ce/coap_device_profile_transport_configuration.py +156 -0
- tb_rest_client/models/models_ce/coap_device_transport_configuration.py +214 -0
- tb_rest_client/models/models_ce/coap_device_type_configuration.py +134 -0
- tb_rest_client/models/models_ce/column_mapping.py +156 -0
- tb_rest_client/models/models_ce/comparison_ts_value.py +150 -0
- tb_rest_client/models/models_ce/complex_filter_predicate.py +162 -0
- tb_rest_client/models/models_ce/complex_version_create_request.py +162 -0
- tb_rest_client/models/models_ce/component_descriptor.py +420 -0
- tb_rest_client/models/models_ce/component_descriptor_id.py +127 -0
- tb_rest_client/models/models_ce/config_submit_body.py +98 -0
- tb_rest_client/models/models_ce/custom_mobile_page.py +98 -0
- tb_rest_client/models/models_ce/custom_time_schedule.py +156 -0
- tb_rest_client/models/models_ce/custom_time_schedule_item.py +202 -0
- tb_rest_client/models/models_ce/customer.py +510 -0
- tb_rest_client/models/models_ce/customer_id.py +162 -0
- tb_rest_client/models/models_ce/customer_users_filter.py +131 -0
- tb_rest_client/models/models_ce/dashboard.py +399 -0
- tb_rest_client/models/models_ce/dashboard_id.py +162 -0
- tb_rest_client/models/models_ce/dashboard_info.py +373 -0
- tb_rest_client/models/models_ce/dashboard_page.py +98 -0
- tb_rest_client/models/models_ce/debug_converter_event_filter.py +351 -0
- tb_rest_client/models/models_ce/debug_integration_event_filter.py +325 -0
- tb_rest_client/models/models_ce/debug_rule_chain_event_filter.py +429 -0
- tb_rest_client/models/models_ce/debug_settings.py +182 -0
- tb_rest_client/models/models_ce/default_coap_device_type_configuration.py +130 -0
- tb_rest_client/models/models_ce/default_device_configuration.py +104 -0
- tb_rest_client/models/models_ce/default_device_profile_configuration.py +104 -0
- tb_rest_client/models/models_ce/default_device_profile_transport_configuration.py +104 -0
- tb_rest_client/models/models_ce/default_device_transport_configuration.py +104 -0
- tb_rest_client/models/models_ce/default_mobile_page.py +98 -0
- tb_rest_client/models/models_ce/default_rule_chain_create_request.py +127 -0
- tb_rest_client/models/models_ce/default_tenant_profile_configuration.py +1638 -0
- tb_rest_client/models/models_ce/deferred_result_entity_data_diff.py +150 -0
- tb_rest_client/models/models_ce/deferred_result_entity_data_info.py +150 -0
- tb_rest_client/models/models_ce/deferred_result_list_branch_info.py +150 -0
- tb_rest_client/models/models_ce/deferred_result_list_versioned_entity_info.py +150 -0
- tb_rest_client/models/models_ce/deferred_result_page_data_entity_version.py +150 -0
- tb_rest_client/models/models_ce/deferred_result_repository_settings.py +150 -0
- tb_rest_client/models/models_ce/deferred_result_response_entity.py +150 -0
- tb_rest_client/models/models_ce/deferred_result_void.py +150 -0
- tb_rest_client/models/models_ce/deferred_resultuuid.py +150 -0
- tb_rest_client/models/models_ce/delivery_method_notification_template.py +191 -0
- tb_rest_client/models/models_ce/device.py +446 -0
- tb_rest_client/models/models_ce/device_activity_notification_rule_trigger_config.py +190 -0
- tb_rest_client/models/models_ce/device_configuration.py +133 -0
- tb_rest_client/models/models_ce/device_credentials.py +293 -0
- tb_rest_client/models/models_ce/device_credentials_id.py +127 -0
- tb_rest_client/models/models_ce/device_data.py +154 -0
- tb_rest_client/models/models_ce/device_export_data.py +156 -0
- tb_rest_client/models/models_ce/device_id.py +162 -0
- tb_rest_client/models/models_ce/device_info.py +558 -0
- tb_rest_client/models/models_ce/device_profile.py +630 -0
- tb_rest_client/models/models_ce/device_profile_alarm.py +320 -0
- tb_rest_client/models/models_ce/device_profile_configuration.py +133 -0
- tb_rest_client/models/models_ce/device_profile_data.py +210 -0
- tb_rest_client/models/models_ce/device_profile_id.py +162 -0
- tb_rest_client/models/models_ce/device_profile_info.py +300 -0
- tb_rest_client/models/models_ce/device_profile_provision_configuration.py +162 -0
- tb_rest_client/models/models_ce/device_profile_transport_configuration.py +137 -0
- tb_rest_client/models/models_ce/device_search_query.py +180 -0
- tb_rest_client/models/models_ce/device_search_query_filter.py +266 -0
- tb_rest_client/models/models_ce/device_transport_configuration.py +137 -0
- tb_rest_client/models/models_ce/device_type_filter.py +182 -0
- tb_rest_client/models/models_ce/disabled_device_profile_provision_configuration.py +104 -0
- tb_rest_client/models/models_ce/domain.py +247 -0
- tb_rest_client/models/models_ce/domain_id.py +146 -0
- tb_rest_client/models/models_ce/domain_info.py +275 -0
- tb_rest_client/models/models_ce/duration_alarm_condition_spec.py +162 -0
- tb_rest_client/models/models_ce/dynamic_value_boolean.py +182 -0
- tb_rest_client/models/models_ce/dynamic_value_double.py +182 -0
- tb_rest_client/models/models_ce/dynamic_value_integer.py +182 -0
- tb_rest_client/models/models_ce/dynamic_value_long.py +182 -0
- tb_rest_client/models/models_ce/dynamic_value_string.py +182 -0
- tb_rest_client/models/models_ce/edge.py +426 -0
- tb_rest_client/models/models_ce/edge_communication_failure_notification_rule_trigger_config.py +130 -0
- tb_rest_client/models/models_ce/edge_connection_notification_rule_trigger_config.py +163 -0
- tb_rest_client/models/models_ce/edge_event.py +370 -0
- tb_rest_client/models/models_ce/edge_event_id.py +127 -0
- tb_rest_client/models/models_ce/edge_id.py +162 -0
- tb_rest_client/models/models_ce/edge_info.py +478 -0
- tb_rest_client/models/models_ce/edge_install_instructions.py +126 -0
- tb_rest_client/models/models_ce/edge_instructions.py +126 -0
- tb_rest_client/models/models_ce/edge_search_query.py +180 -0
- tb_rest_client/models/models_ce/edge_search_query_filter.py +266 -0
- tb_rest_client/models/models_ce/edge_type_filter.py +182 -0
- tb_rest_client/models/models_ce/efento_coap_device_type_configuration.py +104 -0
- tb_rest_client/models/models_ce/email_delivery_method_notification_template.py +131 -0
- tb_rest_client/models/models_ce/email_two_fa_account_config.py +131 -0
- tb_rest_client/models/models_ce/email_two_fa_provider_config.py +130 -0
- tb_rest_client/models/models_ce/entities_limit_notification_rule_trigger_config.py +163 -0
- tb_rest_client/models/models_ce/entity_action_notification_rule_trigger_config.py +215 -0
- tb_rest_client/models/models_ce/entity_count_query.py +150 -0
- tb_rest_client/models/models_ce/entity_data.py +202 -0
- tb_rest_client/models/models_ce/entity_data_diff.py +150 -0
- tb_rest_client/models/models_ce/entity_data_info.py +176 -0
- tb_rest_client/models/models_ce/entity_data_page_link.py +228 -0
- tb_rest_client/models/models_ce/entity_data_query.py +228 -0
- tb_rest_client/models/models_ce/entity_data_sort_order.py +156 -0
- tb_rest_client/models/models_ce/entity_export_data_object.py +219 -0
- tb_rest_client/models/models_ce/entity_filter.py +134 -0
- tb_rest_client/models/models_ce/entity_id.py +160 -0
- tb_rest_client/models/models_ce/entity_id_clearstart_timeend_time_body.py +98 -0
- tb_rest_client/models/models_ce/entity_info.py +152 -0
- tb_rest_client/models/models_ce/entity_key.py +156 -0
- tb_rest_client/models/models_ce/entity_list_filter.py +162 -0
- tb_rest_client/models/models_ce/entity_load_error.py +202 -0
- tb_rest_client/models/models_ce/entity_name_filter.py +162 -0
- tb_rest_client/models/models_ce/entity_relation.py +264 -0
- tb_rest_client/models/models_ce/entity_relation_info.py +320 -0
- tb_rest_client/models/models_ce/entity_relations_query.py +152 -0
- tb_rest_client/models/models_ce/entity_subtype.py +182 -0
- tb_rest_client/models/models_ce/entity_type_entity_idtenant_idpage_sizepagetext_searchsort_propertysort_orderstart_timeend_time_body.py +98 -0
- tb_rest_client/models/models_ce/entity_type_filter.py +136 -0
- tb_rest_client/models/models_ce/entity_type_load_result.py +208 -0
- tb_rest_client/models/models_ce/entity_type_version_create_config.py +260 -0
- tb_rest_client/models/models_ce/entity_type_version_load_config.py +228 -0
- tb_rest_client/models/models_ce/entity_type_version_load_request.py +156 -0
- tb_rest_client/models/models_ce/entity_version.py +202 -0
- tb_rest_client/models/models_ce/entity_view.py +423 -0
- tb_rest_client/models/models_ce/entity_view_id.py +162 -0
- tb_rest_client/models/models_ce/entity_view_info.py +479 -0
- tb_rest_client/models/models_ce/entity_view_search_query.py +180 -0
- tb_rest_client/models/models_ce/entity_view_search_query_filter.py +266 -0
- tb_rest_client/models/models_ce/entity_view_type_filter.py +182 -0
- tb_rest_client/models/models_ce/error_event_filter.py +188 -0
- tb_rest_client/models/models_ce/escalated_notification_rule_recipients_config.py +131 -0
- tb_rest_client/models/models_ce/event.py +286 -0
- tb_rest_client/models/models_ce/event_filter.py +171 -0
- tb_rest_client/models/models_ce/event_id.py +127 -0
- tb_rest_client/models/models_ce/event_info.py +286 -0
- tb_rest_client/models/models_ce/features_info.py +228 -0
- tb_rest_client/models/models_ce/file.py +488 -0
- tb_rest_client/models/models_ce/filter_predicate_value_boolean.py +176 -0
- tb_rest_client/models/models_ce/filter_predicate_value_double.py +176 -0
- tb_rest_client/models/models_ce/filter_predicate_value_integer.py +176 -0
- tb_rest_client/models/models_ce/filter_predicate_value_long.py +176 -0
- tb_rest_client/models/models_ce/filter_predicate_value_string.py +176 -0
- tb_rest_client/models/models_ce/has_id_object.py +124 -0
- tb_rest_client/models/models_ce/home_dashboard.py +427 -0
- tb_rest_client/models/models_ce/home_dashboard_info.py +152 -0
- tb_rest_client/models/models_ce/image_export_data.py +332 -0
- tb_rest_client/models/models_ce/inline_response200.py +99 -0
- tb_rest_client/models/models_ce/input_stream.py +98 -0
- tb_rest_client/models/models_ce/ios_config.py +176 -0
- tb_rest_client/models/models_ce/json_node.py +98 -0
- tb_rest_client/models/models_ce/json_transport_payload_configuration.py +104 -0
- tb_rest_client/models/models_ce/jwt_pair.py +186 -0
- tb_rest_client/models/models_ce/jwt_settings.py +210 -0
- tb_rest_client/models/models_ce/key_filter.py +182 -0
- tb_rest_client/models/models_ce/key_filter_predicate.py +136 -0
- tb_rest_client/models/models_ce/last_visited_dashboard_info.py +210 -0
- tb_rest_client/models/models_ce/life_cycle_event_filter.py +222 -0
- tb_rest_client/models/models_ce/login_mobile_info.py +176 -0
- tb_rest_client/models/models_ce/login_request.py +156 -0
- tb_rest_client/models/models_ce/login_response.py +156 -0
- tb_rest_client/models/models_ce/lw_m2_m_bootstrap_server_credential.py +136 -0
- tb_rest_client/models/models_ce/lw_m2_m_server_security_config_default.py +490 -0
- tb_rest_client/models/models_ce/lw_m2m_instance.py +154 -0
- tb_rest_client/models/models_ce/lw_m2m_object.py +266 -0
- tb_rest_client/models/models_ce/lw_m2m_resource_observe.py +266 -0
- tb_rest_client/models/models_ce/lw_m2m_version.py +124 -0
- tb_rest_client/models/models_ce/lwm2m_device_profile_transport_configuration.py +208 -0
- tb_rest_client/models/models_ce/lwm2m_device_transport_configuration.py +214 -0
- tb_rest_client/models/models_ce/mapping.py +202 -0
- tb_rest_client/models/models_ce/microsoft_teams_delivery_method_notification_template.py +182 -0
- tb_rest_client/models/models_ce/microsoft_teams_notification_target_config.py +314 -0
- tb_rest_client/models/models_ce/mobile_app.py +290 -0
- tb_rest_client/models/models_ce/mobile_app_bundle.py +375 -0
- tb_rest_client/models/models_ce/mobile_app_bundle_id.py +154 -0
- tb_rest_client/models/models_ce/mobile_app_bundle_info.py +487 -0
- tb_rest_client/models/models_ce/mobile_app_delivery_method_notification_template.py +157 -0
- tb_rest_client/models/models_ce/mobile_app_id.py +160 -0
- tb_rest_client/models/models_ce/mobile_app_info.py +318 -0
- tb_rest_client/models/models_ce/mobile_app_notification_delivery_method_config.py +157 -0
- tb_rest_client/models/models_ce/mobile_app_settings.py +352 -0
- tb_rest_client/models/models_ce/mobile_app_settings_id.py +127 -0
- tb_rest_client/models/models_ce/mobile_app_version_info.py +210 -0
- tb_rest_client/models/models_ce/mobile_layout_config.py +126 -0
- tb_rest_client/models/models_ce/mobile_page.py +158 -0
- tb_rest_client/models/models_ce/mobile_session_info.py +124 -0
- tb_rest_client/models/models_ce/mqtt_device_profile_transport_configuration.py +286 -0
- tb_rest_client/models/models_ce/mqtt_device_transport_configuration.py +104 -0
- tb_rest_client/models/models_ce/new_platform_version_notification_rule_trigger_config.py +104 -0
- tb_rest_client/models/models_ce/no_sec_lw_m2_m_bootstrap_server_credential.py +440 -0
- tb_rest_client/models/models_ce/node_connection_info.py +185 -0
- tb_rest_client/models/models_ce/notification.py +402 -0
- tb_rest_client/models/models_ce/notification_delivery_method_config.py +134 -0
- tb_rest_client/models/models_ce/notification_id.py +162 -0
- tb_rest_client/models/models_ce/notification_info.py +185 -0
- tb_rest_client/models/models_ce/notification_pref.py +151 -0
- tb_rest_client/models/models_ce/notification_request.py +417 -0
- tb_rest_client/models/models_ce/notification_request_config.py +124 -0
- tb_rest_client/models/models_ce/notification_request_id.py +162 -0
- tb_rest_client/models/models_ce/notification_request_info.py +476 -0
- tb_rest_client/models/models_ce/notification_request_preview.py +202 -0
- tb_rest_client/models/models_ce/notification_request_stats.py +202 -0
- tb_rest_client/models/models_ce/notification_rule.py +369 -0
- tb_rest_client/models/models_ce/notification_rule_config.py +124 -0
- tb_rest_client/models/models_ce/notification_rule_id.py +162 -0
- tb_rest_client/models/models_ce/notification_rule_info.py +428 -0
- tb_rest_client/models/models_ce/notification_rule_recipients_config.py +139 -0
- tb_rest_client/models/models_ce/notification_rule_trigger_config.py +178 -0
- tb_rest_client/models/models_ce/notification_settings.py +125 -0
- tb_rest_client/models/models_ce/notification_target.py +230 -0
- tb_rest_client/models/models_ce/notification_target_config.py +148 -0
- tb_rest_client/models/models_ce/notification_target_id.py +162 -0
- tb_rest_client/models/models_ce/notification_template.py +263 -0
- tb_rest_client/models/models_ce/notification_template_config.py +125 -0
- tb_rest_client/models/models_ce/notification_template_id.py +162 -0
- tb_rest_client/models/models_ce/numeric_filter_predicate.py +162 -0
- tb_rest_client/models/models_ce/o_auth2_basic_mapper_config.py +329 -0
- tb_rest_client/models/models_ce/o_auth2_client.py +636 -0
- tb_rest_client/models/models_ce/o_auth2_client_id.py +160 -0
- tb_rest_client/models/models_ce/o_auth2_client_info.py +267 -0
- tb_rest_client/models/models_ce/o_auth2_client_login_info.py +182 -0
- tb_rest_client/models/models_ce/o_auth2_client_registration_template.py +565 -0
- tb_rest_client/models/models_ce/o_auth2_client_registration_template_id.py +127 -0
- tb_rest_client/models/models_ce/o_auth2_custom_mapper_config.py +202 -0
- tb_rest_client/models/models_ce/o_auth2_domain_info.py +162 -0
- tb_rest_client/models/models_ce/o_auth2_info.py +183 -0
- tb_rest_client/models/models_ce/o_auth2_mapper_config.py +241 -0
- tb_rest_client/models/models_ce/o_auth2_mobile_info.py +156 -0
- tb_rest_client/models/models_ce/o_auth2_params_info.py +185 -0
- tb_rest_client/models/models_ce/o_auth2_registration_info.py +502 -0
- tb_rest_client/models/models_ce/object_attributes.py +410 -0
- tb_rest_client/models/models_ce/object_node.py +98 -0
- tb_rest_client/models/models_ce/one_of_alarm_condition_filter_predicate.py +98 -0
- tb_rest_client/models/models_ce/one_of_alarm_condition_spec.py +98 -0
- tb_rest_client/models/models_ce/one_of_alarm_count_query_entity_filter.py +98 -0
- tb_rest_client/models/models_ce/one_of_alarm_data_query_entity_filter.py +98 -0
- tb_rest_client/models/models_ce/one_of_alarm_rule_schedule.py +98 -0
- tb_rest_client/models/models_ce/one_of_device_data_configuration.py +98 -0
- tb_rest_client/models/models_ce/one_of_device_data_transport_configuration.py +98 -0
- tb_rest_client/models/models_ce/one_of_device_profile_data_configuration.py +98 -0
- tb_rest_client/models/models_ce/one_of_device_profile_data_provision_configuration.py +98 -0
- tb_rest_client/models/models_ce/one_of_device_profile_data_transport_configuration.py +98 -0
- tb_rest_client/models/models_ce/one_of_entity_count_query_entity_filter.py +98 -0
- tb_rest_client/models/models_ce/one_of_entity_data_diff_current_version.py +98 -0
- tb_rest_client/models/models_ce/one_of_entity_data_diff_other_version.py +98 -0
- tb_rest_client/models/models_ce/one_of_entity_data_query_entity_filter.py +98 -0
- tb_rest_client/models/models_ce/one_of_key_filter_predicate.py +98 -0
- tb_rest_client/models/models_ce/one_of_notification_rule_info_recipients_config.py +98 -0
- tb_rest_client/models/models_ce/one_of_notification_rule_info_trigger_config.py +98 -0
- tb_rest_client/models/models_ce/one_of_notification_rule_recipients_config.py +98 -0
- tb_rest_client/models/models_ce/one_of_notification_rule_trigger_config.py +98 -0
- tb_rest_client/models/models_ce/one_of_notification_target_configuration.py +98 -0
- tb_rest_client/models/models_ce/one_of_platform_two_fa_settings_providers_items.py +98 -0
- tb_rest_client/models/models_ce/one_of_tenant_profile_data_configuration.py +98 -0
- tb_rest_client/models/models_ce/one_of_test_sms_request_provider_configuration.py +98 -0
- tb_rest_client/models/models_ce/originator_entity_owner_users_filter.py +104 -0
- tb_rest_client/models/models_ce/ota_package.py +576 -0
- tb_rest_client/models/models_ce/ota_package_data.py +306 -0
- tb_rest_client/models/models_ce/ota_package_id.py +162 -0
- tb_rest_client/models/models_ce/ota_package_info.py +550 -0
- tb_rest_client/models/models_ce/ota_package_ota_package_idchecksumchecksum_algorithm_body.py +127 -0
- tb_rest_client/models/models_ce/other_configuration.py +364 -0
- tb_rest_client/models/models_ce/page_data_alarm_comment_info.py +210 -0
- tb_rest_client/models/models_ce/page_data_alarm_data.py +210 -0
- tb_rest_client/models/models_ce/page_data_alarm_info.py +210 -0
- tb_rest_client/models/models_ce/page_data_asset.py +210 -0
- tb_rest_client/models/models_ce/page_data_asset_info.py +210 -0
- tb_rest_client/models/models_ce/page_data_asset_profile.py +210 -0
- tb_rest_client/models/models_ce/page_data_asset_profile_info.py +210 -0
- tb_rest_client/models/models_ce/page_data_audit_log.py +210 -0
- tb_rest_client/models/models_ce/page_data_customer.py +210 -0
- tb_rest_client/models/models_ce/page_data_dashboard_info.py +210 -0
- tb_rest_client/models/models_ce/page_data_device.py +210 -0
- tb_rest_client/models/models_ce/page_data_device_info.py +210 -0
- tb_rest_client/models/models_ce/page_data_device_profile.py +210 -0
- tb_rest_client/models/models_ce/page_data_device_profile_info.py +210 -0
- tb_rest_client/models/models_ce/page_data_domain_info.py +210 -0
- tb_rest_client/models/models_ce/page_data_edge.py +210 -0
- tb_rest_client/models/models_ce/page_data_edge_event.py +210 -0
- tb_rest_client/models/models_ce/page_data_edge_info.py +210 -0
- tb_rest_client/models/models_ce/page_data_entity_data.py +210 -0
- tb_rest_client/models/models_ce/page_data_entity_info.py +210 -0
- tb_rest_client/models/models_ce/page_data_entity_subtype.py +210 -0
- tb_rest_client/models/models_ce/page_data_entity_version.py +210 -0
- tb_rest_client/models/models_ce/page_data_entity_view.py +210 -0
- tb_rest_client/models/models_ce/page_data_entity_view_info.py +210 -0
- tb_rest_client/models/models_ce/page_data_event.py +210 -0
- tb_rest_client/models/models_ce/page_data_event_info.py +210 -0
- tb_rest_client/models/models_ce/page_data_mobile_app.py +210 -0
- tb_rest_client/models/models_ce/page_data_mobile_app_bundle_info.py +196 -0
- tb_rest_client/models/models_ce/page_data_mobile_app_info.py +210 -0
- tb_rest_client/models/models_ce/page_data_notification.py +210 -0
- tb_rest_client/models/models_ce/page_data_notification_request_info.py +210 -0
- tb_rest_client/models/models_ce/page_data_notification_rule_info.py +210 -0
- tb_rest_client/models/models_ce/page_data_notification_target.py +210 -0
- tb_rest_client/models/models_ce/page_data_notification_template.py +210 -0
- tb_rest_client/models/models_ce/page_data_o_auth2_client_info.py +210 -0
- tb_rest_client/models/models_ce/page_data_ota_package_info.py +210 -0
- tb_rest_client/models/models_ce/page_data_queue.py +210 -0
- tb_rest_client/models/models_ce/page_data_queue_stats.py +210 -0
- tb_rest_client/models/models_ce/page_data_rpc.py +202 -0
- tb_rest_client/models/models_ce/page_data_rule_chain.py +210 -0
- tb_rest_client/models/models_ce/page_data_tb_resource_info.py +210 -0
- tb_rest_client/models/models_ce/page_data_tenant.py +210 -0
- tb_rest_client/models/models_ce/page_data_tenant_info.py +210 -0
- tb_rest_client/models/models_ce/page_data_tenant_profile.py +210 -0
- tb_rest_client/models/models_ce/page_data_user.py +210 -0
- tb_rest_client/models/models_ce/page_data_user_email_info.py +210 -0
- tb_rest_client/models/models_ce/page_data_widget_type_info.py +210 -0
- tb_rest_client/models/models_ce/page_data_widgets_bundle.py +210 -0
- tb_rest_client/models/models_ce/platform_two_fa_settings.py +231 -0
- tb_rest_client/models/models_ce/platform_users_notification_target_config.py +131 -0
- tb_rest_client/models/models_ce/power_saving_configuration.py +208 -0
- tb_rest_client/models/models_ce/processing_strategy.py +234 -0
- tb_rest_client/models/models_ce/proto_transport_payload_configuration.py +260 -0
- tb_rest_client/models/models_ce/psklw_m2_m_bootstrap_server_credential.py +440 -0
- tb_rest_client/models/models_ce/qr_code_config.py +234 -0
- tb_rest_client/models/models_ce/qr_code_settings.py +399 -0
- tb_rest_client/models/models_ce/qr_code_settings_id.py +127 -0
- tb_rest_client/models/models_ce/queue.py +410 -0
- tb_rest_client/models/models_ce/queue_id.py +162 -0
- tb_rest_client/models/models_ce/queue_stats.py +228 -0
- tb_rest_client/models/models_ce/queue_stats_id.py +162 -0
- tb_rest_client/models/models_ce/rate_limits_notification_rule_trigger_config.py +137 -0
- tb_rest_client/models/models_ce/relation_entity_type_filter.py +189 -0
- tb_rest_client/models/models_ce/relations_query_filter.py +350 -0
- tb_rest_client/models/models_ce/relations_search_parameters.py +284 -0
- tb_rest_client/models/models_ce/repeating_alarm_condition_spec.py +130 -0
- tb_rest_client/models/models_ce/repository_settings.py +390 -0
- tb_rest_client/models/models_ce/repository_settings_info.py +150 -0
- tb_rest_client/models/models_ce/reset_password_email_request.py +126 -0
- tb_rest_client/models/models_ce/reset_password_request.py +154 -0
- tb_rest_client/models/models_ce/resource.py +306 -0
- tb_rest_client/models/models_ce/resource_export_data.py +384 -0
- tb_rest_client/models/models_ce/response_entity.py +182 -0
- tb_rest_client/models/models_ce/rpc.py +344 -0
- tb_rest_client/models/models_ce/rpc_id.py +162 -0
- tb_rest_client/models/models_ce/rpklw_m2_m_bootstrap_server_credential.py +440 -0
- tb_rest_client/models/models_ce/rule_chain.py +402 -0
- tb_rest_client/models/models_ce/rule_chain_connection_info.py +210 -0
- tb_rest_client/models/models_ce/rule_chain_data.py +156 -0
- tb_rest_client/models/models_ce/rule_chain_debug_event_filter.py +240 -0
- tb_rest_client/models/models_ce/rule_chain_export_data.py +156 -0
- tb_rest_client/models/models_ce/rule_chain_id.py +162 -0
- tb_rest_client/models/models_ce/rule_chain_import_result.py +202 -0
- tb_rest_client/models/models_ce/rule_chain_meta_data.py +269 -0
- tb_rest_client/models/models_ce/rule_chain_output_labels_usage.py +239 -0
- tb_rest_client/models/models_ce/rule_engine_component_lifecycle_event_notification_rule_trigger_config.py +274 -0
- tb_rest_client/models/models_ce/rule_node.py +424 -0
- tb_rest_client/models/models_ce/rule_node_debug_event_filter.py +448 -0
- tb_rest_client/models/models_ce/rule_node_id.py +162 -0
- tb_rest_client/models/models_ce/save_device_with_credentials_request.py +152 -0
- tb_rest_client/models/models_ce/save_ota_package_info_request.py +578 -0
- tb_rest_client/models/models_ce/security_settings.py +266 -0
- tb_rest_client/models/models_ce/server_security_config.py +332 -0
- tb_rest_client/models/models_ce/shared_attributes_setting_snmp_communication_config.py +130 -0
- tb_rest_client/models/models_ce/short_customer_info.py +204 -0
- tb_rest_client/models/models_ce/sign_up_request.py +294 -0
- tb_rest_client/models/models_ce/simple_alarm_condition_spec.py +104 -0
- tb_rest_client/models/models_ce/single_entity_filter.py +130 -0
- tb_rest_client/models/models_ce/single_entity_version_create_request.py +156 -0
- tb_rest_client/models/models_ce/single_entity_version_load_request.py +156 -0
- tb_rest_client/models/models_ce/slack_conversation.py +263 -0
- tb_rest_client/models/models_ce/slack_delivery_method_notification_template.py +104 -0
- tb_rest_client/models/models_ce/slack_notification_delivery_method_config.py +131 -0
- tb_rest_client/models/models_ce/slack_notification_target_config.py +163 -0
- tb_rest_client/models/models_ce/smpp_sms_provider_configuration.py +541 -0
- tb_rest_client/models/models_ce/sms_delivery_method_notification_template.py +104 -0
- tb_rest_client/models/models_ce/sms_provider_configuration.py +135 -0
- tb_rest_client/models/models_ce/sms_two_fa_account_config.py +131 -0
- tb_rest_client/models/models_ce/sms_two_fa_provider_config.py +157 -0
- tb_rest_client/models/models_ce/snmp_communication_config.py +142 -0
- tb_rest_client/models/models_ce/snmp_device_profile_transport_configuration.py +182 -0
- tb_rest_client/models/models_ce/snmp_device_transport_configuration.py +434 -0
- tb_rest_client/models/models_ce/snmp_mapping.py +182 -0
- tb_rest_client/models/models_ce/specific_time_schedule.py +208 -0
- tb_rest_client/models/models_ce/starred_dashboard_info.py +182 -0
- tb_rest_client/models/models_ce/statistics_event_filter.py +244 -0
- tb_rest_client/models/models_ce/store_info.py +176 -0
- tb_rest_client/models/models_ce/string_filter_predicate.py +188 -0
- tb_rest_client/models/models_ce/submit_strategy.py +156 -0
- tb_rest_client/models/models_ce/system_administrators_filter.py +104 -0
- tb_rest_client/models/models_ce/system_info.py +152 -0
- tb_rest_client/models/models_ce/system_info_data.py +322 -0
- tb_rest_client/models/models_ce/task_processing_failure_notification_rule_trigger_config.py +104 -0
- tb_rest_client/models/models_ce/tb_image_delete_result.py +150 -0
- tb_rest_client/models/models_ce/tb_resource.py +568 -0
- tb_rest_client/models/models_ce/tb_resource_id.py +162 -0
- tb_rest_client/models/models_ce/tb_resource_info.py +514 -0
- tb_rest_client/models/models_ce/telemetry_entity_view.py +154 -0
- tb_rest_client/models/models_ce/telemetry_mapping_configuration.py +228 -0
- tb_rest_client/models/models_ce/telemetry_querying_snmp_communication_config.py +156 -0
- tb_rest_client/models/models_ce/tenant.py +539 -0
- tb_rest_client/models/models_ce/tenant_administrators_filter.py +156 -0
- tb_rest_client/models/models_ce/tenant_id.py +162 -0
- tb_rest_client/models/models_ce/tenant_info.py +567 -0
- tb_rest_client/models/models_ce/tenant_profile.py +288 -0
- tb_rest_client/models/models_ce/tenant_profile_configuration.py +133 -0
- tb_rest_client/models/models_ce/tenant_profile_data.py +154 -0
- tb_rest_client/models/models_ce/tenant_profile_id.py +162 -0
- tb_rest_client/models/models_ce/tenant_profile_queue_configuration.py +332 -0
- tb_rest_client/models/models_ce/test_sms_request.py +182 -0
- tb_rest_client/models/models_ce/thingsboard_credentials_expired_response.py +238 -0
- tb_rest_client/models/models_ce/thingsboard_error_response.py +210 -0
- tb_rest_client/models/models_ce/to_device_rpc_request_snmp_communication_config.py +130 -0
- tb_rest_client/models/models_ce/to_server_rpc_request_snmp_communication_config.py +130 -0
- tb_rest_client/models/models_ce/totp_two_fa_account_config.py +131 -0
- tb_rest_client/models/models_ce/totp_two_fa_provider_config.py +131 -0
- tb_rest_client/models/models_ce/transport_payload_type_configuration.py +134 -0
- tb_rest_client/models/models_ce/ts_value.py +176 -0
- tb_rest_client/models/models_ce/twilio_sms_provider_configuration.py +188 -0
- tb_rest_client/models/models_ce/two_fa_account_config.py +162 -0
- tb_rest_client/models/models_ce/two_fa_account_config_update_request.py +124 -0
- tb_rest_client/models/models_ce/two_fa_provider_config.py +136 -0
- tb_rest_client/models/models_ce/two_fa_provider_info.py +234 -0
- tb_rest_client/models/models_ce/type_key_body.py +125 -0
- tb_rest_client/models/models_ce/update_message.py +266 -0
- tb_rest_client/models/models_ce/usage_info.py +696 -0
- tb_rest_client/models/models_ce/user.py +432 -0
- tb_rest_client/models/models_ce/user_activation_link.py +150 -0
- tb_rest_client/models/models_ce/user_dashboards_info.py +154 -0
- tb_rest_client/models/models_ce/user_email_info.py +208 -0
- tb_rest_client/models/models_ce/user_id.py +162 -0
- tb_rest_client/models/models_ce/user_list_filter.py +131 -0
- tb_rest_client/models/models_ce/user_mobile_info.py +228 -0
- tb_rest_client/models/models_ce/user_notification_settings.py +125 -0
- tb_rest_client/models/models_ce/user_password_policy.py +378 -0
- tb_rest_client/models/models_ce/users_filter.py +140 -0
- tb_rest_client/models/models_ce/vc_entity_body.py +98 -0
- tb_rest_client/models/models_ce/vc_version_body.py +98 -0
- tb_rest_client/models/models_ce/version.py +98 -0
- tb_rest_client/models/models_ce/version_create_config.py +176 -0
- tb_rest_client/models/models_ce/version_create_request.py +191 -0
- tb_rest_client/models/models_ce/version_creation_result.py +254 -0
- tb_rest_client/models/models_ce/version_load_config.py +176 -0
- tb_rest_client/models/models_ce/version_load_request.py +165 -0
- tb_rest_client/models/models_ce/version_load_result.py +176 -0
- tb_rest_client/models/models_ce/versioned_entity_info.py +124 -0
- tb_rest_client/models/models_ce/web_delivery_method_notification_template.py +157 -0
- tb_rest_client/models/models_ce/web_view_page.py +98 -0
- tb_rest_client/models/models_ce/widget_type.py +342 -0
- tb_rest_client/models/models_ce/widget_type_details.py +426 -0
- tb_rest_client/models/models_ce/widget_type_export_data.py +130 -0
- tb_rest_client/models/models_ce/widget_type_id.py +162 -0
- tb_rest_client/models/models_ce/widget_type_info.py +428 -0
- tb_rest_client/models/models_ce/widgets_bundle.py +400 -0
- tb_rest_client/models/models_ce/widgets_bundle_export_data.py +182 -0
- tb_rest_client/models/models_ce/widgets_bundle_id.py +162 -0
- tb_rest_client/models/models_ce/x509_certificate_chain_provision_configuration.py +156 -0
- tb_rest_client/models/models_ce/x509_lw_m2_m_bootstrap_server_credential.py +440 -0
- tb_rest_client/models/models_pe/__init__.py +413 -0
- tb_rest_client/models/models_pe/account_two_fa_settings.py +124 -0
- tb_rest_client/models/models_pe/activate_user_request.py +154 -0
- tb_rest_client/models/models_pe/admin_settings.py +232 -0
- tb_rest_client/models/models_pe/admin_settings_id.py +127 -0
- tb_rest_client/models/models_pe/affected_tenant_administrators_filter.py +104 -0
- tb_rest_client/models/models_pe/affected_user_filter.py +104 -0
- tb_rest_client/models/models_pe/alarm.py +749 -0
- tb_rest_client/models/models_pe/alarm_assignee.py +202 -0
- tb_rest_client/models/models_pe/alarm_assignment_notification_rule_trigger_config.py +230 -0
- tb_rest_client/models/models_pe/alarm_comment.py +292 -0
- tb_rest_client/models/models_pe/alarm_comment_id.py +127 -0
- tb_rest_client/models/models_pe/alarm_comment_info.py +376 -0
- tb_rest_client/models/models_pe/alarm_comment_notification_rule_trigger_config.py +248 -0
- tb_rest_client/models/models_pe/alarm_condition.py +154 -0
- tb_rest_client/models/models_pe/alarm_condition_filter.py +214 -0
- tb_rest_client/models/models_pe/alarm_condition_filter_key.py +160 -0
- tb_rest_client/models/models_pe/alarm_condition_spec.py +135 -0
- tb_rest_client/models/models_pe/alarm_count_query.py +372 -0
- tb_rest_client/models/models_pe/alarm_data.py +883 -0
- tb_rest_client/models/models_pe/alarm_data_page_link.py +450 -0
- tb_rest_client/models/models_pe/alarm_data_query.py +254 -0
- tb_rest_client/models/models_pe/alarm_id.py +162 -0
- tb_rest_client/models/models_pe/alarm_info.py +831 -0
- tb_rest_client/models/models_pe/alarm_notification_rule_trigger_config.py +223 -0
- tb_rest_client/models/models_pe/alarm_rule.py +206 -0
- tb_rest_client/models/models_pe/alarm_schedule.py +152 -0
- tb_rest_client/models/models_pe/all_users_filter.py +104 -0
- tb_rest_client/models/models_pe/allow_create_new_devices_device_profile_provision_configuration.py +104 -0
- tb_rest_client/models/models_pe/allowed_permissions_info.py +318 -0
- tb_rest_client/models/models_pe/any_time_schedule.py +104 -0
- tb_rest_client/models/models_pe/api_usage_limit_notification_rule_trigger_config.py +170 -0
- tb_rest_client/models/models_pe/api_usage_state_filter.py +130 -0
- tb_rest_client/models/models_pe/array_node.py +98 -0
- tb_rest_client/models/models_pe/asset.py +393 -0
- tb_rest_client/models/models_pe/asset_id.py +162 -0
- tb_rest_client/models/models_pe/asset_info.py +449 -0
- tb_rest_client/models/models_pe/asset_profile_id.py +162 -0
- tb_rest_client/models/models_pe/asset_search_query.py +180 -0
- tb_rest_client/models/models_pe/asset_search_query_filter.py +266 -0
- tb_rest_client/models/models_pe/asset_type_filter.py +182 -0
- tb_rest_client/models/models_pe/atomic_integer.py +228 -0
- tb_rest_client/models/models_pe/attribute_export_data.py +280 -0
- tb_rest_client/models/models_pe/attributes_entity_view.py +185 -0
- tb_rest_client/models/models_pe/audit_log.py +434 -0
- tb_rest_client/models/models_pe/audit_log_id.py +127 -0
- tb_rest_client/models/models_pe/auto_version_create_config.py +254 -0
- tb_rest_client/models/models_pe/aws_sns_sms_provider_configuration.py +188 -0
- tb_rest_client/models/models_pe/backup_code_two_fa_account_config.py +157 -0
- tb_rest_client/models/models_pe/backup_code_two_fa_provider_config.py +130 -0
- tb_rest_client/models/models_pe/blob_entity_id.py +162 -0
- tb_rest_client/models/models_pe/blob_entity_info.py +346 -0
- tb_rest_client/models/models_pe/blob_entity_with_customer_info.py +402 -0
- tb_rest_client/models/models_pe/boolean_filter_predicate.py +162 -0
- tb_rest_client/models/models_pe/branch_info.py +150 -0
- tb_rest_client/models/models_pe/bulk_import_request.py +202 -0
- tb_rest_client/models/models_pe/bulk_import_result_asset.py +202 -0
- tb_rest_client/models/models_pe/bulk_import_result_device.py +202 -0
- tb_rest_client/models/models_pe/bulk_import_result_edge.py +202 -0
- tb_rest_client/models/models_pe/byte_buffer.py +306 -0
- tb_rest_client/models/models_pe/captcha_params.py +132 -0
- tb_rest_client/models/models_pe/change_password_request.py +154 -0
- tb_rest_client/models/models_pe/check_pre_provisioned_devices_device_profile_provision_configuration.py +104 -0
- tb_rest_client/models/models_pe/claim_request.py +124 -0
- tb_rest_client/models/models_pe/clear_rule.py +131 -0
- tb_rest_client/models/models_pe/client_attributes_querying_snmp_communication_config.py +156 -0
- tb_rest_client/models/models_pe/coap_device_profile_transport_configuration.py +156 -0
- tb_rest_client/models/models_pe/coap_device_transport_configuration.py +214 -0
- tb_rest_client/models/models_pe/coap_device_type_configuration.py +134 -0
- tb_rest_client/models/models_pe/column_mapping.py +156 -0
- tb_rest_client/models/models_pe/comparison_ts_value.py +150 -0
- tb_rest_client/models/models_pe/complex_filter_predicate.py +162 -0
- tb_rest_client/models/models_pe/complex_version_create_request.py +162 -0
- tb_rest_client/models/models_pe/component_descriptor.py +420 -0
- tb_rest_client/models/models_pe/component_descriptor_id.py +127 -0
- tb_rest_client/models/models_pe/contact_based_object.py +410 -0
- tb_rest_client/models/models_pe/converter.py +376 -0
- tb_rest_client/models/models_pe/converter_id.py +162 -0
- tb_rest_client/models/models_pe/converters_info.py +136 -0
- tb_rest_client/models/models_pe/custom_menu.py +327 -0
- tb_rest_client/models/models_pe/custom_menu_config.py +113 -0
- tb_rest_client/models/models_pe/custom_menu_delete_result.py +168 -0
- tb_rest_client/models/models_pe/custom_menu_id.py +113 -0
- tb_rest_client/models/models_pe/custom_menu_info.py +287 -0
- tb_rest_client/models/models_pe/custom_menu_item.py +398 -0
- tb_rest_client/models/models_pe/custom_time_schedule.py +156 -0
- tb_rest_client/models/models_pe/custom_time_schedule_item.py +202 -0
- tb_rest_client/models/models_pe/custom_translation.py +127 -0
- tb_rest_client/models/models_pe/customer_id.py +162 -0
- tb_rest_client/models/models_pe/customer_info.py +672 -0
- tb_rest_client/models/models_pe/customer_users_filter.py +131 -0
- tb_rest_client/models/models_pe/dashboard_id.py +162 -0
- tb_rest_client/models/models_pe/dashboard_info.py +506 -0
- tb_rest_client/models/models_pe/debug_converter_event_filter.py +316 -0
- tb_rest_client/models/models_pe/debug_integration_event_filter.py +290 -0
- tb_rest_client/models/models_pe/default_coap_device_type_configuration.py +130 -0
- tb_rest_client/models/models_pe/default_dashboard_params.py +154 -0
- tb_rest_client/models/models_pe/default_device_configuration.py +104 -0
- tb_rest_client/models/models_pe/default_device_profile_configuration.py +104 -0
- tb_rest_client/models/models_pe/default_device_profile_transport_configuration.py +104 -0
- tb_rest_client/models/models_pe/default_device_transport_configuration.py +104 -0
- tb_rest_client/models/models_pe/default_menu_item.py +230 -0
- tb_rest_client/models/models_pe/default_rule_chain_create_request.py +127 -0
- tb_rest_client/models/models_pe/default_tenant_profile_configuration.py +1794 -0
- tb_rest_client/models/models_pe/deferred_result_entity_data_diff.py +150 -0
- tb_rest_client/models/models_pe/deferred_result_entity_data_info.py +150 -0
- tb_rest_client/models/models_pe/deferred_result_list_branch_info.py +150 -0
- tb_rest_client/models/models_pe/deferred_result_list_versioned_entity_info.py +150 -0
- tb_rest_client/models/models_pe/deferred_result_page_data_entity_version.py +150 -0
- tb_rest_client/models/models_pe/deferred_result_repository_settings.py +150 -0
- tb_rest_client/models/models_pe/deferred_result_void.py +150 -0
- tb_rest_client/models/models_pe/deferred_resultuuid.py +150 -0
- tb_rest_client/models/models_pe/delivery_method_notification_template.py +191 -0
- tb_rest_client/models/models_pe/device.py +471 -0
- tb_rest_client/models/models_pe/device_activity_notification_rule_trigger_config.py +190 -0
- tb_rest_client/models/models_pe/device_configuration.py +133 -0
- tb_rest_client/models/models_pe/device_credentials_id.py +127 -0
- tb_rest_client/models/models_pe/device_data.py +154 -0
- tb_rest_client/models/models_pe/device_export_data.py +156 -0
- tb_rest_client/models/models_pe/device_group_ota_package.py +234 -0
- tb_rest_client/models/models_pe/device_id.py +162 -0
- tb_rest_client/models/models_pe/device_info.py +555 -0
- tb_rest_client/models/models_pe/device_profile_alarm.py +348 -0
- tb_rest_client/models/models_pe/device_profile_configuration.py +133 -0
- tb_rest_client/models/models_pe/device_profile_data.py +210 -0
- tb_rest_client/models/models_pe/device_profile_id.py +162 -0
- tb_rest_client/models/models_pe/device_profile_provision_configuration.py +162 -0
- tb_rest_client/models/models_pe/device_profile_transport_configuration.py +137 -0
- tb_rest_client/models/models_pe/device_search_query.py +180 -0
- tb_rest_client/models/models_pe/device_search_query_filter.py +266 -0
- tb_rest_client/models/models_pe/device_transport_configuration.py +137 -0
- tb_rest_client/models/models_pe/device_type_filter.py +182 -0
- tb_rest_client/models/models_pe/disabled_device_profile_provision_configuration.py +104 -0
- tb_rest_client/models/models_pe/duration_alarm_condition_spec.py +162 -0
- tb_rest_client/models/models_pe/edge.py +510 -0
- tb_rest_client/models/models_pe/edge_communication_failure_notification_rule_trigger_config.py +130 -0
- tb_rest_client/models/models_pe/edge_connection_notification_rule_trigger_config.py +163 -0
- tb_rest_client/models/models_pe/edge_event.py +396 -0
- tb_rest_client/models/models_pe/edge_event_id.py +127 -0
- tb_rest_client/models/models_pe/edge_id.py +162 -0
- tb_rest_client/models/models_pe/edge_info.py +566 -0
- tb_rest_client/models/models_pe/edge_instructions.py +126 -0
- tb_rest_client/models/models_pe/edge_search_query.py +180 -0
- tb_rest_client/models/models_pe/edge_search_query_filter.py +266 -0
- tb_rest_client/models/models_pe/edge_type_filter.py +168 -0
- tb_rest_client/models/models_pe/efento_coap_device_type_configuration.py +104 -0
- tb_rest_client/models/models_pe/email_delivery_method_notification_template.py +131 -0
- tb_rest_client/models/models_pe/email_two_fa_account_config.py +131 -0
- tb_rest_client/models/models_pe/email_two_fa_provider_config.py +130 -0
- tb_rest_client/models/models_pe/enterprise_captcha_params.py +98 -0
- tb_rest_client/models/models_pe/entities_by_group_name_filter.py +188 -0
- tb_rest_client/models/models_pe/entities_limit_notification_rule_trigger_config.py +163 -0
- tb_rest_client/models/models_pe/entity_action_notification_rule_trigger_config.py +215 -0
- tb_rest_client/models/models_pe/entity_count_query.py +150 -0
- tb_rest_client/models/models_pe/entity_data.py +254 -0
- tb_rest_client/models/models_pe/entity_data_diff.py +150 -0
- tb_rest_client/models/models_pe/entity_data_info.py +228 -0
- tb_rest_client/models/models_pe/entity_data_page_link.py +228 -0
- tb_rest_client/models/models_pe/entity_data_query.py +228 -0
- tb_rest_client/models/models_pe/entity_data_sort_order.py +156 -0
- tb_rest_client/models/models_pe/entity_export_data_object.py +210 -0
- tb_rest_client/models/models_pe/entity_filter.py +152 -0
- tb_rest_client/models/models_pe/entity_group.py +400 -0
- tb_rest_client/models/models_pe/entity_group_export_data.py +182 -0
- tb_rest_client/models/models_pe/entity_group_filter.py +162 -0
- tb_rest_client/models/models_pe/entity_group_id.py +162 -0
- tb_rest_client/models/models_pe/entity_group_info.py +429 -0
- tb_rest_client/models/models_pe/entity_group_list_filter.py +162 -0
- tb_rest_client/models/models_pe/entity_group_name_filter.py +162 -0
- tb_rest_client/models/models_pe/entity_id.py +160 -0
- tb_rest_client/models/models_pe/entity_key.py +156 -0
- tb_rest_client/models/models_pe/entity_list_filter.py +162 -0
- tb_rest_client/models/models_pe/entity_load_error.py +202 -0
- tb_rest_client/models/models_pe/entity_name_filter.py +162 -0
- tb_rest_client/models/models_pe/entity_relation_info.py +320 -0
- tb_rest_client/models/models_pe/entity_relations_query.py +152 -0
- tb_rest_client/models/models_pe/entity_subtype.py +182 -0
- tb_rest_client/models/models_pe/entity_type_filter.py +136 -0
- tb_rest_client/models/models_pe/entity_type_load_result.py +286 -0
- tb_rest_client/models/models_pe/entity_type_version_create_config.py +312 -0
- tb_rest_client/models/models_pe/entity_type_version_load_config.py +306 -0
- tb_rest_client/models/models_pe/entity_type_version_load_request.py +156 -0
- tb_rest_client/models/models_pe/entity_version.py +202 -0
- tb_rest_client/models/models_pe/entity_view.py +449 -0
- tb_rest_client/models/models_pe/entity_view_id.py +162 -0
- tb_rest_client/models/models_pe/entity_view_info.py +505 -0
- tb_rest_client/models/models_pe/entity_view_search_query.py +180 -0
- tb_rest_client/models/models_pe/entity_view_search_query_filter.py +266 -0
- tb_rest_client/models/models_pe/entity_view_type_filter.py +182 -0
- tb_rest_client/models/models_pe/error_event_filter.py +188 -0
- tb_rest_client/models/models_pe/escalated_notification_rule_recipients_config.py +131 -0
- tb_rest_client/models/models_pe/event_filter.py +174 -0
- tb_rest_client/models/models_pe/event_id.py +127 -0
- tb_rest_client/models/models_pe/event_info.py +286 -0
- tb_rest_client/models/models_pe/exportable_entity_entity_id.py +150 -0
- tb_rest_client/models/models_pe/favicon.py +124 -0
- tb_rest_client/models/models_pe/features_info.py +254 -0
- tb_rest_client/models/models_pe/group_entity_export_data.py +130 -0
- tb_rest_client/models/models_pe/group_permission.py +370 -0
- tb_rest_client/models/models_pe/group_permission_id.py +162 -0
- tb_rest_client/models/models_pe/group_permission_info.py +560 -0
- tb_rest_client/models/models_pe/home_dashboard.py +478 -0
- tb_rest_client/models/models_pe/home_menu_item.py +320 -0
- tb_rest_client/models/models_pe/input_stream.py +98 -0
- tb_rest_client/models/models_pe/integration.py +571 -0
- tb_rest_client/models/models_pe/integration_converters_info.py +136 -0
- tb_rest_client/models/models_pe/integration_id.py +162 -0
- tb_rest_client/models/models_pe/integration_info.py +460 -0
- tb_rest_client/models/models_pe/integration_lifecycle_event_notification_rule_trigger_config.py +222 -0
- tb_rest_client/models/models_pe/json_node.py +98 -0
- tb_rest_client/models/models_pe/json_transport_payload_configuration.py +104 -0
- tb_rest_client/models/models_pe/key_filter.py +182 -0
- tb_rest_client/models/models_pe/key_filter_predicate.py +136 -0
- tb_rest_client/models/models_pe/last_visited_dashboard_info.py +210 -0
- tb_rest_client/models/models_pe/license_usage_info.py +332 -0
- tb_rest_client/models/models_pe/life_cycle_event_filter.py +222 -0
- tb_rest_client/models/models_pe/locale_code_upload_body.py +125 -0
- tb_rest_client/models/models_pe/login_request.py +156 -0
- tb_rest_client/models/models_pe/login_response.py +156 -0
- tb_rest_client/models/models_pe/login_white_labeling_params.py +682 -0
- tb_rest_client/models/models_pe/lw_m2_m_bootstrap_server_credential.py +136 -0
- tb_rest_client/models/models_pe/lw_m2_m_server_security_config_default.py +490 -0
- tb_rest_client/models/models_pe/lw_m2m_instance.py +154 -0
- tb_rest_client/models/models_pe/lw_m2m_object.py +266 -0
- tb_rest_client/models/models_pe/lw_m2m_resource_observe.py +266 -0
- tb_rest_client/models/models_pe/lwm2m_device_profile_transport_configuration.py +208 -0
- tb_rest_client/models/models_pe/lwm2m_device_transport_configuration.py +214 -0
- tb_rest_client/models/models_pe/mapping.py +202 -0
- tb_rest_client/models/models_pe/menu_item.py +152 -0
- tb_rest_client/models/models_pe/merged_group_permission_info.py +163 -0
- tb_rest_client/models/models_pe/merged_group_type_permission_info.py +154 -0
- tb_rest_client/models/models_pe/merged_user_permissions.py +273 -0
- tb_rest_client/models/models_pe/mobile_app_delivery_method_notification_template.py +157 -0
- tb_rest_client/models/models_pe/mobile_app_notification_delivery_method_config.py +182 -0
- tb_rest_client/models/models_pe/mobile_app_settings_id.py +113 -0
- tb_rest_client/models/models_pe/mobile_redirect_params.py +154 -0
- tb_rest_client/models/models_pe/mobile_self_registration_params.py +98 -0
- tb_rest_client/models/models_pe/mobile_session_info.py +124 -0
- tb_rest_client/models/models_pe/model.py +162 -0
- tb_rest_client/models/models_pe/mqtt_device_profile_transport_configuration.py +286 -0
- tb_rest_client/models/models_pe/mqtt_device_transport_configuration.py +104 -0
- tb_rest_client/models/models_pe/new_platform_version_notification_rule_trigger_config.py +104 -0
- tb_rest_client/models/models_pe/no_sec_lw_m2_m_bootstrap_server_credential.py +440 -0
- tb_rest_client/models/models_pe/node_connection_info.py +185 -0
- tb_rest_client/models/models_pe/notification.py +402 -0
- tb_rest_client/models/models_pe/notification_delivery_method_config.py +134 -0
- tb_rest_client/models/models_pe/notification_id.py +162 -0
- tb_rest_client/models/models_pe/notification_info.py +185 -0
- tb_rest_client/models/models_pe/notification_request.py +417 -0
- tb_rest_client/models/models_pe/notification_request_config.py +124 -0
- tb_rest_client/models/models_pe/notification_request_id.py +162 -0
- tb_rest_client/models/models_pe/notification_request_preview.py +202 -0
- tb_rest_client/models/models_pe/notification_request_stats.py +202 -0
- tb_rest_client/models/models_pe/notification_rule_config.py +124 -0
- tb_rest_client/models/models_pe/notification_rule_id.py +162 -0
- tb_rest_client/models/models_pe/notification_rule_recipients_config.py +139 -0
- tb_rest_client/models/models_pe/notification_rule_trigger_config.py +135 -0
- tb_rest_client/models/models_pe/notification_template_config.py +125 -0
- tb_rest_client/models/models_pe/notification_template_id.py +162 -0
- tb_rest_client/models/models_pe/numeric_filter_predicate.py +162 -0
- tb_rest_client/models/models_pe/o_auth2_basic_mapper_config.py +381 -0
- tb_rest_client/models/models_pe/o_auth2_client_info.py +267 -0
- tb_rest_client/models/models_pe/o_auth2_client_registration_template.py +565 -0
- tb_rest_client/models/models_pe/o_auth2_client_registration_template_id.py +127 -0
- tb_rest_client/models/models_pe/o_auth2_custom_mapper_config.py +202 -0
- tb_rest_client/models/models_pe/o_auth2_domain_info.py +162 -0
- tb_rest_client/models/models_pe/o_auth2_info.py +183 -0
- tb_rest_client/models/models_pe/o_auth2_mapper_config.py +241 -0
- tb_rest_client/models/models_pe/o_auth2_mobile_info.py +156 -0
- tb_rest_client/models/models_pe/o_auth2_params_info.py +185 -0
- tb_rest_client/models/models_pe/o_auth2_registration_info.py +502 -0
- tb_rest_client/models/models_pe/object_attributes.py +410 -0
- tb_rest_client/models/models_pe/object_node.py +98 -0
- tb_rest_client/models/models_pe/originator_entity_owner_users_filter.py +104 -0
- tb_rest_client/models/models_pe/ota_package.py +576 -0
- tb_rest_client/models/models_pe/ota_package_id.py +162 -0
- tb_rest_client/models/models_pe/ota_package_info.py +550 -0
- tb_rest_client/models/models_pe/ota_package_ota_package_id_body.py +184 -0
- tb_rest_client/models/models_pe/other_configuration.py +364 -0
- tb_rest_client/models/models_pe/page_data_blob_entity_with_customer_info.py +210 -0
- tb_rest_client/models/models_pe/page_data_contact_basedobject.py +210 -0
- tb_rest_client/models/models_pe/page_data_converter.py +210 -0
- tb_rest_client/models/models_pe/page_data_customer_info.py +210 -0
- tb_rest_client/models/models_pe/page_data_edge.py +210 -0
- tb_rest_client/models/models_pe/page_data_edge_event.py +210 -0
- tb_rest_client/models/models_pe/page_data_edge_info.py +210 -0
- tb_rest_client/models/models_pe/page_data_entity_group_info.py +210 -0
- tb_rest_client/models/models_pe/page_data_entity_version.py +210 -0
- tb_rest_client/models/models_pe/page_data_entity_view_info.py +210 -0
- tb_rest_client/models/models_pe/page_data_event_info.py +210 -0
- tb_rest_client/models/models_pe/page_data_integration.py +210 -0
- tb_rest_client/models/models_pe/page_data_integration_info.py +210 -0
- tb_rest_client/models/models_pe/page_data_ota_package_info.py +210 -0
- tb_rest_client/models/models_pe/page_data_queue.py +210 -0
- tb_rest_client/models/models_pe/page_data_role.py +210 -0
- tb_rest_client/models/models_pe/page_data_rule_chain.py +210 -0
- tb_rest_client/models/models_pe/page_data_scheduler_event_info.py +210 -0
- tb_rest_client/models/models_pe/page_data_short_entity_view.py +210 -0
- tb_rest_client/models/models_pe/page_data_user_email_info.py +210 -0
- tb_rest_client/models/models_pe/page_data_user_info.py +210 -0
- tb_rest_client/models/models_pe/palette.py +183 -0
- tb_rest_client/models/models_pe/palette_settings.py +152 -0
- tb_rest_client/models/models_pe/platform_two_fa_settings.py +257 -0
- tb_rest_client/models/models_pe/platform_users_notification_target_config.py +131 -0
- tb_rest_client/models/models_pe/power_saving_configuration.py +208 -0
- tb_rest_client/models/models_pe/processing_strategy.py +234 -0
- tb_rest_client/models/models_pe/proto_transport_payload_configuration.py +260 -0
- tb_rest_client/models/models_pe/psklw_m2_m_bootstrap_server_credential.py +440 -0
- tb_rest_client/models/models_pe/queue.py +410 -0
- tb_rest_client/models/models_pe/raw_data_event_filter.py +216 -0
- tb_rest_client/models/models_pe/relation_entity_type_filter.py +189 -0
- tb_rest_client/models/models_pe/relations_query_filter.py +350 -0
- tb_rest_client/models/models_pe/relations_search_parameters.py +284 -0
- tb_rest_client/models/models_pe/repeating_alarm_condition_spec.py +130 -0
- tb_rest_client/models/models_pe/report_config.py +381 -0
- tb_rest_client/models/models_pe/repository_settings.py +390 -0
- tb_rest_client/models/models_pe/repository_settings_info.py +150 -0
- tb_rest_client/models/models_pe/reset_password_email_request.py +126 -0
- tb_rest_client/models/models_pe/reset_password_request.py +154 -0
- tb_rest_client/models/models_pe/resource.py +306 -0
- tb_rest_client/models/models_pe/response_entity.py +182 -0
- tb_rest_client/models/models_pe/role.py +371 -0
- tb_rest_client/models/models_pe/role_id.py +162 -0
- tb_rest_client/models/models_pe/rpc.py +344 -0
- tb_rest_client/models/models_pe/rpc_id.py +162 -0
- tb_rest_client/models/models_pe/rpklw_m2_m_bootstrap_server_credential.py +440 -0
- tb_rest_client/models/models_pe/rule_chain.py +402 -0
- tb_rest_client/models/models_pe/rule_chain_connection_info.py +210 -0
- tb_rest_client/models/models_pe/rule_chain_data.py +156 -0
- tb_rest_client/models/models_pe/rule_chain_debug_event_filter.py +240 -0
- tb_rest_client/models/models_pe/rule_chain_export_data.py +156 -0
- tb_rest_client/models/models_pe/rule_chain_id.py +162 -0
- tb_rest_client/models/models_pe/rule_chain_import_result.py +202 -0
- tb_rest_client/models/models_pe/rule_chain_meta_data.py +269 -0
- tb_rest_client/models/models_pe/rule_chain_output_labels_usage.py +239 -0
- tb_rest_client/models/models_pe/rule_engine_component_lifecycle_event_notification_rule_trigger_config.py +274 -0
- tb_rest_client/models/models_pe/rule_node.py +424 -0
- tb_rest_client/models/models_pe/rule_node_debug_event_filter.py +448 -0
- tb_rest_client/models/models_pe/rule_node_id.py +162 -0
- tb_rest_client/models/models_pe/save_device_with_credentials_request.py +152 -0
- tb_rest_client/models/models_pe/save_ota_package_info_request.py +578 -0
- tb_rest_client/models/models_pe/scheduler_event.py +444 -0
- tb_rest_client/models/models_pe/scheduler_event_filter.py +156 -0
- tb_rest_client/models/models_pe/scheduler_event_id.py +162 -0
- tb_rest_client/models/models_pe/scheduler_event_info.py +418 -0
- tb_rest_client/models/models_pe/scheduler_event_with_customer_info.py +474 -0
- tb_rest_client/models/models_pe/security_settings.py +266 -0
- tb_rest_client/models/models_pe/self_registration_params.py +630 -0
- tb_rest_client/models/models_pe/share_group_request.py +235 -0
- tb_rest_client/models/models_pe/shared_attributes_setting_snmp_communication_config.py +130 -0
- tb_rest_client/models/models_pe/short_customer_info.py +204 -0
- tb_rest_client/models/models_pe/short_entity_view.py +154 -0
- tb_rest_client/models/models_pe/sign_up_field.py +184 -0
- tb_rest_client/models/models_pe/sign_up_request.py +294 -0
- tb_rest_client/models/models_pe/sign_up_self_registration_params.py +266 -0
- tb_rest_client/models/models_pe/simple_alarm_condition_spec.py +104 -0
- tb_rest_client/models/models_pe/single_entity_filter.py +130 -0
- tb_rest_client/models/models_pe/single_entity_version_create_request.py +156 -0
- tb_rest_client/models/models_pe/single_entity_version_load_request.py +182 -0
- tb_rest_client/models/models_pe/slack_conversation.py +263 -0
- tb_rest_client/models/models_pe/slack_delivery_method_notification_template.py +104 -0
- tb_rest_client/models/models_pe/slack_notification_delivery_method_config.py +131 -0
- tb_rest_client/models/models_pe/slack_notification_target_config.py +163 -0
- tb_rest_client/models/models_pe/smpp_sms_provider_configuration.py +541 -0
- tb_rest_client/models/models_pe/sms_delivery_method_notification_template.py +104 -0
- tb_rest_client/models/models_pe/sms_provider_configuration.py +135 -0
- tb_rest_client/models/models_pe/sms_two_fa_account_config.py +131 -0
- tb_rest_client/models/models_pe/sms_two_fa_provider_config.py +157 -0
- tb_rest_client/models/models_pe/snmp_communication_config.py +142 -0
- tb_rest_client/models/models_pe/snmp_device_profile_transport_configuration.py +182 -0
- tb_rest_client/models/models_pe/snmp_device_transport_configuration.py +434 -0
- tb_rest_client/models/models_pe/snmp_mapping.py +182 -0
- tb_rest_client/models/models_pe/solution_install_response.py +260 -0
- tb_rest_client/models/models_pe/specific_time_schedule.py +208 -0
- tb_rest_client/models/models_pe/starred_dashboard_info.py +182 -0
- tb_rest_client/models/models_pe/state_entity_owner_filter.py +130 -0
- tb_rest_client/models/models_pe/statistics_event_filter.py +244 -0
- tb_rest_client/models/models_pe/string_filter_predicate.py +188 -0
- tb_rest_client/models/models_pe/submit_strategy.py +156 -0
- tb_rest_client/models/models_pe/subscription_usage.py +540 -0
- tb_rest_client/models/models_pe/system_administrators_filter.py +104 -0
- tb_rest_client/models/models_pe/system_info.py +152 -0
- tb_rest_client/models/models_pe/system_info_data.py +322 -0
- tb_rest_client/models/models_pe/task_processing_failure_notification_rule_trigger_config.py +98 -0
- tb_rest_client/models/models_pe/tb_image_delete_result.py +176 -0
- tb_rest_client/models/models_pe/tb_resource.py +594 -0
- tb_rest_client/models/models_pe/tb_resource_id.py +162 -0
- tb_rest_client/models/models_pe/tb_resource_info.py +540 -0
- tb_rest_client/models/models_pe/telemetry_entity_view.py +154 -0
- tb_rest_client/models/models_pe/telemetry_mapping_configuration.py +228 -0
- tb_rest_client/models/models_pe/telemetry_querying_snmp_communication_config.py +156 -0
- tb_rest_client/models/models_pe/tenant_administrators_filter.py +156 -0
- tb_rest_client/models/models_pe/tenant_profile_configuration.py +133 -0
- tb_rest_client/models/models_pe/tenant_profile_data.py +154 -0
- tb_rest_client/models/models_pe/tenant_profile_id.py +162 -0
- tb_rest_client/models/models_pe/tenant_profile_queue_configuration.py +332 -0
- tb_rest_client/models/models_pe/tenant_solution_template_details.py +376 -0
- tb_rest_client/models/models_pe/tenant_solution_template_info.py +440 -0
- tb_rest_client/models/models_pe/tenant_solution_template_instructions.py +232 -0
- tb_rest_client/models/models_pe/test_sms_request.py +182 -0
- tb_rest_client/models/models_pe/thingsboard_credentials_expired_response.py +238 -0
- tb_rest_client/models/models_pe/thingsboard_error_response.py +210 -0
- tb_rest_client/models/models_pe/to_device_rpc_request_snmp_communication_config.py +130 -0
- tb_rest_client/models/models_pe/totp_two_fa_account_config.py +131 -0
- tb_rest_client/models/models_pe/totp_two_fa_provider_config.py +131 -0
- tb_rest_client/models/models_pe/translation_info.py +238 -0
- tb_rest_client/models/models_pe/transport_payload_type_configuration.py +134 -0
- tb_rest_client/models/models_pe/ts_value.py +176 -0
- tb_rest_client/models/models_pe/twilio_sms_provider_configuration.py +188 -0
- tb_rest_client/models/models_pe/two_fa_account_config.py +162 -0
- tb_rest_client/models/models_pe/two_fa_account_config_update_request.py +124 -0
- tb_rest_client/models/models_pe/two_fa_provider_config.py +136 -0
- tb_rest_client/models/models_pe/two_fa_provider_info.py +234 -0
- tb_rest_client/models/models_pe/update_message.py +266 -0
- tb_rest_client/models/models_pe/user.py +484 -0
- tb_rest_client/models/models_pe/user_dashboards_info.py +154 -0
- tb_rest_client/models/models_pe/user_email_info.py +208 -0
- tb_rest_client/models/models_pe/user_group_list_filter.py +131 -0
- tb_rest_client/models/models_pe/user_id.py +162 -0
- tb_rest_client/models/models_pe/user_info.py +540 -0
- tb_rest_client/models/models_pe/user_list_filter.py +131 -0
- tb_rest_client/models/models_pe/user_password_policy.py +378 -0
- tb_rest_client/models/models_pe/user_role_filter.py +131 -0
- tb_rest_client/models/models_pe/users_filter.py +142 -0
- tb_rest_client/models/models_pe/v2_captcha_params.py +98 -0
- tb_rest_client/models/models_pe/v3_captcha_params.py +98 -0
- tb_rest_client/models/models_pe/vendor.py +150 -0
- tb_rest_client/models/models_pe/version_create_config.py +228 -0
- tb_rest_client/models/models_pe/version_create_request.py +191 -0
- tb_rest_client/models/models_pe/version_creation_result.py +254 -0
- tb_rest_client/models/models_pe/version_load_config.py +254 -0
- tb_rest_client/models/models_pe/version_load_request.py +165 -0
- tb_rest_client/models/models_pe/version_load_result.py +176 -0
- tb_rest_client/models/models_pe/versioned_entity_info.py +150 -0
- tb_rest_client/models/models_pe/web_delivery_method_notification_template.py +157 -0
- tb_rest_client/models/models_pe/web_self_registration_params.py +98 -0
- tb_rest_client/models/models_pe/white_labeling.py +234 -0
- tb_rest_client/models/models_pe/white_labeling_params.py +486 -0
- tb_rest_client/models/models_pe/widget_type.py +342 -0
- tb_rest_client/models/models_pe/widget_type_details.py +426 -0
- tb_rest_client/models/models_pe/widget_type_export_data.py +130 -0
- tb_rest_client/models/models_pe/widget_type_id.py +162 -0
- tb_rest_client/models/models_pe/widget_type_info.py +428 -0
- tb_rest_client/models/models_pe/widgets_bundle_export_data.py +182 -0
- tb_rest_client/models/models_pe/widgets_bundle_id.py +162 -0
- tb_rest_client/models/models_pe/x509_certificate_chain_provision_configuration.py +156 -0
- tb_rest_client/models/models_pe/x509_lw_m2_m_bootstrap_server_credential.py +440 -0
- tb_rest_client/rest.py +342 -0
- tb_rest_client/rest_client_base.py +2193 -0
- tb_rest_client/rest_client_ce.py +1284 -0
- tb_rest_client/rest_client_pe.py +1910 -0
- tb_rest_client-3.9.0.dist-info/LICENSE +201 -0
- tb_rest_client-3.9.0.dist-info/METADATA +80 -0
- tb_rest_client-3.9.0.dist-info/RECORD +1111 -0
- tb_rest_client-3.9.0.dist-info/WHEEL +4 -0
|
@@ -0,0 +1,2250 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
ThingsBoard REST API
|
|
5
|
+
|
|
6
|
+
ThingsBoard open-source IoT platform REST API documentation. # noqa: E501
|
|
7
|
+
|
|
8
|
+
OpenAPI spec version: 3.9.0
|
|
9
|
+
Contact: info@thingsboard.io
|
|
10
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
11
|
+
"""
|
|
12
|
+
|
|
13
|
+
# Copyright 2025. ThingsBoard
|
|
14
|
+
#
|
|
15
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
16
|
+
# you may not use this file except in compliance with the License.
|
|
17
|
+
# You may obtain a copy of the License at
|
|
18
|
+
#
|
|
19
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
20
|
+
#
|
|
21
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
22
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
23
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
24
|
+
# See the License for the specific language governing permissions and
|
|
25
|
+
# limitations under the License.
|
|
26
|
+
|
|
27
|
+
from __future__ import absolute_import
|
|
28
|
+
|
|
29
|
+
import re # noqa: F401
|
|
30
|
+
|
|
31
|
+
# python 2 and python 3 compatibility library
|
|
32
|
+
import six
|
|
33
|
+
|
|
34
|
+
from tb_rest_client.api_client import ApiClient
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
class AdminControllerApi(object):
|
|
38
|
+
"""NOTE: This class is auto generated by the swagger code generator program.
|
|
39
|
+
|
|
40
|
+
Do not edit the class manually.
|
|
41
|
+
Ref: https://github.com/swagger-api/swagger-codegen
|
|
42
|
+
"""
|
|
43
|
+
|
|
44
|
+
def __init__(self, api_client=None):
|
|
45
|
+
if api_client is None:
|
|
46
|
+
api_client = ApiClient()
|
|
47
|
+
self.api_client = api_client
|
|
48
|
+
|
|
49
|
+
def auto_commit_settings_exists_using_get(self, **kwargs): # noqa: E501
|
|
50
|
+
"""Check auto commit settings exists (autoCommitSettingsExists) # noqa: E501
|
|
51
|
+
|
|
52
|
+
Check whether the auto commit settings exists. Available for users with 'TENANT_ADMIN' authority. # noqa: E501
|
|
53
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
54
|
+
asynchronous HTTP request, please pass async_req=True
|
|
55
|
+
>>> thread = api.auto_commit_settings_exists_using_get(async_req=True)
|
|
56
|
+
>>> result = thread.get()
|
|
57
|
+
|
|
58
|
+
:param async_req bool
|
|
59
|
+
:return: bool
|
|
60
|
+
If the method is called asynchronously,
|
|
61
|
+
returns the request thread.
|
|
62
|
+
"""
|
|
63
|
+
kwargs['_return_http_data_only'] = True
|
|
64
|
+
if kwargs.get('async_req'):
|
|
65
|
+
return self.auto_commit_settings_exists_using_get_with_http_info(**kwargs) # noqa: E501
|
|
66
|
+
else:
|
|
67
|
+
(data) = self.auto_commit_settings_exists_using_get_with_http_info(**kwargs) # noqa: E501
|
|
68
|
+
return data
|
|
69
|
+
|
|
70
|
+
def auto_commit_settings_exists_using_get_with_http_info(self, **kwargs): # noqa: E501
|
|
71
|
+
"""Check auto commit settings exists (autoCommitSettingsExists) # noqa: E501
|
|
72
|
+
|
|
73
|
+
Check whether the auto commit settings exists. Available for users with 'TENANT_ADMIN' authority. # noqa: E501
|
|
74
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
75
|
+
asynchronous HTTP request, please pass async_req=True
|
|
76
|
+
>>> thread = api.auto_commit_settings_exists_using_get_with_http_info(async_req=True)
|
|
77
|
+
>>> result = thread.get()
|
|
78
|
+
|
|
79
|
+
:param async_req bool
|
|
80
|
+
:return: bool
|
|
81
|
+
If the method is called asynchronously,
|
|
82
|
+
returns the request thread.
|
|
83
|
+
"""
|
|
84
|
+
|
|
85
|
+
all_params = [] # noqa: E501
|
|
86
|
+
all_params.append('async_req')
|
|
87
|
+
all_params.append('_return_http_data_only')
|
|
88
|
+
all_params.append('_preload_content')
|
|
89
|
+
all_params.append('_request_timeout')
|
|
90
|
+
|
|
91
|
+
params = locals()
|
|
92
|
+
for key, val in six.iteritems(params['kwargs']):
|
|
93
|
+
if key not in all_params:
|
|
94
|
+
raise TypeError(
|
|
95
|
+
"Got an unexpected keyword argument '%s'"
|
|
96
|
+
" to method auto_commit_settings_exists_using_get" % key
|
|
97
|
+
)
|
|
98
|
+
params[key] = val
|
|
99
|
+
del params['kwargs']
|
|
100
|
+
|
|
101
|
+
collection_formats = {}
|
|
102
|
+
|
|
103
|
+
path_params = {}
|
|
104
|
+
|
|
105
|
+
query_params = []
|
|
106
|
+
|
|
107
|
+
header_params = {}
|
|
108
|
+
|
|
109
|
+
form_params = []
|
|
110
|
+
local_var_files = {}
|
|
111
|
+
|
|
112
|
+
body_params = None
|
|
113
|
+
# HTTP header `Accept`
|
|
114
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
|
115
|
+
['application/json']) # noqa: E501
|
|
116
|
+
|
|
117
|
+
# Authentication setting
|
|
118
|
+
auth_settings = ['X-Authorization'] # noqa: E501
|
|
119
|
+
|
|
120
|
+
return self.api_client.call_api(
|
|
121
|
+
'/api/admin/autoCommitSettings/exists', 'GET',
|
|
122
|
+
path_params,
|
|
123
|
+
query_params,
|
|
124
|
+
header_params,
|
|
125
|
+
body=body_params,
|
|
126
|
+
post_params=form_params,
|
|
127
|
+
files=local_var_files,
|
|
128
|
+
response_type='bool', # noqa: E501
|
|
129
|
+
auth_settings=auth_settings,
|
|
130
|
+
async_req=params.get('async_req'),
|
|
131
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
132
|
+
_preload_content=params.get('_preload_content', True),
|
|
133
|
+
_request_timeout=params.get('_request_timeout'),
|
|
134
|
+
collection_formats=collection_formats)
|
|
135
|
+
|
|
136
|
+
def check_repository_access_using_post(self, **kwargs): # noqa: E501
|
|
137
|
+
"""Check repository access (checkRepositoryAccess) # noqa: E501
|
|
138
|
+
|
|
139
|
+
Attempts to check repository access. Available for users with 'TENANT_ADMIN' authority. # noqa: E501
|
|
140
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
141
|
+
asynchronous HTTP request, please pass async_req=True
|
|
142
|
+
>>> thread = api.check_repository_access_using_post(async_req=True)
|
|
143
|
+
>>> result = thread.get()
|
|
144
|
+
|
|
145
|
+
:param async_req bool
|
|
146
|
+
:param RepositorySettings body:
|
|
147
|
+
:return: DeferredResultVoid
|
|
148
|
+
If the method is called asynchronously,
|
|
149
|
+
returns the request thread.
|
|
150
|
+
"""
|
|
151
|
+
kwargs['_return_http_data_only'] = True
|
|
152
|
+
if kwargs.get('async_req'):
|
|
153
|
+
return self.check_repository_access_using_post_with_http_info(**kwargs) # noqa: E501
|
|
154
|
+
else:
|
|
155
|
+
(data) = self.check_repository_access_using_post_with_http_info(**kwargs) # noqa: E501
|
|
156
|
+
return data
|
|
157
|
+
|
|
158
|
+
def check_repository_access_using_post_with_http_info(self, **kwargs): # noqa: E501
|
|
159
|
+
"""Check repository access (checkRepositoryAccess) # noqa: E501
|
|
160
|
+
|
|
161
|
+
Attempts to check repository access. Available for users with 'TENANT_ADMIN' authority. # noqa: E501
|
|
162
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
163
|
+
asynchronous HTTP request, please pass async_req=True
|
|
164
|
+
>>> thread = api.check_repository_access_using_post_with_http_info(async_req=True)
|
|
165
|
+
>>> result = thread.get()
|
|
166
|
+
|
|
167
|
+
:param async_req bool
|
|
168
|
+
:param RepositorySettings body:
|
|
169
|
+
:return: DeferredResultVoid
|
|
170
|
+
If the method is called asynchronously,
|
|
171
|
+
returns the request thread.
|
|
172
|
+
"""
|
|
173
|
+
|
|
174
|
+
all_params = ['body'] # noqa: E501
|
|
175
|
+
all_params.append('async_req')
|
|
176
|
+
all_params.append('_return_http_data_only')
|
|
177
|
+
all_params.append('_preload_content')
|
|
178
|
+
all_params.append('_request_timeout')
|
|
179
|
+
|
|
180
|
+
params = locals()
|
|
181
|
+
for key, val in six.iteritems(params['kwargs']):
|
|
182
|
+
if key not in all_params:
|
|
183
|
+
raise TypeError(
|
|
184
|
+
"Got an unexpected keyword argument '%s'"
|
|
185
|
+
" to method check_repository_access_using_post" % key
|
|
186
|
+
)
|
|
187
|
+
params[key] = val
|
|
188
|
+
del params['kwargs']
|
|
189
|
+
# verify the required parameter 'body' is set
|
|
190
|
+
if ('body' not in params or
|
|
191
|
+
params['body'] is None):
|
|
192
|
+
raise ValueError("Missing the required parameter `body` when calling `check_repository_access`") # noqa: E501
|
|
193
|
+
|
|
194
|
+
collection_formats = {}
|
|
195
|
+
|
|
196
|
+
path_params = {}
|
|
197
|
+
|
|
198
|
+
query_params = []
|
|
199
|
+
|
|
200
|
+
header_params = {}
|
|
201
|
+
|
|
202
|
+
form_params = []
|
|
203
|
+
local_var_files = {}
|
|
204
|
+
|
|
205
|
+
body_params = None
|
|
206
|
+
if 'body' in params:
|
|
207
|
+
body_params = params['body']
|
|
208
|
+
# HTTP header `Accept`
|
|
209
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
|
210
|
+
['application/json']) # noqa: E501
|
|
211
|
+
|
|
212
|
+
# HTTP header `Content-Type`
|
|
213
|
+
header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
|
|
214
|
+
['application/json']) # noqa: E501
|
|
215
|
+
|
|
216
|
+
# Authentication setting
|
|
217
|
+
auth_settings = ['X-Authorization'] # noqa: E501
|
|
218
|
+
|
|
219
|
+
return self.api_client.call_api(
|
|
220
|
+
'/api/admin/repositorySettings/checkAccess', 'POST',
|
|
221
|
+
path_params,
|
|
222
|
+
query_params,
|
|
223
|
+
header_params,
|
|
224
|
+
body=body_params,
|
|
225
|
+
post_params=form_params,
|
|
226
|
+
files=local_var_files,
|
|
227
|
+
response_type='DeferredResultVoid', # noqa: E501
|
|
228
|
+
auth_settings=auth_settings,
|
|
229
|
+
async_req=params.get('async_req'),
|
|
230
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
231
|
+
_preload_content=params.get('_preload_content', True),
|
|
232
|
+
_request_timeout=params.get('_request_timeout'),
|
|
233
|
+
collection_formats=collection_formats)
|
|
234
|
+
|
|
235
|
+
def check_updates_using_get(self, **kwargs): # noqa: E501
|
|
236
|
+
"""Check for new Platform Releases (checkUpdates) # noqa: E501
|
|
237
|
+
|
|
238
|
+
Check notifications about new platform releases. Available for users with 'SYS_ADMIN' authority. # noqa: E501
|
|
239
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
240
|
+
asynchronous HTTP request, please pass async_req=True
|
|
241
|
+
>>> thread = api.check_updates_using_get(async_req=True)
|
|
242
|
+
>>> result = thread.get()
|
|
243
|
+
|
|
244
|
+
:param async_req bool
|
|
245
|
+
:return: UpdateMessage
|
|
246
|
+
If the method is called asynchronously,
|
|
247
|
+
returns the request thread.
|
|
248
|
+
"""
|
|
249
|
+
kwargs['_return_http_data_only'] = True
|
|
250
|
+
if kwargs.get('async_req'):
|
|
251
|
+
return self.check_updates_using_get_with_http_info(**kwargs) # noqa: E501
|
|
252
|
+
else:
|
|
253
|
+
(data) = self.check_updates_using_get_with_http_info(**kwargs) # noqa: E501
|
|
254
|
+
return data
|
|
255
|
+
|
|
256
|
+
def check_updates_using_get_with_http_info(self, **kwargs): # noqa: E501
|
|
257
|
+
"""Check for new Platform Releases (checkUpdates) # noqa: E501
|
|
258
|
+
|
|
259
|
+
Check notifications about new platform releases. Available for users with 'SYS_ADMIN' authority. # noqa: E501
|
|
260
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
261
|
+
asynchronous HTTP request, please pass async_req=True
|
|
262
|
+
>>> thread = api.check_updates_using_get_with_http_info(async_req=True)
|
|
263
|
+
>>> result = thread.get()
|
|
264
|
+
|
|
265
|
+
:param async_req bool
|
|
266
|
+
:return: UpdateMessage
|
|
267
|
+
If the method is called asynchronously,
|
|
268
|
+
returns the request thread.
|
|
269
|
+
"""
|
|
270
|
+
|
|
271
|
+
all_params = [] # noqa: E501
|
|
272
|
+
all_params.append('async_req')
|
|
273
|
+
all_params.append('_return_http_data_only')
|
|
274
|
+
all_params.append('_preload_content')
|
|
275
|
+
all_params.append('_request_timeout')
|
|
276
|
+
|
|
277
|
+
params = locals()
|
|
278
|
+
for key, val in six.iteritems(params['kwargs']):
|
|
279
|
+
if key not in all_params:
|
|
280
|
+
raise TypeError(
|
|
281
|
+
"Got an unexpected keyword argument '%s'"
|
|
282
|
+
" to method check_updates_using_get" % key
|
|
283
|
+
)
|
|
284
|
+
params[key] = val
|
|
285
|
+
del params['kwargs']
|
|
286
|
+
|
|
287
|
+
collection_formats = {}
|
|
288
|
+
|
|
289
|
+
path_params = {}
|
|
290
|
+
|
|
291
|
+
query_params = []
|
|
292
|
+
|
|
293
|
+
header_params = {}
|
|
294
|
+
|
|
295
|
+
form_params = []
|
|
296
|
+
local_var_files = {}
|
|
297
|
+
|
|
298
|
+
body_params = None
|
|
299
|
+
# HTTP header `Accept`
|
|
300
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
|
301
|
+
['application/json']) # noqa: E501
|
|
302
|
+
|
|
303
|
+
# Authentication setting
|
|
304
|
+
auth_settings = ['X-Authorization'] # noqa: E501
|
|
305
|
+
|
|
306
|
+
return self.api_client.call_api(
|
|
307
|
+
'/api/admin/updates', 'GET',
|
|
308
|
+
path_params,
|
|
309
|
+
query_params,
|
|
310
|
+
header_params,
|
|
311
|
+
body=body_params,
|
|
312
|
+
post_params=form_params,
|
|
313
|
+
files=local_var_files,
|
|
314
|
+
response_type='UpdateMessage', # noqa: E501
|
|
315
|
+
auth_settings=auth_settings,
|
|
316
|
+
async_req=params.get('async_req'),
|
|
317
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
318
|
+
_preload_content=params.get('_preload_content', True),
|
|
319
|
+
_request_timeout=params.get('_request_timeout'),
|
|
320
|
+
collection_formats=collection_formats)
|
|
321
|
+
|
|
322
|
+
def code_processing_url_using_get(self, code, state, **kwargs): # noqa: E501
|
|
323
|
+
"""codeProcessingUrl # noqa: E501
|
|
324
|
+
|
|
325
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
326
|
+
asynchronous HTTP request, please pass async_req=True
|
|
327
|
+
>>> thread = api.code_processing_url_using_get(code, state, async_req=True)
|
|
328
|
+
>>> result = thread.get()
|
|
329
|
+
|
|
330
|
+
:param async_req bool
|
|
331
|
+
:param str code: code (required)
|
|
332
|
+
:param str state: state (required)
|
|
333
|
+
:return: None
|
|
334
|
+
If the method is called asynchronously,
|
|
335
|
+
returns the request thread.
|
|
336
|
+
"""
|
|
337
|
+
kwargs['_return_http_data_only'] = True
|
|
338
|
+
if kwargs.get('async_req'):
|
|
339
|
+
return self.code_processing_url_using_get_with_http_info(code, state, **kwargs) # noqa: E501
|
|
340
|
+
else:
|
|
341
|
+
(data) = self.code_processing_url_using_get_with_http_info(code, state, **kwargs) # noqa: E501
|
|
342
|
+
return data
|
|
343
|
+
|
|
344
|
+
def code_processing_url_using_get_with_http_info(self, code, state, **kwargs): # noqa: E501
|
|
345
|
+
"""codeProcessingUrl # noqa: E501
|
|
346
|
+
|
|
347
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
348
|
+
asynchronous HTTP request, please pass async_req=True
|
|
349
|
+
>>> thread = api.code_processing_url_using_get_with_http_info(code, state, async_req=True)
|
|
350
|
+
>>> result = thread.get()
|
|
351
|
+
|
|
352
|
+
:param async_req bool
|
|
353
|
+
:param str code: code (required)
|
|
354
|
+
:param str state: state (required)
|
|
355
|
+
:return: None
|
|
356
|
+
If the method is called asynchronously,
|
|
357
|
+
returns the request thread.
|
|
358
|
+
"""
|
|
359
|
+
|
|
360
|
+
all_params = ['code', 'state'] # noqa: E501
|
|
361
|
+
all_params.append('async_req')
|
|
362
|
+
all_params.append('_return_http_data_only')
|
|
363
|
+
all_params.append('_preload_content')
|
|
364
|
+
all_params.append('_request_timeout')
|
|
365
|
+
|
|
366
|
+
params = locals()
|
|
367
|
+
for key, val in six.iteritems(params['kwargs']):
|
|
368
|
+
if key not in all_params:
|
|
369
|
+
raise TypeError(
|
|
370
|
+
"Got an unexpected keyword argument '%s'"
|
|
371
|
+
" to method code_processing_url_using_get" % key
|
|
372
|
+
)
|
|
373
|
+
params[key] = val
|
|
374
|
+
del params['kwargs']
|
|
375
|
+
# verify the required parameter 'code' is set
|
|
376
|
+
if ('code' not in params or
|
|
377
|
+
params['code'] is None):
|
|
378
|
+
raise ValueError("Missing the required parameter `code` when calling `code_processing_url_using_get`") # noqa: E501
|
|
379
|
+
# verify the required parameter 'state' is set
|
|
380
|
+
if ('state' not in params or
|
|
381
|
+
params['state'] is None):
|
|
382
|
+
raise ValueError("Missing the required parameter `state` when calling `code_processing_url_using_get`") # noqa: E501
|
|
383
|
+
|
|
384
|
+
collection_formats = {}
|
|
385
|
+
|
|
386
|
+
path_params = {}
|
|
387
|
+
|
|
388
|
+
query_params = []
|
|
389
|
+
if 'code' in params:
|
|
390
|
+
query_params.append(('code', params['code'])) # noqa: E501
|
|
391
|
+
if 'state' in params:
|
|
392
|
+
query_params.append(('state', params['state'])) # noqa: E501
|
|
393
|
+
|
|
394
|
+
header_params = {}
|
|
395
|
+
|
|
396
|
+
form_params = []
|
|
397
|
+
local_var_files = {}
|
|
398
|
+
|
|
399
|
+
body_params = None
|
|
400
|
+
# HTTP header `Accept`
|
|
401
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
|
402
|
+
['application/json']) # noqa: E501
|
|
403
|
+
|
|
404
|
+
# Authentication setting
|
|
405
|
+
auth_settings = ['X-Authorization'] # noqa: E501
|
|
406
|
+
|
|
407
|
+
return self.api_client.call_api(
|
|
408
|
+
'/api/admin/mail/oauth2/code{?code,state}', 'GET',
|
|
409
|
+
path_params,
|
|
410
|
+
query_params,
|
|
411
|
+
header_params,
|
|
412
|
+
body=body_params,
|
|
413
|
+
post_params=form_params,
|
|
414
|
+
files=local_var_files,
|
|
415
|
+
response_type=None, # noqa: E501
|
|
416
|
+
auth_settings=auth_settings,
|
|
417
|
+
async_req=params.get('async_req'),
|
|
418
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
419
|
+
_preload_content=params.get('_preload_content', True),
|
|
420
|
+
_request_timeout=params.get('_request_timeout'),
|
|
421
|
+
collection_formats=collection_formats)
|
|
422
|
+
|
|
423
|
+
def delete_auto_commit_settings_using_delete(self, **kwargs): # noqa: E501
|
|
424
|
+
"""Delete auto commit settings (deleteAutoCommitSettings) # noqa: E501
|
|
425
|
+
|
|
426
|
+
Deletes the auto commit settings. Available for users with 'TENANT_ADMIN' authority. # noqa: E501
|
|
427
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
428
|
+
asynchronous HTTP request, please pass async_req=True
|
|
429
|
+
>>> thread = api.delete_auto_commit_settings_using_delete(async_req=True)
|
|
430
|
+
>>> result = thread.get()
|
|
431
|
+
|
|
432
|
+
:param async_req bool
|
|
433
|
+
:return: None
|
|
434
|
+
If the method is called asynchronously,
|
|
435
|
+
returns the request thread.
|
|
436
|
+
"""
|
|
437
|
+
kwargs['_return_http_data_only'] = True
|
|
438
|
+
if kwargs.get('async_req'):
|
|
439
|
+
return self.delete_auto_commit_settings_using_delete_with_http_info(**kwargs) # noqa: E501
|
|
440
|
+
else:
|
|
441
|
+
(data) = self.delete_auto_commit_settings_using_delete_with_http_info(**kwargs) # noqa: E501
|
|
442
|
+
return data
|
|
443
|
+
|
|
444
|
+
def delete_auto_commit_settings_using_delete_with_http_info(self, **kwargs): # noqa: E501
|
|
445
|
+
"""Delete auto commit settings (deleteAutoCommitSettings) # noqa: E501
|
|
446
|
+
|
|
447
|
+
Deletes the auto commit settings. Available for users with 'TENANT_ADMIN' authority. # noqa: E501
|
|
448
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
449
|
+
asynchronous HTTP request, please pass async_req=True
|
|
450
|
+
>>> thread = api.delete_auto_commit_settings_using_delete_with_http_info(async_req=True)
|
|
451
|
+
>>> result = thread.get()
|
|
452
|
+
|
|
453
|
+
:param async_req bool
|
|
454
|
+
:return: None
|
|
455
|
+
If the method is called asynchronously,
|
|
456
|
+
returns the request thread.
|
|
457
|
+
"""
|
|
458
|
+
|
|
459
|
+
all_params = [] # noqa: E501
|
|
460
|
+
all_params.append('async_req')
|
|
461
|
+
all_params.append('_return_http_data_only')
|
|
462
|
+
all_params.append('_preload_content')
|
|
463
|
+
all_params.append('_request_timeout')
|
|
464
|
+
|
|
465
|
+
params = locals()
|
|
466
|
+
for key, val in six.iteritems(params['kwargs']):
|
|
467
|
+
if key not in all_params:
|
|
468
|
+
raise TypeError(
|
|
469
|
+
"Got an unexpected keyword argument '%s'"
|
|
470
|
+
" to method delete_auto_commit_settings_using_delete" % key
|
|
471
|
+
)
|
|
472
|
+
params[key] = val
|
|
473
|
+
del params['kwargs']
|
|
474
|
+
|
|
475
|
+
collection_formats = {}
|
|
476
|
+
|
|
477
|
+
path_params = {}
|
|
478
|
+
|
|
479
|
+
query_params = []
|
|
480
|
+
|
|
481
|
+
header_params = {}
|
|
482
|
+
|
|
483
|
+
form_params = []
|
|
484
|
+
local_var_files = {}
|
|
485
|
+
|
|
486
|
+
body_params = None
|
|
487
|
+
# HTTP header `Accept`
|
|
488
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
|
489
|
+
['application/json']) # noqa: E501
|
|
490
|
+
|
|
491
|
+
# Authentication setting
|
|
492
|
+
auth_settings = ['X-Authorization'] # noqa: E501
|
|
493
|
+
|
|
494
|
+
return self.api_client.call_api(
|
|
495
|
+
'/api/admin/autoCommitSettings', 'DELETE',
|
|
496
|
+
path_params,
|
|
497
|
+
query_params,
|
|
498
|
+
header_params,
|
|
499
|
+
body=body_params,
|
|
500
|
+
post_params=form_params,
|
|
501
|
+
files=local_var_files,
|
|
502
|
+
response_type=None, # noqa: E501
|
|
503
|
+
auth_settings=auth_settings,
|
|
504
|
+
async_req=params.get('async_req'),
|
|
505
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
506
|
+
_preload_content=params.get('_preload_content', True),
|
|
507
|
+
_request_timeout=params.get('_request_timeout'),
|
|
508
|
+
collection_formats=collection_formats)
|
|
509
|
+
|
|
510
|
+
def delete_repository_settings_using_delete(self, **kwargs): # noqa: E501
|
|
511
|
+
"""Delete repository settings (deleteRepositorySettings) # noqa: E501
|
|
512
|
+
|
|
513
|
+
Deletes the repository settings. Available for users with 'TENANT_ADMIN' authority. # noqa: E501
|
|
514
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
515
|
+
asynchronous HTTP request, please pass async_req=True
|
|
516
|
+
>>> thread = api.delete_repository_settings_using_delete(async_req=True)
|
|
517
|
+
>>> result = thread.get()
|
|
518
|
+
|
|
519
|
+
:param async_req bool
|
|
520
|
+
:return: DeferredResultVoid
|
|
521
|
+
If the method is called asynchronously,
|
|
522
|
+
returns the request thread.
|
|
523
|
+
"""
|
|
524
|
+
kwargs['_return_http_data_only'] = True
|
|
525
|
+
if kwargs.get('async_req'):
|
|
526
|
+
return self.delete_repository_settings_using_delete_with_http_info(**kwargs) # noqa: E501
|
|
527
|
+
else:
|
|
528
|
+
(data) = self.delete_repository_settings_using_delete_with_http_info(**kwargs) # noqa: E501
|
|
529
|
+
return data
|
|
530
|
+
|
|
531
|
+
def delete_repository_settings_using_delete_with_http_info(self, **kwargs): # noqa: E501
|
|
532
|
+
"""Delete repository settings (deleteRepositorySettings) # noqa: E501
|
|
533
|
+
|
|
534
|
+
Deletes the repository settings. Available for users with 'TENANT_ADMIN' authority. # noqa: E501
|
|
535
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
536
|
+
asynchronous HTTP request, please pass async_req=True
|
|
537
|
+
>>> thread = api.delete_repository_settings_using_delete_with_http_info(async_req=True)
|
|
538
|
+
>>> result = thread.get()
|
|
539
|
+
|
|
540
|
+
:param async_req bool
|
|
541
|
+
:return: DeferredResultVoid
|
|
542
|
+
If the method is called asynchronously,
|
|
543
|
+
returns the request thread.
|
|
544
|
+
"""
|
|
545
|
+
|
|
546
|
+
all_params = [] # noqa: E501
|
|
547
|
+
all_params.append('async_req')
|
|
548
|
+
all_params.append('_return_http_data_only')
|
|
549
|
+
all_params.append('_preload_content')
|
|
550
|
+
all_params.append('_request_timeout')
|
|
551
|
+
|
|
552
|
+
params = locals()
|
|
553
|
+
for key, val in six.iteritems(params['kwargs']):
|
|
554
|
+
if key not in all_params:
|
|
555
|
+
raise TypeError(
|
|
556
|
+
"Got an unexpected keyword argument '%s'"
|
|
557
|
+
" to method delete_repository_settings_using_delete" % key
|
|
558
|
+
)
|
|
559
|
+
params[key] = val
|
|
560
|
+
del params['kwargs']
|
|
561
|
+
|
|
562
|
+
collection_formats = {}
|
|
563
|
+
|
|
564
|
+
path_params = {}
|
|
565
|
+
|
|
566
|
+
query_params = []
|
|
567
|
+
|
|
568
|
+
header_params = {}
|
|
569
|
+
|
|
570
|
+
form_params = []
|
|
571
|
+
local_var_files = {}
|
|
572
|
+
|
|
573
|
+
body_params = None
|
|
574
|
+
# HTTP header `Accept`
|
|
575
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
|
576
|
+
['application/json']) # noqa: E501
|
|
577
|
+
|
|
578
|
+
# Authentication setting
|
|
579
|
+
auth_settings = ['X-Authorization'] # noqa: E501
|
|
580
|
+
|
|
581
|
+
return self.api_client.call_api(
|
|
582
|
+
'/api/admin/repositorySettings', 'DELETE',
|
|
583
|
+
path_params,
|
|
584
|
+
query_params,
|
|
585
|
+
header_params,
|
|
586
|
+
body=body_params,
|
|
587
|
+
post_params=form_params,
|
|
588
|
+
files=local_var_files,
|
|
589
|
+
response_type='DeferredResultVoid', # noqa: E501
|
|
590
|
+
auth_settings=auth_settings,
|
|
591
|
+
async_req=params.get('async_req'),
|
|
592
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
593
|
+
_preload_content=params.get('_preload_content', True),
|
|
594
|
+
_request_timeout=params.get('_request_timeout'),
|
|
595
|
+
collection_formats=collection_formats)
|
|
596
|
+
|
|
597
|
+
def get_admin_settings_using_get(self, key, **kwargs): # noqa: E501
|
|
598
|
+
"""Get the Administration Settings object using key (getAdminSettings) # noqa: E501
|
|
599
|
+
|
|
600
|
+
Get the Administration Settings object using specified string key. Referencing non-existing key will cause an error. Available for users with 'SYS_ADMIN' authority. # noqa: E501
|
|
601
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
602
|
+
asynchronous HTTP request, please pass async_req=True
|
|
603
|
+
>>> thread = api.get_admin_settings_using_get(key, async_req=True)
|
|
604
|
+
>>> result = thread.get()
|
|
605
|
+
|
|
606
|
+
:param async_req bool
|
|
607
|
+
:param str key: A string value of the key (e.g. 'general' or 'mail'). (required)
|
|
608
|
+
:return: AdminSettings
|
|
609
|
+
If the method is called asynchronously,
|
|
610
|
+
returns the request thread.
|
|
611
|
+
"""
|
|
612
|
+
kwargs['_return_http_data_only'] = True
|
|
613
|
+
if kwargs.get('async_req'):
|
|
614
|
+
return self.get_admin_settings_using_get_with_http_info(key, **kwargs) # noqa: E501
|
|
615
|
+
else:
|
|
616
|
+
(data) = self.get_admin_settings_using_get_with_http_info(key, **kwargs) # noqa: E501
|
|
617
|
+
return data
|
|
618
|
+
|
|
619
|
+
def get_admin_settings_using_get_with_http_info(self, key, **kwargs): # noqa: E501
|
|
620
|
+
"""Get the Administration Settings object using key (getAdminSettings) # noqa: E501
|
|
621
|
+
|
|
622
|
+
Get the Administration Settings object using specified string key. Referencing non-existing key will cause an error. Available for users with 'SYS_ADMIN' authority. # noqa: E501
|
|
623
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
624
|
+
asynchronous HTTP request, please pass async_req=True
|
|
625
|
+
>>> thread = api.get_admin_settings_using_get_with_http_info(key, async_req=True)
|
|
626
|
+
>>> result = thread.get()
|
|
627
|
+
|
|
628
|
+
:param async_req bool
|
|
629
|
+
:param str key: A string value of the key (e.g. 'general' or 'mail'). (required)
|
|
630
|
+
:return: AdminSettings
|
|
631
|
+
If the method is called asynchronously,
|
|
632
|
+
returns the request thread.
|
|
633
|
+
"""
|
|
634
|
+
|
|
635
|
+
all_params = ['key'] # noqa: E501
|
|
636
|
+
all_params.append('async_req')
|
|
637
|
+
all_params.append('_return_http_data_only')
|
|
638
|
+
all_params.append('_preload_content')
|
|
639
|
+
all_params.append('_request_timeout')
|
|
640
|
+
|
|
641
|
+
params = locals()
|
|
642
|
+
for key, val in six.iteritems(params['kwargs']):
|
|
643
|
+
if key not in all_params:
|
|
644
|
+
raise TypeError(
|
|
645
|
+
"Got an unexpected keyword argument '%s'"
|
|
646
|
+
" to method get_admin_settings_using_get" % key
|
|
647
|
+
)
|
|
648
|
+
params[key] = val
|
|
649
|
+
del params['kwargs']
|
|
650
|
+
# verify the required parameter 'key' is set
|
|
651
|
+
if ('key' not in params or
|
|
652
|
+
params['key'] is None):
|
|
653
|
+
raise ValueError("Missing the required parameter `key` when calling `get_admin_settings_using_get`") # noqa: E501
|
|
654
|
+
|
|
655
|
+
collection_formats = {}
|
|
656
|
+
|
|
657
|
+
path_params = {}
|
|
658
|
+
if 'key' in params:
|
|
659
|
+
path_params['key'] = params['key'] # noqa: E501
|
|
660
|
+
|
|
661
|
+
query_params = []
|
|
662
|
+
|
|
663
|
+
header_params = {}
|
|
664
|
+
|
|
665
|
+
form_params = []
|
|
666
|
+
local_var_files = {}
|
|
667
|
+
|
|
668
|
+
body_params = None
|
|
669
|
+
# HTTP header `Accept`
|
|
670
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
|
671
|
+
['application/json']) # noqa: E501
|
|
672
|
+
|
|
673
|
+
# Authentication setting
|
|
674
|
+
auth_settings = ['X-Authorization'] # noqa: E501
|
|
675
|
+
|
|
676
|
+
return self.api_client.call_api(
|
|
677
|
+
'/api/admin/settings/{key}', 'GET',
|
|
678
|
+
path_params,
|
|
679
|
+
query_params,
|
|
680
|
+
header_params,
|
|
681
|
+
body=body_params,
|
|
682
|
+
post_params=form_params,
|
|
683
|
+
files=local_var_files,
|
|
684
|
+
response_type='AdminSettings', # noqa: E501
|
|
685
|
+
auth_settings=auth_settings,
|
|
686
|
+
async_req=params.get('async_req'),
|
|
687
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
688
|
+
_preload_content=params.get('_preload_content', True),
|
|
689
|
+
_request_timeout=params.get('_request_timeout'),
|
|
690
|
+
collection_formats=collection_formats)
|
|
691
|
+
|
|
692
|
+
def get_authorization_url_using_get(self, **kwargs): # noqa: E501
|
|
693
|
+
"""Redirect user to mail provider login page. # noqa: E501
|
|
694
|
+
|
|
695
|
+
After user logged in and provided accessprovider sends authorization code to specified redirect uri.) # noqa: E501
|
|
696
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
697
|
+
asynchronous HTTP request, please pass async_req=True
|
|
698
|
+
>>> thread = api.get_authorization_url_using_get(async_req=True)
|
|
699
|
+
>>> result = thread.get()
|
|
700
|
+
|
|
701
|
+
:param async_req bool
|
|
702
|
+
:return: str
|
|
703
|
+
If the method is called asynchronously,
|
|
704
|
+
returns the request thread.
|
|
705
|
+
"""
|
|
706
|
+
kwargs['_return_http_data_only'] = True
|
|
707
|
+
if kwargs.get('async_req'):
|
|
708
|
+
return self.get_authorization_url_using_get_with_http_info(**kwargs) # noqa: E501
|
|
709
|
+
else:
|
|
710
|
+
(data) = self.get_authorization_url_using_get_with_http_info(**kwargs) # noqa: E501
|
|
711
|
+
return data
|
|
712
|
+
|
|
713
|
+
def get_authorization_url_using_get_with_http_info(self, **kwargs): # noqa: E501
|
|
714
|
+
"""Redirect user to mail provider login page. # noqa: E501
|
|
715
|
+
|
|
716
|
+
After user logged in and provided accessprovider sends authorization code to specified redirect uri.) # noqa: E501
|
|
717
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
718
|
+
asynchronous HTTP request, please pass async_req=True
|
|
719
|
+
>>> thread = api.get_authorization_url_using_get_with_http_info(async_req=True)
|
|
720
|
+
>>> result = thread.get()
|
|
721
|
+
|
|
722
|
+
:param async_req bool
|
|
723
|
+
:return: str
|
|
724
|
+
If the method is called asynchronously,
|
|
725
|
+
returns the request thread.
|
|
726
|
+
"""
|
|
727
|
+
|
|
728
|
+
all_params = [] # noqa: E501
|
|
729
|
+
all_params.append('async_req')
|
|
730
|
+
all_params.append('_return_http_data_only')
|
|
731
|
+
all_params.append('_preload_content')
|
|
732
|
+
all_params.append('_request_timeout')
|
|
733
|
+
|
|
734
|
+
params = locals()
|
|
735
|
+
for key, val in six.iteritems(params['kwargs']):
|
|
736
|
+
if key not in all_params:
|
|
737
|
+
raise TypeError(
|
|
738
|
+
"Got an unexpected keyword argument '%s'"
|
|
739
|
+
" to method get_authorization_url_using_get" % key
|
|
740
|
+
)
|
|
741
|
+
params[key] = val
|
|
742
|
+
del params['kwargs']
|
|
743
|
+
|
|
744
|
+
collection_formats = {}
|
|
745
|
+
|
|
746
|
+
path_params = {}
|
|
747
|
+
|
|
748
|
+
query_params = []
|
|
749
|
+
|
|
750
|
+
header_params = {}
|
|
751
|
+
|
|
752
|
+
form_params = []
|
|
753
|
+
local_var_files = {}
|
|
754
|
+
|
|
755
|
+
body_params = None
|
|
756
|
+
# HTTP header `Accept`
|
|
757
|
+
header_params['Accept'] = self.api_client.select_header_accept(['application/text']) # noqa: E501
|
|
758
|
+
|
|
759
|
+
# Authentication setting
|
|
760
|
+
auth_settings = ['X-Authorization'] # noqa: E501
|
|
761
|
+
|
|
762
|
+
return self.api_client.call_api(
|
|
763
|
+
'/api/admin/mail/oauth2/authorize', 'GET',
|
|
764
|
+
path_params,
|
|
765
|
+
query_params,
|
|
766
|
+
header_params,
|
|
767
|
+
body=body_params,
|
|
768
|
+
post_params=form_params,
|
|
769
|
+
files=local_var_files,
|
|
770
|
+
response_type='str', # noqa: E501
|
|
771
|
+
auth_settings=auth_settings,
|
|
772
|
+
async_req=params.get('async_req'),
|
|
773
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
774
|
+
_preload_content=params.get('_preload_content', True),
|
|
775
|
+
_request_timeout=params.get('_request_timeout'),
|
|
776
|
+
collection_formats=collection_formats)
|
|
777
|
+
|
|
778
|
+
def get_auto_commit_settings_using_get(self, **kwargs): # noqa: E501
|
|
779
|
+
"""Get auto commit settings (getAutoCommitSettings) # noqa: E501
|
|
780
|
+
|
|
781
|
+
Get the auto commit settings object. Available for users with 'TENANT_ADMIN' authority. # noqa: E501
|
|
782
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
783
|
+
asynchronous HTTP request, please pass async_req=True
|
|
784
|
+
>>> thread = api.get_auto_commit_settings_using_get(async_req=True)
|
|
785
|
+
>>> result = thread.get()
|
|
786
|
+
|
|
787
|
+
:param async_req bool
|
|
788
|
+
:return: dict(str, AutoVersionCreateConfig)
|
|
789
|
+
If the method is called asynchronously,
|
|
790
|
+
returns the request thread.
|
|
791
|
+
"""
|
|
792
|
+
kwargs['_return_http_data_only'] = True
|
|
793
|
+
if kwargs.get('async_req'):
|
|
794
|
+
return self.get_auto_commit_settings_using_get_with_http_info(**kwargs) # noqa: E501
|
|
795
|
+
else:
|
|
796
|
+
(data) = self.get_auto_commit_settings_using_get_with_http_info(**kwargs) # noqa: E501
|
|
797
|
+
return data
|
|
798
|
+
|
|
799
|
+
def get_auto_commit_settings_using_get_with_http_info(self, **kwargs): # noqa: E501
|
|
800
|
+
"""Get auto commit settings (getAutoCommitSettings) # noqa: E501
|
|
801
|
+
|
|
802
|
+
Get the auto commit settings object. Available for users with 'TENANT_ADMIN' authority. # noqa: E501
|
|
803
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
804
|
+
asynchronous HTTP request, please pass async_req=True
|
|
805
|
+
>>> thread = api.get_auto_commit_settings_using_get_with_http_info(async_req=True)
|
|
806
|
+
>>> result = thread.get()
|
|
807
|
+
|
|
808
|
+
:param async_req bool
|
|
809
|
+
:return: dict(str, AutoVersionCreateConfig)
|
|
810
|
+
If the method is called asynchronously,
|
|
811
|
+
returns the request thread.
|
|
812
|
+
"""
|
|
813
|
+
|
|
814
|
+
all_params = [] # noqa: E501
|
|
815
|
+
all_params.append('async_req')
|
|
816
|
+
all_params.append('_return_http_data_only')
|
|
817
|
+
all_params.append('_preload_content')
|
|
818
|
+
all_params.append('_request_timeout')
|
|
819
|
+
|
|
820
|
+
params = locals()
|
|
821
|
+
for key, val in six.iteritems(params['kwargs']):
|
|
822
|
+
if key not in all_params:
|
|
823
|
+
raise TypeError(
|
|
824
|
+
"Got an unexpected keyword argument '%s'"
|
|
825
|
+
" to method get_auto_commit_settings_using_get" % key
|
|
826
|
+
)
|
|
827
|
+
params[key] = val
|
|
828
|
+
del params['kwargs']
|
|
829
|
+
|
|
830
|
+
collection_formats = {}
|
|
831
|
+
|
|
832
|
+
path_params = {}
|
|
833
|
+
|
|
834
|
+
query_params = []
|
|
835
|
+
|
|
836
|
+
header_params = {}
|
|
837
|
+
|
|
838
|
+
form_params = []
|
|
839
|
+
local_var_files = {}
|
|
840
|
+
|
|
841
|
+
body_params = None
|
|
842
|
+
# HTTP header `Accept`
|
|
843
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
|
844
|
+
['application/json']) # noqa: E501
|
|
845
|
+
|
|
846
|
+
# Authentication setting
|
|
847
|
+
auth_settings = ['X-Authorization'] # noqa: E501
|
|
848
|
+
|
|
849
|
+
return self.api_client.call_api(
|
|
850
|
+
'/api/admin/autoCommitSettings', 'GET',
|
|
851
|
+
path_params,
|
|
852
|
+
query_params,
|
|
853
|
+
header_params,
|
|
854
|
+
body=body_params,
|
|
855
|
+
post_params=form_params,
|
|
856
|
+
files=local_var_files,
|
|
857
|
+
response_type='dict(str, AutoVersionCreateConfig)', # noqa: E501
|
|
858
|
+
auth_settings=auth_settings,
|
|
859
|
+
async_req=params.get('async_req'),
|
|
860
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
861
|
+
_preload_content=params.get('_preload_content', True),
|
|
862
|
+
_request_timeout=params.get('_request_timeout'),
|
|
863
|
+
collection_formats=collection_formats)
|
|
864
|
+
|
|
865
|
+
def get_features_info_using_get(self, **kwargs): # noqa: E501
|
|
866
|
+
"""Get features info (getFeaturesInfo) # noqa: E501
|
|
867
|
+
|
|
868
|
+
Get information about enabled/disabled features. Available for users with 'SYS_ADMIN' authority. # noqa: E501
|
|
869
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
870
|
+
asynchronous HTTP request, please pass async_req=True
|
|
871
|
+
>>> thread = api.get_features_info_using_get(async_req=True)
|
|
872
|
+
>>> result = thread.get()
|
|
873
|
+
|
|
874
|
+
:param async_req bool
|
|
875
|
+
:return: FeaturesInfo
|
|
876
|
+
If the method is called asynchronously,
|
|
877
|
+
returns the request thread.
|
|
878
|
+
"""
|
|
879
|
+
kwargs['_return_http_data_only'] = True
|
|
880
|
+
if kwargs.get('async_req'):
|
|
881
|
+
return self.get_features_info_using_get_with_http_info(**kwargs) # noqa: E501
|
|
882
|
+
else:
|
|
883
|
+
(data) = self.get_features_info_using_get_with_http_info(**kwargs) # noqa: E501
|
|
884
|
+
return data
|
|
885
|
+
|
|
886
|
+
def get_features_info_using_get_with_http_info(self, **kwargs): # noqa: E501
|
|
887
|
+
"""Get features info (getFeaturesInfo) # noqa: E501
|
|
888
|
+
|
|
889
|
+
Get information about enabled/disabled features. Available for users with 'SYS_ADMIN' authority. # noqa: E501
|
|
890
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
891
|
+
asynchronous HTTP request, please pass async_req=True
|
|
892
|
+
>>> thread = api.get_features_info_using_get_with_http_info(async_req=True)
|
|
893
|
+
>>> result = thread.get()
|
|
894
|
+
|
|
895
|
+
:param async_req bool
|
|
896
|
+
:return: FeaturesInfo
|
|
897
|
+
If the method is called asynchronously,
|
|
898
|
+
returns the request thread.
|
|
899
|
+
"""
|
|
900
|
+
|
|
901
|
+
all_params = [] # noqa: E501
|
|
902
|
+
all_params.append('async_req')
|
|
903
|
+
all_params.append('_return_http_data_only')
|
|
904
|
+
all_params.append('_preload_content')
|
|
905
|
+
all_params.append('_request_timeout')
|
|
906
|
+
|
|
907
|
+
params = locals()
|
|
908
|
+
for key, val in six.iteritems(params['kwargs']):
|
|
909
|
+
if key not in all_params:
|
|
910
|
+
raise TypeError(
|
|
911
|
+
"Got an unexpected keyword argument '%s'"
|
|
912
|
+
" to method get_features_info_using_get" % key
|
|
913
|
+
)
|
|
914
|
+
params[key] = val
|
|
915
|
+
del params['kwargs']
|
|
916
|
+
|
|
917
|
+
collection_formats = {}
|
|
918
|
+
|
|
919
|
+
path_params = {}
|
|
920
|
+
|
|
921
|
+
query_params = []
|
|
922
|
+
|
|
923
|
+
header_params = {}
|
|
924
|
+
|
|
925
|
+
form_params = []
|
|
926
|
+
local_var_files = {}
|
|
927
|
+
|
|
928
|
+
body_params = None
|
|
929
|
+
# HTTP header `Accept`
|
|
930
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
|
931
|
+
['application/json']) # noqa: E501
|
|
932
|
+
|
|
933
|
+
# Authentication setting
|
|
934
|
+
auth_settings = ['X-Authorization'] # noqa: E501
|
|
935
|
+
|
|
936
|
+
return self.api_client.call_api(
|
|
937
|
+
'/api/admin/featuresInfo', 'GET',
|
|
938
|
+
path_params,
|
|
939
|
+
query_params,
|
|
940
|
+
header_params,
|
|
941
|
+
body=body_params,
|
|
942
|
+
post_params=form_params,
|
|
943
|
+
files=local_var_files,
|
|
944
|
+
response_type='FeaturesInfo', # noqa: E501
|
|
945
|
+
auth_settings=auth_settings,
|
|
946
|
+
async_req=params.get('async_req'),
|
|
947
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
948
|
+
_preload_content=params.get('_preload_content', True),
|
|
949
|
+
_request_timeout=params.get('_request_timeout'),
|
|
950
|
+
collection_formats=collection_formats)
|
|
951
|
+
|
|
952
|
+
def get_jwt_settings_using_get(self, **kwargs): # noqa: E501
|
|
953
|
+
"""Get the JWT Settings object (getJwtSettings) # noqa: E501
|
|
954
|
+
|
|
955
|
+
Get the JWT Settings object that contains JWT token policy, etc. Available for users with 'SYS_ADMIN' authority. # noqa: E501
|
|
956
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
957
|
+
asynchronous HTTP request, please pass async_req=True
|
|
958
|
+
>>> thread = api.get_jwt_settings_using_get(async_req=True)
|
|
959
|
+
>>> result = thread.get()
|
|
960
|
+
|
|
961
|
+
:param async_req bool
|
|
962
|
+
:return: JwtSettings
|
|
963
|
+
If the method is called asynchronously,
|
|
964
|
+
returns the request thread.
|
|
965
|
+
"""
|
|
966
|
+
kwargs['_return_http_data_only'] = True
|
|
967
|
+
if kwargs.get('async_req'):
|
|
968
|
+
return self.get_jwt_settings_using_get_with_http_info(**kwargs) # noqa: E501
|
|
969
|
+
else:
|
|
970
|
+
(data) = self.get_jwt_settings_using_get_with_http_info(**kwargs) # noqa: E501
|
|
971
|
+
return data
|
|
972
|
+
|
|
973
|
+
def get_jwt_settings_using_get_with_http_info(self, **kwargs): # noqa: E501
|
|
974
|
+
"""Get the JWT Settings object (getJwtSettings) # noqa: E501
|
|
975
|
+
|
|
976
|
+
Get the JWT Settings object that contains JWT token policy, etc. Available for users with 'SYS_ADMIN' authority. # noqa: E501
|
|
977
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
978
|
+
asynchronous HTTP request, please pass async_req=True
|
|
979
|
+
>>> thread = api.get_jwt_settings_using_get_with_http_info(async_req=True)
|
|
980
|
+
>>> result = thread.get()
|
|
981
|
+
|
|
982
|
+
:param async_req bool
|
|
983
|
+
:return: JwtSettings
|
|
984
|
+
If the method is called asynchronously,
|
|
985
|
+
returns the request thread.
|
|
986
|
+
"""
|
|
987
|
+
|
|
988
|
+
all_params = [] # noqa: E501
|
|
989
|
+
all_params.append('async_req')
|
|
990
|
+
all_params.append('_return_http_data_only')
|
|
991
|
+
all_params.append('_preload_content')
|
|
992
|
+
all_params.append('_request_timeout')
|
|
993
|
+
|
|
994
|
+
params = locals()
|
|
995
|
+
for key, val in six.iteritems(params['kwargs']):
|
|
996
|
+
if key not in all_params:
|
|
997
|
+
raise TypeError(
|
|
998
|
+
"Got an unexpected keyword argument '%s'"
|
|
999
|
+
" to method get_jwt_settings_using_get" % key
|
|
1000
|
+
)
|
|
1001
|
+
params[key] = val
|
|
1002
|
+
del params['kwargs']
|
|
1003
|
+
|
|
1004
|
+
collection_formats = {}
|
|
1005
|
+
|
|
1006
|
+
path_params = {}
|
|
1007
|
+
|
|
1008
|
+
query_params = []
|
|
1009
|
+
|
|
1010
|
+
header_params = {}
|
|
1011
|
+
|
|
1012
|
+
form_params = []
|
|
1013
|
+
local_var_files = {}
|
|
1014
|
+
|
|
1015
|
+
body_params = None
|
|
1016
|
+
# HTTP header `Accept`
|
|
1017
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
|
1018
|
+
['application/json']) # noqa: E501
|
|
1019
|
+
|
|
1020
|
+
# Authentication setting
|
|
1021
|
+
auth_settings = ['X-Authorization'] # noqa: E501
|
|
1022
|
+
|
|
1023
|
+
return self.api_client.call_api(
|
|
1024
|
+
'/api/admin/JwtSettings', 'GET',
|
|
1025
|
+
path_params,
|
|
1026
|
+
query_params,
|
|
1027
|
+
header_params,
|
|
1028
|
+
body=body_params,
|
|
1029
|
+
post_params=form_params,
|
|
1030
|
+
files=local_var_files,
|
|
1031
|
+
response_type='JwtSettings', # noqa: E501
|
|
1032
|
+
auth_settings=auth_settings,
|
|
1033
|
+
async_req=params.get('async_req'),
|
|
1034
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
1035
|
+
_preload_content=params.get('_preload_content', True),
|
|
1036
|
+
_request_timeout=params.get('_request_timeout'),
|
|
1037
|
+
collection_formats=collection_formats)
|
|
1038
|
+
|
|
1039
|
+
def get_mail_processing_url_using_get(self, **kwargs): # noqa: E501
|
|
1040
|
+
"""Get OAuth2 log in processing URL (getMailProcessingUrl) # noqa: E501
|
|
1041
|
+
|
|
1042
|
+
Returns the URL enclosed in double quotes. After successful authentication with OAuth2 provider and user consent for requested scope, it makes a redirect to this path so that the platform can do further log in processing and generating access tokens. Available for users with 'SYS_ADMIN' authority. # noqa: E501
|
|
1043
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
1044
|
+
asynchronous HTTP request, please pass async_req=True
|
|
1045
|
+
>>> thread = api.get_mail_processing_url_using_get(async_req=True)
|
|
1046
|
+
>>> result = thread.get()
|
|
1047
|
+
|
|
1048
|
+
:param async_req bool
|
|
1049
|
+
:return: str
|
|
1050
|
+
If the method is called asynchronously,
|
|
1051
|
+
returns the request thread.
|
|
1052
|
+
"""
|
|
1053
|
+
kwargs['_return_http_data_only'] = True
|
|
1054
|
+
if kwargs.get('async_req'):
|
|
1055
|
+
return self.get_mail_processing_url_using_get_with_http_info(**kwargs) # noqa: E501
|
|
1056
|
+
else:
|
|
1057
|
+
(data) = self.get_mail_processing_url_using_get_with_http_info(**kwargs) # noqa: E501
|
|
1058
|
+
return data
|
|
1059
|
+
|
|
1060
|
+
def get_mail_processing_url_using_get_with_http_info(self, **kwargs): # noqa: E501
|
|
1061
|
+
"""Get OAuth2 log in processing URL (getMailProcessingUrl) # noqa: E501
|
|
1062
|
+
|
|
1063
|
+
Returns the URL enclosed in double quotes. After successful authentication with OAuth2 provider and user consent for requested scope, it makes a redirect to this path so that the platform can do further log in processing and generating access tokens. Available for users with 'SYS_ADMIN' authority. # noqa: E501
|
|
1064
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
1065
|
+
asynchronous HTTP request, please pass async_req=True
|
|
1066
|
+
>>> thread = api.get_mail_processing_url_using_get_with_http_info(async_req=True)
|
|
1067
|
+
>>> result = thread.get()
|
|
1068
|
+
|
|
1069
|
+
:param async_req bool
|
|
1070
|
+
:return: str
|
|
1071
|
+
If the method is called asynchronously,
|
|
1072
|
+
returns the request thread.
|
|
1073
|
+
"""
|
|
1074
|
+
|
|
1075
|
+
all_params = [] # noqa: E501
|
|
1076
|
+
all_params.append('async_req')
|
|
1077
|
+
all_params.append('_return_http_data_only')
|
|
1078
|
+
all_params.append('_preload_content')
|
|
1079
|
+
all_params.append('_request_timeout')
|
|
1080
|
+
|
|
1081
|
+
params = locals()
|
|
1082
|
+
for key, val in six.iteritems(params['kwargs']):
|
|
1083
|
+
if key not in all_params:
|
|
1084
|
+
raise TypeError(
|
|
1085
|
+
"Got an unexpected keyword argument '%s'"
|
|
1086
|
+
" to method get_mail_processing_url_using_get" % key
|
|
1087
|
+
)
|
|
1088
|
+
params[key] = val
|
|
1089
|
+
del params['kwargs']
|
|
1090
|
+
|
|
1091
|
+
collection_formats = {}
|
|
1092
|
+
|
|
1093
|
+
path_params = {}
|
|
1094
|
+
|
|
1095
|
+
query_params = []
|
|
1096
|
+
|
|
1097
|
+
header_params = {}
|
|
1098
|
+
|
|
1099
|
+
form_params = []
|
|
1100
|
+
local_var_files = {}
|
|
1101
|
+
|
|
1102
|
+
body_params = None
|
|
1103
|
+
# HTTP header `Accept`
|
|
1104
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
|
1105
|
+
['application/json']) # noqa: E501
|
|
1106
|
+
|
|
1107
|
+
# Authentication setting
|
|
1108
|
+
auth_settings = ['X-Authorization'] # noqa: E501
|
|
1109
|
+
|
|
1110
|
+
return self.api_client.call_api(
|
|
1111
|
+
'/api/admin/mail/oauth2/loginProcessingUrl', 'GET',
|
|
1112
|
+
path_params,
|
|
1113
|
+
query_params,
|
|
1114
|
+
header_params,
|
|
1115
|
+
body=body_params,
|
|
1116
|
+
post_params=form_params,
|
|
1117
|
+
files=local_var_files,
|
|
1118
|
+
response_type='str', # noqa: E501
|
|
1119
|
+
auth_settings=auth_settings,
|
|
1120
|
+
async_req=params.get('async_req'),
|
|
1121
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
1122
|
+
_preload_content=params.get('_preload_content', True),
|
|
1123
|
+
_request_timeout=params.get('_request_timeout'),
|
|
1124
|
+
collection_formats=collection_formats)
|
|
1125
|
+
|
|
1126
|
+
def get_repository_settings_info_using_get(self, **kwargs): # noqa: E501
|
|
1127
|
+
"""getRepositorySettingsInfo # noqa: E501
|
|
1128
|
+
|
|
1129
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
1130
|
+
asynchronous HTTP request, please pass async_req=True
|
|
1131
|
+
>>> thread = api.get_repository_settings_info_using_get(async_req=True)
|
|
1132
|
+
>>> result = thread.get()
|
|
1133
|
+
|
|
1134
|
+
:param async_req bool
|
|
1135
|
+
:return: RepositorySettingsInfo
|
|
1136
|
+
If the method is called asynchronously,
|
|
1137
|
+
returns the request thread.
|
|
1138
|
+
"""
|
|
1139
|
+
kwargs['_return_http_data_only'] = True
|
|
1140
|
+
if kwargs.get('async_req'):
|
|
1141
|
+
return self.get_repository_settings_info_using_get_with_http_info(**kwargs) # noqa: E501
|
|
1142
|
+
else:
|
|
1143
|
+
(data) = self.get_repository_settings_info_using_get_with_http_info(**kwargs) # noqa: E501
|
|
1144
|
+
return data
|
|
1145
|
+
|
|
1146
|
+
def get_repository_settings_info_using_get_with_http_info(self, **kwargs): # noqa: E501
|
|
1147
|
+
"""getRepositorySettingsInfo # noqa: E501
|
|
1148
|
+
|
|
1149
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
1150
|
+
asynchronous HTTP request, please pass async_req=True
|
|
1151
|
+
>>> thread = api.get_repository_settings_info_using_get_with_http_info(async_req=True)
|
|
1152
|
+
>>> result = thread.get()
|
|
1153
|
+
|
|
1154
|
+
:param async_req bool
|
|
1155
|
+
:return: RepositorySettingsInfo
|
|
1156
|
+
If the method is called asynchronously,
|
|
1157
|
+
returns the request thread.
|
|
1158
|
+
"""
|
|
1159
|
+
|
|
1160
|
+
all_params = [] # noqa: E501
|
|
1161
|
+
all_params.append('async_req')
|
|
1162
|
+
all_params.append('_return_http_data_only')
|
|
1163
|
+
all_params.append('_preload_content')
|
|
1164
|
+
all_params.append('_request_timeout')
|
|
1165
|
+
|
|
1166
|
+
params = locals()
|
|
1167
|
+
for key, val in six.iteritems(params['kwargs']):
|
|
1168
|
+
if key not in all_params:
|
|
1169
|
+
raise TypeError(
|
|
1170
|
+
"Got an unexpected keyword argument '%s'"
|
|
1171
|
+
" to method get_repository_settings_info_using_get" % key
|
|
1172
|
+
)
|
|
1173
|
+
params[key] = val
|
|
1174
|
+
del params['kwargs']
|
|
1175
|
+
|
|
1176
|
+
collection_formats = {}
|
|
1177
|
+
|
|
1178
|
+
path_params = {}
|
|
1179
|
+
|
|
1180
|
+
query_params = []
|
|
1181
|
+
|
|
1182
|
+
header_params = {}
|
|
1183
|
+
|
|
1184
|
+
form_params = []
|
|
1185
|
+
local_var_files = {}
|
|
1186
|
+
|
|
1187
|
+
body_params = None
|
|
1188
|
+
# HTTP header `Accept`
|
|
1189
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
|
1190
|
+
['application/json']) # noqa: E501
|
|
1191
|
+
|
|
1192
|
+
# Authentication setting
|
|
1193
|
+
auth_settings = ['X-Authorization'] # noqa: E501
|
|
1194
|
+
|
|
1195
|
+
return self.api_client.call_api(
|
|
1196
|
+
'/api/admin/repositorySettings/info', 'GET',
|
|
1197
|
+
path_params,
|
|
1198
|
+
query_params,
|
|
1199
|
+
header_params,
|
|
1200
|
+
body=body_params,
|
|
1201
|
+
post_params=form_params,
|
|
1202
|
+
files=local_var_files,
|
|
1203
|
+
response_type='RepositorySettingsInfo', # noqa: E501
|
|
1204
|
+
auth_settings=auth_settings,
|
|
1205
|
+
async_req=params.get('async_req'),
|
|
1206
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
1207
|
+
_preload_content=params.get('_preload_content', True),
|
|
1208
|
+
_request_timeout=params.get('_request_timeout'),
|
|
1209
|
+
collection_formats=collection_formats)
|
|
1210
|
+
|
|
1211
|
+
def get_repository_settings_using_get(self, **kwargs): # noqa: E501
|
|
1212
|
+
"""Get repository settings (getRepositorySettings) # noqa: E501
|
|
1213
|
+
|
|
1214
|
+
Get the repository settings object. Available for users with 'TENANT_ADMIN' authority. # noqa: E501
|
|
1215
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
1216
|
+
asynchronous HTTP request, please pass async_req=True
|
|
1217
|
+
>>> thread = api.get_repository_settings_using_get(async_req=True)
|
|
1218
|
+
>>> result = thread.get()
|
|
1219
|
+
|
|
1220
|
+
:param async_req bool
|
|
1221
|
+
:return: RepositorySettings
|
|
1222
|
+
If the method is called asynchronously,
|
|
1223
|
+
returns the request thread.
|
|
1224
|
+
"""
|
|
1225
|
+
kwargs['_return_http_data_only'] = True
|
|
1226
|
+
if kwargs.get('async_req'):
|
|
1227
|
+
return self.get_repository_settings_using_get_with_http_info(**kwargs) # noqa: E501
|
|
1228
|
+
else:
|
|
1229
|
+
(data) = self.get_repository_settings_using_get_with_http_info(**kwargs) # noqa: E501
|
|
1230
|
+
return data
|
|
1231
|
+
|
|
1232
|
+
def get_repository_settings_using_get_with_http_info(self, **kwargs): # noqa: E501
|
|
1233
|
+
"""Get repository settings (getRepositorySettings) # noqa: E501
|
|
1234
|
+
|
|
1235
|
+
Get the repository settings object. Available for users with 'TENANT_ADMIN' authority. # noqa: E501
|
|
1236
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
1237
|
+
asynchronous HTTP request, please pass async_req=True
|
|
1238
|
+
>>> thread = api.get_repository_settings_using_get_with_http_info(async_req=True)
|
|
1239
|
+
>>> result = thread.get()
|
|
1240
|
+
|
|
1241
|
+
:param async_req bool
|
|
1242
|
+
:return: RepositorySettings
|
|
1243
|
+
If the method is called asynchronously,
|
|
1244
|
+
returns the request thread.
|
|
1245
|
+
"""
|
|
1246
|
+
|
|
1247
|
+
all_params = [] # noqa: E501
|
|
1248
|
+
all_params.append('async_req')
|
|
1249
|
+
all_params.append('_return_http_data_only')
|
|
1250
|
+
all_params.append('_preload_content')
|
|
1251
|
+
all_params.append('_request_timeout')
|
|
1252
|
+
|
|
1253
|
+
params = locals()
|
|
1254
|
+
for key, val in six.iteritems(params['kwargs']):
|
|
1255
|
+
if key not in all_params:
|
|
1256
|
+
raise TypeError(
|
|
1257
|
+
"Got an unexpected keyword argument '%s'"
|
|
1258
|
+
" to method get_repository_settings_using_get" % key
|
|
1259
|
+
)
|
|
1260
|
+
params[key] = val
|
|
1261
|
+
del params['kwargs']
|
|
1262
|
+
|
|
1263
|
+
collection_formats = {}
|
|
1264
|
+
|
|
1265
|
+
path_params = {}
|
|
1266
|
+
|
|
1267
|
+
query_params = []
|
|
1268
|
+
|
|
1269
|
+
header_params = {}
|
|
1270
|
+
|
|
1271
|
+
form_params = []
|
|
1272
|
+
local_var_files = {}
|
|
1273
|
+
|
|
1274
|
+
body_params = None
|
|
1275
|
+
# HTTP header `Accept`
|
|
1276
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
|
1277
|
+
['application/json']) # noqa: E501
|
|
1278
|
+
|
|
1279
|
+
# Authentication setting
|
|
1280
|
+
auth_settings = ['X-Authorization'] # noqa: E501
|
|
1281
|
+
|
|
1282
|
+
return self.api_client.call_api(
|
|
1283
|
+
'/api/admin/repositorySettings', 'GET',
|
|
1284
|
+
path_params,
|
|
1285
|
+
query_params,
|
|
1286
|
+
header_params,
|
|
1287
|
+
body=body_params,
|
|
1288
|
+
post_params=form_params,
|
|
1289
|
+
files=local_var_files,
|
|
1290
|
+
response_type='RepositorySettings', # noqa: E501
|
|
1291
|
+
auth_settings=auth_settings,
|
|
1292
|
+
async_req=params.get('async_req'),
|
|
1293
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
1294
|
+
_preload_content=params.get('_preload_content', True),
|
|
1295
|
+
_request_timeout=params.get('_request_timeout'),
|
|
1296
|
+
collection_formats=collection_formats)
|
|
1297
|
+
|
|
1298
|
+
def get_security_settings_using_get(self, **kwargs): # noqa: E501
|
|
1299
|
+
"""Get the Security Settings object # noqa: E501
|
|
1300
|
+
|
|
1301
|
+
Get the Security Settings object that contains password policy, etc. Available for users with 'SYS_ADMIN' authority. # noqa: E501
|
|
1302
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
1303
|
+
asynchronous HTTP request, please pass async_req=True
|
|
1304
|
+
>>> thread = api.get_security_settings_using_get(async_req=True)
|
|
1305
|
+
>>> result = thread.get()
|
|
1306
|
+
|
|
1307
|
+
:param async_req bool
|
|
1308
|
+
:return: SecuritySettings
|
|
1309
|
+
If the method is called asynchronously,
|
|
1310
|
+
returns the request thread.
|
|
1311
|
+
"""
|
|
1312
|
+
kwargs['_return_http_data_only'] = True
|
|
1313
|
+
if kwargs.get('async_req'):
|
|
1314
|
+
return self.get_security_settings_using_get_with_http_info(**kwargs) # noqa: E501
|
|
1315
|
+
else:
|
|
1316
|
+
(data) = self.get_security_settings_using_get_with_http_info(**kwargs) # noqa: E501
|
|
1317
|
+
return data
|
|
1318
|
+
|
|
1319
|
+
def get_security_settings_using_get_with_http_info(self, **kwargs): # noqa: E501
|
|
1320
|
+
"""Get the Security Settings object # noqa: E501
|
|
1321
|
+
|
|
1322
|
+
Get the Security Settings object that contains password policy, etc. Available for users with 'SYS_ADMIN' authority. # noqa: E501
|
|
1323
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
1324
|
+
asynchronous HTTP request, please pass async_req=True
|
|
1325
|
+
>>> thread = api.get_security_settings_using_get_with_http_info(async_req=True)
|
|
1326
|
+
>>> result = thread.get()
|
|
1327
|
+
|
|
1328
|
+
:param async_req bool
|
|
1329
|
+
:return: SecuritySettings
|
|
1330
|
+
If the method is called asynchronously,
|
|
1331
|
+
returns the request thread.
|
|
1332
|
+
"""
|
|
1333
|
+
|
|
1334
|
+
all_params = [] # noqa: E501
|
|
1335
|
+
all_params.append('async_req')
|
|
1336
|
+
all_params.append('_return_http_data_only')
|
|
1337
|
+
all_params.append('_preload_content')
|
|
1338
|
+
all_params.append('_request_timeout')
|
|
1339
|
+
|
|
1340
|
+
params = locals()
|
|
1341
|
+
for key, val in six.iteritems(params['kwargs']):
|
|
1342
|
+
if key not in all_params:
|
|
1343
|
+
raise TypeError(
|
|
1344
|
+
"Got an unexpected keyword argument '%s'"
|
|
1345
|
+
" to method get_security_settings_using_get" % key
|
|
1346
|
+
)
|
|
1347
|
+
params[key] = val
|
|
1348
|
+
del params['kwargs']
|
|
1349
|
+
|
|
1350
|
+
collection_formats = {}
|
|
1351
|
+
|
|
1352
|
+
path_params = {}
|
|
1353
|
+
|
|
1354
|
+
query_params = []
|
|
1355
|
+
|
|
1356
|
+
header_params = {}
|
|
1357
|
+
|
|
1358
|
+
form_params = []
|
|
1359
|
+
local_var_files = {}
|
|
1360
|
+
|
|
1361
|
+
body_params = None
|
|
1362
|
+
# HTTP header `Accept`
|
|
1363
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
|
1364
|
+
['application/json']) # noqa: E501
|
|
1365
|
+
|
|
1366
|
+
# Authentication setting
|
|
1367
|
+
auth_settings = ['X-Authorization'] # noqa: E501
|
|
1368
|
+
|
|
1369
|
+
return self.api_client.call_api(
|
|
1370
|
+
'/api/admin/securitySettings', 'GET',
|
|
1371
|
+
path_params,
|
|
1372
|
+
query_params,
|
|
1373
|
+
header_params,
|
|
1374
|
+
body=body_params,
|
|
1375
|
+
post_params=form_params,
|
|
1376
|
+
files=local_var_files,
|
|
1377
|
+
response_type='SecuritySettings', # noqa: E501
|
|
1378
|
+
auth_settings=auth_settings,
|
|
1379
|
+
async_req=params.get('async_req'),
|
|
1380
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
1381
|
+
_preload_content=params.get('_preload_content', True),
|
|
1382
|
+
_request_timeout=params.get('_request_timeout'),
|
|
1383
|
+
collection_formats=collection_formats)
|
|
1384
|
+
|
|
1385
|
+
def get_system_info_using_get(self, **kwargs): # noqa: E501
|
|
1386
|
+
"""Get system info (getSystemInfo) # noqa: E501
|
|
1387
|
+
|
|
1388
|
+
Get main information about system. Available for users with 'SYS_ADMIN' authority. # noqa: E501
|
|
1389
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
1390
|
+
asynchronous HTTP request, please pass async_req=True
|
|
1391
|
+
>>> thread = api.get_system_info_using_get(async_req=True)
|
|
1392
|
+
>>> result = thread.get()
|
|
1393
|
+
|
|
1394
|
+
:param async_req bool
|
|
1395
|
+
:return: SystemInfo
|
|
1396
|
+
If the method is called asynchronously,
|
|
1397
|
+
returns the request thread.
|
|
1398
|
+
"""
|
|
1399
|
+
kwargs['_return_http_data_only'] = True
|
|
1400
|
+
if kwargs.get('async_req'):
|
|
1401
|
+
return self.get_system_info_using_get_with_http_info(**kwargs) # noqa: E501
|
|
1402
|
+
else:
|
|
1403
|
+
(data) = self.get_system_info_using_get_with_http_info(**kwargs) # noqa: E501
|
|
1404
|
+
return data
|
|
1405
|
+
|
|
1406
|
+
def get_system_info_using_get_with_http_info(self, **kwargs): # noqa: E501
|
|
1407
|
+
"""Get system info (getSystemInfo) # noqa: E501
|
|
1408
|
+
|
|
1409
|
+
Get main information about system. Available for users with 'SYS_ADMIN' authority. # noqa: E501
|
|
1410
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
1411
|
+
asynchronous HTTP request, please pass async_req=True
|
|
1412
|
+
>>> thread = api.get_system_info_using_get_with_http_info(async_req=True)
|
|
1413
|
+
>>> result = thread.get()
|
|
1414
|
+
|
|
1415
|
+
:param async_req bool
|
|
1416
|
+
:return: SystemInfo
|
|
1417
|
+
If the method is called asynchronously,
|
|
1418
|
+
returns the request thread.
|
|
1419
|
+
"""
|
|
1420
|
+
|
|
1421
|
+
all_params = [] # noqa: E501
|
|
1422
|
+
all_params.append('async_req')
|
|
1423
|
+
all_params.append('_return_http_data_only')
|
|
1424
|
+
all_params.append('_preload_content')
|
|
1425
|
+
all_params.append('_request_timeout')
|
|
1426
|
+
|
|
1427
|
+
params = locals()
|
|
1428
|
+
for key, val in six.iteritems(params['kwargs']):
|
|
1429
|
+
if key not in all_params:
|
|
1430
|
+
raise TypeError(
|
|
1431
|
+
"Got an unexpected keyword argument '%s'"
|
|
1432
|
+
" to method get_system_info_using_get" % key
|
|
1433
|
+
)
|
|
1434
|
+
params[key] = val
|
|
1435
|
+
del params['kwargs']
|
|
1436
|
+
|
|
1437
|
+
collection_formats = {}
|
|
1438
|
+
|
|
1439
|
+
path_params = {}
|
|
1440
|
+
|
|
1441
|
+
query_params = []
|
|
1442
|
+
|
|
1443
|
+
header_params = {}
|
|
1444
|
+
|
|
1445
|
+
form_params = []
|
|
1446
|
+
local_var_files = {}
|
|
1447
|
+
|
|
1448
|
+
body_params = None
|
|
1449
|
+
# HTTP header `Accept`
|
|
1450
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
|
1451
|
+
['application/json']) # noqa: E501
|
|
1452
|
+
|
|
1453
|
+
# Authentication setting
|
|
1454
|
+
auth_settings = ['X-Authorization'] # noqa: E501
|
|
1455
|
+
|
|
1456
|
+
return self.api_client.call_api(
|
|
1457
|
+
'/api/admin/systemInfo', 'GET',
|
|
1458
|
+
path_params,
|
|
1459
|
+
query_params,
|
|
1460
|
+
header_params,
|
|
1461
|
+
body=body_params,
|
|
1462
|
+
post_params=form_params,
|
|
1463
|
+
files=local_var_files,
|
|
1464
|
+
response_type='SystemInfo', # noqa: E501
|
|
1465
|
+
auth_settings=auth_settings,
|
|
1466
|
+
async_req=params.get('async_req'),
|
|
1467
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
1468
|
+
_preload_content=params.get('_preload_content', True),
|
|
1469
|
+
_request_timeout=params.get('_request_timeout'),
|
|
1470
|
+
collection_formats=collection_formats)
|
|
1471
|
+
|
|
1472
|
+
def repository_settings_exists_using_get(self, **kwargs): # noqa: E501
|
|
1473
|
+
"""Check repository settings exists (repositorySettingsExists) # noqa: E501
|
|
1474
|
+
|
|
1475
|
+
Check whether the repository settings exists. Available for users with 'TENANT_ADMIN' authority. # noqa: E501
|
|
1476
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
1477
|
+
asynchronous HTTP request, please pass async_req=True
|
|
1478
|
+
>>> thread = api.repository_settings_exists_using_get(async_req=True)
|
|
1479
|
+
>>> result = thread.get()
|
|
1480
|
+
|
|
1481
|
+
:param async_req bool
|
|
1482
|
+
:return: bool
|
|
1483
|
+
If the method is called asynchronously,
|
|
1484
|
+
returns the request thread.
|
|
1485
|
+
"""
|
|
1486
|
+
kwargs['_return_http_data_only'] = True
|
|
1487
|
+
if kwargs.get('async_req'):
|
|
1488
|
+
return self.repository_settings_exists_using_get_with_http_info(**kwargs) # noqa: E501
|
|
1489
|
+
else:
|
|
1490
|
+
(data) = self.repository_settings_exists_using_get_with_http_info(**kwargs) # noqa: E501
|
|
1491
|
+
return data
|
|
1492
|
+
|
|
1493
|
+
def repository_settings_exists_using_get_with_http_info(self, **kwargs): # noqa: E501
|
|
1494
|
+
"""Check repository settings exists (repositorySettingsExists) # noqa: E501
|
|
1495
|
+
|
|
1496
|
+
Check whether the repository settings exists. Available for users with 'TENANT_ADMIN' authority. # noqa: E501
|
|
1497
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
1498
|
+
asynchronous HTTP request, please pass async_req=True
|
|
1499
|
+
>>> thread = api.repository_settings_exists_using_get_with_http_info(async_req=True)
|
|
1500
|
+
>>> result = thread.get()
|
|
1501
|
+
|
|
1502
|
+
:param async_req bool
|
|
1503
|
+
:return: bool
|
|
1504
|
+
If the method is called asynchronously,
|
|
1505
|
+
returns the request thread.
|
|
1506
|
+
"""
|
|
1507
|
+
|
|
1508
|
+
all_params = [] # noqa: E501
|
|
1509
|
+
all_params.append('async_req')
|
|
1510
|
+
all_params.append('_return_http_data_only')
|
|
1511
|
+
all_params.append('_preload_content')
|
|
1512
|
+
all_params.append('_request_timeout')
|
|
1513
|
+
|
|
1514
|
+
params = locals()
|
|
1515
|
+
for key, val in six.iteritems(params['kwargs']):
|
|
1516
|
+
if key not in all_params:
|
|
1517
|
+
raise TypeError(
|
|
1518
|
+
"Got an unexpected keyword argument '%s'"
|
|
1519
|
+
" to method repository_settings_exists_using_get" % key
|
|
1520
|
+
)
|
|
1521
|
+
params[key] = val
|
|
1522
|
+
del params['kwargs']
|
|
1523
|
+
|
|
1524
|
+
collection_formats = {}
|
|
1525
|
+
|
|
1526
|
+
path_params = {}
|
|
1527
|
+
|
|
1528
|
+
query_params = []
|
|
1529
|
+
|
|
1530
|
+
header_params = {}
|
|
1531
|
+
|
|
1532
|
+
form_params = []
|
|
1533
|
+
local_var_files = {}
|
|
1534
|
+
|
|
1535
|
+
body_params = None
|
|
1536
|
+
# HTTP header `Accept`
|
|
1537
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
|
1538
|
+
['application/json']) # noqa: E501
|
|
1539
|
+
|
|
1540
|
+
# Authentication setting
|
|
1541
|
+
auth_settings = ['X-Authorization'] # noqa: E501
|
|
1542
|
+
|
|
1543
|
+
return self.api_client.call_api(
|
|
1544
|
+
'/api/admin/repositorySettings/exists', 'GET',
|
|
1545
|
+
path_params,
|
|
1546
|
+
query_params,
|
|
1547
|
+
header_params,
|
|
1548
|
+
body=body_params,
|
|
1549
|
+
post_params=form_params,
|
|
1550
|
+
files=local_var_files,
|
|
1551
|
+
response_type='bool', # noqa: E501
|
|
1552
|
+
auth_settings=auth_settings,
|
|
1553
|
+
async_req=params.get('async_req'),
|
|
1554
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
1555
|
+
_preload_content=params.get('_preload_content', True),
|
|
1556
|
+
_request_timeout=params.get('_request_timeout'),
|
|
1557
|
+
collection_formats=collection_formats)
|
|
1558
|
+
|
|
1559
|
+
def save_admin_settings_using_post(self, **kwargs): # noqa: E501
|
|
1560
|
+
"""Get the Administration Settings object using key (getAdminSettings) # noqa: E501
|
|
1561
|
+
|
|
1562
|
+
Creates or Updates the Administration Settings. Platform generates random Administration Settings Id during settings creation. The Administration Settings Id will be present in the response. Specify the Administration Settings Id when you would like to update the Administration Settings. Referencing non-existing Administration Settings Id will cause an error. Available for users with 'SYS_ADMIN' authority. # noqa: E501
|
|
1563
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
1564
|
+
asynchronous HTTP request, please pass async_req=True
|
|
1565
|
+
>>> thread = api.save_admin_settings_using_post(async_req=True)
|
|
1566
|
+
>>> result = thread.get()
|
|
1567
|
+
|
|
1568
|
+
:param async_req bool
|
|
1569
|
+
:param AdminSettings body:
|
|
1570
|
+
:return: AdminSettings
|
|
1571
|
+
If the method is called asynchronously,
|
|
1572
|
+
returns the request thread.
|
|
1573
|
+
"""
|
|
1574
|
+
kwargs['_return_http_data_only'] = True
|
|
1575
|
+
if kwargs.get('async_req'):
|
|
1576
|
+
return self.save_admin_settings_using_post_with_http_info(**kwargs) # noqa: E501
|
|
1577
|
+
else:
|
|
1578
|
+
(data) = self.save_admin_settings_using_post_with_http_info(**kwargs) # noqa: E501
|
|
1579
|
+
return data
|
|
1580
|
+
|
|
1581
|
+
def save_admin_settings_using_post_with_http_info(self, **kwargs): # noqa: E501
|
|
1582
|
+
"""Get the Administration Settings object using key (getAdminSettings) # noqa: E501
|
|
1583
|
+
|
|
1584
|
+
Creates or Updates the Administration Settings. Platform generates random Administration Settings Id during settings creation. The Administration Settings Id will be present in the response. Specify the Administration Settings Id when you would like to update the Administration Settings. Referencing non-existing Administration Settings Id will cause an error. Available for users with 'SYS_ADMIN' authority. # noqa: E501
|
|
1585
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
1586
|
+
asynchronous HTTP request, please pass async_req=True
|
|
1587
|
+
>>> thread = api.save_admin_settings_using_post_with_http_info(async_req=True)
|
|
1588
|
+
>>> result = thread.get()
|
|
1589
|
+
|
|
1590
|
+
:param async_req bool
|
|
1591
|
+
:param AdminSettings body:
|
|
1592
|
+
:return: AdminSettings
|
|
1593
|
+
If the method is called asynchronously,
|
|
1594
|
+
returns the request thread.
|
|
1595
|
+
"""
|
|
1596
|
+
|
|
1597
|
+
all_params = ['body'] # noqa: E501
|
|
1598
|
+
all_params.append('async_req')
|
|
1599
|
+
all_params.append('_return_http_data_only')
|
|
1600
|
+
all_params.append('_preload_content')
|
|
1601
|
+
all_params.append('_request_timeout')
|
|
1602
|
+
|
|
1603
|
+
params = locals()
|
|
1604
|
+
for key, val in six.iteritems(params['kwargs']):
|
|
1605
|
+
if key not in all_params:
|
|
1606
|
+
raise TypeError(
|
|
1607
|
+
"Got an unexpected keyword argument '%s'"
|
|
1608
|
+
" to method save_admin_settings_using_post" % key
|
|
1609
|
+
)
|
|
1610
|
+
params[key] = val
|
|
1611
|
+
del params['kwargs']
|
|
1612
|
+
# verify the required parameter 'body' is set
|
|
1613
|
+
if ('body' not in params or
|
|
1614
|
+
params['body'] is None):
|
|
1615
|
+
raise ValueError("Missing the required parameter `body` when calling `save_admin_settings`") # noqa: E501
|
|
1616
|
+
|
|
1617
|
+
collection_formats = {}
|
|
1618
|
+
|
|
1619
|
+
path_params = {}
|
|
1620
|
+
|
|
1621
|
+
query_params = []
|
|
1622
|
+
|
|
1623
|
+
header_params = {}
|
|
1624
|
+
|
|
1625
|
+
form_params = []
|
|
1626
|
+
local_var_files = {}
|
|
1627
|
+
|
|
1628
|
+
body_params = None
|
|
1629
|
+
if 'body' in params:
|
|
1630
|
+
body_params = params['body']
|
|
1631
|
+
# HTTP header `Accept`
|
|
1632
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
|
1633
|
+
['application/json']) # noqa: E501
|
|
1634
|
+
|
|
1635
|
+
# HTTP header `Content-Type`
|
|
1636
|
+
header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
|
|
1637
|
+
['application/json']) # noqa: E501
|
|
1638
|
+
|
|
1639
|
+
# Authentication setting
|
|
1640
|
+
auth_settings = ['X-Authorization'] # noqa: E501
|
|
1641
|
+
|
|
1642
|
+
return self.api_client.call_api(
|
|
1643
|
+
'/api/admin/settings', 'POST',
|
|
1644
|
+
path_params,
|
|
1645
|
+
query_params,
|
|
1646
|
+
header_params,
|
|
1647
|
+
body=body_params,
|
|
1648
|
+
post_params=form_params,
|
|
1649
|
+
files=local_var_files,
|
|
1650
|
+
response_type='AdminSettings', # noqa: E501
|
|
1651
|
+
auth_settings=auth_settings,
|
|
1652
|
+
async_req=params.get('async_req'),
|
|
1653
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
1654
|
+
_preload_content=params.get('_preload_content', True),
|
|
1655
|
+
_request_timeout=params.get('_request_timeout'),
|
|
1656
|
+
collection_formats=collection_formats)
|
|
1657
|
+
|
|
1658
|
+
def save_auto_commit_settings_using_post(self, **kwargs): # noqa: E501
|
|
1659
|
+
"""Creates or Updates the auto commit settings (saveAutoCommitSettings) # noqa: E501
|
|
1660
|
+
|
|
1661
|
+
Creates or Updates the auto commit settings object. Available for users with 'TENANT_ADMIN' authority. # noqa: E501
|
|
1662
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
1663
|
+
asynchronous HTTP request, please pass async_req=True
|
|
1664
|
+
>>> thread = api.save_auto_commit_settings_using_post(async_req=True)
|
|
1665
|
+
>>> result = thread.get()
|
|
1666
|
+
|
|
1667
|
+
:param async_req bool
|
|
1668
|
+
:param dict(str, AutoVersionCreateConfig) body:
|
|
1669
|
+
:return: dict(str, AutoVersionCreateConfig)
|
|
1670
|
+
If the method is called asynchronously,
|
|
1671
|
+
returns the request thread.
|
|
1672
|
+
"""
|
|
1673
|
+
kwargs['_return_http_data_only'] = True
|
|
1674
|
+
if kwargs.get('async_req'):
|
|
1675
|
+
return self.save_auto_commit_settings_using_post_with_http_info(**kwargs) # noqa: E501
|
|
1676
|
+
else:
|
|
1677
|
+
(data) = self.save_auto_commit_settings_using_post_with_http_info(**kwargs) # noqa: E501
|
|
1678
|
+
return data
|
|
1679
|
+
|
|
1680
|
+
def save_auto_commit_settings_using_post_with_http_info(self, **kwargs): # noqa: E501
|
|
1681
|
+
"""Creates or Updates the auto commit settings (saveAutoCommitSettings) # noqa: E501
|
|
1682
|
+
|
|
1683
|
+
Creates or Updates the auto commit settings object. Available for users with 'TENANT_ADMIN' authority. # noqa: E501
|
|
1684
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
1685
|
+
asynchronous HTTP request, please pass async_req=True
|
|
1686
|
+
>>> thread = api.save_auto_commit_settings_using_post_with_http_info(async_req=True)
|
|
1687
|
+
>>> result = thread.get()
|
|
1688
|
+
|
|
1689
|
+
:param async_req bool
|
|
1690
|
+
:param dict(str, AutoVersionCreateConfig) body:
|
|
1691
|
+
:return: dict(str, AutoVersionCreateConfig)
|
|
1692
|
+
If the method is called asynchronously,
|
|
1693
|
+
returns the request thread.
|
|
1694
|
+
"""
|
|
1695
|
+
|
|
1696
|
+
all_params = ['body'] # noqa: E501
|
|
1697
|
+
all_params.append('async_req')
|
|
1698
|
+
all_params.append('_return_http_data_only')
|
|
1699
|
+
all_params.append('_preload_content')
|
|
1700
|
+
all_params.append('_request_timeout')
|
|
1701
|
+
|
|
1702
|
+
params = locals()
|
|
1703
|
+
for key, val in six.iteritems(params['kwargs']):
|
|
1704
|
+
if key not in all_params:
|
|
1705
|
+
raise TypeError(
|
|
1706
|
+
"Got an unexpected keyword argument '%s'"
|
|
1707
|
+
" to method save_auto_commit_settings_using_post" % key
|
|
1708
|
+
)
|
|
1709
|
+
params[key] = val
|
|
1710
|
+
del params['kwargs']
|
|
1711
|
+
# verify the required parameter 'body' is set
|
|
1712
|
+
if ('body' not in params or
|
|
1713
|
+
params['body'] is None):
|
|
1714
|
+
raise ValueError("Missing the required parameter `body` when calling `save_auto_commit_settings`") # noqa: E501
|
|
1715
|
+
|
|
1716
|
+
collection_formats = {}
|
|
1717
|
+
|
|
1718
|
+
path_params = {}
|
|
1719
|
+
|
|
1720
|
+
query_params = []
|
|
1721
|
+
|
|
1722
|
+
header_params = {}
|
|
1723
|
+
|
|
1724
|
+
form_params = []
|
|
1725
|
+
local_var_files = {}
|
|
1726
|
+
|
|
1727
|
+
body_params = None
|
|
1728
|
+
if 'body' in params:
|
|
1729
|
+
body_params = params['body']
|
|
1730
|
+
# HTTP header `Accept`
|
|
1731
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
|
1732
|
+
['application/json']) # noqa: E501
|
|
1733
|
+
|
|
1734
|
+
# HTTP header `Content-Type`
|
|
1735
|
+
header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
|
|
1736
|
+
['application/json']) # noqa: E501
|
|
1737
|
+
|
|
1738
|
+
# Authentication setting
|
|
1739
|
+
auth_settings = ['X-Authorization'] # noqa: E501
|
|
1740
|
+
|
|
1741
|
+
return self.api_client.call_api(
|
|
1742
|
+
'/api/admin/autoCommitSettings', 'POST',
|
|
1743
|
+
path_params,
|
|
1744
|
+
query_params,
|
|
1745
|
+
header_params,
|
|
1746
|
+
body=body_params,
|
|
1747
|
+
post_params=form_params,
|
|
1748
|
+
files=local_var_files,
|
|
1749
|
+
response_type='AutoCommitSettings', # noqa: E501
|
|
1750
|
+
auth_settings=auth_settings,
|
|
1751
|
+
async_req=params.get('async_req'),
|
|
1752
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
1753
|
+
_preload_content=params.get('_preload_content', True),
|
|
1754
|
+
_request_timeout=params.get('_request_timeout'),
|
|
1755
|
+
collection_formats=collection_formats)
|
|
1756
|
+
|
|
1757
|
+
def save_jwt_settings_using_post(self, **kwargs): # noqa: E501
|
|
1758
|
+
"""Update JWT Settings (saveJwtSettings) # noqa: E501
|
|
1759
|
+
|
|
1760
|
+
Updates the JWT Settings object that contains JWT token policy, etc. The tokenSigningKey field is a Base64 encoded string. Available for users with 'SYS_ADMIN' authority. # noqa: E501
|
|
1761
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
1762
|
+
asynchronous HTTP request, please pass async_req=True
|
|
1763
|
+
>>> thread = api.save_jwt_settings_using_post(async_req=True)
|
|
1764
|
+
>>> result = thread.get()
|
|
1765
|
+
|
|
1766
|
+
:param async_req bool
|
|
1767
|
+
:param JwtSettings body:
|
|
1768
|
+
:return: JwtPair
|
|
1769
|
+
If the method is called asynchronously,
|
|
1770
|
+
returns the request thread.
|
|
1771
|
+
"""
|
|
1772
|
+
kwargs['_return_http_data_only'] = True
|
|
1773
|
+
if kwargs.get('async_req'):
|
|
1774
|
+
return self.save_jwt_settings_using_post_with_http_info(**kwargs) # noqa: E501
|
|
1775
|
+
else:
|
|
1776
|
+
(data) = self.save_jwt_settings_using_post_with_http_info(**kwargs) # noqa: E501
|
|
1777
|
+
return data
|
|
1778
|
+
|
|
1779
|
+
def save_jwt_settings_using_post_with_http_info(self, **kwargs): # noqa: E501
|
|
1780
|
+
"""Update JWT Settings (saveJwtSettings) # noqa: E501
|
|
1781
|
+
|
|
1782
|
+
Updates the JWT Settings object that contains JWT token policy, etc. The tokenSigningKey field is a Base64 encoded string. Available for users with 'SYS_ADMIN' authority. # noqa: E501
|
|
1783
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
1784
|
+
asynchronous HTTP request, please pass async_req=True
|
|
1785
|
+
>>> thread = api.save_jwt_settings_using_post_with_http_info(async_req=True)
|
|
1786
|
+
>>> result = thread.get()
|
|
1787
|
+
|
|
1788
|
+
:param async_req bool
|
|
1789
|
+
:param JwtSettings body:
|
|
1790
|
+
:return: JwtPair
|
|
1791
|
+
If the method is called asynchronously,
|
|
1792
|
+
returns the request thread.
|
|
1793
|
+
"""
|
|
1794
|
+
|
|
1795
|
+
all_params = ['body'] # noqa: E501
|
|
1796
|
+
all_params.append('async_req')
|
|
1797
|
+
all_params.append('_return_http_data_only')
|
|
1798
|
+
all_params.append('_preload_content')
|
|
1799
|
+
all_params.append('_request_timeout')
|
|
1800
|
+
|
|
1801
|
+
params = locals()
|
|
1802
|
+
for key, val in six.iteritems(params['kwargs']):
|
|
1803
|
+
if key not in all_params:
|
|
1804
|
+
raise TypeError(
|
|
1805
|
+
"Got an unexpected keyword argument '%s'"
|
|
1806
|
+
" to method save_jwt_settings_using_post" % key
|
|
1807
|
+
)
|
|
1808
|
+
params[key] = val
|
|
1809
|
+
del params['kwargs']
|
|
1810
|
+
# verify the required parameter 'body' is set
|
|
1811
|
+
if ('body' not in params or
|
|
1812
|
+
params['body'] is None):
|
|
1813
|
+
raise ValueError("Missing the required parameter `body` when calling `save_jwt_settings`") # noqa: E501
|
|
1814
|
+
|
|
1815
|
+
collection_formats = {}
|
|
1816
|
+
|
|
1817
|
+
path_params = {}
|
|
1818
|
+
|
|
1819
|
+
query_params = []
|
|
1820
|
+
|
|
1821
|
+
header_params = {}
|
|
1822
|
+
|
|
1823
|
+
form_params = []
|
|
1824
|
+
local_var_files = {}
|
|
1825
|
+
|
|
1826
|
+
body_params = None
|
|
1827
|
+
if 'body' in params:
|
|
1828
|
+
body_params = params['body']
|
|
1829
|
+
# HTTP header `Accept`
|
|
1830
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
|
1831
|
+
['application/json']) # noqa: E501
|
|
1832
|
+
|
|
1833
|
+
# HTTP header `Content-Type`
|
|
1834
|
+
header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
|
|
1835
|
+
['application/json']) # noqa: E501
|
|
1836
|
+
|
|
1837
|
+
# Authentication setting
|
|
1838
|
+
auth_settings = ['X-Authorization'] # noqa: E501
|
|
1839
|
+
|
|
1840
|
+
return self.api_client.call_api(
|
|
1841
|
+
'/api/admin/JwtSettings', 'POST',
|
|
1842
|
+
path_params,
|
|
1843
|
+
query_params,
|
|
1844
|
+
header_params,
|
|
1845
|
+
body=body_params,
|
|
1846
|
+
post_params=form_params,
|
|
1847
|
+
files=local_var_files,
|
|
1848
|
+
response_type='JwtPair', # noqa: E501
|
|
1849
|
+
auth_settings=auth_settings,
|
|
1850
|
+
async_req=params.get('async_req'),
|
|
1851
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
1852
|
+
_preload_content=params.get('_preload_content', True),
|
|
1853
|
+
_request_timeout=params.get('_request_timeout'),
|
|
1854
|
+
collection_formats=collection_formats)
|
|
1855
|
+
|
|
1856
|
+
def save_repository_settings_using_post(self, **kwargs): # noqa: E501
|
|
1857
|
+
"""Creates or Updates the repository settings (saveRepositorySettings) # noqa: E501
|
|
1858
|
+
|
|
1859
|
+
Creates or Updates the repository settings object. Available for users with 'TENANT_ADMIN' authority. # noqa: E501
|
|
1860
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
1861
|
+
asynchronous HTTP request, please pass async_req=True
|
|
1862
|
+
>>> thread = api.save_repository_settings_using_post(async_req=True)
|
|
1863
|
+
>>> result = thread.get()
|
|
1864
|
+
|
|
1865
|
+
:param async_req bool
|
|
1866
|
+
:param RepositorySettings body:
|
|
1867
|
+
:return: DeferredResultRepositorySettings
|
|
1868
|
+
If the method is called asynchronously,
|
|
1869
|
+
returns the request thread.
|
|
1870
|
+
"""
|
|
1871
|
+
kwargs['_return_http_data_only'] = True
|
|
1872
|
+
if kwargs.get('async_req'):
|
|
1873
|
+
return self.save_repository_settings_using_post_with_http_info(**kwargs) # noqa: E501
|
|
1874
|
+
else:
|
|
1875
|
+
(data) = self.save_repository_settings_using_post_with_http_info(**kwargs) # noqa: E501
|
|
1876
|
+
return data
|
|
1877
|
+
|
|
1878
|
+
def save_repository_settings_using_post_with_http_info(self, **kwargs): # noqa: E501
|
|
1879
|
+
"""Creates or Updates the repository settings (saveRepositorySettings) # noqa: E501
|
|
1880
|
+
|
|
1881
|
+
Creates or Updates the repository settings object. Available for users with 'TENANT_ADMIN' authority. # noqa: E501
|
|
1882
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
1883
|
+
asynchronous HTTP request, please pass async_req=True
|
|
1884
|
+
>>> thread = api.save_repository_settings_using_post_with_http_info(async_req=True)
|
|
1885
|
+
>>> result = thread.get()
|
|
1886
|
+
|
|
1887
|
+
:param async_req bool
|
|
1888
|
+
:param RepositorySettings body:
|
|
1889
|
+
:return: DeferredResultRepositorySettings
|
|
1890
|
+
If the method is called asynchronously,
|
|
1891
|
+
returns the request thread.
|
|
1892
|
+
"""
|
|
1893
|
+
|
|
1894
|
+
all_params = ['body'] # noqa: E501
|
|
1895
|
+
all_params.append('async_req')
|
|
1896
|
+
all_params.append('_return_http_data_only')
|
|
1897
|
+
all_params.append('_preload_content')
|
|
1898
|
+
all_params.append('_request_timeout')
|
|
1899
|
+
|
|
1900
|
+
params = locals()
|
|
1901
|
+
for key, val in six.iteritems(params['kwargs']):
|
|
1902
|
+
if key not in all_params:
|
|
1903
|
+
raise TypeError(
|
|
1904
|
+
"Got an unexpected keyword argument '%s'"
|
|
1905
|
+
" to method save_repository_settings_using_post" % key
|
|
1906
|
+
)
|
|
1907
|
+
params[key] = val
|
|
1908
|
+
del params['kwargs']
|
|
1909
|
+
# verify the required parameter 'body' is set
|
|
1910
|
+
if ('body' not in params or
|
|
1911
|
+
params['body'] is None):
|
|
1912
|
+
raise ValueError("Missing the required parameter `body` when calling `save_repository_settings`") # noqa: E501
|
|
1913
|
+
|
|
1914
|
+
collection_formats = {}
|
|
1915
|
+
|
|
1916
|
+
path_params = {}
|
|
1917
|
+
|
|
1918
|
+
query_params = []
|
|
1919
|
+
|
|
1920
|
+
header_params = {}
|
|
1921
|
+
|
|
1922
|
+
form_params = []
|
|
1923
|
+
local_var_files = {}
|
|
1924
|
+
|
|
1925
|
+
body_params = None
|
|
1926
|
+
if 'body' in params:
|
|
1927
|
+
body_params = params['body']
|
|
1928
|
+
# HTTP header `Accept`
|
|
1929
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
|
1930
|
+
['application/json']) # noqa: E501
|
|
1931
|
+
|
|
1932
|
+
# HTTP header `Content-Type`
|
|
1933
|
+
header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
|
|
1934
|
+
['application/json']) # noqa: E501
|
|
1935
|
+
|
|
1936
|
+
# Authentication setting
|
|
1937
|
+
auth_settings = ['X-Authorization'] # noqa: E501
|
|
1938
|
+
|
|
1939
|
+
return self.api_client.call_api(
|
|
1940
|
+
'/api/admin/repositorySettings', 'POST',
|
|
1941
|
+
path_params,
|
|
1942
|
+
query_params,
|
|
1943
|
+
header_params,
|
|
1944
|
+
body=body_params,
|
|
1945
|
+
post_params=form_params,
|
|
1946
|
+
files=local_var_files,
|
|
1947
|
+
response_type='DeferredResultRepositorySettings', # noqa: E501
|
|
1948
|
+
auth_settings=auth_settings,
|
|
1949
|
+
async_req=params.get('async_req'),
|
|
1950
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
1951
|
+
_preload_content=params.get('_preload_content', True),
|
|
1952
|
+
_request_timeout=params.get('_request_timeout'),
|
|
1953
|
+
collection_formats=collection_formats)
|
|
1954
|
+
|
|
1955
|
+
def save_security_settings_using_post(self, **kwargs): # noqa: E501
|
|
1956
|
+
"""Update Security Settings (saveSecuritySettings) # noqa: E501
|
|
1957
|
+
|
|
1958
|
+
Updates the Security Settings object that contains password policy, etc. Available for users with 'SYS_ADMIN' authority. # noqa: E501
|
|
1959
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
1960
|
+
asynchronous HTTP request, please pass async_req=True
|
|
1961
|
+
>>> thread = api.save_security_settings_using_post(async_req=True)
|
|
1962
|
+
>>> result = thread.get()
|
|
1963
|
+
|
|
1964
|
+
:param async_req bool
|
|
1965
|
+
:param SecuritySettings body:
|
|
1966
|
+
:return: SecuritySettings
|
|
1967
|
+
If the method is called asynchronously,
|
|
1968
|
+
returns the request thread.
|
|
1969
|
+
"""
|
|
1970
|
+
kwargs['_return_http_data_only'] = True
|
|
1971
|
+
if kwargs.get('async_req'):
|
|
1972
|
+
return self.save_security_settings_using_post_with_http_info(**kwargs) # noqa: E501
|
|
1973
|
+
else:
|
|
1974
|
+
(data) = self.save_security_settings_using_post_with_http_info(**kwargs) # noqa: E501
|
|
1975
|
+
return data
|
|
1976
|
+
|
|
1977
|
+
def save_security_settings_using_post_with_http_info(self, **kwargs): # noqa: E501
|
|
1978
|
+
"""Update Security Settings (saveSecuritySettings) # noqa: E501
|
|
1979
|
+
|
|
1980
|
+
Updates the Security Settings object that contains password policy, etc. Available for users with 'SYS_ADMIN' authority. # noqa: E501
|
|
1981
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
1982
|
+
asynchronous HTTP request, please pass async_req=True
|
|
1983
|
+
>>> thread = api.save_security_settings_using_post_with_http_info(async_req=True)
|
|
1984
|
+
>>> result = thread.get()
|
|
1985
|
+
|
|
1986
|
+
:param async_req bool
|
|
1987
|
+
:param SecuritySettings body:
|
|
1988
|
+
:return: SecuritySettings
|
|
1989
|
+
If the method is called asynchronously,
|
|
1990
|
+
returns the request thread.
|
|
1991
|
+
"""
|
|
1992
|
+
|
|
1993
|
+
all_params = ['body'] # noqa: E501
|
|
1994
|
+
all_params.append('async_req')
|
|
1995
|
+
all_params.append('_return_http_data_only')
|
|
1996
|
+
all_params.append('_preload_content')
|
|
1997
|
+
all_params.append('_request_timeout')
|
|
1998
|
+
|
|
1999
|
+
params = locals()
|
|
2000
|
+
for key, val in six.iteritems(params['kwargs']):
|
|
2001
|
+
if key not in all_params:
|
|
2002
|
+
raise TypeError(
|
|
2003
|
+
"Got an unexpected keyword argument '%s'"
|
|
2004
|
+
" to method save_security_settings_using_post" % key
|
|
2005
|
+
)
|
|
2006
|
+
params[key] = val
|
|
2007
|
+
del params['kwargs']
|
|
2008
|
+
# verify the required parameter 'body' is set
|
|
2009
|
+
if ('body' not in params or
|
|
2010
|
+
params['body'] is None):
|
|
2011
|
+
raise ValueError("Missing the required parameter `body` when calling `save_security_settings`") # noqa: E501
|
|
2012
|
+
|
|
2013
|
+
collection_formats = {}
|
|
2014
|
+
|
|
2015
|
+
path_params = {}
|
|
2016
|
+
|
|
2017
|
+
query_params = []
|
|
2018
|
+
|
|
2019
|
+
header_params = {}
|
|
2020
|
+
|
|
2021
|
+
form_params = []
|
|
2022
|
+
local_var_files = {}
|
|
2023
|
+
|
|
2024
|
+
body_params = None
|
|
2025
|
+
if 'body' in params:
|
|
2026
|
+
body_params = params['body']
|
|
2027
|
+
# HTTP header `Accept`
|
|
2028
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
|
2029
|
+
['application/json']) # noqa: E501
|
|
2030
|
+
|
|
2031
|
+
# HTTP header `Content-Type`
|
|
2032
|
+
header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
|
|
2033
|
+
['application/json']) # noqa: E501
|
|
2034
|
+
|
|
2035
|
+
# Authentication setting
|
|
2036
|
+
auth_settings = ['X-Authorization'] # noqa: E501
|
|
2037
|
+
|
|
2038
|
+
return self.api_client.call_api(
|
|
2039
|
+
'/api/admin/securitySettings', 'POST',
|
|
2040
|
+
path_params,
|
|
2041
|
+
query_params,
|
|
2042
|
+
header_params,
|
|
2043
|
+
body=body_params,
|
|
2044
|
+
post_params=form_params,
|
|
2045
|
+
files=local_var_files,
|
|
2046
|
+
response_type='SecuritySettings', # noqa: E501
|
|
2047
|
+
auth_settings=auth_settings,
|
|
2048
|
+
async_req=params.get('async_req'),
|
|
2049
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
2050
|
+
_preload_content=params.get('_preload_content', True),
|
|
2051
|
+
_request_timeout=params.get('_request_timeout'),
|
|
2052
|
+
collection_formats=collection_formats)
|
|
2053
|
+
|
|
2054
|
+
def send_test_mail_using_post(self, **kwargs): # noqa: E501
|
|
2055
|
+
"""Send test email (sendTestMail) # noqa: E501
|
|
2056
|
+
|
|
2057
|
+
Attempts to send test email to the System Administrator User using Mail Settings provided as a parameter. You may change the 'To' email in the user profile of the System Administrator. Available for users with 'SYS_ADMIN' authority. # noqa: E501
|
|
2058
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
2059
|
+
asynchronous HTTP request, please pass async_req=True
|
|
2060
|
+
>>> thread = api.send_test_mail_using_post(async_req=True)
|
|
2061
|
+
>>> result = thread.get()
|
|
2062
|
+
|
|
2063
|
+
:param async_req bool
|
|
2064
|
+
:param AdminSettings body:
|
|
2065
|
+
:return: None
|
|
2066
|
+
If the method is called asynchronously,
|
|
2067
|
+
returns the request thread.
|
|
2068
|
+
"""
|
|
2069
|
+
kwargs['_return_http_data_only'] = True
|
|
2070
|
+
if kwargs.get('async_req'):
|
|
2071
|
+
return self.send_test_mail_using_post_with_http_info(**kwargs) # noqa: E501
|
|
2072
|
+
else:
|
|
2073
|
+
(data) = self.send_test_mail_using_post_with_http_info(**kwargs) # noqa: E501
|
|
2074
|
+
return data
|
|
2075
|
+
|
|
2076
|
+
def send_test_mail_using_post_with_http_info(self, **kwargs): # noqa: E501
|
|
2077
|
+
"""Send test email (sendTestMail) # noqa: E501
|
|
2078
|
+
|
|
2079
|
+
Attempts to send test email to the System Administrator User using Mail Settings provided as a parameter. You may change the 'To' email in the user profile of the System Administrator. Available for users with 'SYS_ADMIN' authority. # noqa: E501
|
|
2080
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
2081
|
+
asynchronous HTTP request, please pass async_req=True
|
|
2082
|
+
>>> thread = api.send_test_mail_using_post_with_http_info(async_req=True)
|
|
2083
|
+
>>> result = thread.get()
|
|
2084
|
+
|
|
2085
|
+
:param async_req bool
|
|
2086
|
+
:param AdminSettings body:
|
|
2087
|
+
:return: None
|
|
2088
|
+
If the method is called asynchronously,
|
|
2089
|
+
returns the request thread.
|
|
2090
|
+
"""
|
|
2091
|
+
|
|
2092
|
+
all_params = ['body'] # noqa: E501
|
|
2093
|
+
all_params.append('async_req')
|
|
2094
|
+
all_params.append('_return_http_data_only')
|
|
2095
|
+
all_params.append('_preload_content')
|
|
2096
|
+
all_params.append('_request_timeout')
|
|
2097
|
+
|
|
2098
|
+
params = locals()
|
|
2099
|
+
for key, val in six.iteritems(params['kwargs']):
|
|
2100
|
+
if key not in all_params:
|
|
2101
|
+
raise TypeError(
|
|
2102
|
+
"Got an unexpected keyword argument '%s'"
|
|
2103
|
+
" to method send_test_mail_using_post" % key
|
|
2104
|
+
)
|
|
2105
|
+
params[key] = val
|
|
2106
|
+
del params['kwargs']
|
|
2107
|
+
# verify the required parameter 'body' is set
|
|
2108
|
+
if ('body' not in params or
|
|
2109
|
+
params['body'] is None):
|
|
2110
|
+
raise ValueError("Missing the required parameter `body` when calling `send_test_mail`") # noqa: E501
|
|
2111
|
+
|
|
2112
|
+
collection_formats = {}
|
|
2113
|
+
|
|
2114
|
+
path_params = {}
|
|
2115
|
+
|
|
2116
|
+
query_params = []
|
|
2117
|
+
|
|
2118
|
+
header_params = {}
|
|
2119
|
+
|
|
2120
|
+
form_params = []
|
|
2121
|
+
local_var_files = {}
|
|
2122
|
+
|
|
2123
|
+
body_params = None
|
|
2124
|
+
if 'body' in params:
|
|
2125
|
+
body_params = params['body']
|
|
2126
|
+
# HTTP header `Accept`
|
|
2127
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
|
2128
|
+
['application/json']) # noqa: E501
|
|
2129
|
+
|
|
2130
|
+
# HTTP header `Content-Type`
|
|
2131
|
+
header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
|
|
2132
|
+
['application/json']) # noqa: E501
|
|
2133
|
+
|
|
2134
|
+
# Authentication setting
|
|
2135
|
+
auth_settings = ['X-Authorization'] # noqa: E501
|
|
2136
|
+
|
|
2137
|
+
return self.api_client.call_api(
|
|
2138
|
+
'/api/admin/settings/testMail', 'POST',
|
|
2139
|
+
path_params,
|
|
2140
|
+
query_params,
|
|
2141
|
+
header_params,
|
|
2142
|
+
body=body_params,
|
|
2143
|
+
post_params=form_params,
|
|
2144
|
+
files=local_var_files,
|
|
2145
|
+
response_type=None, # noqa: E501
|
|
2146
|
+
auth_settings=auth_settings,
|
|
2147
|
+
async_req=params.get('async_req'),
|
|
2148
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
2149
|
+
_preload_content=params.get('_preload_content', True),
|
|
2150
|
+
_request_timeout=params.get('_request_timeout'),
|
|
2151
|
+
collection_formats=collection_formats)
|
|
2152
|
+
|
|
2153
|
+
def send_test_sms_using_post(self, **kwargs): # noqa: E501
|
|
2154
|
+
"""Send test sms (sendTestMail) # noqa: E501
|
|
2155
|
+
|
|
2156
|
+
Attempts to send test sms to the System Administrator User using SMS Settings and phone number provided as a parameters of the request. Available for users with 'SYS_ADMIN' authority. # noqa: E501
|
|
2157
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
2158
|
+
asynchronous HTTP request, please pass async_req=True
|
|
2159
|
+
>>> thread = api.send_test_sms_using_post(async_req=True)
|
|
2160
|
+
>>> result = thread.get()
|
|
2161
|
+
|
|
2162
|
+
:param async_req bool
|
|
2163
|
+
:param TestSmsRequest body:
|
|
2164
|
+
:return: None
|
|
2165
|
+
If the method is called asynchronously,
|
|
2166
|
+
returns the request thread.
|
|
2167
|
+
"""
|
|
2168
|
+
kwargs['_return_http_data_only'] = True
|
|
2169
|
+
if kwargs.get('async_req'):
|
|
2170
|
+
return self.send_test_sms_using_post_with_http_info(**kwargs) # noqa: E501
|
|
2171
|
+
else:
|
|
2172
|
+
(data) = self.send_test_sms_using_post_with_http_info(**kwargs) # noqa: E501
|
|
2173
|
+
return data
|
|
2174
|
+
|
|
2175
|
+
def send_test_sms_using_post_with_http_info(self, **kwargs): # noqa: E501
|
|
2176
|
+
"""Send test sms (sendTestMail) # noqa: E501
|
|
2177
|
+
|
|
2178
|
+
Attempts to send test sms to the System Administrator User using SMS Settings and phone number provided as a parameters of the request. Available for users with 'SYS_ADMIN' authority. # noqa: E501
|
|
2179
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
2180
|
+
asynchronous HTTP request, please pass async_req=True
|
|
2181
|
+
>>> thread = api.send_test_sms_using_post_with_http_info(async_req=True)
|
|
2182
|
+
>>> result = thread.get()
|
|
2183
|
+
|
|
2184
|
+
:param async_req bool
|
|
2185
|
+
:param TestSmsRequest body:
|
|
2186
|
+
:return: None
|
|
2187
|
+
If the method is called asynchronously,
|
|
2188
|
+
returns the request thread.
|
|
2189
|
+
"""
|
|
2190
|
+
|
|
2191
|
+
all_params = ['body'] # noqa: E501
|
|
2192
|
+
all_params.append('async_req')
|
|
2193
|
+
all_params.append('_return_http_data_only')
|
|
2194
|
+
all_params.append('_preload_content')
|
|
2195
|
+
all_params.append('_request_timeout')
|
|
2196
|
+
|
|
2197
|
+
params = locals()
|
|
2198
|
+
for key, val in six.iteritems(params['kwargs']):
|
|
2199
|
+
if key not in all_params:
|
|
2200
|
+
raise TypeError(
|
|
2201
|
+
"Got an unexpected keyword argument '%s'"
|
|
2202
|
+
" to method send_test_sms_using_post" % key
|
|
2203
|
+
)
|
|
2204
|
+
params[key] = val
|
|
2205
|
+
del params['kwargs']
|
|
2206
|
+
# verify the required parameter 'body' is set
|
|
2207
|
+
if ('body' not in params or
|
|
2208
|
+
params['body'] is None):
|
|
2209
|
+
raise ValueError("Missing the required parameter `body` when calling `send_test_sms`") # noqa: E501
|
|
2210
|
+
|
|
2211
|
+
collection_formats = {}
|
|
2212
|
+
|
|
2213
|
+
path_params = {}
|
|
2214
|
+
|
|
2215
|
+
query_params = []
|
|
2216
|
+
|
|
2217
|
+
header_params = {}
|
|
2218
|
+
|
|
2219
|
+
form_params = []
|
|
2220
|
+
local_var_files = {}
|
|
2221
|
+
|
|
2222
|
+
body_params = None
|
|
2223
|
+
if 'body' in params:
|
|
2224
|
+
body_params = params['body']
|
|
2225
|
+
# HTTP header `Accept`
|
|
2226
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
|
2227
|
+
['application/json']) # noqa: E501
|
|
2228
|
+
|
|
2229
|
+
# HTTP header `Content-Type`
|
|
2230
|
+
header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
|
|
2231
|
+
['application/json']) # noqa: E501
|
|
2232
|
+
|
|
2233
|
+
# Authentication setting
|
|
2234
|
+
auth_settings = ['X-Authorization'] # noqa: E501
|
|
2235
|
+
|
|
2236
|
+
return self.api_client.call_api(
|
|
2237
|
+
'/api/admin/settings/testSms', 'POST',
|
|
2238
|
+
path_params,
|
|
2239
|
+
query_params,
|
|
2240
|
+
header_params,
|
|
2241
|
+
body=body_params,
|
|
2242
|
+
post_params=form_params,
|
|
2243
|
+
files=local_var_files,
|
|
2244
|
+
response_type=None, # noqa: E501
|
|
2245
|
+
auth_settings=auth_settings,
|
|
2246
|
+
async_req=params.get('async_req'),
|
|
2247
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
2248
|
+
_preload_content=params.get('_preload_content', True),
|
|
2249
|
+
_request_timeout=params.get('_request_timeout'),
|
|
2250
|
+
collection_formats=collection_formats)
|