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,358 @@
|
|
|
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 AdminApi
|
|
17
|
+
attr_accessor :api_client
|
|
18
|
+
|
|
19
|
+
def initialize(api_client = ApiClient.default)
|
|
20
|
+
@api_client = api_client
|
|
21
|
+
end
|
|
22
|
+
# Lists the Database schema updates already installed
|
|
23
|
+
# <span style='font-size: 17px;'>Summary:</span>Lists the Database schema updates already installed.<br/>This can only be used by users in the Flex Superuser role.<br/>Return Type: <b>DbUpdate</b><br/><br/>
|
|
24
|
+
# @param region [String] The data center region the data resides in
|
|
25
|
+
# @param [Hash] opts the optional parameters
|
|
26
|
+
# @return [Array<DbUpdate>]
|
|
27
|
+
def admin_applied_updates(region, opts = {})
|
|
28
|
+
data, _status_code, _headers = admin_applied_updates_with_http_info(region, opts)
|
|
29
|
+
data
|
|
30
|
+
end
|
|
31
|
+
|
|
32
|
+
# Lists the Database schema updates already installed
|
|
33
|
+
# <span style='font-size: 17px;'>Summary:</span>Lists the Database schema updates already installed.<br/>This can only be used by users in the Flex Superuser role.<br/>Return Type: <b>DbUpdate</b><br/><br/>
|
|
34
|
+
# @param region [String] The data center region the data resides in
|
|
35
|
+
# @param [Hash] opts the optional parameters
|
|
36
|
+
# @return [Array<(Array<DbUpdate>, Integer, Hash)>] Array<DbUpdate> data, response status code and response headers
|
|
37
|
+
def admin_applied_updates_with_http_info(region, opts = {})
|
|
38
|
+
if @api_client.config.debugging
|
|
39
|
+
@api_client.config.logger.debug 'Calling API: AdminApi.admin_applied_updates ...'
|
|
40
|
+
end
|
|
41
|
+
# verify the required parameter 'region' is set
|
|
42
|
+
if @api_client.config.client_side_validation && region.nil?
|
|
43
|
+
fail ArgumentError, "Missing the required parameter 'region' when calling AdminApi.admin_applied_updates"
|
|
44
|
+
end
|
|
45
|
+
# verify enum value
|
|
46
|
+
allowable_values = ["UK", "WestEurope", "Sandbox"]
|
|
47
|
+
if @api_client.config.client_side_validation && !allowable_values.include?(region)
|
|
48
|
+
fail ArgumentError, "invalid value for \"region\", must be one of #{allowable_values}"
|
|
49
|
+
end
|
|
50
|
+
# resource path
|
|
51
|
+
local_var_path = '/{region}/aim/2.0/admin/schema/AppliedUpdates'.sub('{' + 'region' + '}', CGI.escape(region.to_s))
|
|
52
|
+
|
|
53
|
+
# query parameters
|
|
54
|
+
query_params = opts[:query_params] || {}
|
|
55
|
+
|
|
56
|
+
# header parameters
|
|
57
|
+
header_params = opts[:header_params] || {}
|
|
58
|
+
# HTTP header 'Accept' (if needed)
|
|
59
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json', 'text/json', 'application/xml', 'text/xml'])
|
|
60
|
+
|
|
61
|
+
# form parameters
|
|
62
|
+
form_params = opts[:form_params] || {}
|
|
63
|
+
|
|
64
|
+
# http body (model)
|
|
65
|
+
post_body = opts[:debug_body]
|
|
66
|
+
|
|
67
|
+
# return_type
|
|
68
|
+
return_type = opts[:debug_return_type] || 'Array<DbUpdate>'
|
|
69
|
+
|
|
70
|
+
# auth_names
|
|
71
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
|
72
|
+
|
|
73
|
+
new_options = opts.merge(
|
|
74
|
+
:operation => :"AdminApi.admin_applied_updates",
|
|
75
|
+
:header_params => header_params,
|
|
76
|
+
:query_params => query_params,
|
|
77
|
+
:form_params => form_params,
|
|
78
|
+
:body => post_body,
|
|
79
|
+
:auth_names => auth_names,
|
|
80
|
+
:return_type => return_type
|
|
81
|
+
)
|
|
82
|
+
|
|
83
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
|
84
|
+
if @api_client.config.debugging
|
|
85
|
+
@api_client.config.logger.debug "API called: AdminApi#admin_applied_updates\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
86
|
+
end
|
|
87
|
+
return data, status_code, headers
|
|
88
|
+
end
|
|
89
|
+
|
|
90
|
+
# Flushes the Flex caches
|
|
91
|
+
# <span style='font-size: 17px;'>Summary:</span>Flushes the Flex caches.<br/>This can only be used by users in the Flex Superuser role.<br/>Return Type: <b></b><br/><br/>
|
|
92
|
+
# @param region [String] The data center region the data resides in
|
|
93
|
+
# @param [Hash] opts the optional parameters
|
|
94
|
+
# @return [nil]
|
|
95
|
+
def admin_flush_caches(region, opts = {})
|
|
96
|
+
admin_flush_caches_with_http_info(region, opts)
|
|
97
|
+
nil
|
|
98
|
+
end
|
|
99
|
+
|
|
100
|
+
# Flushes the Flex caches
|
|
101
|
+
# <span style='font-size: 17px;'>Summary:</span>Flushes the Flex caches.<br/>This can only be used by users in the Flex Superuser role.<br/>Return Type: <b></b><br/><br/>
|
|
102
|
+
# @param region [String] The data center region the data resides in
|
|
103
|
+
# @param [Hash] opts the optional parameters
|
|
104
|
+
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
|
105
|
+
def admin_flush_caches_with_http_info(region, opts = {})
|
|
106
|
+
if @api_client.config.debugging
|
|
107
|
+
@api_client.config.logger.debug 'Calling API: AdminApi.admin_flush_caches ...'
|
|
108
|
+
end
|
|
109
|
+
# verify the required parameter 'region' is set
|
|
110
|
+
if @api_client.config.client_side_validation && region.nil?
|
|
111
|
+
fail ArgumentError, "Missing the required parameter 'region' when calling AdminApi.admin_flush_caches"
|
|
112
|
+
end
|
|
113
|
+
# verify enum value
|
|
114
|
+
allowable_values = ["UK", "WestEurope", "Sandbox"]
|
|
115
|
+
if @api_client.config.client_side_validation && !allowable_values.include?(region)
|
|
116
|
+
fail ArgumentError, "invalid value for \"region\", must be one of #{allowable_values}"
|
|
117
|
+
end
|
|
118
|
+
# resource path
|
|
119
|
+
local_var_path = '/{region}/aim/2.0/admin/schema/FlushCaches'.sub('{' + 'region' + '}', CGI.escape(region.to_s))
|
|
120
|
+
|
|
121
|
+
# query parameters
|
|
122
|
+
query_params = opts[:query_params] || {}
|
|
123
|
+
|
|
124
|
+
# header parameters
|
|
125
|
+
header_params = opts[:header_params] || {}
|
|
126
|
+
|
|
127
|
+
# form parameters
|
|
128
|
+
form_params = opts[:form_params] || {}
|
|
129
|
+
|
|
130
|
+
# http body (model)
|
|
131
|
+
post_body = opts[:debug_body]
|
|
132
|
+
|
|
133
|
+
# return_type
|
|
134
|
+
return_type = opts[:debug_return_type]
|
|
135
|
+
|
|
136
|
+
# auth_names
|
|
137
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
|
138
|
+
|
|
139
|
+
new_options = opts.merge(
|
|
140
|
+
:operation => :"AdminApi.admin_flush_caches",
|
|
141
|
+
:header_params => header_params,
|
|
142
|
+
:query_params => query_params,
|
|
143
|
+
:form_params => form_params,
|
|
144
|
+
:body => post_body,
|
|
145
|
+
:auth_names => auth_names,
|
|
146
|
+
:return_type => return_type
|
|
147
|
+
)
|
|
148
|
+
|
|
149
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
|
150
|
+
if @api_client.config.debugging
|
|
151
|
+
@api_client.config.logger.debug "API called: AdminApi#admin_flush_caches\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
152
|
+
end
|
|
153
|
+
return data, status_code, headers
|
|
154
|
+
end
|
|
155
|
+
|
|
156
|
+
# Returns a flag indicating if the database schema requires an upgrade
|
|
157
|
+
# <span style='font-size: 17px;'>Summary:</span>Returns a flag indicating if the database schema requires an upgrade.<br/>This service can be used by any client. SuperUser role is not required.<br/>Return Type: <b>boolean</b><br/><br/>
|
|
158
|
+
# @param region [String] The data center region the data resides in
|
|
159
|
+
# @param [Hash] opts the optional parameters
|
|
160
|
+
# @return [Boolean]
|
|
161
|
+
def admin_get_is_current(region, opts = {})
|
|
162
|
+
data, _status_code, _headers = admin_get_is_current_with_http_info(region, opts)
|
|
163
|
+
data
|
|
164
|
+
end
|
|
165
|
+
|
|
166
|
+
# Returns a flag indicating if the database schema requires an upgrade
|
|
167
|
+
# <span style='font-size: 17px;'>Summary:</span>Returns a flag indicating if the database schema requires an upgrade.<br/>This service can be used by any client. SuperUser role is not required.<br/>Return Type: <b>boolean</b><br/><br/>
|
|
168
|
+
# @param region [String] The data center region the data resides in
|
|
169
|
+
# @param [Hash] opts the optional parameters
|
|
170
|
+
# @return [Array<(Boolean, Integer, Hash)>] Boolean data, response status code and response headers
|
|
171
|
+
def admin_get_is_current_with_http_info(region, opts = {})
|
|
172
|
+
if @api_client.config.debugging
|
|
173
|
+
@api_client.config.logger.debug 'Calling API: AdminApi.admin_get_is_current ...'
|
|
174
|
+
end
|
|
175
|
+
# verify the required parameter 'region' is set
|
|
176
|
+
if @api_client.config.client_side_validation && region.nil?
|
|
177
|
+
fail ArgumentError, "Missing the required parameter 'region' when calling AdminApi.admin_get_is_current"
|
|
178
|
+
end
|
|
179
|
+
# verify enum value
|
|
180
|
+
allowable_values = ["UK", "WestEurope", "Sandbox"]
|
|
181
|
+
if @api_client.config.client_side_validation && !allowable_values.include?(region)
|
|
182
|
+
fail ArgumentError, "invalid value for \"region\", must be one of #{allowable_values}"
|
|
183
|
+
end
|
|
184
|
+
# resource path
|
|
185
|
+
local_var_path = '/{region}/aim/2.0/admin/schema/IsCurrent'.sub('{' + 'region' + '}', CGI.escape(region.to_s))
|
|
186
|
+
|
|
187
|
+
# query parameters
|
|
188
|
+
query_params = opts[:query_params] || {}
|
|
189
|
+
|
|
190
|
+
# header parameters
|
|
191
|
+
header_params = opts[:header_params] || {}
|
|
192
|
+
# HTTP header 'Accept' (if needed)
|
|
193
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json', 'text/json', 'application/xml', 'text/xml'])
|
|
194
|
+
|
|
195
|
+
# form parameters
|
|
196
|
+
form_params = opts[:form_params] || {}
|
|
197
|
+
|
|
198
|
+
# http body (model)
|
|
199
|
+
post_body = opts[:debug_body]
|
|
200
|
+
|
|
201
|
+
# return_type
|
|
202
|
+
return_type = opts[:debug_return_type] || 'Boolean'
|
|
203
|
+
|
|
204
|
+
# auth_names
|
|
205
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
|
206
|
+
|
|
207
|
+
new_options = opts.merge(
|
|
208
|
+
:operation => :"AdminApi.admin_get_is_current",
|
|
209
|
+
:header_params => header_params,
|
|
210
|
+
:query_params => query_params,
|
|
211
|
+
:form_params => form_params,
|
|
212
|
+
:body => post_body,
|
|
213
|
+
:auth_names => auth_names,
|
|
214
|
+
:return_type => return_type
|
|
215
|
+
)
|
|
216
|
+
|
|
217
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
|
218
|
+
if @api_client.config.debugging
|
|
219
|
+
@api_client.config.logger.debug "API called: AdminApi#admin_get_is_current\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
220
|
+
end
|
|
221
|
+
return data, status_code, headers
|
|
222
|
+
end
|
|
223
|
+
|
|
224
|
+
# Lists the Database schema updates required
|
|
225
|
+
# <span style='font-size: 17px;'>Summary:</span>Lists the Database schema updates required.<br/>This can only be used by users in the Flex Superuser role.<br/>Return Type: <b>DbUpdate</b><br/><br/>
|
|
226
|
+
# @param region [String] The data center region the data resides in
|
|
227
|
+
# @param [Hash] opts the optional parameters
|
|
228
|
+
# @return [Array<DbUpdate>]
|
|
229
|
+
def admin_pending_updates(region, opts = {})
|
|
230
|
+
data, _status_code, _headers = admin_pending_updates_with_http_info(region, opts)
|
|
231
|
+
data
|
|
232
|
+
end
|
|
233
|
+
|
|
234
|
+
# Lists the Database schema updates required
|
|
235
|
+
# <span style='font-size: 17px;'>Summary:</span>Lists the Database schema updates required.<br/>This can only be used by users in the Flex Superuser role.<br/>Return Type: <b>DbUpdate</b><br/><br/>
|
|
236
|
+
# @param region [String] The data center region the data resides in
|
|
237
|
+
# @param [Hash] opts the optional parameters
|
|
238
|
+
# @return [Array<(Array<DbUpdate>, Integer, Hash)>] Array<DbUpdate> data, response status code and response headers
|
|
239
|
+
def admin_pending_updates_with_http_info(region, opts = {})
|
|
240
|
+
if @api_client.config.debugging
|
|
241
|
+
@api_client.config.logger.debug 'Calling API: AdminApi.admin_pending_updates ...'
|
|
242
|
+
end
|
|
243
|
+
# verify the required parameter 'region' is set
|
|
244
|
+
if @api_client.config.client_side_validation && region.nil?
|
|
245
|
+
fail ArgumentError, "Missing the required parameter 'region' when calling AdminApi.admin_pending_updates"
|
|
246
|
+
end
|
|
247
|
+
# verify enum value
|
|
248
|
+
allowable_values = ["UK", "WestEurope", "Sandbox"]
|
|
249
|
+
if @api_client.config.client_side_validation && !allowable_values.include?(region)
|
|
250
|
+
fail ArgumentError, "invalid value for \"region\", must be one of #{allowable_values}"
|
|
251
|
+
end
|
|
252
|
+
# resource path
|
|
253
|
+
local_var_path = '/{region}/aim/2.0/admin/schema/PendingUpdates'.sub('{' + 'region' + '}', CGI.escape(region.to_s))
|
|
254
|
+
|
|
255
|
+
# query parameters
|
|
256
|
+
query_params = opts[:query_params] || {}
|
|
257
|
+
|
|
258
|
+
# header parameters
|
|
259
|
+
header_params = opts[:header_params] || {}
|
|
260
|
+
# HTTP header 'Accept' (if needed)
|
|
261
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json', 'text/json', 'application/xml', 'text/xml'])
|
|
262
|
+
|
|
263
|
+
# form parameters
|
|
264
|
+
form_params = opts[:form_params] || {}
|
|
265
|
+
|
|
266
|
+
# http body (model)
|
|
267
|
+
post_body = opts[:debug_body]
|
|
268
|
+
|
|
269
|
+
# return_type
|
|
270
|
+
return_type = opts[:debug_return_type] || 'Array<DbUpdate>'
|
|
271
|
+
|
|
272
|
+
# auth_names
|
|
273
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
|
274
|
+
|
|
275
|
+
new_options = opts.merge(
|
|
276
|
+
:operation => :"AdminApi.admin_pending_updates",
|
|
277
|
+
:header_params => header_params,
|
|
278
|
+
:query_params => query_params,
|
|
279
|
+
:form_params => form_params,
|
|
280
|
+
:body => post_body,
|
|
281
|
+
:auth_names => auth_names,
|
|
282
|
+
:return_type => return_type
|
|
283
|
+
)
|
|
284
|
+
|
|
285
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
|
286
|
+
if @api_client.config.debugging
|
|
287
|
+
@api_client.config.logger.debug "API called: AdminApi#admin_pending_updates\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
288
|
+
end
|
|
289
|
+
return data, status_code, headers
|
|
290
|
+
end
|
|
291
|
+
|
|
292
|
+
# Updates the Database schemas to the latest version
|
|
293
|
+
# <span style='font-size: 17px;'>Summary:</span>Updates the Database schemas to the latest version.<br/>This can only be used by users in the Flex Superuser role.<br/>Return Type: <b></b><br/><br/>
|
|
294
|
+
# @param region [String] The data center region the data resides in
|
|
295
|
+
# @param [Hash] opts the optional parameters
|
|
296
|
+
# @return [nil]
|
|
297
|
+
def admin_update_schema(region, opts = {})
|
|
298
|
+
admin_update_schema_with_http_info(region, opts)
|
|
299
|
+
nil
|
|
300
|
+
end
|
|
301
|
+
|
|
302
|
+
# Updates the Database schemas to the latest version
|
|
303
|
+
# <span style='font-size: 17px;'>Summary:</span>Updates the Database schemas to the latest version.<br/>This can only be used by users in the Flex Superuser role.<br/>Return Type: <b></b><br/><br/>
|
|
304
|
+
# @param region [String] The data center region the data resides in
|
|
305
|
+
# @param [Hash] opts the optional parameters
|
|
306
|
+
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
|
307
|
+
def admin_update_schema_with_http_info(region, opts = {})
|
|
308
|
+
if @api_client.config.debugging
|
|
309
|
+
@api_client.config.logger.debug 'Calling API: AdminApi.admin_update_schema ...'
|
|
310
|
+
end
|
|
311
|
+
# verify the required parameter 'region' is set
|
|
312
|
+
if @api_client.config.client_side_validation && region.nil?
|
|
313
|
+
fail ArgumentError, "Missing the required parameter 'region' when calling AdminApi.admin_update_schema"
|
|
314
|
+
end
|
|
315
|
+
# verify enum value
|
|
316
|
+
allowable_values = ["UK", "WestEurope", "Sandbox"]
|
|
317
|
+
if @api_client.config.client_side_validation && !allowable_values.include?(region)
|
|
318
|
+
fail ArgumentError, "invalid value for \"region\", must be one of #{allowable_values}"
|
|
319
|
+
end
|
|
320
|
+
# resource path
|
|
321
|
+
local_var_path = '/{region}/aim/2.0/admin/schema/UpdateSchema'.sub('{' + 'region' + '}', CGI.escape(region.to_s))
|
|
322
|
+
|
|
323
|
+
# query parameters
|
|
324
|
+
query_params = opts[:query_params] || {}
|
|
325
|
+
|
|
326
|
+
# header parameters
|
|
327
|
+
header_params = opts[:header_params] || {}
|
|
328
|
+
|
|
329
|
+
# form parameters
|
|
330
|
+
form_params = opts[:form_params] || {}
|
|
331
|
+
|
|
332
|
+
# http body (model)
|
|
333
|
+
post_body = opts[:debug_body]
|
|
334
|
+
|
|
335
|
+
# return_type
|
|
336
|
+
return_type = opts[:debug_return_type]
|
|
337
|
+
|
|
338
|
+
# auth_names
|
|
339
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
|
340
|
+
|
|
341
|
+
new_options = opts.merge(
|
|
342
|
+
:operation => :"AdminApi.admin_update_schema",
|
|
343
|
+
:header_params => header_params,
|
|
344
|
+
:query_params => query_params,
|
|
345
|
+
:form_params => form_params,
|
|
346
|
+
:body => post_body,
|
|
347
|
+
:auth_names => auth_names,
|
|
348
|
+
:return_type => return_type
|
|
349
|
+
)
|
|
350
|
+
|
|
351
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
|
352
|
+
if @api_client.config.debugging
|
|
353
|
+
@api_client.config.logger.debug "API called: AdminApi#admin_update_schema\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
354
|
+
end
|
|
355
|
+
return data, status_code, headers
|
|
356
|
+
end
|
|
357
|
+
end
|
|
358
|
+
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 'cgi'
|
|
14
|
+
|
|
15
|
+
module XbimAim
|
|
16
|
+
class ApplicationsApi
|
|
17
|
+
attr_accessor :api_client
|
|
18
|
+
|
|
19
|
+
def initialize(api_client = ApiClient.default)
|
|
20
|
+
@api_client = api_client
|
|
21
|
+
end
|
|
22
|
+
# Returns the EntitySet Applications
|
|
23
|
+
# <span style='font-size: 17px;'>Summary:</span>Returns the EntitySet Applications.<br/>Return Type: <b>ODataListResponseOfApplication</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/>
|
|
24
|
+
# @param tenant_id [String] The unique Tenant ID (UUID or Identifier string)
|
|
25
|
+
# @param region [String] The data center region the data resides in
|
|
26
|
+
# @param [Hash] opts the optional parameters
|
|
27
|
+
# @option opts [String] :expand Expands related entities inline.
|
|
28
|
+
# @option opts [String] :filter Filters the results, based on a Boolean condition.
|
|
29
|
+
# @option opts [String] :select Selects which properties to include in the response.
|
|
30
|
+
# @option opts [String] :orderby Sorts the results.
|
|
31
|
+
# @option opts [Integer] :top Returns only the first n results.
|
|
32
|
+
# @option opts [Integer] :skip Skips the first n results.
|
|
33
|
+
# @option opts [Boolean] :count Includes a count of the matching results in the response.
|
|
34
|
+
# @return [ODataListResponseOfApplication]
|
|
35
|
+
def applications_get_by_tenantid(tenant_id, region, opts = {})
|
|
36
|
+
data, _status_code, _headers = applications_get_by_tenantid_with_http_info(tenant_id, region, opts)
|
|
37
|
+
data
|
|
38
|
+
end
|
|
39
|
+
|
|
40
|
+
# Returns the EntitySet Applications
|
|
41
|
+
# <span style='font-size: 17px;'>Summary:</span>Returns the EntitySet Applications.<br/>Return Type: <b>ODataListResponseOfApplication</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/>
|
|
42
|
+
# @param tenant_id [String] The unique Tenant ID (UUID or Identifier string)
|
|
43
|
+
# @param region [String] The data center region the data resides in
|
|
44
|
+
# @param [Hash] opts the optional parameters
|
|
45
|
+
# @option opts [String] :expand Expands related entities inline.
|
|
46
|
+
# @option opts [String] :filter Filters the results, based on a Boolean condition.
|
|
47
|
+
# @option opts [String] :select Selects which properties to include in the response.
|
|
48
|
+
# @option opts [String] :orderby Sorts the results.
|
|
49
|
+
# @option opts [Integer] :top Returns only the first n results.
|
|
50
|
+
# @option opts [Integer] :skip Skips the first n results.
|
|
51
|
+
# @option opts [Boolean] :count Includes a count of the matching results in the response.
|
|
52
|
+
# @return [Array<(ODataListResponseOfApplication, Integer, Hash)>] ODataListResponseOfApplication data, response status code and response headers
|
|
53
|
+
def applications_get_by_tenantid_with_http_info(tenant_id, region, opts = {})
|
|
54
|
+
if @api_client.config.debugging
|
|
55
|
+
@api_client.config.logger.debug 'Calling API: ApplicationsApi.applications_get_by_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 ApplicationsApi.applications_get_by_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 ApplicationsApi.applications_get_by_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
|
+
# resource path
|
|
71
|
+
local_var_path = '/{region}/aim/2.0/{tenantId}/Applications'.sub('{' + 'tenantId' + '}', CGI.escape(tenant_id.to_s)).sub('{' + 'region' + '}', CGI.escape(region.to_s))
|
|
72
|
+
|
|
73
|
+
# query parameters
|
|
74
|
+
query_params = opts[:query_params] || {}
|
|
75
|
+
query_params[:'$expand'] = opts[:'expand'] if !opts[:'expand'].nil?
|
|
76
|
+
query_params[:'$filter'] = opts[:'filter'] if !opts[:'filter'].nil?
|
|
77
|
+
query_params[:'$select'] = opts[:'select'] if !opts[:'select'].nil?
|
|
78
|
+
query_params[:'$orderby'] = opts[:'orderby'] if !opts[:'orderby'].nil?
|
|
79
|
+
query_params[:'$top'] = opts[:'top'] if !opts[:'top'].nil?
|
|
80
|
+
query_params[:'$skip'] = opts[:'skip'] if !opts[:'skip'].nil?
|
|
81
|
+
query_params[:'$count'] = opts[:'count'] if !opts[:'count'].nil?
|
|
82
|
+
|
|
83
|
+
# header parameters
|
|
84
|
+
header_params = opts[:header_params] || {}
|
|
85
|
+
# HTTP header 'Accept' (if needed)
|
|
86
|
+
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'])
|
|
87
|
+
|
|
88
|
+
# form parameters
|
|
89
|
+
form_params = opts[:form_params] || {}
|
|
90
|
+
|
|
91
|
+
# http body (model)
|
|
92
|
+
post_body = opts[:debug_body]
|
|
93
|
+
|
|
94
|
+
# return_type
|
|
95
|
+
return_type = opts[:debug_return_type] || 'ODataListResponseOfApplication'
|
|
96
|
+
|
|
97
|
+
# auth_names
|
|
98
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
|
99
|
+
|
|
100
|
+
new_options = opts.merge(
|
|
101
|
+
:operation => :"ApplicationsApi.applications_get_by_tenantid",
|
|
102
|
+
:header_params => header_params,
|
|
103
|
+
:query_params => query_params,
|
|
104
|
+
:form_params => form_params,
|
|
105
|
+
:body => post_body,
|
|
106
|
+
:auth_names => auth_names,
|
|
107
|
+
:return_type => return_type
|
|
108
|
+
)
|
|
109
|
+
|
|
110
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
|
111
|
+
if @api_client.config.debugging
|
|
112
|
+
@api_client.config.logger.debug "API called: ApplicationsApi#applications_get_by_tenantid\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
113
|
+
end
|
|
114
|
+
return data, status_code, headers
|
|
115
|
+
end
|
|
116
|
+
|
|
117
|
+
# Returns the entity with the key from Applications
|
|
118
|
+
# <span style='font-size: 17px;'>Summary:</span>Returns the entity with the key from Applications.<br/>Return Type: <b>Application</b><br/><br/>
|
|
119
|
+
# @param application_id [Integer] key: ApplicationId
|
|
120
|
+
# @param tenant_id [String] The unique Tenant ID (UUID or Identifier string)
|
|
121
|
+
# @param region [String] The data center region the data resides in
|
|
122
|
+
# @param [Hash] opts the optional parameters
|
|
123
|
+
# @option opts [String] :expand Expands related entities inline.
|
|
124
|
+
# @option opts [String] :select Selects which properties to include in the response.
|
|
125
|
+
# @return [Application]
|
|
126
|
+
def applications_get_single_by_applicationid_and_tenantid(application_id, tenant_id, region, opts = {})
|
|
127
|
+
data, _status_code, _headers = applications_get_single_by_applicationid_and_tenantid_with_http_info(application_id, tenant_id, region, opts)
|
|
128
|
+
data
|
|
129
|
+
end
|
|
130
|
+
|
|
131
|
+
# Returns the entity with the key from Applications
|
|
132
|
+
# <span style='font-size: 17px;'>Summary:</span>Returns the entity with the key from Applications.<br/>Return Type: <b>Application</b><br/><br/>
|
|
133
|
+
# @param application_id [Integer] key: ApplicationId
|
|
134
|
+
# @param tenant_id [String] The unique Tenant ID (UUID or Identifier string)
|
|
135
|
+
# @param region [String] The data center region the data resides in
|
|
136
|
+
# @param [Hash] opts the optional parameters
|
|
137
|
+
# @option opts [String] :expand Expands related entities inline.
|
|
138
|
+
# @option opts [String] :select Selects which properties to include in the response.
|
|
139
|
+
# @return [Array<(Application, Integer, Hash)>] Application data, response status code and response headers
|
|
140
|
+
def applications_get_single_by_applicationid_and_tenantid_with_http_info(application_id, tenant_id, region, opts = {})
|
|
141
|
+
if @api_client.config.debugging
|
|
142
|
+
@api_client.config.logger.debug 'Calling API: ApplicationsApi.applications_get_single_by_applicationid_and_tenantid ...'
|
|
143
|
+
end
|
|
144
|
+
# verify the required parameter 'application_id' is set
|
|
145
|
+
if @api_client.config.client_side_validation && application_id.nil?
|
|
146
|
+
fail ArgumentError, "Missing the required parameter 'application_id' when calling ApplicationsApi.applications_get_single_by_applicationid_and_tenantid"
|
|
147
|
+
end
|
|
148
|
+
# verify the required parameter 'tenant_id' is set
|
|
149
|
+
if @api_client.config.client_side_validation && tenant_id.nil?
|
|
150
|
+
fail ArgumentError, "Missing the required parameter 'tenant_id' when calling ApplicationsApi.applications_get_single_by_applicationid_and_tenantid"
|
|
151
|
+
end
|
|
152
|
+
# verify the required parameter 'region' is set
|
|
153
|
+
if @api_client.config.client_side_validation && region.nil?
|
|
154
|
+
fail ArgumentError, "Missing the required parameter 'region' when calling ApplicationsApi.applications_get_single_by_applicationid_and_tenantid"
|
|
155
|
+
end
|
|
156
|
+
# verify enum value
|
|
157
|
+
allowable_values = ["UK", "WestEurope", "Sandbox"]
|
|
158
|
+
if @api_client.config.client_side_validation && !allowable_values.include?(region)
|
|
159
|
+
fail ArgumentError, "invalid value for \"region\", must be one of #{allowable_values}"
|
|
160
|
+
end
|
|
161
|
+
# resource path
|
|
162
|
+
local_var_path = '/{region}/aim/2.0/{tenantId}/Applications({ApplicationId})'.sub('{' + 'ApplicationId' + '}', CGI.escape(application_id.to_s)).sub('{' + 'tenantId' + '}', CGI.escape(tenant_id.to_s)).sub('{' + 'region' + '}', CGI.escape(region.to_s))
|
|
163
|
+
|
|
164
|
+
# query parameters
|
|
165
|
+
query_params = opts[:query_params] || {}
|
|
166
|
+
query_params[:'$expand'] = opts[:'expand'] if !opts[:'expand'].nil?
|
|
167
|
+
query_params[:'$select'] = opts[:'select'] if !opts[:'select'].nil?
|
|
168
|
+
|
|
169
|
+
# header parameters
|
|
170
|
+
header_params = opts[:header_params] || {}
|
|
171
|
+
# HTTP header 'Accept' (if needed)
|
|
172
|
+
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'])
|
|
173
|
+
|
|
174
|
+
# form parameters
|
|
175
|
+
form_params = opts[:form_params] || {}
|
|
176
|
+
|
|
177
|
+
# http body (model)
|
|
178
|
+
post_body = opts[:debug_body]
|
|
179
|
+
|
|
180
|
+
# return_type
|
|
181
|
+
return_type = opts[:debug_return_type] || 'Application'
|
|
182
|
+
|
|
183
|
+
# auth_names
|
|
184
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
|
185
|
+
|
|
186
|
+
new_options = opts.merge(
|
|
187
|
+
:operation => :"ApplicationsApi.applications_get_single_by_applicationid_and_tenantid",
|
|
188
|
+
:header_params => header_params,
|
|
189
|
+
:query_params => query_params,
|
|
190
|
+
:form_params => form_params,
|
|
191
|
+
:body => post_body,
|
|
192
|
+
:auth_names => auth_names,
|
|
193
|
+
:return_type => return_type
|
|
194
|
+
)
|
|
195
|
+
|
|
196
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
|
197
|
+
if @api_client.config.debugging
|
|
198
|
+
@api_client.config.logger.debug "API called: ApplicationsApi#applications_get_single_by_applicationid_and_tenantid\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
199
|
+
end
|
|
200
|
+
return data, status_code, headers
|
|
201
|
+
end
|
|
202
|
+
end
|
|
203
|
+
end
|