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,690 @@
|
|
|
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 'cgi'
|
|
14
|
+
|
|
15
|
+
module XbimAim
|
|
16
|
+
class SitesApi
|
|
17
|
+
attr_accessor :api_client
|
|
18
|
+
|
|
19
|
+
def initialize(api_client = ApiClient.default)
|
|
20
|
+
@api_client = api_client
|
|
21
|
+
end
|
|
22
|
+
# Adds a new document to a model entity
|
|
23
|
+
# <span style='font-size: 17px;'>Summary:</span>Adds a new document to a model entity.<br/>Return Type: <b>Document</b><br/><br/>
|
|
24
|
+
# @param asset_model_id [Integer] The model Id
|
|
25
|
+
# @param entity_id [Integer] The unique identifier for the target entity (Entity Label)
|
|
26
|
+
# @param tenant_id [String] The unique Tenant ID (UUID or Identifier string)
|
|
27
|
+
# @param region [String] The data center region the data resides in
|
|
28
|
+
# @param document [DocumentCreate] A document to create
|
|
29
|
+
# @param [Hash] opts the optional parameters
|
|
30
|
+
# @return [Document]
|
|
31
|
+
def sites_add_document_by_assetmodelid_and_entityid_and_tenantid(asset_model_id, entity_id, tenant_id, region, document, opts = {})
|
|
32
|
+
data, _status_code, _headers = sites_add_document_by_assetmodelid_and_entityid_and_tenantid_with_http_info(asset_model_id, entity_id, tenant_id, region, document, opts)
|
|
33
|
+
data
|
|
34
|
+
end
|
|
35
|
+
|
|
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 [Integer] The model Id
|
|
39
|
+
# @param entity_id [Integer] The unique identifier for the target entity (Entity Label)
|
|
40
|
+
# @param tenant_id [String] The unique Tenant ID (UUID or Identifier string)
|
|
41
|
+
# @param region [String] The data center region the data resides in
|
|
42
|
+
# @param document [DocumentCreate] A document to create
|
|
43
|
+
# @param [Hash] opts the optional parameters
|
|
44
|
+
# @return [Array<(Document, Integer, Hash)>] Document data, response status code and response headers
|
|
45
|
+
def sites_add_document_by_assetmodelid_and_entityid_and_tenantid_with_http_info(asset_model_id, entity_id, tenant_id, region, document, opts = {})
|
|
46
|
+
if @api_client.config.debugging
|
|
47
|
+
@api_client.config.logger.debug 'Calling API: SitesApi.sites_add_document_by_assetmodelid_and_entityid_and_tenantid ...'
|
|
48
|
+
end
|
|
49
|
+
# verify the required parameter 'asset_model_id' is set
|
|
50
|
+
if @api_client.config.client_side_validation && asset_model_id.nil?
|
|
51
|
+
fail ArgumentError, "Missing the required parameter 'asset_model_id' when calling SitesApi.sites_add_document_by_assetmodelid_and_entityid_and_tenantid"
|
|
52
|
+
end
|
|
53
|
+
# verify the required parameter 'entity_id' is set
|
|
54
|
+
if @api_client.config.client_side_validation && entity_id.nil?
|
|
55
|
+
fail ArgumentError, "Missing the required parameter 'entity_id' when calling SitesApi.sites_add_document_by_assetmodelid_and_entityid_and_tenantid"
|
|
56
|
+
end
|
|
57
|
+
# verify the required parameter 'tenant_id' is set
|
|
58
|
+
if @api_client.config.client_side_validation && tenant_id.nil?
|
|
59
|
+
fail ArgumentError, "Missing the required parameter 'tenant_id' when calling SitesApi.sites_add_document_by_assetmodelid_and_entityid_and_tenantid"
|
|
60
|
+
end
|
|
61
|
+
# verify the required parameter 'region' is set
|
|
62
|
+
if @api_client.config.client_side_validation && region.nil?
|
|
63
|
+
fail ArgumentError, "Missing the required parameter 'region' when calling SitesApi.sites_add_document_by_assetmodelid_and_entityid_and_tenantid"
|
|
64
|
+
end
|
|
65
|
+
# verify enum value
|
|
66
|
+
allowable_values = ["UK", "WestEurope", "Sandbox"]
|
|
67
|
+
if @api_client.config.client_side_validation && !allowable_values.include?(region)
|
|
68
|
+
fail ArgumentError, "invalid value for \"region\", must be one of #{allowable_values}"
|
|
69
|
+
end
|
|
70
|
+
# verify the required parameter 'document' is set
|
|
71
|
+
if @api_client.config.client_side_validation && document.nil?
|
|
72
|
+
fail ArgumentError, "Missing the required parameter 'document' when calling SitesApi.sites_add_document_by_assetmodelid_and_entityid_and_tenantid"
|
|
73
|
+
end
|
|
74
|
+
# resource path
|
|
75
|
+
local_var_path = '/{region}/aim/2.0/{tenantId}/Sites(AssetModelId={assetModelId}, EntityId={entityId})/DocumentEntities'.sub('{' + 'assetModelId' + '}', CGI.escape(asset_model_id.to_s)).sub('{' + 'entityId' + '}', CGI.escape(entity_id.to_s)).sub('{' + 'tenantId' + '}', CGI.escape(tenant_id.to_s)).sub('{' + 'region' + '}', CGI.escape(region.to_s))
|
|
76
|
+
|
|
77
|
+
# query parameters
|
|
78
|
+
query_params = opts[:query_params] || {}
|
|
79
|
+
|
|
80
|
+
# header parameters
|
|
81
|
+
header_params = opts[:header_params] || {}
|
|
82
|
+
# HTTP header 'Accept' (if needed)
|
|
83
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
84
|
+
# HTTP header 'Content-Type'
|
|
85
|
+
content_type = @api_client.select_header_content_type(['application/json'])
|
|
86
|
+
if !content_type.nil?
|
|
87
|
+
header_params['Content-Type'] = content_type
|
|
88
|
+
end
|
|
89
|
+
|
|
90
|
+
# form parameters
|
|
91
|
+
form_params = opts[:form_params] || {}
|
|
92
|
+
|
|
93
|
+
# http body (model)
|
|
94
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(document)
|
|
95
|
+
|
|
96
|
+
# return_type
|
|
97
|
+
return_type = opts[:debug_return_type] || 'Document'
|
|
98
|
+
|
|
99
|
+
# auth_names
|
|
100
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
|
101
|
+
|
|
102
|
+
new_options = opts.merge(
|
|
103
|
+
:operation => :"SitesApi.sites_add_document_by_assetmodelid_and_entityid_and_tenantid",
|
|
104
|
+
:header_params => header_params,
|
|
105
|
+
:query_params => query_params,
|
|
106
|
+
:form_params => form_params,
|
|
107
|
+
:body => post_body,
|
|
108
|
+
:auth_names => auth_names,
|
|
109
|
+
:return_type => return_type
|
|
110
|
+
)
|
|
111
|
+
|
|
112
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
|
113
|
+
if @api_client.config.debugging
|
|
114
|
+
@api_client.config.logger.debug "API called: SitesApi#sites_add_document_by_assetmodelid_and_entityid_and_tenantid\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
115
|
+
end
|
|
116
|
+
return data, status_code, headers
|
|
117
|
+
end
|
|
118
|
+
|
|
119
|
+
# Get Sites as of by date and tenantid
|
|
120
|
+
# <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/>
|
|
121
|
+
# @param date [Time]
|
|
122
|
+
# @param tenant_id [String] The unique Tenant ID (UUID or Identifier string)
|
|
123
|
+
# @param region [String] The data center region the data resides in
|
|
124
|
+
# @param [Hash] opts the optional parameters
|
|
125
|
+
# @option opts [String] :expand Expands related entities inline.
|
|
126
|
+
# @option opts [String] :filter Filters the results, based on a Boolean condition.
|
|
127
|
+
# @option opts [String] :select Selects which properties to include in the response.
|
|
128
|
+
# @option opts [String] :orderby Sorts the results.
|
|
129
|
+
# @option opts [Integer] :top Returns only the first n results.
|
|
130
|
+
# @option opts [Integer] :skip Skips the first n results.
|
|
131
|
+
# @option opts [Boolean] :count Includes a count of the matching results in the response.
|
|
132
|
+
# @return [ODataListResponseOfEntity]
|
|
133
|
+
def sites_as_of_by_date_and_tenantid(date, tenant_id, region, opts = {})
|
|
134
|
+
data, _status_code, _headers = sites_as_of_by_date_and_tenantid_with_http_info(date, tenant_id, region, opts)
|
|
135
|
+
data
|
|
136
|
+
end
|
|
137
|
+
|
|
138
|
+
# Get Sites as of by date and tenantid
|
|
139
|
+
# <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/>
|
|
140
|
+
# @param date [Time]
|
|
141
|
+
# @param tenant_id [String] The unique Tenant ID (UUID or Identifier string)
|
|
142
|
+
# @param region [String] 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] :filter Filters the results, based on a Boolean condition.
|
|
146
|
+
# @option opts [String] :select Selects which properties to include in the response.
|
|
147
|
+
# @option opts [String] :orderby Sorts the results.
|
|
148
|
+
# @option opts [Integer] :top Returns only the first n results.
|
|
149
|
+
# @option opts [Integer] :skip Skips the first n results.
|
|
150
|
+
# @option opts [Boolean] :count Includes a count of the matching results in the response.
|
|
151
|
+
# @return [Array<(ODataListResponseOfEntity, Integer, Hash)>] ODataListResponseOfEntity data, response status code and response headers
|
|
152
|
+
def sites_as_of_by_date_and_tenantid_with_http_info(date, tenant_id, region, opts = {})
|
|
153
|
+
if @api_client.config.debugging
|
|
154
|
+
@api_client.config.logger.debug 'Calling API: SitesApi.sites_as_of_by_date_and_tenantid ...'
|
|
155
|
+
end
|
|
156
|
+
# verify the required parameter 'date' is set
|
|
157
|
+
if @api_client.config.client_side_validation && date.nil?
|
|
158
|
+
fail ArgumentError, "Missing the required parameter 'date' when calling SitesApi.sites_as_of_by_date_and_tenantid"
|
|
159
|
+
end
|
|
160
|
+
# verify the required parameter 'tenant_id' is set
|
|
161
|
+
if @api_client.config.client_side_validation && tenant_id.nil?
|
|
162
|
+
fail ArgumentError, "Missing the required parameter 'tenant_id' when calling SitesApi.sites_as_of_by_date_and_tenantid"
|
|
163
|
+
end
|
|
164
|
+
# verify the required parameter 'region' is set
|
|
165
|
+
if @api_client.config.client_side_validation && region.nil?
|
|
166
|
+
fail ArgumentError, "Missing the required parameter 'region' when calling SitesApi.sites_as_of_by_date_and_tenantid"
|
|
167
|
+
end
|
|
168
|
+
# verify enum value
|
|
169
|
+
allowable_values = ["UK", "WestEurope", "Sandbox"]
|
|
170
|
+
if @api_client.config.client_side_validation && !allowable_values.include?(region)
|
|
171
|
+
fail ArgumentError, "invalid value for \"region\", must be one of #{allowable_values}"
|
|
172
|
+
end
|
|
173
|
+
# resource path
|
|
174
|
+
local_var_path = '/{region}/aim/2.0/{tenantId}/Sites/AsOf(date={date})'.sub('{' + 'date' + '}', CGI.escape(date.to_s)).sub('{' + 'tenantId' + '}', CGI.escape(tenant_id.to_s)).sub('{' + 'region' + '}', CGI.escape(region.to_s))
|
|
175
|
+
|
|
176
|
+
# query parameters
|
|
177
|
+
query_params = opts[:query_params] || {}
|
|
178
|
+
query_params[:'$expand'] = opts[:'expand'] if !opts[:'expand'].nil?
|
|
179
|
+
query_params[:'$filter'] = opts[:'filter'] if !opts[:'filter'].nil?
|
|
180
|
+
query_params[:'$select'] = opts[:'select'] if !opts[:'select'].nil?
|
|
181
|
+
query_params[:'$orderby'] = opts[:'orderby'] if !opts[:'orderby'].nil?
|
|
182
|
+
query_params[:'$top'] = opts[:'top'] if !opts[:'top'].nil?
|
|
183
|
+
query_params[:'$skip'] = opts[:'skip'] if !opts[:'skip'].nil?
|
|
184
|
+
query_params[:'$count'] = opts[:'count'] if !opts[:'count'].nil?
|
|
185
|
+
|
|
186
|
+
# header parameters
|
|
187
|
+
header_params = opts[:header_params] || {}
|
|
188
|
+
# HTTP header 'Accept' (if needed)
|
|
189
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json', 'application/json;odata.metadata=none', 'application/json;odata.metadata=minimal', 'application/json;odata.metadata=full', 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'])
|
|
190
|
+
|
|
191
|
+
# form parameters
|
|
192
|
+
form_params = opts[:form_params] || {}
|
|
193
|
+
|
|
194
|
+
# http body (model)
|
|
195
|
+
post_body = opts[:debug_body]
|
|
196
|
+
|
|
197
|
+
# return_type
|
|
198
|
+
return_type = opts[:debug_return_type] || 'ODataListResponseOfEntity'
|
|
199
|
+
|
|
200
|
+
# auth_names
|
|
201
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
|
202
|
+
|
|
203
|
+
new_options = opts.merge(
|
|
204
|
+
:operation => :"SitesApi.sites_as_of_by_date_and_tenantid",
|
|
205
|
+
:header_params => header_params,
|
|
206
|
+
:query_params => query_params,
|
|
207
|
+
:form_params => form_params,
|
|
208
|
+
:body => post_body,
|
|
209
|
+
:auth_names => auth_names,
|
|
210
|
+
:return_type => return_type
|
|
211
|
+
)
|
|
212
|
+
|
|
213
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
|
214
|
+
if @api_client.config.debugging
|
|
215
|
+
@api_client.config.logger.debug "API called: SitesApi#sites_as_of_by_date_and_tenantid\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
216
|
+
end
|
|
217
|
+
return data, status_code, headers
|
|
218
|
+
end
|
|
219
|
+
|
|
220
|
+
# Gets the Properties available on this Model
|
|
221
|
+
# <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/>
|
|
222
|
+
# @param asset_id [Integer] The unique key for the asset
|
|
223
|
+
# @param tenant_id [String] The unique Tenant ID (UUID or Identifier string)
|
|
224
|
+
# @param region [String] The data center region the data resides in
|
|
225
|
+
# @param [Hash] opts the optional parameters
|
|
226
|
+
# @option opts [String] :expand Expands related entities inline.
|
|
227
|
+
# @option opts [String] :filter Filters the results, based on a Boolean condition.
|
|
228
|
+
# @option opts [String] :select Selects which properties to include in the response.
|
|
229
|
+
# @option opts [String] :orderby Sorts the results.
|
|
230
|
+
# @option opts [Integer] :top Returns only the first n results.
|
|
231
|
+
# @option opts [Integer] :skip Skips the first n results.
|
|
232
|
+
# @option opts [Boolean] :count Includes a count of the matching results in the response.
|
|
233
|
+
# @return [ODataListResponseOfAttributeDefinition]
|
|
234
|
+
def sites_get_available_properties_by_assetid_and_tenantid(asset_id, tenant_id, region, opts = {})
|
|
235
|
+
data, _status_code, _headers = sites_get_available_properties_by_assetid_and_tenantid_with_http_info(asset_id, tenant_id, region, opts)
|
|
236
|
+
data
|
|
237
|
+
end
|
|
238
|
+
|
|
239
|
+
# Gets the Properties available on this Model
|
|
240
|
+
# <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/>
|
|
241
|
+
# @param asset_id [Integer] The unique key for the asset
|
|
242
|
+
# @param tenant_id [String] The unique Tenant ID (UUID or Identifier string)
|
|
243
|
+
# @param region [String] The data center region the data resides in
|
|
244
|
+
# @param [Hash] opts the optional parameters
|
|
245
|
+
# @option opts [String] :expand Expands related entities inline.
|
|
246
|
+
# @option opts [String] :filter Filters the results, based on a Boolean condition.
|
|
247
|
+
# @option opts [String] :select Selects which properties to include in the response.
|
|
248
|
+
# @option opts [String] :orderby Sorts the results.
|
|
249
|
+
# @option opts [Integer] :top Returns only the first n results.
|
|
250
|
+
# @option opts [Integer] :skip Skips the first n results.
|
|
251
|
+
# @option opts [Boolean] :count Includes a count of the matching results in the response.
|
|
252
|
+
# @return [Array<(ODataListResponseOfAttributeDefinition, Integer, Hash)>] ODataListResponseOfAttributeDefinition data, response status code and response headers
|
|
253
|
+
def sites_get_available_properties_by_assetid_and_tenantid_with_http_info(asset_id, tenant_id, region, opts = {})
|
|
254
|
+
if @api_client.config.debugging
|
|
255
|
+
@api_client.config.logger.debug 'Calling API: SitesApi.sites_get_available_properties_by_assetid_and_tenantid ...'
|
|
256
|
+
end
|
|
257
|
+
# verify the required parameter 'asset_id' is set
|
|
258
|
+
if @api_client.config.client_side_validation && asset_id.nil?
|
|
259
|
+
fail ArgumentError, "Missing the required parameter 'asset_id' when calling SitesApi.sites_get_available_properties_by_assetid_and_tenantid"
|
|
260
|
+
end
|
|
261
|
+
# verify the required parameter 'tenant_id' is set
|
|
262
|
+
if @api_client.config.client_side_validation && tenant_id.nil?
|
|
263
|
+
fail ArgumentError, "Missing the required parameter 'tenant_id' when calling SitesApi.sites_get_available_properties_by_assetid_and_tenantid"
|
|
264
|
+
end
|
|
265
|
+
# verify the required parameter 'region' is set
|
|
266
|
+
if @api_client.config.client_side_validation && region.nil?
|
|
267
|
+
fail ArgumentError, "Missing the required parameter 'region' when calling SitesApi.sites_get_available_properties_by_assetid_and_tenantid"
|
|
268
|
+
end
|
|
269
|
+
# verify enum value
|
|
270
|
+
allowable_values = ["UK", "WestEurope", "Sandbox"]
|
|
271
|
+
if @api_client.config.client_side_validation && !allowable_values.include?(region)
|
|
272
|
+
fail ArgumentError, "invalid value for \"region\", must be one of #{allowable_values}"
|
|
273
|
+
end
|
|
274
|
+
# resource path
|
|
275
|
+
local_var_path = '/{region}/aim/2.0/{tenantId}/Sites/GetAvailableProperties(assetId={assetId})'.sub('{' + 'assetId' + '}', CGI.escape(asset_id.to_s)).sub('{' + 'tenantId' + '}', CGI.escape(tenant_id.to_s)).sub('{' + 'region' + '}', CGI.escape(region.to_s))
|
|
276
|
+
|
|
277
|
+
# query parameters
|
|
278
|
+
query_params = opts[:query_params] || {}
|
|
279
|
+
query_params[:'$expand'] = opts[:'expand'] if !opts[:'expand'].nil?
|
|
280
|
+
query_params[:'$filter'] = opts[:'filter'] if !opts[:'filter'].nil?
|
|
281
|
+
query_params[:'$select'] = opts[:'select'] if !opts[:'select'].nil?
|
|
282
|
+
query_params[:'$orderby'] = opts[:'orderby'] if !opts[:'orderby'].nil?
|
|
283
|
+
query_params[:'$top'] = opts[:'top'] if !opts[:'top'].nil?
|
|
284
|
+
query_params[:'$skip'] = opts[:'skip'] if !opts[:'skip'].nil?
|
|
285
|
+
query_params[:'$count'] = opts[:'count'] if !opts[:'count'].nil?
|
|
286
|
+
|
|
287
|
+
# header parameters
|
|
288
|
+
header_params = opts[:header_params] || {}
|
|
289
|
+
# HTTP header 'Accept' (if needed)
|
|
290
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json', 'application/json;odata.metadata=none', 'application/json;odata.metadata=minimal', 'application/json;odata.metadata=full', 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'])
|
|
291
|
+
|
|
292
|
+
# form parameters
|
|
293
|
+
form_params = opts[:form_params] || {}
|
|
294
|
+
|
|
295
|
+
# http body (model)
|
|
296
|
+
post_body = opts[:debug_body]
|
|
297
|
+
|
|
298
|
+
# return_type
|
|
299
|
+
return_type = opts[:debug_return_type] || 'ODataListResponseOfAttributeDefinition'
|
|
300
|
+
|
|
301
|
+
# auth_names
|
|
302
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
|
303
|
+
|
|
304
|
+
new_options = opts.merge(
|
|
305
|
+
:operation => :"SitesApi.sites_get_available_properties_by_assetid_and_tenantid",
|
|
306
|
+
:header_params => header_params,
|
|
307
|
+
:query_params => query_params,
|
|
308
|
+
:form_params => form_params,
|
|
309
|
+
:body => post_body,
|
|
310
|
+
:auth_names => auth_names,
|
|
311
|
+
:return_type => return_type
|
|
312
|
+
)
|
|
313
|
+
|
|
314
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
|
315
|
+
if @api_client.config.debugging
|
|
316
|
+
@api_client.config.logger.debug "API called: SitesApi#sites_get_available_properties_by_assetid_and_tenantid\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
317
|
+
end
|
|
318
|
+
return data, status_code, headers
|
|
319
|
+
end
|
|
320
|
+
|
|
321
|
+
# Returns the EntitySet Sites
|
|
322
|
+
# <span style='font-size: 17px;'>Summary:</span>Returns the EntitySet Sites.<br/>Return Type: <b>ODataListResponseOfSite</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/>
|
|
323
|
+
# @param tenant_id [String] The unique Tenant ID (UUID or Identifier string)
|
|
324
|
+
# @param region [String] The data center region the data resides in
|
|
325
|
+
# @param [Hash] opts the optional parameters
|
|
326
|
+
# @option opts [String] :expand Expands related entities inline.
|
|
327
|
+
# @option opts [String] :filter Filters the results, based on a Boolean condition.
|
|
328
|
+
# @option opts [String] :select Selects which properties to include in the response.
|
|
329
|
+
# @option opts [String] :orderby Sorts the results.
|
|
330
|
+
# @option opts [Integer] :top Returns only the first n results.
|
|
331
|
+
# @option opts [Integer] :skip Skips the first n results.
|
|
332
|
+
# @option opts [Boolean] :count Includes a count of the matching results in the response.
|
|
333
|
+
# @return [ODataListResponseOfSite]
|
|
334
|
+
def sites_get_by_tenantid(tenant_id, region, opts = {})
|
|
335
|
+
data, _status_code, _headers = sites_get_by_tenantid_with_http_info(tenant_id, region, opts)
|
|
336
|
+
data
|
|
337
|
+
end
|
|
338
|
+
|
|
339
|
+
# Returns the EntitySet Sites
|
|
340
|
+
# <span style='font-size: 17px;'>Summary:</span>Returns the EntitySet Sites.<br/>Return Type: <b>ODataListResponseOfSite</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/>
|
|
341
|
+
# @param tenant_id [String] The unique Tenant ID (UUID or Identifier string)
|
|
342
|
+
# @param region [String] The data center region the data resides in
|
|
343
|
+
# @param [Hash] opts the optional parameters
|
|
344
|
+
# @option opts [String] :expand Expands related entities inline.
|
|
345
|
+
# @option opts [String] :filter Filters the results, based on a Boolean condition.
|
|
346
|
+
# @option opts [String] :select Selects which properties to include in the response.
|
|
347
|
+
# @option opts [String] :orderby Sorts the results.
|
|
348
|
+
# @option opts [Integer] :top Returns only the first n results.
|
|
349
|
+
# @option opts [Integer] :skip Skips the first n results.
|
|
350
|
+
# @option opts [Boolean] :count Includes a count of the matching results in the response.
|
|
351
|
+
# @return [Array<(ODataListResponseOfSite, Integer, Hash)>] ODataListResponseOfSite data, response status code and response headers
|
|
352
|
+
def sites_get_by_tenantid_with_http_info(tenant_id, region, opts = {})
|
|
353
|
+
if @api_client.config.debugging
|
|
354
|
+
@api_client.config.logger.debug 'Calling API: SitesApi.sites_get_by_tenantid ...'
|
|
355
|
+
end
|
|
356
|
+
# verify the required parameter 'tenant_id' is set
|
|
357
|
+
if @api_client.config.client_side_validation && tenant_id.nil?
|
|
358
|
+
fail ArgumentError, "Missing the required parameter 'tenant_id' when calling SitesApi.sites_get_by_tenantid"
|
|
359
|
+
end
|
|
360
|
+
# verify the required parameter 'region' is set
|
|
361
|
+
if @api_client.config.client_side_validation && region.nil?
|
|
362
|
+
fail ArgumentError, "Missing the required parameter 'region' when calling SitesApi.sites_get_by_tenantid"
|
|
363
|
+
end
|
|
364
|
+
# verify enum value
|
|
365
|
+
allowable_values = ["UK", "WestEurope", "Sandbox"]
|
|
366
|
+
if @api_client.config.client_side_validation && !allowable_values.include?(region)
|
|
367
|
+
fail ArgumentError, "invalid value for \"region\", must be one of #{allowable_values}"
|
|
368
|
+
end
|
|
369
|
+
# resource path
|
|
370
|
+
local_var_path = '/{region}/aim/2.0/{tenantId}/Sites'.sub('{' + 'tenantId' + '}', CGI.escape(tenant_id.to_s)).sub('{' + 'region' + '}', CGI.escape(region.to_s))
|
|
371
|
+
|
|
372
|
+
# query parameters
|
|
373
|
+
query_params = opts[:query_params] || {}
|
|
374
|
+
query_params[:'$expand'] = opts[:'expand'] if !opts[:'expand'].nil?
|
|
375
|
+
query_params[:'$filter'] = opts[:'filter'] if !opts[:'filter'].nil?
|
|
376
|
+
query_params[:'$select'] = opts[:'select'] if !opts[:'select'].nil?
|
|
377
|
+
query_params[:'$orderby'] = opts[:'orderby'] if !opts[:'orderby'].nil?
|
|
378
|
+
query_params[:'$top'] = opts[:'top'] if !opts[:'top'].nil?
|
|
379
|
+
query_params[:'$skip'] = opts[:'skip'] if !opts[:'skip'].nil?
|
|
380
|
+
query_params[:'$count'] = opts[:'count'] if !opts[:'count'].nil?
|
|
381
|
+
|
|
382
|
+
# header parameters
|
|
383
|
+
header_params = opts[:header_params] || {}
|
|
384
|
+
# HTTP header 'Accept' (if needed)
|
|
385
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json', 'application/json;odata.metadata=none', 'application/json;odata.metadata=minimal', 'application/json;odata.metadata=full', 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'])
|
|
386
|
+
|
|
387
|
+
# form parameters
|
|
388
|
+
form_params = opts[:form_params] || {}
|
|
389
|
+
|
|
390
|
+
# http body (model)
|
|
391
|
+
post_body = opts[:debug_body]
|
|
392
|
+
|
|
393
|
+
# return_type
|
|
394
|
+
return_type = opts[:debug_return_type] || 'ODataListResponseOfSite'
|
|
395
|
+
|
|
396
|
+
# auth_names
|
|
397
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
|
398
|
+
|
|
399
|
+
new_options = opts.merge(
|
|
400
|
+
:operation => :"SitesApi.sites_get_by_tenantid",
|
|
401
|
+
:header_params => header_params,
|
|
402
|
+
:query_params => query_params,
|
|
403
|
+
:form_params => form_params,
|
|
404
|
+
:body => post_body,
|
|
405
|
+
:auth_names => auth_names,
|
|
406
|
+
:return_type => return_type
|
|
407
|
+
)
|
|
408
|
+
|
|
409
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
|
410
|
+
if @api_client.config.debugging
|
|
411
|
+
@api_client.config.logger.debug "API called: SitesApi#sites_get_by_tenantid\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
412
|
+
end
|
|
413
|
+
return data, status_code, headers
|
|
414
|
+
end
|
|
415
|
+
|
|
416
|
+
# Get Sites single entity by assetmodelid, entityid and tenantid
|
|
417
|
+
# <span style='font-size: 17px;'>Summary:</span>Return Type: <b>Site</b><br/><br/>
|
|
418
|
+
# @param asset_model_id [Integer]
|
|
419
|
+
# @param entity_id [Integer]
|
|
420
|
+
# @param tenant_id [String] The unique Tenant ID (UUID or Identifier string)
|
|
421
|
+
# @param region [String] The data center region the data resides in
|
|
422
|
+
# @param [Hash] opts the optional parameters
|
|
423
|
+
# @option opts [String] :expand Expands related entities inline.
|
|
424
|
+
# @option opts [String] :select Selects which properties to include in the response.
|
|
425
|
+
# @return [Site]
|
|
426
|
+
def sites_get_single_entity_by_assetmodelid_and_entityid_and_tenantid(asset_model_id, entity_id, tenant_id, region, opts = {})
|
|
427
|
+
data, _status_code, _headers = sites_get_single_entity_by_assetmodelid_and_entityid_and_tenantid_with_http_info(asset_model_id, entity_id, tenant_id, region, opts)
|
|
428
|
+
data
|
|
429
|
+
end
|
|
430
|
+
|
|
431
|
+
# Get Sites single entity by assetmodelid, entityid and tenantid
|
|
432
|
+
# <span style='font-size: 17px;'>Summary:</span>Return Type: <b>Site</b><br/><br/>
|
|
433
|
+
# @param asset_model_id [Integer]
|
|
434
|
+
# @param entity_id [Integer]
|
|
435
|
+
# @param tenant_id [String] The unique Tenant ID (UUID or Identifier string)
|
|
436
|
+
# @param region [String] The data center region the data resides in
|
|
437
|
+
# @param [Hash] opts the optional parameters
|
|
438
|
+
# @option opts [String] :expand Expands related entities inline.
|
|
439
|
+
# @option opts [String] :select Selects which properties to include in the response.
|
|
440
|
+
# @return [Array<(Site, Integer, Hash)>] Site data, response status code and response headers
|
|
441
|
+
def sites_get_single_entity_by_assetmodelid_and_entityid_and_tenantid_with_http_info(asset_model_id, entity_id, tenant_id, region, opts = {})
|
|
442
|
+
if @api_client.config.debugging
|
|
443
|
+
@api_client.config.logger.debug 'Calling API: SitesApi.sites_get_single_entity_by_assetmodelid_and_entityid_and_tenantid ...'
|
|
444
|
+
end
|
|
445
|
+
# verify the required parameter 'asset_model_id' is set
|
|
446
|
+
if @api_client.config.client_side_validation && asset_model_id.nil?
|
|
447
|
+
fail ArgumentError, "Missing the required parameter 'asset_model_id' when calling SitesApi.sites_get_single_entity_by_assetmodelid_and_entityid_and_tenantid"
|
|
448
|
+
end
|
|
449
|
+
# verify the required parameter 'entity_id' is set
|
|
450
|
+
if @api_client.config.client_side_validation && entity_id.nil?
|
|
451
|
+
fail ArgumentError, "Missing the required parameter 'entity_id' when calling SitesApi.sites_get_single_entity_by_assetmodelid_and_entityid_and_tenantid"
|
|
452
|
+
end
|
|
453
|
+
# verify the required parameter 'tenant_id' is set
|
|
454
|
+
if @api_client.config.client_side_validation && tenant_id.nil?
|
|
455
|
+
fail ArgumentError, "Missing the required parameter 'tenant_id' when calling SitesApi.sites_get_single_entity_by_assetmodelid_and_entityid_and_tenantid"
|
|
456
|
+
end
|
|
457
|
+
# verify the required parameter 'region' is set
|
|
458
|
+
if @api_client.config.client_side_validation && region.nil?
|
|
459
|
+
fail ArgumentError, "Missing the required parameter 'region' when calling SitesApi.sites_get_single_entity_by_assetmodelid_and_entityid_and_tenantid"
|
|
460
|
+
end
|
|
461
|
+
# verify enum value
|
|
462
|
+
allowable_values = ["UK", "WestEurope", "Sandbox"]
|
|
463
|
+
if @api_client.config.client_side_validation && !allowable_values.include?(region)
|
|
464
|
+
fail ArgumentError, "invalid value for \"region\", must be one of #{allowable_values}"
|
|
465
|
+
end
|
|
466
|
+
# resource path
|
|
467
|
+
local_var_path = '/{region}/aim/2.0/{tenantId}/Sites(AssetModelId={assetModelId}, EntityId={entityId})'.sub('{' + 'assetModelId' + '}', CGI.escape(asset_model_id.to_s)).sub('{' + 'entityId' + '}', CGI.escape(entity_id.to_s)).sub('{' + 'tenantId' + '}', CGI.escape(tenant_id.to_s)).sub('{' + 'region' + '}', CGI.escape(region.to_s))
|
|
468
|
+
|
|
469
|
+
# query parameters
|
|
470
|
+
query_params = opts[:query_params] || {}
|
|
471
|
+
query_params[:'$expand'] = opts[:'expand'] if !opts[:'expand'].nil?
|
|
472
|
+
query_params[:'$select'] = opts[:'select'] if !opts[:'select'].nil?
|
|
473
|
+
|
|
474
|
+
# header parameters
|
|
475
|
+
header_params = opts[:header_params] || {}
|
|
476
|
+
# HTTP header 'Accept' (if needed)
|
|
477
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json', 'application/json;odata.metadata=none', 'application/json;odata.metadata=minimal', 'application/json;odata.metadata=full'])
|
|
478
|
+
|
|
479
|
+
# form parameters
|
|
480
|
+
form_params = opts[:form_params] || {}
|
|
481
|
+
|
|
482
|
+
# http body (model)
|
|
483
|
+
post_body = opts[:debug_body]
|
|
484
|
+
|
|
485
|
+
# return_type
|
|
486
|
+
return_type = opts[:debug_return_type] || 'Site'
|
|
487
|
+
|
|
488
|
+
# auth_names
|
|
489
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
|
490
|
+
|
|
491
|
+
new_options = opts.merge(
|
|
492
|
+
:operation => :"SitesApi.sites_get_single_entity_by_assetmodelid_and_entityid_and_tenantid",
|
|
493
|
+
:header_params => header_params,
|
|
494
|
+
:query_params => query_params,
|
|
495
|
+
:form_params => form_params,
|
|
496
|
+
:body => post_body,
|
|
497
|
+
:auth_names => auth_names,
|
|
498
|
+
:return_type => return_type
|
|
499
|
+
)
|
|
500
|
+
|
|
501
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
|
502
|
+
if @api_client.config.debugging
|
|
503
|
+
@api_client.config.logger.debug "API called: SitesApi#sites_get_single_entity_by_assetmodelid_and_entityid_and_tenantid\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
504
|
+
end
|
|
505
|
+
return data, status_code, headers
|
|
506
|
+
end
|
|
507
|
+
|
|
508
|
+
# Patch Sites by assetmodelid, entityid and tenantid
|
|
509
|
+
# <span style='font-size: 17px;'>Summary:</span>Return Type: <b>Entity</b><br/><br/>
|
|
510
|
+
# @param asset_model_id [Integer]
|
|
511
|
+
# @param entity_id [Integer]
|
|
512
|
+
# @param tenant_id [String] The unique Tenant ID (UUID or Identifier string)
|
|
513
|
+
# @param region [String] The data center region the data resides in
|
|
514
|
+
# @param patch [EntityEdit]
|
|
515
|
+
# @param [Hash] opts the optional parameters
|
|
516
|
+
# @return [Entity]
|
|
517
|
+
def sites_patch_by_assetmodelid_and_entityid_and_tenantid(asset_model_id, entity_id, tenant_id, region, patch, opts = {})
|
|
518
|
+
data, _status_code, _headers = sites_patch_by_assetmodelid_and_entityid_and_tenantid_with_http_info(asset_model_id, entity_id, tenant_id, region, patch, opts)
|
|
519
|
+
data
|
|
520
|
+
end
|
|
521
|
+
|
|
522
|
+
# Patch Sites by assetmodelid, entityid and tenantid
|
|
523
|
+
# <span style='font-size: 17px;'>Summary:</span>Return Type: <b>Entity</b><br/><br/>
|
|
524
|
+
# @param asset_model_id [Integer]
|
|
525
|
+
# @param entity_id [Integer]
|
|
526
|
+
# @param tenant_id [String] The unique Tenant ID (UUID or Identifier string)
|
|
527
|
+
# @param region [String] The data center region the data resides in
|
|
528
|
+
# @param patch [EntityEdit]
|
|
529
|
+
# @param [Hash] opts the optional parameters
|
|
530
|
+
# @return [Array<(Entity, Integer, Hash)>] Entity data, response status code and response headers
|
|
531
|
+
def sites_patch_by_assetmodelid_and_entityid_and_tenantid_with_http_info(asset_model_id, entity_id, tenant_id, region, patch, opts = {})
|
|
532
|
+
if @api_client.config.debugging
|
|
533
|
+
@api_client.config.logger.debug 'Calling API: SitesApi.sites_patch_by_assetmodelid_and_entityid_and_tenantid ...'
|
|
534
|
+
end
|
|
535
|
+
# verify the required parameter 'asset_model_id' is set
|
|
536
|
+
if @api_client.config.client_side_validation && asset_model_id.nil?
|
|
537
|
+
fail ArgumentError, "Missing the required parameter 'asset_model_id' when calling SitesApi.sites_patch_by_assetmodelid_and_entityid_and_tenantid"
|
|
538
|
+
end
|
|
539
|
+
# verify the required parameter 'entity_id' is set
|
|
540
|
+
if @api_client.config.client_side_validation && entity_id.nil?
|
|
541
|
+
fail ArgumentError, "Missing the required parameter 'entity_id' when calling SitesApi.sites_patch_by_assetmodelid_and_entityid_and_tenantid"
|
|
542
|
+
end
|
|
543
|
+
# verify the required parameter 'tenant_id' is set
|
|
544
|
+
if @api_client.config.client_side_validation && tenant_id.nil?
|
|
545
|
+
fail ArgumentError, "Missing the required parameter 'tenant_id' when calling SitesApi.sites_patch_by_assetmodelid_and_entityid_and_tenantid"
|
|
546
|
+
end
|
|
547
|
+
# verify the required parameter 'region' is set
|
|
548
|
+
if @api_client.config.client_side_validation && region.nil?
|
|
549
|
+
fail ArgumentError, "Missing the required parameter 'region' when calling SitesApi.sites_patch_by_assetmodelid_and_entityid_and_tenantid"
|
|
550
|
+
end
|
|
551
|
+
# verify enum value
|
|
552
|
+
allowable_values = ["UK", "WestEurope", "Sandbox"]
|
|
553
|
+
if @api_client.config.client_side_validation && !allowable_values.include?(region)
|
|
554
|
+
fail ArgumentError, "invalid value for \"region\", must be one of #{allowable_values}"
|
|
555
|
+
end
|
|
556
|
+
# verify the required parameter 'patch' is set
|
|
557
|
+
if @api_client.config.client_side_validation && patch.nil?
|
|
558
|
+
fail ArgumentError, "Missing the required parameter 'patch' when calling SitesApi.sites_patch_by_assetmodelid_and_entityid_and_tenantid"
|
|
559
|
+
end
|
|
560
|
+
# resource path
|
|
561
|
+
local_var_path = '/{region}/aim/2.0/{tenantId}/Sites(AssetModelId={AssetModelId}, EntityId={EntityId})'.sub('{' + 'AssetModelId' + '}', CGI.escape(asset_model_id.to_s)).sub('{' + 'EntityId' + '}', CGI.escape(entity_id.to_s)).sub('{' + 'tenantId' + '}', CGI.escape(tenant_id.to_s)).sub('{' + 'region' + '}', CGI.escape(region.to_s))
|
|
562
|
+
|
|
563
|
+
# query parameters
|
|
564
|
+
query_params = opts[:query_params] || {}
|
|
565
|
+
|
|
566
|
+
# header parameters
|
|
567
|
+
header_params = opts[:header_params] || {}
|
|
568
|
+
# HTTP header 'Accept' (if needed)
|
|
569
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
570
|
+
# HTTP header 'Content-Type'
|
|
571
|
+
content_type = @api_client.select_header_content_type(['application/json'])
|
|
572
|
+
if !content_type.nil?
|
|
573
|
+
header_params['Content-Type'] = content_type
|
|
574
|
+
end
|
|
575
|
+
|
|
576
|
+
# form parameters
|
|
577
|
+
form_params = opts[:form_params] || {}
|
|
578
|
+
|
|
579
|
+
# http body (model)
|
|
580
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(patch)
|
|
581
|
+
|
|
582
|
+
# return_type
|
|
583
|
+
return_type = opts[:debug_return_type] || 'Entity'
|
|
584
|
+
|
|
585
|
+
# auth_names
|
|
586
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
|
587
|
+
|
|
588
|
+
new_options = opts.merge(
|
|
589
|
+
:operation => :"SitesApi.sites_patch_by_assetmodelid_and_entityid_and_tenantid",
|
|
590
|
+
:header_params => header_params,
|
|
591
|
+
:query_params => query_params,
|
|
592
|
+
:form_params => form_params,
|
|
593
|
+
:body => post_body,
|
|
594
|
+
:auth_names => auth_names,
|
|
595
|
+
:return_type => return_type
|
|
596
|
+
)
|
|
597
|
+
|
|
598
|
+
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path, new_options)
|
|
599
|
+
if @api_client.config.debugging
|
|
600
|
+
@api_client.config.logger.debug "API called: SitesApi#sites_patch_by_assetmodelid_and_entityid_and_tenantid\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
601
|
+
end
|
|
602
|
+
return data, status_code, headers
|
|
603
|
+
end
|
|
604
|
+
|
|
605
|
+
# Post a new entity to EntitySet Sites
|
|
606
|
+
# <span style='font-size: 17px;'>Summary:</span>Post a new entity to EntitySet Sites.<br/>Return Type: <b>Entity</b><br/><br/>
|
|
607
|
+
# @param tenant_id [String] The unique Tenant ID (UUID or Identifier string)
|
|
608
|
+
# @param region [String] The data center region the data resides in
|
|
609
|
+
# @param site [EntityCreate] The entity to post
|
|
610
|
+
# @param [Hash] opts the optional parameters
|
|
611
|
+
# @return [Entity]
|
|
612
|
+
def sites_post_by_tenantid(tenant_id, region, site, opts = {})
|
|
613
|
+
data, _status_code, _headers = sites_post_by_tenantid_with_http_info(tenant_id, region, site, opts)
|
|
614
|
+
data
|
|
615
|
+
end
|
|
616
|
+
|
|
617
|
+
# Post a new entity to EntitySet Sites
|
|
618
|
+
# <span style='font-size: 17px;'>Summary:</span>Post a new entity to EntitySet Sites.<br/>Return Type: <b>Entity</b><br/><br/>
|
|
619
|
+
# @param tenant_id [String] The unique Tenant ID (UUID or Identifier string)
|
|
620
|
+
# @param region [String] The data center region the data resides in
|
|
621
|
+
# @param site [EntityCreate] The entity to post
|
|
622
|
+
# @param [Hash] opts the optional parameters
|
|
623
|
+
# @return [Array<(Entity, Integer, Hash)>] Entity data, response status code and response headers
|
|
624
|
+
def sites_post_by_tenantid_with_http_info(tenant_id, region, site, opts = {})
|
|
625
|
+
if @api_client.config.debugging
|
|
626
|
+
@api_client.config.logger.debug 'Calling API: SitesApi.sites_post_by_tenantid ...'
|
|
627
|
+
end
|
|
628
|
+
# verify the required parameter 'tenant_id' is set
|
|
629
|
+
if @api_client.config.client_side_validation && tenant_id.nil?
|
|
630
|
+
fail ArgumentError, "Missing the required parameter 'tenant_id' when calling SitesApi.sites_post_by_tenantid"
|
|
631
|
+
end
|
|
632
|
+
# verify the required parameter 'region' is set
|
|
633
|
+
if @api_client.config.client_side_validation && region.nil?
|
|
634
|
+
fail ArgumentError, "Missing the required parameter 'region' when calling SitesApi.sites_post_by_tenantid"
|
|
635
|
+
end
|
|
636
|
+
# verify enum value
|
|
637
|
+
allowable_values = ["UK", "WestEurope", "Sandbox"]
|
|
638
|
+
if @api_client.config.client_side_validation && !allowable_values.include?(region)
|
|
639
|
+
fail ArgumentError, "invalid value for \"region\", must be one of #{allowable_values}"
|
|
640
|
+
end
|
|
641
|
+
# verify the required parameter 'site' is set
|
|
642
|
+
if @api_client.config.client_side_validation && site.nil?
|
|
643
|
+
fail ArgumentError, "Missing the required parameter 'site' when calling SitesApi.sites_post_by_tenantid"
|
|
644
|
+
end
|
|
645
|
+
# resource path
|
|
646
|
+
local_var_path = '/{region}/aim/2.0/{tenantId}/Sites'.sub('{' + 'tenantId' + '}', CGI.escape(tenant_id.to_s)).sub('{' + 'region' + '}', CGI.escape(region.to_s))
|
|
647
|
+
|
|
648
|
+
# query parameters
|
|
649
|
+
query_params = opts[:query_params] || {}
|
|
650
|
+
|
|
651
|
+
# header parameters
|
|
652
|
+
header_params = opts[:header_params] || {}
|
|
653
|
+
# HTTP header 'Accept' (if needed)
|
|
654
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
655
|
+
# HTTP header 'Content-Type'
|
|
656
|
+
content_type = @api_client.select_header_content_type(['application/json'])
|
|
657
|
+
if !content_type.nil?
|
|
658
|
+
header_params['Content-Type'] = content_type
|
|
659
|
+
end
|
|
660
|
+
|
|
661
|
+
# form parameters
|
|
662
|
+
form_params = opts[:form_params] || {}
|
|
663
|
+
|
|
664
|
+
# http body (model)
|
|
665
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(site)
|
|
666
|
+
|
|
667
|
+
# return_type
|
|
668
|
+
return_type = opts[:debug_return_type] || 'Entity'
|
|
669
|
+
|
|
670
|
+
# auth_names
|
|
671
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
|
672
|
+
|
|
673
|
+
new_options = opts.merge(
|
|
674
|
+
:operation => :"SitesApi.sites_post_by_tenantid",
|
|
675
|
+
:header_params => header_params,
|
|
676
|
+
:query_params => query_params,
|
|
677
|
+
:form_params => form_params,
|
|
678
|
+
:body => post_body,
|
|
679
|
+
:auth_names => auth_names,
|
|
680
|
+
:return_type => return_type
|
|
681
|
+
)
|
|
682
|
+
|
|
683
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
|
684
|
+
if @api_client.config.debugging
|
|
685
|
+
@api_client.config.logger.debug "API called: SitesApi#sites_post_by_tenantid\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
686
|
+
end
|
|
687
|
+
return data, status_code, headers
|
|
688
|
+
end
|
|
689
|
+
end
|
|
690
|
+
end
|