xbim_aim 2.0.0
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.
- checksums.yaml +7 -0
- data/Gemfile +9 -0
- data/README.md +413 -0
- data/Rakefile +10 -0
- data/lib/xbim_aim/api/admin_api.rb +358 -0
- data/lib/xbim_aim/api/applications_api.rb +203 -0
- data/lib/xbim_aim/api/assemblies_api.rb +690 -0
- data/lib/xbim_aim/api/assets_api.rb +926 -0
- data/lib/xbim_aim/api/attributes_api.rb +789 -0
- data/lib/xbim_aim/api/component_types_api.rb +690 -0
- data/lib/xbim_aim/api/components_api.rb +803 -0
- data/lib/xbim_aim/api/contacts_api.rb +690 -0
- data/lib/xbim_aim/api/diagnostics_api.rb +109 -0
- data/lib/xbim_aim/api/document_files_api.rb +224 -0
- data/lib/xbim_aim/api/documents_api.rb +690 -0
- data/lib/xbim_aim/api/entities_api.rb +904 -0
- data/lib/xbim_aim/api/facilities_api.rb +690 -0
- data/lib/xbim_aim/api/issues_api.rb +690 -0
- data/lib/xbim_aim/api/jobs_api.rb +690 -0
- data/lib/xbim_aim/api/levels_api.rb +690 -0
- data/lib/xbim_aim/api/logs_api.rb +90 -0
- data/lib/xbim_aim/api/model_files_api.rb +219 -0
- data/lib/xbim_aim/api/model_mapping_api.rb +203 -0
- data/lib/xbim_aim/api/models_api.rb +1308 -0
- data/lib/xbim_aim/api/resources_api.rb +690 -0
- data/lib/xbim_aim/api/schedules_api.rb +496 -0
- data/lib/xbim_aim/api/sites_api.rb +690 -0
- data/lib/xbim_aim/api/spaces_api.rb +803 -0
- data/lib/xbim_aim/api/spares_api.rb +690 -0
- data/lib/xbim_aim/api/stats_api.rb +170 -0
- data/lib/xbim_aim/api/systems_api.rb +690 -0
- data/lib/xbim_aim/api/thumbnails_api.rb +182 -0
- data/lib/xbim_aim/api/wexbim_api.rb +849 -0
- data/lib/xbim_aim/api/zones_api.rb +690 -0
- data/lib/xbim_aim/api_client.rb +390 -0
- data/lib/xbim_aim/api_error.rb +57 -0
- data/lib/xbim_aim/configuration.rb +278 -0
- data/lib/xbim_aim/models/application.rb +277 -0
- data/lib/xbim_aim/models/assembly_diagnostics.rb +299 -0
- data/lib/xbim_aim/models/assembly_info.rb +308 -0
- data/lib/xbim_aim/models/assembly_item.rb +454 -0
- data/lib/xbim_aim/models/asset.rb +339 -0
- data/lib/xbim_aim/models/asset_create.rb +268 -0
- data/lib/xbim_aim/models/asset_edit.rb +263 -0
- data/lib/xbim_aim/models/asset_segment.rb +304 -0
- data/lib/xbim_aim/models/attribute_definition.rb +354 -0
- data/lib/xbim_aim/models/attribute_definition_create.rb +338 -0
- data/lib/xbim_aim/models/attribute_definition_edit.rb +288 -0
- data/lib/xbim_aim/models/attribute_definition_entity.rb +392 -0
- data/lib/xbim_aim/models/attribute_value.rb +333 -0
- data/lib/xbim_aim/models/attribute_value_entity.rb +272 -0
- data/lib/xbim_aim/models/cell.rb +236 -0
- data/lib/xbim_aim/models/classification_node.rb +254 -0
- data/lib/xbim_aim/models/column_definition.rb +297 -0
- data/lib/xbim_aim/models/complex_value_base.rb +261 -0
- data/lib/xbim_aim/models/component.rb +535 -0
- data/lib/xbim_aim/models/component_create.rb +283 -0
- data/lib/xbim_aim/models/component_edit.rb +248 -0
- data/lib/xbim_aim/models/component_info.rb +326 -0
- data/lib/xbim_aim/models/component_type.rb +498 -0
- data/lib/xbim_aim/models/component_type_info.rb +308 -0
- data/lib/xbim_aim/models/contact.rb +443 -0
- data/lib/xbim_aim/models/contact_entity.rb +333 -0
- data/lib/xbim_aim/models/contact_info.rb +308 -0
- data/lib/xbim_aim/models/db_update.rb +227 -0
- data/lib/xbim_aim/models/document.rb +421 -0
- data/lib/xbim_aim/models/document_create.rb +345 -0
- data/lib/xbim_aim/models/document_edit.rb +310 -0
- data/lib/xbim_aim/models/document_info.rb +308 -0
- data/lib/xbim_aim/models/entity.rb +421 -0
- data/lib/xbim_aim/models/entity_base.rb +308 -0
- data/lib/xbim_aim/models/entity_contact.rb +333 -0
- data/lib/xbim_aim/models/entity_create.rb +274 -0
- data/lib/xbim_aim/models/entity_edit.rb +239 -0
- data/lib/xbim_aim/models/entity_mapping_info.rb +299 -0
- data/lib/xbim_aim/models/entity_match_descriptor.rb +245 -0
- data/lib/xbim_aim/models/entity_match_info.rb +238 -0
- data/lib/xbim_aim/models/entity_ref.rb +281 -0
- data/lib/xbim_aim/models/facility.rb +432 -0
- data/lib/xbim_aim/models/facility_info.rb +308 -0
- data/lib/xbim_aim/models/file_upload_result.rb +300 -0
- data/lib/xbim_aim/models/footprint.rb +254 -0
- data/lib/xbim_aim/models/i_metered_resource.rb +254 -0
- data/lib/xbim_aim/models/ifc_type.rb +247 -0
- data/lib/xbim_aim/models/inline_object.rb +294 -0
- data/lib/xbim_aim/models/inline_object1.rb +294 -0
- data/lib/xbim_aim/models/inline_object2.rb +220 -0
- data/lib/xbim_aim/models/inline_object3.rb +223 -0
- data/lib/xbim_aim/models/inline_object4.rb +294 -0
- data/lib/xbim_aim/models/inline_object5.rb +294 -0
- data/lib/xbim_aim/models/issue.rb +443 -0
- data/lib/xbim_aim/models/issue_info.rb +308 -0
- data/lib/xbim_aim/models/job.rb +483 -0
- data/lib/xbim_aim/models/job_create.rb +283 -0
- data/lib/xbim_aim/models/job_edit.rb +248 -0
- data/lib/xbim_aim/models/job_info.rb +308 -0
- data/lib/xbim_aim/models/level.rb +463 -0
- data/lib/xbim_aim/models/level_create.rb +274 -0
- data/lib/xbim_aim/models/level_edit.rb +239 -0
- data/lib/xbim_aim/models/level_info.rb +308 -0
- data/lib/xbim_aim/models/mapping_message_info.rb +281 -0
- data/lib/xbim_aim/models/mapping_properties.rb +227 -0
- data/lib/xbim_aim/models/member_permission.rb +292 -0
- data/lib/xbim_aim/models/member_role.rb +320 -0
- data/lib/xbim_aim/models/model.rb +617 -0
- data/lib/xbim_aim/models/model_create.rb +318 -0
- data/lib/xbim_aim/models/model_edit.rb +284 -0
- data/lib/xbim_aim/models/model_info.rb +380 -0
- data/lib/xbim_aim/models/model_mapping.rb +363 -0
- data/lib/xbim_aim/models/model_mapping_report.rb +354 -0
- data/lib/xbim_aim/models/o_data_list_response_of_application.rb +247 -0
- data/lib/xbim_aim/models/o_data_list_response_of_assembly_diagnostics.rb +247 -0
- data/lib/xbim_aim/models/o_data_list_response_of_assembly_item.rb +247 -0
- data/lib/xbim_aim/models/o_data_list_response_of_asset.rb +247 -0
- data/lib/xbim_aim/models/o_data_list_response_of_attribute_definition.rb +247 -0
- data/lib/xbim_aim/models/o_data_list_response_of_attribute_definition_entity.rb +247 -0
- data/lib/xbim_aim/models/o_data_list_response_of_attribute_value.rb +247 -0
- data/lib/xbim_aim/models/o_data_list_response_of_complex_value_base.rb +247 -0
- data/lib/xbim_aim/models/o_data_list_response_of_component.rb +247 -0
- data/lib/xbim_aim/models/o_data_list_response_of_component_type.rb +247 -0
- data/lib/xbim_aim/models/o_data_list_response_of_contact.rb +247 -0
- data/lib/xbim_aim/models/o_data_list_response_of_document.rb +247 -0
- data/lib/xbim_aim/models/o_data_list_response_of_entity.rb +247 -0
- data/lib/xbim_aim/models/o_data_list_response_of_entity_ref.rb +247 -0
- data/lib/xbim_aim/models/o_data_list_response_of_facility.rb +247 -0
- data/lib/xbim_aim/models/o_data_list_response_of_issue.rb +247 -0
- data/lib/xbim_aim/models/o_data_list_response_of_job.rb +247 -0
- data/lib/xbim_aim/models/o_data_list_response_of_level.rb +247 -0
- data/lib/xbim_aim/models/o_data_list_response_of_member_permission.rb +247 -0
- data/lib/xbim_aim/models/o_data_list_response_of_model.rb +247 -0
- data/lib/xbim_aim/models/o_data_list_response_of_model_mapping.rb +247 -0
- data/lib/xbim_aim/models/o_data_list_response_of_model_mapping_report.rb +247 -0
- data/lib/xbim_aim/models/o_data_list_response_of_resource.rb +247 -0
- data/lib/xbim_aim/models/o_data_list_response_of_role.rb +247 -0
- data/lib/xbim_aim/models/o_data_list_response_of_row.rb +247 -0
- data/lib/xbim_aim/models/o_data_list_response_of_schedule.rb +247 -0
- data/lib/xbim_aim/models/o_data_list_response_of_site.rb +247 -0
- data/lib/xbim_aim/models/o_data_list_response_of_space.rb +247 -0
- data/lib/xbim_aim/models/o_data_list_response_of_spare.rb +247 -0
- data/lib/xbim_aim/models/o_data_list_response_of_system_item.rb +247 -0
- data/lib/xbim_aim/models/o_data_list_response_of_zone.rb +247 -0
- data/lib/xbim_aim/models/o_data_response_of_boolean.rb +227 -0
- data/lib/xbim_aim/models/quota_status.rb +300 -0
- data/lib/xbim_aim/models/related_entity.rb +432 -0
- data/lib/xbim_aim/models/resource.rb +443 -0
- data/lib/xbim_aim/models/resource_info.rb +308 -0
- data/lib/xbim_aim/models/role.rb +331 -0
- data/lib/xbim_aim/models/role_member.rb +279 -0
- data/lib/xbim_aim/models/row.rb +229 -0
- data/lib/xbim_aim/models/schedule.rb +258 -0
- data/lib/xbim_aim/models/site.rb +432 -0
- data/lib/xbim_aim/models/space.rb +491 -0
- data/lib/xbim_aim/models/space_create.rb +283 -0
- data/lib/xbim_aim/models/space_edit.rb +248 -0
- data/lib/xbim_aim/models/space_info.rb +326 -0
- data/lib/xbim_aim/models/spare.rb +450 -0
- data/lib/xbim_aim/models/spare_create.rb +283 -0
- data/lib/xbim_aim/models/spare_edit.rb +248 -0
- data/lib/xbim_aim/models/spare_info.rb +308 -0
- data/lib/xbim_aim/models/system_info.rb +319 -0
- data/lib/xbim_aim/models/system_item.rb +454 -0
- data/lib/xbim_aim/models/user_permissions.rb +275 -0
- data/lib/xbim_aim/models/value_container.rb +308 -0
- data/lib/xbim_aim/models/zone.rb +454 -0
- data/lib/xbim_aim/models/zone_info.rb +308 -0
- data/lib/xbim_aim/version.rb +15 -0
- data/lib/xbim_aim.rb +197 -0
- data/spec/api/admin_api_spec.rb +95 -0
- data/spec/api/applications_api_spec.rb +71 -0
- data/spec/api/assemblies_api_spec.rb +160 -0
- data/spec/api/assets_api_spec.rb +203 -0
- data/spec/api/attributes_api_spec.rb +177 -0
- data/spec/api/component_types_api_spec.rb +160 -0
- data/spec/api/components_api_spec.rb +184 -0
- data/spec/api/contacts_api_spec.rb +160 -0
- data/spec/api/diagnostics_api_spec.rb +54 -0
- data/spec/api/document_files_api_spec.rb +69 -0
- data/spec/api/documents_api_spec.rb +160 -0
- data/spec/api/entities_api_spec.rb +203 -0
- data/spec/api/facilities_api_spec.rb +160 -0
- data/spec/api/issues_api_spec.rb +160 -0
- data/spec/api/jobs_api_spec.rb +160 -0
- data/spec/api/levels_api_spec.rb +160 -0
- data/spec/api/logs_api_spec.rb +47 -0
- data/spec/api/model_files_api_spec.rb +71 -0
- data/spec/api/model_mapping_api_spec.rb +71 -0
- data/spec/api/models_api_spec.rb +273 -0
- data/spec/api/resources_api_spec.rb +160 -0
- data/spec/api/schedules_api_spec.rb +126 -0
- data/spec/api/sites_api_spec.rb +160 -0
- data/spec/api/spaces_api_spec.rb +184 -0
- data/spec/api/spares_api_spec.rb +160 -0
- data/spec/api/stats_api_spec.rb +61 -0
- data/spec/api/systems_api_spec.rb +160 -0
- data/spec/api/thumbnails_api_spec.rb +63 -0
- data/spec/api/wexbim_api_spec.rb +175 -0
- data/spec/api/zones_api_spec.rb +160 -0
- data/spec/api_client_spec.rb +226 -0
- data/spec/configuration_spec.rb +42 -0
- data/spec/models/application_spec.rb +70 -0
- data/spec/models/assembly_diagnostics_spec.rb +88 -0
- data/spec/models/assembly_info_spec.rb +94 -0
- data/spec/models/assembly_item_spec.rb +178 -0
- data/spec/models/asset_create_spec.rb +44 -0
- data/spec/models/asset_edit_spec.rb +44 -0
- data/spec/models/asset_segment_spec.rb +88 -0
- data/spec/models/asset_spec.rb +92 -0
- data/spec/models/attribute_definition_create_spec.rb +78 -0
- data/spec/models/attribute_definition_edit_spec.rb +62 -0
- data/spec/models/attribute_definition_entity_spec.rb +126 -0
- data/spec/models/attribute_definition_spec.rb +102 -0
- data/spec/models/attribute_value_entity_spec.rb +70 -0
- data/spec/models/attribute_value_spec.rb +92 -0
- data/spec/models/cell_spec.rb +46 -0
- data/spec/models/classification_node_spec.rb +58 -0
- data/spec/models/column_definition_spec.rb +68 -0
- data/spec/models/complex_value_base_spec.rb +44 -0
- data/spec/models/component_create_spec.rb +70 -0
- data/spec/models/component_edit_spec.rb +52 -0
- data/spec/models/component_info_spec.rb +106 -0
- data/spec/models/component_spec.rb +226 -0
- data/spec/models/component_type_info_spec.rb +94 -0
- data/spec/models/component_type_spec.rb +202 -0
- data/spec/models/contact_entity_spec.rb +92 -0
- data/spec/models/contact_info_spec.rb +94 -0
- data/spec/models/contact_spec.rb +172 -0
- data/spec/models/db_update_spec.rb +40 -0
- data/spec/models/document_create_spec.rb +106 -0
- data/spec/models/document_edit_spec.rb +88 -0
- data/spec/models/document_info_spec.rb +94 -0
- data/spec/models/document_spec.rb +160 -0
- data/spec/models/entity_base_spec.rb +94 -0
- data/spec/models/entity_contact_spec.rb +92 -0
- data/spec/models/entity_create_spec.rb +64 -0
- data/spec/models/entity_edit_spec.rb +46 -0
- data/spec/models/entity_mapping_info_spec.rb +88 -0
- data/spec/models/entity_match_descriptor_spec.rb +52 -0
- data/spec/models/entity_match_info_spec.rb +46 -0
- data/spec/models/entity_ref_spec.rb +76 -0
- data/spec/models/entity_spec.rb +160 -0
- data/spec/models/facility_info_spec.rb +94 -0
- data/spec/models/facility_spec.rb +166 -0
- data/spec/models/file_upload_result_spec.rb +82 -0
- data/spec/models/footprint_spec.rb +58 -0
- data/spec/models/i_metered_resource_spec.rb +58 -0
- data/spec/models/ifc_type_spec.rb +52 -0
- data/spec/models/inline_object1_spec.rb +56 -0
- data/spec/models/inline_object2_spec.rb +34 -0
- data/spec/models/inline_object3_spec.rb +34 -0
- data/spec/models/inline_object4_spec.rb +56 -0
- data/spec/models/inline_object5_spec.rb +56 -0
- data/spec/models/inline_object_spec.rb +56 -0
- data/spec/models/issue_info_spec.rb +94 -0
- data/spec/models/issue_spec.rb +172 -0
- data/spec/models/job_create_spec.rb +70 -0
- data/spec/models/job_edit_spec.rb +52 -0
- data/spec/models/job_info_spec.rb +94 -0
- data/spec/models/job_spec.rb +196 -0
- data/spec/models/level_create_spec.rb +64 -0
- data/spec/models/level_edit_spec.rb +46 -0
- data/spec/models/level_info_spec.rb +94 -0
- data/spec/models/level_spec.rb +184 -0
- data/spec/models/mapping_message_info_spec.rb +76 -0
- data/spec/models/mapping_properties_spec.rb +40 -0
- data/spec/models/member_permission_spec.rb +66 -0
- data/spec/models/member_role_spec.rb +82 -0
- data/spec/models/model_create_spec.rb +68 -0
- data/spec/models/model_edit_spec.rb +56 -0
- data/spec/models/model_info_spec.rb +142 -0
- data/spec/models/model_mapping_report_spec.rb +118 -0
- data/spec/models/model_mapping_spec.rb +124 -0
- data/spec/models/model_spec.rb +260 -0
- data/spec/models/o_data_list_response_of_application_spec.rb +52 -0
- data/spec/models/o_data_list_response_of_assembly_diagnostics_spec.rb +52 -0
- data/spec/models/o_data_list_response_of_assembly_item_spec.rb +52 -0
- data/spec/models/o_data_list_response_of_asset_spec.rb +52 -0
- data/spec/models/o_data_list_response_of_attribute_definition_entity_spec.rb +52 -0
- data/spec/models/o_data_list_response_of_attribute_definition_spec.rb +52 -0
- data/spec/models/o_data_list_response_of_attribute_value_spec.rb +52 -0
- data/spec/models/o_data_list_response_of_complex_value_base_spec.rb +52 -0
- data/spec/models/o_data_list_response_of_component_spec.rb +52 -0
- data/spec/models/o_data_list_response_of_component_type_spec.rb +52 -0
- data/spec/models/o_data_list_response_of_contact_spec.rb +52 -0
- data/spec/models/o_data_list_response_of_document_spec.rb +52 -0
- data/spec/models/o_data_list_response_of_entity_ref_spec.rb +52 -0
- data/spec/models/o_data_list_response_of_entity_spec.rb +52 -0
- data/spec/models/o_data_list_response_of_facility_spec.rb +52 -0
- data/spec/models/o_data_list_response_of_issue_spec.rb +52 -0
- data/spec/models/o_data_list_response_of_job_spec.rb +52 -0
- data/spec/models/o_data_list_response_of_level_spec.rb +52 -0
- data/spec/models/o_data_list_response_of_member_permission_spec.rb +52 -0
- data/spec/models/o_data_list_response_of_model_mapping_report_spec.rb +52 -0
- data/spec/models/o_data_list_response_of_model_mapping_spec.rb +52 -0
- data/spec/models/o_data_list_response_of_model_spec.rb +52 -0
- data/spec/models/o_data_list_response_of_resource_spec.rb +52 -0
- data/spec/models/o_data_list_response_of_role_spec.rb +52 -0
- data/spec/models/o_data_list_response_of_row_spec.rb +52 -0
- data/spec/models/o_data_list_response_of_schedule_spec.rb +52 -0
- data/spec/models/o_data_list_response_of_site_spec.rb +52 -0
- data/spec/models/o_data_list_response_of_space_spec.rb +52 -0
- data/spec/models/o_data_list_response_of_spare_spec.rb +52 -0
- data/spec/models/o_data_list_response_of_system_item_spec.rb +52 -0
- data/spec/models/o_data_list_response_of_zone_spec.rb +52 -0
- data/spec/models/o_data_response_of_boolean_spec.rb +40 -0
- data/spec/models/quota_status_spec.rb +66 -0
- data/spec/models/related_entity_spec.rb +166 -0
- data/spec/models/resource_info_spec.rb +94 -0
- data/spec/models/resource_spec.rb +172 -0
- data/spec/models/role_member_spec.rb +56 -0
- data/spec/models/role_spec.rb +88 -0
- data/spec/models/row_spec.rb +40 -0
- data/spec/models/schedule_spec.rb +58 -0
- data/spec/models/site_spec.rb +166 -0
- data/spec/models/space_create_spec.rb +70 -0
- data/spec/models/space_edit_spec.rb +52 -0
- data/spec/models/space_info_spec.rb +106 -0
- data/spec/models/space_spec.rb +202 -0
- data/spec/models/spare_create_spec.rb +70 -0
- data/spec/models/spare_edit_spec.rb +52 -0
- data/spec/models/spare_info_spec.rb +94 -0
- data/spec/models/spare_spec.rb +178 -0
- data/spec/models/system_info_spec.rb +100 -0
- data/spec/models/system_item_spec.rb +178 -0
- data/spec/models/user_permissions_spec.rb +56 -0
- data/spec/models/value_container_spec.rb +78 -0
- data/spec/models/zone_info_spec.rb +94 -0
- data/spec/models/zone_spec.rb +178 -0
- data/spec/spec_helper.rb +111 -0
- data/xbim_aim-1.0.0.gem +0 -0
- data/xbim_aim.gemspec +38 -0
- metadata +413 -0
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#XBIM Flex API v2
|
|
3
|
+
|
|
4
|
+
#This is the XBIM Flex Swagger service where you can explore the REST API for the platform.
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: 2.0
|
|
7
|
+
Contact: info@xbim.net
|
|
8
|
+
Generated by: https://openapi-generator.tech
|
|
9
|
+
OpenAPI Generator version: 5.4.0
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
|
|
16
|
+
# Unit tests for XbimAim::AssembliesApi
|
|
17
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
18
|
+
# Please update as you see appropriate
|
|
19
|
+
describe 'AssembliesApi' do
|
|
20
|
+
before do
|
|
21
|
+
# run before each test
|
|
22
|
+
@api_instance = XbimAim::AssembliesApi.new
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
after do
|
|
26
|
+
# run after each test
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
describe 'test an instance of AssembliesApi' do
|
|
30
|
+
it 'should create an instance of AssembliesApi' do
|
|
31
|
+
expect(@api_instance).to be_instance_of(XbimAim::AssembliesApi)
|
|
32
|
+
end
|
|
33
|
+
end
|
|
34
|
+
|
|
35
|
+
# unit tests for assemblies_add_document_by_assetmodelid_and_entityid_and_tenantid
|
|
36
|
+
# Adds a new document to a model entity
|
|
37
|
+
# <span style='font-size: 17px;'>Summary:</span>Adds a new document to a model entity.<br/>Return Type: <b>Document</b><br/><br/>
|
|
38
|
+
# @param asset_model_id The model Id
|
|
39
|
+
# @param entity_id The unique identifier for the target entity (Entity Label)
|
|
40
|
+
# @param tenant_id The unique Tenant ID (UUID or Identifier string)
|
|
41
|
+
# @param region The data center region the data resides in
|
|
42
|
+
# @param document A document to create
|
|
43
|
+
# @param [Hash] opts the optional parameters
|
|
44
|
+
# @return [Document]
|
|
45
|
+
describe 'assemblies_add_document_by_assetmodelid_and_entityid_and_tenantid test' do
|
|
46
|
+
it 'should work' do
|
|
47
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
48
|
+
end
|
|
49
|
+
end
|
|
50
|
+
|
|
51
|
+
# unit tests for assemblies_as_of_by_date_and_tenantid
|
|
52
|
+
# Get Assemblies as of by date and tenantid
|
|
53
|
+
# <span style='font-size: 17px;'>Summary:</span>Return Type: <b>ODataListResponseOfEntity</b><br/>For more information about OData responses <a href='https://www.odata.org/getting-started/understand-odata-in-6-steps/'>link</a>.<br/><br/>
|
|
54
|
+
# @param date
|
|
55
|
+
# @param tenant_id The unique Tenant ID (UUID or Identifier string)
|
|
56
|
+
# @param region The data center region the data resides in
|
|
57
|
+
# @param [Hash] opts the optional parameters
|
|
58
|
+
# @option opts [String] :expand Expands related entities inline.
|
|
59
|
+
# @option opts [String] :filter Filters the results, based on a Boolean condition.
|
|
60
|
+
# @option opts [String] :select Selects which properties to include in the response.
|
|
61
|
+
# @option opts [String] :orderby Sorts the results.
|
|
62
|
+
# @option opts [Integer] :top Returns only the first n results.
|
|
63
|
+
# @option opts [Integer] :skip Skips the first n results.
|
|
64
|
+
# @option opts [Boolean] :count Includes a count of the matching results in the response.
|
|
65
|
+
# @return [ODataListResponseOfEntity]
|
|
66
|
+
describe 'assemblies_as_of_by_date_and_tenantid test' do
|
|
67
|
+
it 'should work' do
|
|
68
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
69
|
+
end
|
|
70
|
+
end
|
|
71
|
+
|
|
72
|
+
# unit tests for assemblies_get_available_properties_by_assetid_and_tenantid
|
|
73
|
+
# Gets the Properties available on this Model
|
|
74
|
+
# <span style='font-size: 17px;'>Summary:</span>Gets the Properties available on this Model.<br/>Return Type: <b>ODataListResponseOfAttributeDefinition</b><br/>For more information about OData responses <a href='https://www.odata.org/getting-started/understand-odata-in-6-steps/'>link</a>.<br/><br/>
|
|
75
|
+
# @param asset_id The unique key for the asset
|
|
76
|
+
# @param tenant_id The unique Tenant ID (UUID or Identifier string)
|
|
77
|
+
# @param region The data center region the data resides in
|
|
78
|
+
# @param [Hash] opts the optional parameters
|
|
79
|
+
# @option opts [String] :expand Expands related entities inline.
|
|
80
|
+
# @option opts [String] :filter Filters the results, based on a Boolean condition.
|
|
81
|
+
# @option opts [String] :select Selects which properties to include in the response.
|
|
82
|
+
# @option opts [String] :orderby Sorts the results.
|
|
83
|
+
# @option opts [Integer] :top Returns only the first n results.
|
|
84
|
+
# @option opts [Integer] :skip Skips the first n results.
|
|
85
|
+
# @option opts [Boolean] :count Includes a count of the matching results in the response.
|
|
86
|
+
# @return [ODataListResponseOfAttributeDefinition]
|
|
87
|
+
describe 'assemblies_get_available_properties_by_assetid_and_tenantid test' do
|
|
88
|
+
it 'should work' do
|
|
89
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
90
|
+
end
|
|
91
|
+
end
|
|
92
|
+
|
|
93
|
+
# unit tests for assemblies_get_by_tenantid
|
|
94
|
+
# Returns the EntitySet Assemblies
|
|
95
|
+
# <span style='font-size: 17px;'>Summary:</span>Returns the EntitySet Assemblies.<br/>Return Type: <b>ODataListResponseOfAssemblyItem</b><br/>For more information about OData responses <a href='https://www.odata.org/getting-started/understand-odata-in-6-steps/'>link</a>.<br/><br/>
|
|
96
|
+
# @param tenant_id The unique Tenant ID (UUID or Identifier string)
|
|
97
|
+
# @param region The data center region the data resides in
|
|
98
|
+
# @param [Hash] opts the optional parameters
|
|
99
|
+
# @option opts [String] :expand Expands related entities inline.
|
|
100
|
+
# @option opts [String] :filter Filters the results, based on a Boolean condition.
|
|
101
|
+
# @option opts [String] :select Selects which properties to include in the response.
|
|
102
|
+
# @option opts [String] :orderby Sorts the results.
|
|
103
|
+
# @option opts [Integer] :top Returns only the first n results.
|
|
104
|
+
# @option opts [Integer] :skip Skips the first n results.
|
|
105
|
+
# @option opts [Boolean] :count Includes a count of the matching results in the response.
|
|
106
|
+
# @return [ODataListResponseOfAssemblyItem]
|
|
107
|
+
describe 'assemblies_get_by_tenantid test' do
|
|
108
|
+
it 'should work' do
|
|
109
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
110
|
+
end
|
|
111
|
+
end
|
|
112
|
+
|
|
113
|
+
# unit tests for assemblies_get_single_entity_by_assetmodelid_and_entityid_and_tenantid
|
|
114
|
+
# Get Assemblies single entity by assetmodelid, entityid and tenantid
|
|
115
|
+
# <span style='font-size: 17px;'>Summary:</span>Return Type: <b>AssemblyItem</b><br/><br/>
|
|
116
|
+
# @param asset_model_id
|
|
117
|
+
# @param entity_id
|
|
118
|
+
# @param tenant_id The unique Tenant ID (UUID or Identifier string)
|
|
119
|
+
# @param region The data center region the data resides in
|
|
120
|
+
# @param [Hash] opts the optional parameters
|
|
121
|
+
# @option opts [String] :expand Expands related entities inline.
|
|
122
|
+
# @option opts [String] :select Selects which properties to include in the response.
|
|
123
|
+
# @return [AssemblyItem]
|
|
124
|
+
describe 'assemblies_get_single_entity_by_assetmodelid_and_entityid_and_tenantid test' do
|
|
125
|
+
it 'should work' do
|
|
126
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
127
|
+
end
|
|
128
|
+
end
|
|
129
|
+
|
|
130
|
+
# unit tests for assemblies_patch_by_assetmodelid_and_entityid_and_tenantid
|
|
131
|
+
# Patch Assemblies by assetmodelid, entityid and tenantid
|
|
132
|
+
# <span style='font-size: 17px;'>Summary:</span>Return Type: <b>Entity</b><br/><br/>
|
|
133
|
+
# @param asset_model_id
|
|
134
|
+
# @param entity_id
|
|
135
|
+
# @param tenant_id The unique Tenant ID (UUID or Identifier string)
|
|
136
|
+
# @param region The data center region the data resides in
|
|
137
|
+
# @param patch
|
|
138
|
+
# @param [Hash] opts the optional parameters
|
|
139
|
+
# @return [Entity]
|
|
140
|
+
describe 'assemblies_patch_by_assetmodelid_and_entityid_and_tenantid test' do
|
|
141
|
+
it 'should work' do
|
|
142
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
143
|
+
end
|
|
144
|
+
end
|
|
145
|
+
|
|
146
|
+
# unit tests for assemblies_post_by_tenantid
|
|
147
|
+
# Post a new entity to EntitySet Assemblies
|
|
148
|
+
# <span style='font-size: 17px;'>Summary:</span>Post a new entity to EntitySet Assemblies.<br/>Return Type: <b>Entity</b><br/><br/>
|
|
149
|
+
# @param tenant_id The unique Tenant ID (UUID or Identifier string)
|
|
150
|
+
# @param region The data center region the data resides in
|
|
151
|
+
# @param assembly_item The entity to post
|
|
152
|
+
# @param [Hash] opts the optional parameters
|
|
153
|
+
# @return [Entity]
|
|
154
|
+
describe 'assemblies_post_by_tenantid test' do
|
|
155
|
+
it 'should work' do
|
|
156
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
157
|
+
end
|
|
158
|
+
end
|
|
159
|
+
|
|
160
|
+
end
|
|
@@ -0,0 +1,203 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#XBIM Flex API v2
|
|
3
|
+
|
|
4
|
+
#This is the XBIM Flex Swagger service where you can explore the REST API for the platform.
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: 2.0
|
|
7
|
+
Contact: info@xbim.net
|
|
8
|
+
Generated by: https://openapi-generator.tech
|
|
9
|
+
OpenAPI Generator version: 5.4.0
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
|
|
16
|
+
# Unit tests for XbimAim::AssetsApi
|
|
17
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
18
|
+
# Please update as you see appropriate
|
|
19
|
+
describe 'AssetsApi' do
|
|
20
|
+
before do
|
|
21
|
+
# run before each test
|
|
22
|
+
@api_instance = XbimAim::AssetsApi.new
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
after do
|
|
26
|
+
# run after each test
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
describe 'test an instance of AssetsApi' do
|
|
30
|
+
it 'should create an instance of AssetsApi' do
|
|
31
|
+
expect(@api_instance).to be_instance_of(XbimAim::AssetsApi)
|
|
32
|
+
end
|
|
33
|
+
end
|
|
34
|
+
|
|
35
|
+
# unit tests for assets_assign_by_tenantid_and_assetid
|
|
36
|
+
# Assigns a user to the given role on the asset
|
|
37
|
+
# <span style='font-size: 17px;'>Summary:</span>Assigns a user to the given role on the asset.<br/>Return Type: <b></b><br/><br/>
|
|
38
|
+
# @param tenant_id The unique Tenant ID (UUID or Identifier string)
|
|
39
|
+
# @param asset_id
|
|
40
|
+
# @param region The data center region the data resides in
|
|
41
|
+
# @param parameters
|
|
42
|
+
# @param [Hash] opts the optional parameters
|
|
43
|
+
# @return [nil]
|
|
44
|
+
describe 'assets_assign_by_tenantid_and_assetid test' do
|
|
45
|
+
it 'should work' do
|
|
46
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
47
|
+
end
|
|
48
|
+
end
|
|
49
|
+
|
|
50
|
+
# unit tests for assets_delete_by_assetid_and_tenantid
|
|
51
|
+
# Archive an Asset and and models for future deletion
|
|
52
|
+
# <span style='font-size: 17px;'>Summary:</span>Archive an Asset and and models for future deletion.<br/>Return Type: <b></b><br/><br/>
|
|
53
|
+
# @param asset_id key: AssetId
|
|
54
|
+
# @param tenant_id The unique Tenant ID (UUID or Identifier string)
|
|
55
|
+
# @param region The data center region the data resides in
|
|
56
|
+
# @param [Hash] opts the optional parameters
|
|
57
|
+
# @option opts [String] :if_match If-Match header
|
|
58
|
+
# @return [nil]
|
|
59
|
+
describe 'assets_delete_by_assetid_and_tenantid test' do
|
|
60
|
+
it 'should work' do
|
|
61
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
62
|
+
end
|
|
63
|
+
end
|
|
64
|
+
|
|
65
|
+
# unit tests for assets_get_by_tenantid
|
|
66
|
+
# Returns the EntitySet Assets
|
|
67
|
+
# <span style='font-size: 17px;'>Summary:</span>Returns the EntitySet Assets.<br/>Return Type: <b>ODataListResponseOfAsset</b><br/>For more information about OData responses <a href='https://www.odata.org/getting-started/understand-odata-in-6-steps/'>link</a>.<br/><br/>
|
|
68
|
+
# @param tenant_id The unique Tenant ID (UUID or Identifier string)
|
|
69
|
+
# @param region The data center region the data resides in
|
|
70
|
+
# @param [Hash] opts the optional parameters
|
|
71
|
+
# @option opts [String] :expand Expands related entities inline.
|
|
72
|
+
# @option opts [String] :filter Filters the results, based on a Boolean condition.
|
|
73
|
+
# @option opts [String] :select Selects which properties to include in the response.
|
|
74
|
+
# @option opts [String] :orderby Sorts the results.
|
|
75
|
+
# @option opts [Integer] :top Returns only the first n results.
|
|
76
|
+
# @option opts [Integer] :skip Skips the first n results.
|
|
77
|
+
# @option opts [Boolean] :count Includes a count of the matching results in the response.
|
|
78
|
+
# @return [ODataListResponseOfAsset]
|
|
79
|
+
describe 'assets_get_by_tenantid test' do
|
|
80
|
+
it 'should work' do
|
|
81
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
82
|
+
end
|
|
83
|
+
end
|
|
84
|
+
|
|
85
|
+
# unit tests for assets_get_single_by_assetid_and_tenantid
|
|
86
|
+
# Returns the entity with the key from Assets
|
|
87
|
+
# <span style='font-size: 17px;'>Summary:</span>Returns the entity with the key from Assets.<br/>Return Type: <b>Asset</b><br/><br/>
|
|
88
|
+
# @param asset_id key: AssetId
|
|
89
|
+
# @param tenant_id The unique Tenant ID (UUID or Identifier string)
|
|
90
|
+
# @param region The data center region the data resides in
|
|
91
|
+
# @param [Hash] opts the optional parameters
|
|
92
|
+
# @option opts [String] :expand Expands related entities inline.
|
|
93
|
+
# @option opts [String] :select Selects which properties to include in the response.
|
|
94
|
+
# @return [Asset]
|
|
95
|
+
describe 'assets_get_single_by_assetid_and_tenantid test' do
|
|
96
|
+
it 'should work' do
|
|
97
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
98
|
+
end
|
|
99
|
+
end
|
|
100
|
+
|
|
101
|
+
# unit tests for assets_member_access_by_assetid_and_tenantid
|
|
102
|
+
# Gets the list of users with access to this item and their permissions
|
|
103
|
+
# <span style='font-size: 17px;'>Summary:</span>Gets the list of users with access to this item and their permissions.<br/>Return Type: <b>ODataListResponseOfMemberPermission</b><br/>For more information about OData responses <a href='https://www.odata.org/getting-started/understand-odata-in-6-steps/'>link</a>.<br/><br/>
|
|
104
|
+
# @param asset_id
|
|
105
|
+
# @param tenant_id The unique Tenant ID (UUID or Identifier string)
|
|
106
|
+
# @param region The data center region the data resides in
|
|
107
|
+
# @param [Hash] opts the optional parameters
|
|
108
|
+
# @option opts [String] :expand Expands related entities inline.
|
|
109
|
+
# @option opts [String] :filter Filters the results, based on a Boolean condition.
|
|
110
|
+
# @option opts [String] :select Selects which properties to include in the response.
|
|
111
|
+
# @option opts [String] :orderby Sorts the results.
|
|
112
|
+
# @option opts [Integer] :top Returns only the first n results.
|
|
113
|
+
# @option opts [Integer] :skip Skips the first n results.
|
|
114
|
+
# @option opts [Boolean] :count Includes a count of the matching results in the response.
|
|
115
|
+
# @return [ODataListResponseOfMemberPermission]
|
|
116
|
+
describe 'assets_member_access_by_assetid_and_tenantid test' do
|
|
117
|
+
it 'should work' do
|
|
118
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
119
|
+
end
|
|
120
|
+
end
|
|
121
|
+
|
|
122
|
+
# unit tests for assets_patch_by_assetid_and_tenantid
|
|
123
|
+
# Edit an existing asset
|
|
124
|
+
# <span style='font-size: 17px;'>Summary:</span>Edit an existing asset.<br/>Return Type: <b>Asset</b><br/><br/>
|
|
125
|
+
# @param asset_id
|
|
126
|
+
# @param tenant_id The unique Tenant ID (UUID or Identifier string)
|
|
127
|
+
# @param region The data center region the data resides in
|
|
128
|
+
# @param asset The entity to patch
|
|
129
|
+
# @param [Hash] opts the optional parameters
|
|
130
|
+
# @return [Asset]
|
|
131
|
+
describe 'assets_patch_by_assetid_and_tenantid test' do
|
|
132
|
+
it 'should work' do
|
|
133
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
134
|
+
end
|
|
135
|
+
end
|
|
136
|
+
|
|
137
|
+
# unit tests for assets_permissions_by_assetid_and_tenantid
|
|
138
|
+
# Gets the effective permissions for this current user
|
|
139
|
+
# <span style='font-size: 17px;'>Summary:</span>Gets the effective permissions for this current user.<br/>Return Type: <b>UserPermissions</b><br/><br/>
|
|
140
|
+
# @param asset_id
|
|
141
|
+
# @param tenant_id The unique Tenant ID (UUID or Identifier string)
|
|
142
|
+
# @param region The data center region the data resides in
|
|
143
|
+
# @param [Hash] opts the optional parameters
|
|
144
|
+
# @option opts [String] :expand Expands related entities inline.
|
|
145
|
+
# @option opts [String] :select Selects which properties to include in the response.
|
|
146
|
+
# @return [UserPermissions]
|
|
147
|
+
describe 'assets_permissions_by_assetid_and_tenantid test' do
|
|
148
|
+
it 'should work' do
|
|
149
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
150
|
+
end
|
|
151
|
+
end
|
|
152
|
+
|
|
153
|
+
# unit tests for assets_post_by_tenantid
|
|
154
|
+
# Post a new entity to EntitySet Assets
|
|
155
|
+
# <span style='font-size: 17px;'>Summary:</span>Post a new entity to EntitySet Assets.<br/>Return Type: <b>Asset</b><br/><br/>
|
|
156
|
+
# @param tenant_id The unique Tenant ID (UUID or Identifier string)
|
|
157
|
+
# @param region The data center region the data resides in
|
|
158
|
+
# @param asset The entity to post
|
|
159
|
+
# @param [Hash] opts the optional parameters
|
|
160
|
+
# @return [Asset]
|
|
161
|
+
describe 'assets_post_by_tenantid test' do
|
|
162
|
+
it 'should work' do
|
|
163
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
164
|
+
end
|
|
165
|
+
end
|
|
166
|
+
|
|
167
|
+
# unit tests for assets_revoke_by_tenantid_and_assetid
|
|
168
|
+
# Revokes a user from the given role on the asset
|
|
169
|
+
# <span style='font-size: 17px;'>Summary:</span>Revokes a user from the given role on the asset.<br/>Return Type: <b></b><br/><br/>
|
|
170
|
+
# @param tenant_id The unique Tenant ID (UUID or Identifier string)
|
|
171
|
+
# @param asset_id
|
|
172
|
+
# @param region The data center region the data resides in
|
|
173
|
+
# @param parameters
|
|
174
|
+
# @param [Hash] opts the optional parameters
|
|
175
|
+
# @return [nil]
|
|
176
|
+
describe 'assets_revoke_by_tenantid_and_assetid test' do
|
|
177
|
+
it 'should work' do
|
|
178
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
179
|
+
end
|
|
180
|
+
end
|
|
181
|
+
|
|
182
|
+
# unit tests for assets_roles_by_assetid_and_tenantid
|
|
183
|
+
# Gets the roles for the given Asset
|
|
184
|
+
# <span style='font-size: 17px;'>Summary:</span>Gets the roles for the given Asset.<br/>Return Type: <b>ODataListResponseOfRole</b><br/>For more information about OData responses <a href='https://www.odata.org/getting-started/understand-odata-in-6-steps/'>link</a>.<br/><br/>
|
|
185
|
+
# @param asset_id
|
|
186
|
+
# @param tenant_id The unique Tenant ID (UUID or Identifier string)
|
|
187
|
+
# @param region The data center region the data resides in
|
|
188
|
+
# @param [Hash] opts the optional parameters
|
|
189
|
+
# @option opts [String] :expand Expands related entities inline.
|
|
190
|
+
# @option opts [String] :filter Filters the results, based on a Boolean condition.
|
|
191
|
+
# @option opts [String] :select Selects which properties to include in the response.
|
|
192
|
+
# @option opts [String] :orderby Sorts the results.
|
|
193
|
+
# @option opts [Integer] :top Returns only the first n results.
|
|
194
|
+
# @option opts [Integer] :skip Skips the first n results.
|
|
195
|
+
# @option opts [Boolean] :count Includes a count of the matching results in the response.
|
|
196
|
+
# @return [ODataListResponseOfRole]
|
|
197
|
+
describe 'assets_roles_by_assetid_and_tenantid test' do
|
|
198
|
+
it 'should work' do
|
|
199
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
200
|
+
end
|
|
201
|
+
end
|
|
202
|
+
|
|
203
|
+
end
|
|
@@ -0,0 +1,177 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#XBIM Flex API v2
|
|
3
|
+
|
|
4
|
+
#This is the XBIM Flex Swagger service where you can explore the REST API for the platform.
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: 2.0
|
|
7
|
+
Contact: info@xbim.net
|
|
8
|
+
Generated by: https://openapi-generator.tech
|
|
9
|
+
OpenAPI Generator version: 5.4.0
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
|
|
16
|
+
# Unit tests for XbimAim::AttributesApi
|
|
17
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
18
|
+
# Please update as you see appropriate
|
|
19
|
+
describe 'AttributesApi' do
|
|
20
|
+
before do
|
|
21
|
+
# run before each test
|
|
22
|
+
@api_instance = XbimAim::AttributesApi.new
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
after do
|
|
26
|
+
# run after each test
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
describe 'test an instance of AttributesApi' do
|
|
30
|
+
it 'should create an instance of AttributesApi' do
|
|
31
|
+
expect(@api_instance).to be_instance_of(XbimAim::AttributesApi)
|
|
32
|
+
end
|
|
33
|
+
end
|
|
34
|
+
|
|
35
|
+
# unit tests for attributes_change_data_type_by_assetmodelid_and_definitionid_and_tenantid
|
|
36
|
+
# Change the underlying data type for the attribute, migrating any existing data where possible
|
|
37
|
+
# <span style='font-size: 17px;'>Summary:</span>Change the underlying data type for the attribute, migrating any existing data where possible.<br/>This operation will attempt to generate new typed data values from the current value. Note this may result in an empty value if no conversion can be made - however the original values will be kept allowing the process to be reversed, so this is not permanently lossy. <br />E.g. converting Text value '15' to a Real or Integer will produce expected results, but an original value of 'FIVE' would fail to parse. <br /> Equally, some conversions make little sense, such as Logical converting to Date, and will be rejected..<br/>Return Type: <b>ODataResponseOfBoolean</b><br/>For more information about OData responses <a href='https://www.odata.org/getting-started/understand-odata-in-6-steps/'>link</a>.<br/><br/>
|
|
38
|
+
# @param asset_model_id The model Id
|
|
39
|
+
# @param definition_id The attribute definition Id
|
|
40
|
+
# @param data_type
|
|
41
|
+
# @param tenant_id The unique Tenant ID (UUID or Identifier string)
|
|
42
|
+
# @param region The data center region the data resides in
|
|
43
|
+
# @param [Hash] opts the optional parameters
|
|
44
|
+
# @return [ODataResponseOfBoolean]
|
|
45
|
+
describe 'attributes_change_data_type_by_assetmodelid_and_definitionid_and_tenantid test' do
|
|
46
|
+
it 'should work' do
|
|
47
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
48
|
+
end
|
|
49
|
+
end
|
|
50
|
+
|
|
51
|
+
# unit tests for attributes_get_by_assetmodelid_and_definitionid_and_tenantid
|
|
52
|
+
# Operation to interrogate a single attribute definition
|
|
53
|
+
# <span style='font-size: 17px;'>Summary:</span>Operation to interrogate a single attribute definition.<br/>This service returns a single attribute definition for the provided keys, or responds with a not found (404).<br/>Return Type: <b>AttributeDefinitionEntity</b><br/><br/>
|
|
54
|
+
# @param asset_model_id The model Id
|
|
55
|
+
# @param definition_id The attribute definition ID
|
|
56
|
+
# @param tenant_id The unique Tenant ID (UUID or Identifier string)
|
|
57
|
+
# @param region The data center region the data resides in
|
|
58
|
+
# @param [Hash] opts the optional parameters
|
|
59
|
+
# @option opts [String] :expand Expands related entities inline.
|
|
60
|
+
# @option opts [String] :select Selects which properties to include in the response.
|
|
61
|
+
# @return [AttributeDefinitionEntity]
|
|
62
|
+
describe 'attributes_get_by_assetmodelid_and_definitionid_and_tenantid test' do
|
|
63
|
+
it 'should work' do
|
|
64
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
65
|
+
end
|
|
66
|
+
end
|
|
67
|
+
|
|
68
|
+
# unit tests for attributes_get_by_tenantid
|
|
69
|
+
# Returns the EntitySet Attributes
|
|
70
|
+
# <span style='font-size: 17px;'>Summary:</span>Returns the EntitySet Attributes.<br/>Return Type: <b>ODataListResponseOfAttributeDefinitionEntity</b><br/>For more information about OData responses <a href='https://www.odata.org/getting-started/understand-odata-in-6-steps/'>link</a>.<br/><br/>
|
|
71
|
+
# @param tenant_id The unique Tenant ID (UUID or Identifier string)
|
|
72
|
+
# @param region The data center region the data resides in
|
|
73
|
+
# @param [Hash] opts the optional parameters
|
|
74
|
+
# @option opts [String] :expand Expands related entities inline.
|
|
75
|
+
# @option opts [String] :filter Filters the results, based on a Boolean condition.
|
|
76
|
+
# @option opts [String] :select Selects which properties to include in the response.
|
|
77
|
+
# @option opts [String] :orderby Sorts the results.
|
|
78
|
+
# @option opts [Integer] :top Returns only the first n results.
|
|
79
|
+
# @option opts [Integer] :skip Skips the first n results.
|
|
80
|
+
# @option opts [Boolean] :count Includes a count of the matching results in the response.
|
|
81
|
+
# @return [ODataListResponseOfAttributeDefinitionEntity]
|
|
82
|
+
describe 'attributes_get_by_tenantid test' do
|
|
83
|
+
it 'should work' do
|
|
84
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
85
|
+
end
|
|
86
|
+
end
|
|
87
|
+
|
|
88
|
+
# unit tests for attributes_get_model_values_by_assetmodelid_and_definitionid_and_tenantid
|
|
89
|
+
# Gets a sample of the attribute values for the definition
|
|
90
|
+
# <span style='font-size: 17px;'>Summary:</span>Gets a sample of the attribute values for the definition.<br/>Return Type: <b>ODataListResponseOfComplexValueBase</b><br/>For more information about OData responses <a href='https://www.odata.org/getting-started/understand-odata-in-6-steps/'>link</a>.<br/><br/>
|
|
91
|
+
# @param asset_model_id The model Id
|
|
92
|
+
# @param definition_id The attribute definition Id
|
|
93
|
+
# @param tenant_id The unique Tenant ID (UUID or Identifier string)
|
|
94
|
+
# @param region The data center region the data resides in
|
|
95
|
+
# @param [Hash] opts the optional parameters
|
|
96
|
+
# @option opts [String] :expand Expands related entities inline.
|
|
97
|
+
# @option opts [String] :filter Filters the results, based on a Boolean condition.
|
|
98
|
+
# @option opts [String] :select Selects which properties to include in the response.
|
|
99
|
+
# @option opts [String] :orderby Sorts the results.
|
|
100
|
+
# @option opts [Integer] :top Returns only the first n results.
|
|
101
|
+
# @option opts [Integer] :skip Skips the first n results.
|
|
102
|
+
# @option opts [Boolean] :count Includes a count of the matching results in the response.
|
|
103
|
+
# @return [ODataListResponseOfComplexValueBase]
|
|
104
|
+
describe 'attributes_get_model_values_by_assetmodelid_and_definitionid_and_tenantid test' do
|
|
105
|
+
it 'should work' do
|
|
106
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
107
|
+
end
|
|
108
|
+
end
|
|
109
|
+
|
|
110
|
+
# unit tests for attributes_get_values_for_entity_by_assetmodelid_and_entityid_and_tenantid
|
|
111
|
+
# Gets the unimported attribute values for an entity from the source model
|
|
112
|
+
# <span style='font-size: 17px;'>Summary:</span>Gets the unimported attribute values for an entity from the source model.<br/>Can be used to see values not yet imported.<br/>Return Type: <b>ODataListResponseOfAttributeValue</b><br/>For more information about OData responses <a href='https://www.odata.org/getting-started/understand-odata-in-6-steps/'>link</a>.<br/><br/>
|
|
113
|
+
# @param asset_model_id The model Id
|
|
114
|
+
# @param entity_id The entity Id
|
|
115
|
+
# @param tenant_id The unique Tenant ID (UUID or Identifier string)
|
|
116
|
+
# @param region The data center region the data resides in
|
|
117
|
+
# @param [Hash] opts the optional parameters
|
|
118
|
+
# @option opts [String] :expand Expands related entities inline.
|
|
119
|
+
# @option opts [String] :filter Filters the results, based on a Boolean condition.
|
|
120
|
+
# @option opts [String] :select Selects which properties to include in the response.
|
|
121
|
+
# @option opts [String] :orderby Sorts the results.
|
|
122
|
+
# @option opts [Integer] :top Returns only the first n results.
|
|
123
|
+
# @option opts [Integer] :skip Skips the first n results.
|
|
124
|
+
# @option opts [Boolean] :count Includes a count of the matching results in the response.
|
|
125
|
+
# @return [ODataListResponseOfAttributeValue]
|
|
126
|
+
describe 'attributes_get_values_for_entity_by_assetmodelid_and_entityid_and_tenantid test' do
|
|
127
|
+
it 'should work' do
|
|
128
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
129
|
+
end
|
|
130
|
+
end
|
|
131
|
+
|
|
132
|
+
# unit tests for attributes_import_by_assetmodelid_and_definitionid_and_tenantid
|
|
133
|
+
# Imports attribute values from the source model file
|
|
134
|
+
# <span style='font-size: 17px;'>Summary:</span>Imports attribute values from the source model file.<br/>Return Type: <b>ODataResponseOfBoolean</b><br/>For more information about OData responses <a href='https://www.odata.org/getting-started/understand-odata-in-6-steps/'>link</a>.<br/><br/>
|
|
135
|
+
# @param asset_model_id The model Id
|
|
136
|
+
# @param definition_id The attribute definition Id
|
|
137
|
+
# @param tenant_id The unique Tenant ID (UUID or Identifier string)
|
|
138
|
+
# @param region The data center region the data resides in
|
|
139
|
+
# @param [Hash] opts the optional parameters
|
|
140
|
+
# @return [ODataResponseOfBoolean]
|
|
141
|
+
describe 'attributes_import_by_assetmodelid_and_definitionid_and_tenantid test' do
|
|
142
|
+
it 'should work' do
|
|
143
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
144
|
+
end
|
|
145
|
+
end
|
|
146
|
+
|
|
147
|
+
# unit tests for attributes_patch_by_assetmodelid_and_definitionid_and_tenantid
|
|
148
|
+
# Update an AttributeDefinition for a model
|
|
149
|
+
# <span style='font-size: 17px;'>Summary:</span>Update an AttributeDefinition for a model.<br/>'EditPermissions' for a model is required to amend an attribute.<br/>Return Type: <b>AttributeDefinitionEntity</b><br/><br/>
|
|
150
|
+
# @param asset_model_id
|
|
151
|
+
# @param definition_id
|
|
152
|
+
# @param tenant_id The unique Tenant ID (UUID or Identifier string)
|
|
153
|
+
# @param region The data center region the data resides in
|
|
154
|
+
# @param patch
|
|
155
|
+
# @param [Hash] opts the optional parameters
|
|
156
|
+
# @return [AttributeDefinitionEntity]
|
|
157
|
+
describe 'attributes_patch_by_assetmodelid_and_definitionid_and_tenantid test' do
|
|
158
|
+
it 'should work' do
|
|
159
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
160
|
+
end
|
|
161
|
+
end
|
|
162
|
+
|
|
163
|
+
# unit tests for attributes_post_by_tenantid
|
|
164
|
+
# Creates a new AttributeDefinition for a model
|
|
165
|
+
# <span style='font-size: 17px;'>Summary:</span>Creates a new AttributeDefinition for a model.<br/>'EditPermissions' for a model is required to create an attribute.<br/>Return Type: <b>AttributeDefinitionEntity</b><br/><br/>
|
|
166
|
+
# @param tenant_id The unique Tenant ID (UUID or Identifier string)
|
|
167
|
+
# @param region The data center region the data resides in
|
|
168
|
+
# @param attribute_definition_entity The entity to post
|
|
169
|
+
# @param [Hash] opts the optional parameters
|
|
170
|
+
# @return [AttributeDefinitionEntity]
|
|
171
|
+
describe 'attributes_post_by_tenantid test' do
|
|
172
|
+
it 'should work' do
|
|
173
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
174
|
+
end
|
|
175
|
+
end
|
|
176
|
+
|
|
177
|
+
end
|