topological_inventory-api-client 1.0.0 → 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.
Files changed (183) hide show
  1. checksums.yaml +4 -4
  2. data/docs/DefaultApi.md +1444 -1
  3. data/docs/ServiceInstance.md +2 -0
  4. data/docs/ServiceInstanceNode.md +2 -0
  5. data/docs/ServiceOffering.md +2 -0
  6. data/docs/ServiceOfferingNode.md +2 -0
  7. data/docs/Tag.md +2 -14
  8. data/docs/Vm.md +2 -0
  9. data/lib/topological_inventory-api-client.rb +1 -2
  10. data/lib/topological_inventory-api-client/api/default_api.rb +1925 -1
  11. data/lib/topological_inventory-api-client/api_client.rb +1 -1
  12. data/lib/topological_inventory-api-client/api_error.rb +1 -1
  13. data/lib/topological_inventory-api-client/configuration.rb +4 -4
  14. data/lib/topological_inventory-api-client/models/applied_inventories_parameters_service_plan.rb +1 -1
  15. data/lib/topological_inventory-api-client/models/availabilities_collection.rb +1 -1
  16. data/lib/topological_inventory-api-client/models/availability.rb +1 -1
  17. data/lib/topological_inventory-api-client/models/cluster.rb +1 -1
  18. data/lib/topological_inventory-api-client/models/clusters_collection.rb +1 -1
  19. data/lib/topological_inventory-api-client/models/collection_links.rb +1 -1
  20. data/lib/topological_inventory-api-client/models/collection_metadata.rb +1 -1
  21. data/lib/topological_inventory-api-client/models/container.rb +1 -1
  22. data/lib/topological_inventory-api-client/models/container_group.rb +1 -1
  23. data/lib/topological_inventory-api-client/models/container_groups_collection.rb +1 -1
  24. data/lib/topological_inventory-api-client/models/container_image.rb +1 -1
  25. data/lib/topological_inventory-api-client/models/container_images_collection.rb +1 -1
  26. data/lib/topological_inventory-api-client/models/container_node.rb +1 -1
  27. data/lib/topological_inventory-api-client/models/container_nodes_collection.rb +1 -1
  28. data/lib/topological_inventory-api-client/models/container_project.rb +1 -1
  29. data/lib/topological_inventory-api-client/models/container_projects_collection.rb +1 -1
  30. data/lib/topological_inventory-api-client/models/container_resource_quota.rb +1 -1
  31. data/lib/topological_inventory-api-client/models/container_resource_quota_collection.rb +1 -1
  32. data/lib/topological_inventory-api-client/models/container_template.rb +1 -1
  33. data/lib/topological_inventory-api-client/models/container_templates_collection.rb +1 -1
  34. data/lib/topological_inventory-api-client/models/containers_collection.rb +1 -1
  35. data/lib/topological_inventory-api-client/models/datastore.rb +1 -1
  36. data/lib/topological_inventory-api-client/models/datastores_collection.rb +1 -1
  37. data/lib/topological_inventory-api-client/models/error_not_found.rb +1 -1
  38. data/lib/topological_inventory-api-client/models/error_not_found_errors.rb +1 -1
  39. data/lib/topological_inventory-api-client/models/flavor.rb +1 -1
  40. data/lib/topological_inventory-api-client/models/flavors_collection.rb +1 -1
  41. data/lib/topological_inventory-api-client/models/graph_ql_request.rb +1 -1
  42. data/lib/topological_inventory-api-client/models/graph_ql_response.rb +1 -1
  43. data/lib/topological_inventory-api-client/models/host.rb +1 -1
  44. data/lib/topological_inventory-api-client/models/hosts_collection.rb +1 -1
  45. data/lib/topological_inventory-api-client/models/inline_response200.rb +1 -1
  46. data/lib/topological_inventory-api-client/models/ipaddress.rb +1 -1
  47. data/lib/topological_inventory-api-client/models/ipaddresses_collection.rb +1 -1
  48. data/lib/topological_inventory-api-client/models/network.rb +1 -1
  49. data/lib/topological_inventory-api-client/models/network_adapter.rb +1 -1
  50. data/lib/topological_inventory-api-client/models/network_adapters_collection.rb +1 -1
  51. data/lib/topological_inventory-api-client/models/networks_collection.rb +1 -1
  52. data/lib/topological_inventory-api-client/models/orchestration_stack.rb +1 -1
  53. data/lib/topological_inventory-api-client/models/orchestration_stacks_collection.rb +1 -1
  54. data/lib/topological_inventory-api-client/models/order_parameters_service_offering.rb +1 -1
  55. data/lib/topological_inventory-api-client/models/order_parameters_service_plan.rb +1 -1
  56. data/lib/topological_inventory-api-client/models/security_group.rb +1 -1
  57. data/lib/topological_inventory-api-client/models/security_groups_collection.rb +1 -1
  58. data/lib/topological_inventory-api-client/models/service_instance.rb +29 -2
  59. data/lib/topological_inventory-api-client/models/service_instance_node.rb +29 -2
  60. data/lib/topological_inventory-api-client/models/service_instance_nodes_collection.rb +1 -1
  61. data/lib/topological_inventory-api-client/models/service_instances_collection.rb +1 -1
  62. data/lib/topological_inventory-api-client/models/service_inventories_collection.rb +1 -1
  63. data/lib/topological_inventory-api-client/models/service_inventory.rb +1 -1
  64. data/lib/topological_inventory-api-client/models/service_offering.rb +29 -2
  65. data/lib/topological_inventory-api-client/models/service_offering_icon.rb +1 -1
  66. data/lib/topological_inventory-api-client/models/service_offering_icons_collection.rb +1 -1
  67. data/lib/topological_inventory-api-client/models/service_offering_node.rb +29 -2
  68. data/lib/topological_inventory-api-client/models/service_offering_nodes_collection.rb +1 -1
  69. data/lib/topological_inventory-api-client/models/service_offerings_collection.rb +1 -1
  70. data/lib/topological_inventory-api-client/models/service_plan.rb +1 -1
  71. data/lib/topological_inventory-api-client/models/service_plans_collection.rb +1 -1
  72. data/lib/topological_inventory-api-client/models/source.rb +1 -1
  73. data/lib/topological_inventory-api-client/models/source_region.rb +1 -1
  74. data/lib/topological_inventory-api-client/models/source_regions_collection.rb +1 -1
  75. data/lib/topological_inventory-api-client/models/sources_collection.rb +1 -1
  76. data/lib/topological_inventory-api-client/models/subnet.rb +1 -1
  77. data/lib/topological_inventory-api-client/models/subnets_collection.rb +1 -1
  78. data/lib/topological_inventory-api-client/models/subscription.rb +1 -1
  79. data/lib/topological_inventory-api-client/models/subscriptions_collection.rb +1 -1
  80. data/lib/topological_inventory-api-client/models/tag.rb +8 -80
  81. data/lib/topological_inventory-api-client/models/tags_collection.rb +1 -1
  82. data/lib/topological_inventory-api-client/models/task.rb +1 -1
  83. data/lib/topological_inventory-api-client/models/tasks_collection.rb +1 -1
  84. data/lib/topological_inventory-api-client/models/tenant.rb +1 -1
  85. data/lib/topological_inventory-api-client/models/vm.rb +29 -2
  86. data/lib/topological_inventory-api-client/models/vms_collection.rb +1 -1
  87. data/lib/topological_inventory-api-client/models/volume.rb +1 -1
  88. data/lib/topological_inventory-api-client/models/volume_attachment.rb +1 -1
  89. data/lib/topological_inventory-api-client/models/volume_attachments_collection.rb +1 -1
  90. data/lib/topological_inventory-api-client/models/volume_type.rb +1 -1
  91. data/lib/topological_inventory-api-client/models/volume_types_collection.rb +1 -1
  92. data/lib/topological_inventory-api-client/models/volumes_collection.rb +1 -1
  93. data/lib/topological_inventory-api-client/version.rb +2 -2
  94. data/spec/api/default_api_spec.rb +339 -1
  95. data/spec/api_client_spec.rb +1 -1
  96. data/spec/configuration_spec.rb +4 -4
  97. data/spec/models/applied_inventories_parameters_service_plan_spec.rb +1 -1
  98. data/spec/models/availabilities_collection_spec.rb +1 -1
  99. data/spec/models/availability_spec.rb +1 -1
  100. data/spec/models/cluster_spec.rb +1 -1
  101. data/spec/models/clusters_collection_spec.rb +1 -1
  102. data/spec/models/collection_links_spec.rb +1 -1
  103. data/spec/models/collection_metadata_spec.rb +1 -1
  104. data/spec/models/container_group_spec.rb +1 -1
  105. data/spec/models/container_groups_collection_spec.rb +1 -1
  106. data/spec/models/container_image_spec.rb +1 -1
  107. data/spec/models/container_images_collection_spec.rb +1 -1
  108. data/spec/models/container_node_spec.rb +1 -1
  109. data/spec/models/container_nodes_collection_spec.rb +1 -1
  110. data/spec/models/container_project_spec.rb +1 -1
  111. data/spec/models/container_projects_collection_spec.rb +1 -1
  112. data/spec/models/container_resource_quota_collection_spec.rb +1 -1
  113. data/spec/models/container_resource_quota_spec.rb +1 -1
  114. data/spec/models/container_spec.rb +1 -1
  115. data/spec/models/container_template_spec.rb +1 -1
  116. data/spec/models/container_templates_collection_spec.rb +1 -1
  117. data/spec/models/containers_collection_spec.rb +1 -1
  118. data/spec/models/datastore_spec.rb +1 -1
  119. data/spec/models/datastores_collection_spec.rb +1 -1
  120. data/spec/models/error_not_found_errors_spec.rb +1 -1
  121. data/spec/models/error_not_found_spec.rb +1 -1
  122. data/spec/models/flavor_spec.rb +1 -1
  123. data/spec/models/flavors_collection_spec.rb +1 -1
  124. data/spec/models/graph_ql_request_spec.rb +1 -1
  125. data/spec/models/graph_ql_response_spec.rb +1 -1
  126. data/spec/models/host_spec.rb +1 -1
  127. data/spec/models/hosts_collection_spec.rb +1 -1
  128. data/spec/models/inline_response200_spec.rb +1 -1
  129. data/spec/models/ipaddress_spec.rb +1 -1
  130. data/spec/models/ipaddresses_collection_spec.rb +1 -1
  131. data/spec/models/network_adapter_spec.rb +1 -1
  132. data/spec/models/network_adapters_collection_spec.rb +1 -1
  133. data/spec/models/network_spec.rb +1 -1
  134. data/spec/models/networks_collection_spec.rb +1 -1
  135. data/spec/models/orchestration_stack_spec.rb +1 -1
  136. data/spec/models/orchestration_stacks_collection_spec.rb +1 -1
  137. data/spec/models/order_parameters_service_offering_spec.rb +1 -1
  138. data/spec/models/order_parameters_service_plan_spec.rb +1 -1
  139. data/spec/models/security_group_spec.rb +1 -1
  140. data/spec/models/security_groups_collection_spec.rb +1 -1
  141. data/spec/models/service_instance_node_spec.rb +7 -1
  142. data/spec/models/service_instance_nodes_collection_spec.rb +1 -1
  143. data/spec/models/service_instance_spec.rb +7 -1
  144. data/spec/models/service_instances_collection_spec.rb +1 -1
  145. data/spec/models/service_inventories_collection_spec.rb +1 -1
  146. data/spec/models/service_inventory_spec.rb +1 -1
  147. data/spec/models/service_offering_icon_spec.rb +1 -1
  148. data/spec/models/service_offering_icons_collection_spec.rb +1 -1
  149. data/spec/models/service_offering_node_spec.rb +7 -1
  150. data/spec/models/service_offering_nodes_collection_spec.rb +1 -1
  151. data/spec/models/service_offering_spec.rb +7 -1
  152. data/spec/models/service_offerings_collection_spec.rb +1 -1
  153. data/spec/models/service_plan_spec.rb +1 -1
  154. data/spec/models/service_plans_collection_spec.rb +1 -1
  155. data/spec/models/source_region_spec.rb +1 -1
  156. data/spec/models/source_regions_collection_spec.rb +1 -1
  157. data/spec/models/source_spec.rb +1 -1
  158. data/spec/models/sources_collection_spec.rb +1 -1
  159. data/spec/models/subnet_spec.rb +1 -1
  160. data/spec/models/subnets_collection_spec.rb +1 -1
  161. data/spec/models/subscription_spec.rb +1 -1
  162. data/spec/models/subscriptions_collection_spec.rb +1 -1
  163. data/spec/models/tag_spec.rb +2 -38
  164. data/spec/models/tags_collection_spec.rb +1 -1
  165. data/spec/models/task_spec.rb +1 -1
  166. data/spec/models/tasks_collection_spec.rb +1 -1
  167. data/spec/models/tenant_spec.rb +1 -1
  168. data/spec/models/vm_spec.rb +7 -1
  169. data/spec/models/vms_collection_spec.rb +1 -1
  170. data/spec/models/volume_attachment_spec.rb +1 -1
  171. data/spec/models/volume_attachments_collection_spec.rb +1 -1
  172. data/spec/models/volume_spec.rb +1 -1
  173. data/spec/models/volume_type_spec.rb +1 -1
  174. data/spec/models/volume_types_collection_spec.rb +1 -1
  175. data/spec/models/volumes_collection_spec.rb +1 -1
  176. data/spec/spec_helper.rb +1 -1
  177. data/topological_inventory-api-client.gemspec +1 -1
  178. metadata +2 -8
  179. data/docs/Tagging.md +0 -21
  180. data/lib/topological_inventory-api-client/models/tagging.rb +0 -242
  181. data/pkg/topological_inventory-api-client-1.0.0.gem +0 -0
  182. data/spec/models/tagging_spec.rb +0 -53
  183. data/topological_inventory-api-client-2.0.0.gem +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0bf6b9a42813ee4c6e1f552e670e68e0d0f03f4a26be5b8b0a8dfd646ceafded
4
- data.tar.gz: 3a244a8675721712d38291b8b2f38a89b203b92d8574b5446648272e11157291
3
+ metadata.gz: 668423c90efc79a0edb890e96249bf91028439d4549b4364968998f3763dcbb6
4
+ data.tar.gz: 732d4c465f7b928a07f9e9a23bb73d84a32b6f94417f32c4428b66e36f65a2d6
5
5
  SHA512:
6
- metadata.gz: 5c442d2377e86a78328360c8bdb85766f2360f17a701bb5edc73556623613f43a79fea5cebbf255dc13e5ddb79ff3b8ea0463206c9fba97b40155a8f998aac37
7
- data.tar.gz: d0f616f470d865768a56fb87fc7e2025879513adf3396b3100d28db4ae2aead3b0bb91b3466b61d0679d02fda7dad408f6e66f7d36bd749e48a56e24b6e37c11
6
+ metadata.gz: 6ffbb2e98f4abe471fb8787ba6a7158c20b652bc22f66dafaeeafc66f1228f2ab7071887299a53df30261103319cd4d86017a96c0b42cafc762aabd360fe588e
7
+ data.tar.gz: a385635c9bf33c45e5de1ebdfb40995ba3b8f80e4060cb11972085e6773fa75bf18ab4c650a085dba899bb6e45c81b1892f2eef6d8cc8768868c16a8585e8369
data/docs/DefaultApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # TopologicalInventoryApiClient::DefaultApi
2
2
 
3
- All URIs are relative to *https://cloud.redhat.com//api/topological-inventory/v1.0*
3
+ All URIs are relative to *https://cloud.redhat.com//api/topological-inventory/v2.0*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -180,6 +180,32 @@ Method | HTTP request | Description
180
180
  [**show_volume**](DefaultApi.md#show_volume) | **GET** /volumes/{id} | Show an existing Volume
181
181
  [**show_volume_attachment**](DefaultApi.md#show_volume_attachment) | **GET** /volume_attachments/{id} | Show an existing VolumeAttachment
182
182
  [**show_volume_type**](DefaultApi.md#show_volume_type) | **GET** /volume_types/{id} | Show an existing VolumeType
183
+ [**tag_container_group**](DefaultApi.md#tag_container_group) | **POST** /container_groups/{id}/tag | Tag a ContainerGroup
184
+ [**tag_container_image**](DefaultApi.md#tag_container_image) | **POST** /container_images/{id}/tag | Tag a ContainerImage
185
+ [**tag_container_node**](DefaultApi.md#tag_container_node) | **POST** /container_nodes/{id}/tag | Tag a ContainerNode
186
+ [**tag_container_project**](DefaultApi.md#tag_container_project) | **POST** /container_projects/{id}/tag | Tag a ContainerProject
187
+ [**tag_container_template**](DefaultApi.md#tag_container_template) | **POST** /container_templates/{id}/tag | Tag a ContainerTemplate
188
+ [**tag_ipaddress**](DefaultApi.md#tag_ipaddress) | **POST** /ipaddresses/{id}/tag | Tag a Ipaddress
189
+ [**tag_network**](DefaultApi.md#tag_network) | **POST** /networks/{id}/tag | Tag a Network
190
+ [**tag_network_adapter**](DefaultApi.md#tag_network_adapter) | **POST** /network_adapters/{id}/tag | Tag a NetworkAdapter
191
+ [**tag_security_group**](DefaultApi.md#tag_security_group) | **POST** /security_groups/{id}/tag | Tag a SecurityGroup
192
+ [**tag_service_inventory**](DefaultApi.md#tag_service_inventory) | **POST** /service_inventories/{id}/tag | Tag a ServiceInventory
193
+ [**tag_service_offering**](DefaultApi.md#tag_service_offering) | **POST** /service_offerings/{id}/tag | Tag a ServiceOffering
194
+ [**tag_subnet**](DefaultApi.md#tag_subnet) | **POST** /subnets/{id}/tag | Tag a Subnet
195
+ [**tag_vm**](DefaultApi.md#tag_vm) | **POST** /vms/{id}/tag | Tag a Vm
196
+ [**untag_container_group**](DefaultApi.md#untag_container_group) | **POST** /container_groups/{id}/untag | Untag a ContainerGroup
197
+ [**untag_container_image**](DefaultApi.md#untag_container_image) | **POST** /container_images/{id}/untag | Untag a ContainerImage
198
+ [**untag_container_node**](DefaultApi.md#untag_container_node) | **POST** /container_nodes/{id}/untag | Untag a ContainerNode
199
+ [**untag_container_project**](DefaultApi.md#untag_container_project) | **POST** /container_projects/{id}/untag | Untag a ContainerProject
200
+ [**untag_container_template**](DefaultApi.md#untag_container_template) | **POST** /container_templates/{id}/untag | Untag a ContainerTemplate
201
+ [**untag_ipaddress**](DefaultApi.md#untag_ipaddress) | **POST** /ipaddresses/{id}/untag | Untag a Ipaddress
202
+ [**untag_network**](DefaultApi.md#untag_network) | **POST** /networks/{id}/untag | Untag a Network
203
+ [**untag_network_adapter**](DefaultApi.md#untag_network_adapter) | **POST** /network_adapters/{id}/untag | Untag a NetworkAdapter
204
+ [**untag_security_group**](DefaultApi.md#untag_security_group) | **POST** /security_groups/{id}/untag | Untag a SecurityGroup
205
+ [**untag_service_inventory**](DefaultApi.md#untag_service_inventory) | **POST** /service_inventories/{id}/untag | Untag a ServiceInventory
206
+ [**untag_service_offering**](DefaultApi.md#untag_service_offering) | **POST** /service_offerings/{id}/untag | Untag a ServiceOffering
207
+ [**untag_subnet**](DefaultApi.md#untag_subnet) | **POST** /subnets/{id}/untag | Untag a Subnet
208
+ [**untag_vm**](DefaultApi.md#untag_vm) | **POST** /vms/{id}/untag | Untag a Vm
183
209
  [**update_task**](DefaultApi.md#update_task) | **PATCH** /tasks/{id} | Update an existing Task
184
210
 
185
211
 
@@ -10816,6 +10842,1423 @@ Name | Type | Description | Notes
10816
10842
  - **Accept**: application/json
10817
10843
 
10818
10844
 
10845
+ ## tag_container_group
10846
+
10847
+ > Tag tag_container_group(id, tag)
10848
+
10849
+ Tag a ContainerGroup
10850
+
10851
+ Tags a ContainerGroup object
10852
+
10853
+ ### Example
10854
+
10855
+ ```ruby
10856
+ # load the gem
10857
+ require 'topological_inventory-api-client'
10858
+ # setup authorization
10859
+ TopologicalInventoryApiClient.configure do |config|
10860
+ # Configure HTTP basic authorization: UserSecurity
10861
+ config.username = 'YOUR USERNAME'
10862
+ config.password = 'YOUR PASSWORD'
10863
+ end
10864
+
10865
+ api_instance = TopologicalInventoryApiClient::DefaultApi.new
10866
+ id = 'id_example' # String | ID of the resource
10867
+ tag = [TopologicalInventoryApiClient::Tag.new] # Array<Tag> | Tag attributes to add
10868
+
10869
+ begin
10870
+ #Tag a ContainerGroup
10871
+ result = api_instance.tag_container_group(id, tag)
10872
+ p result
10873
+ rescue TopologicalInventoryApiClient::ApiError => e
10874
+ puts "Exception when calling DefaultApi->tag_container_group: #{e}"
10875
+ end
10876
+ ```
10877
+
10878
+ ### Parameters
10879
+
10880
+
10881
+ Name | Type | Description | Notes
10882
+ ------------- | ------------- | ------------- | -------------
10883
+ **id** | **String**| ID of the resource |
10884
+ **tag** | [**Array&lt;Tag&gt;**](Tag.md)| Tag attributes to add |
10885
+
10886
+ ### Return type
10887
+
10888
+ [**Tag**](Tag.md)
10889
+
10890
+ ### Authorization
10891
+
10892
+ [UserSecurity](../README.md#UserSecurity)
10893
+
10894
+ ### HTTP request headers
10895
+
10896
+ - **Content-Type**: application/json
10897
+ - **Accept**: application/json
10898
+
10899
+
10900
+ ## tag_container_image
10901
+
10902
+ > Tag tag_container_image(id, tag)
10903
+
10904
+ Tag a ContainerImage
10905
+
10906
+ Tags a ContainerImage object
10907
+
10908
+ ### Example
10909
+
10910
+ ```ruby
10911
+ # load the gem
10912
+ require 'topological_inventory-api-client'
10913
+ # setup authorization
10914
+ TopologicalInventoryApiClient.configure do |config|
10915
+ # Configure HTTP basic authorization: UserSecurity
10916
+ config.username = 'YOUR USERNAME'
10917
+ config.password = 'YOUR PASSWORD'
10918
+ end
10919
+
10920
+ api_instance = TopologicalInventoryApiClient::DefaultApi.new
10921
+ id = 'id_example' # String | ID of the resource
10922
+ tag = [TopologicalInventoryApiClient::Tag.new] # Array<Tag> | Tag attributes to add
10923
+
10924
+ begin
10925
+ #Tag a ContainerImage
10926
+ result = api_instance.tag_container_image(id, tag)
10927
+ p result
10928
+ rescue TopologicalInventoryApiClient::ApiError => e
10929
+ puts "Exception when calling DefaultApi->tag_container_image: #{e}"
10930
+ end
10931
+ ```
10932
+
10933
+ ### Parameters
10934
+
10935
+
10936
+ Name | Type | Description | Notes
10937
+ ------------- | ------------- | ------------- | -------------
10938
+ **id** | **String**| ID of the resource |
10939
+ **tag** | [**Array&lt;Tag&gt;**](Tag.md)| Tag attributes to add |
10940
+
10941
+ ### Return type
10942
+
10943
+ [**Tag**](Tag.md)
10944
+
10945
+ ### Authorization
10946
+
10947
+ [UserSecurity](../README.md#UserSecurity)
10948
+
10949
+ ### HTTP request headers
10950
+
10951
+ - **Content-Type**: application/json
10952
+ - **Accept**: application/json
10953
+
10954
+
10955
+ ## tag_container_node
10956
+
10957
+ > Tag tag_container_node(id, tag)
10958
+
10959
+ Tag a ContainerNode
10960
+
10961
+ Tags a ContainerNode object
10962
+
10963
+ ### Example
10964
+
10965
+ ```ruby
10966
+ # load the gem
10967
+ require 'topological_inventory-api-client'
10968
+ # setup authorization
10969
+ TopologicalInventoryApiClient.configure do |config|
10970
+ # Configure HTTP basic authorization: UserSecurity
10971
+ config.username = 'YOUR USERNAME'
10972
+ config.password = 'YOUR PASSWORD'
10973
+ end
10974
+
10975
+ api_instance = TopologicalInventoryApiClient::DefaultApi.new
10976
+ id = 'id_example' # String | ID of the resource
10977
+ tag = [TopologicalInventoryApiClient::Tag.new] # Array<Tag> | Tag attributes to add
10978
+
10979
+ begin
10980
+ #Tag a ContainerNode
10981
+ result = api_instance.tag_container_node(id, tag)
10982
+ p result
10983
+ rescue TopologicalInventoryApiClient::ApiError => e
10984
+ puts "Exception when calling DefaultApi->tag_container_node: #{e}"
10985
+ end
10986
+ ```
10987
+
10988
+ ### Parameters
10989
+
10990
+
10991
+ Name | Type | Description | Notes
10992
+ ------------- | ------------- | ------------- | -------------
10993
+ **id** | **String**| ID of the resource |
10994
+ **tag** | [**Array&lt;Tag&gt;**](Tag.md)| Tag attributes to add |
10995
+
10996
+ ### Return type
10997
+
10998
+ [**Tag**](Tag.md)
10999
+
11000
+ ### Authorization
11001
+
11002
+ [UserSecurity](../README.md#UserSecurity)
11003
+
11004
+ ### HTTP request headers
11005
+
11006
+ - **Content-Type**: application/json
11007
+ - **Accept**: application/json
11008
+
11009
+
11010
+ ## tag_container_project
11011
+
11012
+ > Tag tag_container_project(id, tag)
11013
+
11014
+ Tag a ContainerProject
11015
+
11016
+ Tags a ContainerProject object
11017
+
11018
+ ### Example
11019
+
11020
+ ```ruby
11021
+ # load the gem
11022
+ require 'topological_inventory-api-client'
11023
+ # setup authorization
11024
+ TopologicalInventoryApiClient.configure do |config|
11025
+ # Configure HTTP basic authorization: UserSecurity
11026
+ config.username = 'YOUR USERNAME'
11027
+ config.password = 'YOUR PASSWORD'
11028
+ end
11029
+
11030
+ api_instance = TopologicalInventoryApiClient::DefaultApi.new
11031
+ id = 'id_example' # String | ID of the resource
11032
+ tag = [TopologicalInventoryApiClient::Tag.new] # Array<Tag> | Tag attributes to add
11033
+
11034
+ begin
11035
+ #Tag a ContainerProject
11036
+ result = api_instance.tag_container_project(id, tag)
11037
+ p result
11038
+ rescue TopologicalInventoryApiClient::ApiError => e
11039
+ puts "Exception when calling DefaultApi->tag_container_project: #{e}"
11040
+ end
11041
+ ```
11042
+
11043
+ ### Parameters
11044
+
11045
+
11046
+ Name | Type | Description | Notes
11047
+ ------------- | ------------- | ------------- | -------------
11048
+ **id** | **String**| ID of the resource |
11049
+ **tag** | [**Array&lt;Tag&gt;**](Tag.md)| Tag attributes to add |
11050
+
11051
+ ### Return type
11052
+
11053
+ [**Tag**](Tag.md)
11054
+
11055
+ ### Authorization
11056
+
11057
+ [UserSecurity](../README.md#UserSecurity)
11058
+
11059
+ ### HTTP request headers
11060
+
11061
+ - **Content-Type**: application/json
11062
+ - **Accept**: application/json
11063
+
11064
+
11065
+ ## tag_container_template
11066
+
11067
+ > Tag tag_container_template(id, tag)
11068
+
11069
+ Tag a ContainerTemplate
11070
+
11071
+ Tags a ContainerTemplate object
11072
+
11073
+ ### Example
11074
+
11075
+ ```ruby
11076
+ # load the gem
11077
+ require 'topological_inventory-api-client'
11078
+ # setup authorization
11079
+ TopologicalInventoryApiClient.configure do |config|
11080
+ # Configure HTTP basic authorization: UserSecurity
11081
+ config.username = 'YOUR USERNAME'
11082
+ config.password = 'YOUR PASSWORD'
11083
+ end
11084
+
11085
+ api_instance = TopologicalInventoryApiClient::DefaultApi.new
11086
+ id = 'id_example' # String | ID of the resource
11087
+ tag = [TopologicalInventoryApiClient::Tag.new] # Array<Tag> | Tag attributes to add
11088
+
11089
+ begin
11090
+ #Tag a ContainerTemplate
11091
+ result = api_instance.tag_container_template(id, tag)
11092
+ p result
11093
+ rescue TopologicalInventoryApiClient::ApiError => e
11094
+ puts "Exception when calling DefaultApi->tag_container_template: #{e}"
11095
+ end
11096
+ ```
11097
+
11098
+ ### Parameters
11099
+
11100
+
11101
+ Name | Type | Description | Notes
11102
+ ------------- | ------------- | ------------- | -------------
11103
+ **id** | **String**| ID of the resource |
11104
+ **tag** | [**Array&lt;Tag&gt;**](Tag.md)| Tag attributes to add |
11105
+
11106
+ ### Return type
11107
+
11108
+ [**Tag**](Tag.md)
11109
+
11110
+ ### Authorization
11111
+
11112
+ [UserSecurity](../README.md#UserSecurity)
11113
+
11114
+ ### HTTP request headers
11115
+
11116
+ - **Content-Type**: application/json
11117
+ - **Accept**: application/json
11118
+
11119
+
11120
+ ## tag_ipaddress
11121
+
11122
+ > Tag tag_ipaddress(id, tag)
11123
+
11124
+ Tag a Ipaddress
11125
+
11126
+ Tags a Ipaddress object
11127
+
11128
+ ### Example
11129
+
11130
+ ```ruby
11131
+ # load the gem
11132
+ require 'topological_inventory-api-client'
11133
+ # setup authorization
11134
+ TopologicalInventoryApiClient.configure do |config|
11135
+ # Configure HTTP basic authorization: UserSecurity
11136
+ config.username = 'YOUR USERNAME'
11137
+ config.password = 'YOUR PASSWORD'
11138
+ end
11139
+
11140
+ api_instance = TopologicalInventoryApiClient::DefaultApi.new
11141
+ id = 'id_example' # String | ID of the resource
11142
+ tag = [TopologicalInventoryApiClient::Tag.new] # Array<Tag> | Tag attributes to add
11143
+
11144
+ begin
11145
+ #Tag a Ipaddress
11146
+ result = api_instance.tag_ipaddress(id, tag)
11147
+ p result
11148
+ rescue TopologicalInventoryApiClient::ApiError => e
11149
+ puts "Exception when calling DefaultApi->tag_ipaddress: #{e}"
11150
+ end
11151
+ ```
11152
+
11153
+ ### Parameters
11154
+
11155
+
11156
+ Name | Type | Description | Notes
11157
+ ------------- | ------------- | ------------- | -------------
11158
+ **id** | **String**| ID of the resource |
11159
+ **tag** | [**Array&lt;Tag&gt;**](Tag.md)| Tag attributes to add |
11160
+
11161
+ ### Return type
11162
+
11163
+ [**Tag**](Tag.md)
11164
+
11165
+ ### Authorization
11166
+
11167
+ [UserSecurity](../README.md#UserSecurity)
11168
+
11169
+ ### HTTP request headers
11170
+
11171
+ - **Content-Type**: application/json
11172
+ - **Accept**: application/json
11173
+
11174
+
11175
+ ## tag_network
11176
+
11177
+ > Tag tag_network(id, tag)
11178
+
11179
+ Tag a Network
11180
+
11181
+ Tags a Network object
11182
+
11183
+ ### Example
11184
+
11185
+ ```ruby
11186
+ # load the gem
11187
+ require 'topological_inventory-api-client'
11188
+ # setup authorization
11189
+ TopologicalInventoryApiClient.configure do |config|
11190
+ # Configure HTTP basic authorization: UserSecurity
11191
+ config.username = 'YOUR USERNAME'
11192
+ config.password = 'YOUR PASSWORD'
11193
+ end
11194
+
11195
+ api_instance = TopologicalInventoryApiClient::DefaultApi.new
11196
+ id = 'id_example' # String | ID of the resource
11197
+ tag = [TopologicalInventoryApiClient::Tag.new] # Array<Tag> | Tag attributes to add
11198
+
11199
+ begin
11200
+ #Tag a Network
11201
+ result = api_instance.tag_network(id, tag)
11202
+ p result
11203
+ rescue TopologicalInventoryApiClient::ApiError => e
11204
+ puts "Exception when calling DefaultApi->tag_network: #{e}"
11205
+ end
11206
+ ```
11207
+
11208
+ ### Parameters
11209
+
11210
+
11211
+ Name | Type | Description | Notes
11212
+ ------------- | ------------- | ------------- | -------------
11213
+ **id** | **String**| ID of the resource |
11214
+ **tag** | [**Array&lt;Tag&gt;**](Tag.md)| Tag attributes to add |
11215
+
11216
+ ### Return type
11217
+
11218
+ [**Tag**](Tag.md)
11219
+
11220
+ ### Authorization
11221
+
11222
+ [UserSecurity](../README.md#UserSecurity)
11223
+
11224
+ ### HTTP request headers
11225
+
11226
+ - **Content-Type**: application/json
11227
+ - **Accept**: application/json
11228
+
11229
+
11230
+ ## tag_network_adapter
11231
+
11232
+ > Tag tag_network_adapter(id, tag)
11233
+
11234
+ Tag a NetworkAdapter
11235
+
11236
+ Tags a NetworkAdapter object
11237
+
11238
+ ### Example
11239
+
11240
+ ```ruby
11241
+ # load the gem
11242
+ require 'topological_inventory-api-client'
11243
+ # setup authorization
11244
+ TopologicalInventoryApiClient.configure do |config|
11245
+ # Configure HTTP basic authorization: UserSecurity
11246
+ config.username = 'YOUR USERNAME'
11247
+ config.password = 'YOUR PASSWORD'
11248
+ end
11249
+
11250
+ api_instance = TopologicalInventoryApiClient::DefaultApi.new
11251
+ id = 'id_example' # String | ID of the resource
11252
+ tag = [TopologicalInventoryApiClient::Tag.new] # Array<Tag> | Tag attributes to add
11253
+
11254
+ begin
11255
+ #Tag a NetworkAdapter
11256
+ result = api_instance.tag_network_adapter(id, tag)
11257
+ p result
11258
+ rescue TopologicalInventoryApiClient::ApiError => e
11259
+ puts "Exception when calling DefaultApi->tag_network_adapter: #{e}"
11260
+ end
11261
+ ```
11262
+
11263
+ ### Parameters
11264
+
11265
+
11266
+ Name | Type | Description | Notes
11267
+ ------------- | ------------- | ------------- | -------------
11268
+ **id** | **String**| ID of the resource |
11269
+ **tag** | [**Array&lt;Tag&gt;**](Tag.md)| Tag attributes to add |
11270
+
11271
+ ### Return type
11272
+
11273
+ [**Tag**](Tag.md)
11274
+
11275
+ ### Authorization
11276
+
11277
+ [UserSecurity](../README.md#UserSecurity)
11278
+
11279
+ ### HTTP request headers
11280
+
11281
+ - **Content-Type**: application/json
11282
+ - **Accept**: application/json
11283
+
11284
+
11285
+ ## tag_security_group
11286
+
11287
+ > Tag tag_security_group(id, tag)
11288
+
11289
+ Tag a SecurityGroup
11290
+
11291
+ Tags a SecurityGroup object
11292
+
11293
+ ### Example
11294
+
11295
+ ```ruby
11296
+ # load the gem
11297
+ require 'topological_inventory-api-client'
11298
+ # setup authorization
11299
+ TopologicalInventoryApiClient.configure do |config|
11300
+ # Configure HTTP basic authorization: UserSecurity
11301
+ config.username = 'YOUR USERNAME'
11302
+ config.password = 'YOUR PASSWORD'
11303
+ end
11304
+
11305
+ api_instance = TopologicalInventoryApiClient::DefaultApi.new
11306
+ id = 'id_example' # String | ID of the resource
11307
+ tag = [TopologicalInventoryApiClient::Tag.new] # Array<Tag> | Tag attributes to add
11308
+
11309
+ begin
11310
+ #Tag a SecurityGroup
11311
+ result = api_instance.tag_security_group(id, tag)
11312
+ p result
11313
+ rescue TopologicalInventoryApiClient::ApiError => e
11314
+ puts "Exception when calling DefaultApi->tag_security_group: #{e}"
11315
+ end
11316
+ ```
11317
+
11318
+ ### Parameters
11319
+
11320
+
11321
+ Name | Type | Description | Notes
11322
+ ------------- | ------------- | ------------- | -------------
11323
+ **id** | **String**| ID of the resource |
11324
+ **tag** | [**Array&lt;Tag&gt;**](Tag.md)| Tag attributes to add |
11325
+
11326
+ ### Return type
11327
+
11328
+ [**Tag**](Tag.md)
11329
+
11330
+ ### Authorization
11331
+
11332
+ [UserSecurity](../README.md#UserSecurity)
11333
+
11334
+ ### HTTP request headers
11335
+
11336
+ - **Content-Type**: application/json
11337
+ - **Accept**: application/json
11338
+
11339
+
11340
+ ## tag_service_inventory
11341
+
11342
+ > Tag tag_service_inventory(id, tag)
11343
+
11344
+ Tag a ServiceInventory
11345
+
11346
+ Tags a ServiceInventory object
11347
+
11348
+ ### Example
11349
+
11350
+ ```ruby
11351
+ # load the gem
11352
+ require 'topological_inventory-api-client'
11353
+ # setup authorization
11354
+ TopologicalInventoryApiClient.configure do |config|
11355
+ # Configure HTTP basic authorization: UserSecurity
11356
+ config.username = 'YOUR USERNAME'
11357
+ config.password = 'YOUR PASSWORD'
11358
+ end
11359
+
11360
+ api_instance = TopologicalInventoryApiClient::DefaultApi.new
11361
+ id = 'id_example' # String | ID of the resource
11362
+ tag = [TopologicalInventoryApiClient::Tag.new] # Array<Tag> | Tag attributes to add
11363
+
11364
+ begin
11365
+ #Tag a ServiceInventory
11366
+ result = api_instance.tag_service_inventory(id, tag)
11367
+ p result
11368
+ rescue TopologicalInventoryApiClient::ApiError => e
11369
+ puts "Exception when calling DefaultApi->tag_service_inventory: #{e}"
11370
+ end
11371
+ ```
11372
+
11373
+ ### Parameters
11374
+
11375
+
11376
+ Name | Type | Description | Notes
11377
+ ------------- | ------------- | ------------- | -------------
11378
+ **id** | **String**| ID of the resource |
11379
+ **tag** | [**Array&lt;Tag&gt;**](Tag.md)| Tag attributes to add |
11380
+
11381
+ ### Return type
11382
+
11383
+ [**Tag**](Tag.md)
11384
+
11385
+ ### Authorization
11386
+
11387
+ [UserSecurity](../README.md#UserSecurity)
11388
+
11389
+ ### HTTP request headers
11390
+
11391
+ - **Content-Type**: application/json
11392
+ - **Accept**: application/json
11393
+
11394
+
11395
+ ## tag_service_offering
11396
+
11397
+ > Tag tag_service_offering(id, tag)
11398
+
11399
+ Tag a ServiceOffering
11400
+
11401
+ Tags a ServiceOffering object
11402
+
11403
+ ### Example
11404
+
11405
+ ```ruby
11406
+ # load the gem
11407
+ require 'topological_inventory-api-client'
11408
+ # setup authorization
11409
+ TopologicalInventoryApiClient.configure do |config|
11410
+ # Configure HTTP basic authorization: UserSecurity
11411
+ config.username = 'YOUR USERNAME'
11412
+ config.password = 'YOUR PASSWORD'
11413
+ end
11414
+
11415
+ api_instance = TopologicalInventoryApiClient::DefaultApi.new
11416
+ id = 'id_example' # String | ID of the resource
11417
+ tag = [TopologicalInventoryApiClient::Tag.new] # Array<Tag> | Tag attributes to add
11418
+
11419
+ begin
11420
+ #Tag a ServiceOffering
11421
+ result = api_instance.tag_service_offering(id, tag)
11422
+ p result
11423
+ rescue TopologicalInventoryApiClient::ApiError => e
11424
+ puts "Exception when calling DefaultApi->tag_service_offering: #{e}"
11425
+ end
11426
+ ```
11427
+
11428
+ ### Parameters
11429
+
11430
+
11431
+ Name | Type | Description | Notes
11432
+ ------------- | ------------- | ------------- | -------------
11433
+ **id** | **String**| ID of the resource |
11434
+ **tag** | [**Array&lt;Tag&gt;**](Tag.md)| Tag attributes to add |
11435
+
11436
+ ### Return type
11437
+
11438
+ [**Tag**](Tag.md)
11439
+
11440
+ ### Authorization
11441
+
11442
+ [UserSecurity](../README.md#UserSecurity)
11443
+
11444
+ ### HTTP request headers
11445
+
11446
+ - **Content-Type**: application/json
11447
+ - **Accept**: application/json
11448
+
11449
+
11450
+ ## tag_subnet
11451
+
11452
+ > Tag tag_subnet(id, tag)
11453
+
11454
+ Tag a Subnet
11455
+
11456
+ Tags a Subnet object
11457
+
11458
+ ### Example
11459
+
11460
+ ```ruby
11461
+ # load the gem
11462
+ require 'topological_inventory-api-client'
11463
+ # setup authorization
11464
+ TopologicalInventoryApiClient.configure do |config|
11465
+ # Configure HTTP basic authorization: UserSecurity
11466
+ config.username = 'YOUR USERNAME'
11467
+ config.password = 'YOUR PASSWORD'
11468
+ end
11469
+
11470
+ api_instance = TopologicalInventoryApiClient::DefaultApi.new
11471
+ id = 'id_example' # String | ID of the resource
11472
+ tag = [TopologicalInventoryApiClient::Tag.new] # Array<Tag> | Tag attributes to add
11473
+
11474
+ begin
11475
+ #Tag a Subnet
11476
+ result = api_instance.tag_subnet(id, tag)
11477
+ p result
11478
+ rescue TopologicalInventoryApiClient::ApiError => e
11479
+ puts "Exception when calling DefaultApi->tag_subnet: #{e}"
11480
+ end
11481
+ ```
11482
+
11483
+ ### Parameters
11484
+
11485
+
11486
+ Name | Type | Description | Notes
11487
+ ------------- | ------------- | ------------- | -------------
11488
+ **id** | **String**| ID of the resource |
11489
+ **tag** | [**Array&lt;Tag&gt;**](Tag.md)| Tag attributes to add |
11490
+
11491
+ ### Return type
11492
+
11493
+ [**Tag**](Tag.md)
11494
+
11495
+ ### Authorization
11496
+
11497
+ [UserSecurity](../README.md#UserSecurity)
11498
+
11499
+ ### HTTP request headers
11500
+
11501
+ - **Content-Type**: application/json
11502
+ - **Accept**: application/json
11503
+
11504
+
11505
+ ## tag_vm
11506
+
11507
+ > Tag tag_vm(id, tag)
11508
+
11509
+ Tag a Vm
11510
+
11511
+ Tags a Vm object
11512
+
11513
+ ### Example
11514
+
11515
+ ```ruby
11516
+ # load the gem
11517
+ require 'topological_inventory-api-client'
11518
+ # setup authorization
11519
+ TopologicalInventoryApiClient.configure do |config|
11520
+ # Configure HTTP basic authorization: UserSecurity
11521
+ config.username = 'YOUR USERNAME'
11522
+ config.password = 'YOUR PASSWORD'
11523
+ end
11524
+
11525
+ api_instance = TopologicalInventoryApiClient::DefaultApi.new
11526
+ id = 'id_example' # String | ID of the resource
11527
+ tag = [TopologicalInventoryApiClient::Tag.new] # Array<Tag> | Tag attributes to add
11528
+
11529
+ begin
11530
+ #Tag a Vm
11531
+ result = api_instance.tag_vm(id, tag)
11532
+ p result
11533
+ rescue TopologicalInventoryApiClient::ApiError => e
11534
+ puts "Exception when calling DefaultApi->tag_vm: #{e}"
11535
+ end
11536
+ ```
11537
+
11538
+ ### Parameters
11539
+
11540
+
11541
+ Name | Type | Description | Notes
11542
+ ------------- | ------------- | ------------- | -------------
11543
+ **id** | **String**| ID of the resource |
11544
+ **tag** | [**Array&lt;Tag&gt;**](Tag.md)| Tag attributes to add |
11545
+
11546
+ ### Return type
11547
+
11548
+ [**Tag**](Tag.md)
11549
+
11550
+ ### Authorization
11551
+
11552
+ [UserSecurity](../README.md#UserSecurity)
11553
+
11554
+ ### HTTP request headers
11555
+
11556
+ - **Content-Type**: application/json
11557
+ - **Accept**: application/json
11558
+
11559
+
11560
+ ## untag_container_group
11561
+
11562
+ > untag_container_group(id, tag)
11563
+
11564
+ Untag a ContainerGroup
11565
+
11566
+ Untags a ContainerGroup object
11567
+
11568
+ ### Example
11569
+
11570
+ ```ruby
11571
+ # load the gem
11572
+ require 'topological_inventory-api-client'
11573
+ # setup authorization
11574
+ TopologicalInventoryApiClient.configure do |config|
11575
+ # Configure HTTP basic authorization: UserSecurity
11576
+ config.username = 'YOUR USERNAME'
11577
+ config.password = 'YOUR PASSWORD'
11578
+ end
11579
+
11580
+ api_instance = TopologicalInventoryApiClient::DefaultApi.new
11581
+ id = 'id_example' # String | ID of the resource
11582
+ tag = [TopologicalInventoryApiClient::Tag.new] # Array<Tag> | Tag attributes to removed
11583
+
11584
+ begin
11585
+ #Untag a ContainerGroup
11586
+ api_instance.untag_container_group(id, tag)
11587
+ rescue TopologicalInventoryApiClient::ApiError => e
11588
+ puts "Exception when calling DefaultApi->untag_container_group: #{e}"
11589
+ end
11590
+ ```
11591
+
11592
+ ### Parameters
11593
+
11594
+
11595
+ Name | Type | Description | Notes
11596
+ ------------- | ------------- | ------------- | -------------
11597
+ **id** | **String**| ID of the resource |
11598
+ **tag** | [**Array&lt;Tag&gt;**](Tag.md)| Tag attributes to removed |
11599
+
11600
+ ### Return type
11601
+
11602
+ nil (empty response body)
11603
+
11604
+ ### Authorization
11605
+
11606
+ [UserSecurity](../README.md#UserSecurity)
11607
+
11608
+ ### HTTP request headers
11609
+
11610
+ - **Content-Type**: application/json
11611
+ - **Accept**: Not defined
11612
+
11613
+
11614
+ ## untag_container_image
11615
+
11616
+ > untag_container_image(id, tag)
11617
+
11618
+ Untag a ContainerImage
11619
+
11620
+ Untags a ContainerImage object
11621
+
11622
+ ### Example
11623
+
11624
+ ```ruby
11625
+ # load the gem
11626
+ require 'topological_inventory-api-client'
11627
+ # setup authorization
11628
+ TopologicalInventoryApiClient.configure do |config|
11629
+ # Configure HTTP basic authorization: UserSecurity
11630
+ config.username = 'YOUR USERNAME'
11631
+ config.password = 'YOUR PASSWORD'
11632
+ end
11633
+
11634
+ api_instance = TopologicalInventoryApiClient::DefaultApi.new
11635
+ id = 'id_example' # String | ID of the resource
11636
+ tag = [TopologicalInventoryApiClient::Tag.new] # Array<Tag> | Tag attributes to removed
11637
+
11638
+ begin
11639
+ #Untag a ContainerImage
11640
+ api_instance.untag_container_image(id, tag)
11641
+ rescue TopologicalInventoryApiClient::ApiError => e
11642
+ puts "Exception when calling DefaultApi->untag_container_image: #{e}"
11643
+ end
11644
+ ```
11645
+
11646
+ ### Parameters
11647
+
11648
+
11649
+ Name | Type | Description | Notes
11650
+ ------------- | ------------- | ------------- | -------------
11651
+ **id** | **String**| ID of the resource |
11652
+ **tag** | [**Array&lt;Tag&gt;**](Tag.md)| Tag attributes to removed |
11653
+
11654
+ ### Return type
11655
+
11656
+ nil (empty response body)
11657
+
11658
+ ### Authorization
11659
+
11660
+ [UserSecurity](../README.md#UserSecurity)
11661
+
11662
+ ### HTTP request headers
11663
+
11664
+ - **Content-Type**: application/json
11665
+ - **Accept**: Not defined
11666
+
11667
+
11668
+ ## untag_container_node
11669
+
11670
+ > untag_container_node(id, tag)
11671
+
11672
+ Untag a ContainerNode
11673
+
11674
+ Untags a ContainerNode object
11675
+
11676
+ ### Example
11677
+
11678
+ ```ruby
11679
+ # load the gem
11680
+ require 'topological_inventory-api-client'
11681
+ # setup authorization
11682
+ TopologicalInventoryApiClient.configure do |config|
11683
+ # Configure HTTP basic authorization: UserSecurity
11684
+ config.username = 'YOUR USERNAME'
11685
+ config.password = 'YOUR PASSWORD'
11686
+ end
11687
+
11688
+ api_instance = TopologicalInventoryApiClient::DefaultApi.new
11689
+ id = 'id_example' # String | ID of the resource
11690
+ tag = [TopologicalInventoryApiClient::Tag.new] # Array<Tag> | Tag attributes to removed
11691
+
11692
+ begin
11693
+ #Untag a ContainerNode
11694
+ api_instance.untag_container_node(id, tag)
11695
+ rescue TopologicalInventoryApiClient::ApiError => e
11696
+ puts "Exception when calling DefaultApi->untag_container_node: #{e}"
11697
+ end
11698
+ ```
11699
+
11700
+ ### Parameters
11701
+
11702
+
11703
+ Name | Type | Description | Notes
11704
+ ------------- | ------------- | ------------- | -------------
11705
+ **id** | **String**| ID of the resource |
11706
+ **tag** | [**Array&lt;Tag&gt;**](Tag.md)| Tag attributes to removed |
11707
+
11708
+ ### Return type
11709
+
11710
+ nil (empty response body)
11711
+
11712
+ ### Authorization
11713
+
11714
+ [UserSecurity](../README.md#UserSecurity)
11715
+
11716
+ ### HTTP request headers
11717
+
11718
+ - **Content-Type**: application/json
11719
+ - **Accept**: Not defined
11720
+
11721
+
11722
+ ## untag_container_project
11723
+
11724
+ > untag_container_project(id, tag)
11725
+
11726
+ Untag a ContainerProject
11727
+
11728
+ Untags a ContainerProject object
11729
+
11730
+ ### Example
11731
+
11732
+ ```ruby
11733
+ # load the gem
11734
+ require 'topological_inventory-api-client'
11735
+ # setup authorization
11736
+ TopologicalInventoryApiClient.configure do |config|
11737
+ # Configure HTTP basic authorization: UserSecurity
11738
+ config.username = 'YOUR USERNAME'
11739
+ config.password = 'YOUR PASSWORD'
11740
+ end
11741
+
11742
+ api_instance = TopologicalInventoryApiClient::DefaultApi.new
11743
+ id = 'id_example' # String | ID of the resource
11744
+ tag = [TopologicalInventoryApiClient::Tag.new] # Array<Tag> | Tag attributes to removed
11745
+
11746
+ begin
11747
+ #Untag a ContainerProject
11748
+ api_instance.untag_container_project(id, tag)
11749
+ rescue TopologicalInventoryApiClient::ApiError => e
11750
+ puts "Exception when calling DefaultApi->untag_container_project: #{e}"
11751
+ end
11752
+ ```
11753
+
11754
+ ### Parameters
11755
+
11756
+
11757
+ Name | Type | Description | Notes
11758
+ ------------- | ------------- | ------------- | -------------
11759
+ **id** | **String**| ID of the resource |
11760
+ **tag** | [**Array&lt;Tag&gt;**](Tag.md)| Tag attributes to removed |
11761
+
11762
+ ### Return type
11763
+
11764
+ nil (empty response body)
11765
+
11766
+ ### Authorization
11767
+
11768
+ [UserSecurity](../README.md#UserSecurity)
11769
+
11770
+ ### HTTP request headers
11771
+
11772
+ - **Content-Type**: application/json
11773
+ - **Accept**: Not defined
11774
+
11775
+
11776
+ ## untag_container_template
11777
+
11778
+ > untag_container_template(id, tag)
11779
+
11780
+ Untag a ContainerTemplate
11781
+
11782
+ Untags a ContainerTemplate object
11783
+
11784
+ ### Example
11785
+
11786
+ ```ruby
11787
+ # load the gem
11788
+ require 'topological_inventory-api-client'
11789
+ # setup authorization
11790
+ TopologicalInventoryApiClient.configure do |config|
11791
+ # Configure HTTP basic authorization: UserSecurity
11792
+ config.username = 'YOUR USERNAME'
11793
+ config.password = 'YOUR PASSWORD'
11794
+ end
11795
+
11796
+ api_instance = TopologicalInventoryApiClient::DefaultApi.new
11797
+ id = 'id_example' # String | ID of the resource
11798
+ tag = [TopologicalInventoryApiClient::Tag.new] # Array<Tag> | Tag attributes to removed
11799
+
11800
+ begin
11801
+ #Untag a ContainerTemplate
11802
+ api_instance.untag_container_template(id, tag)
11803
+ rescue TopologicalInventoryApiClient::ApiError => e
11804
+ puts "Exception when calling DefaultApi->untag_container_template: #{e}"
11805
+ end
11806
+ ```
11807
+
11808
+ ### Parameters
11809
+
11810
+
11811
+ Name | Type | Description | Notes
11812
+ ------------- | ------------- | ------------- | -------------
11813
+ **id** | **String**| ID of the resource |
11814
+ **tag** | [**Array&lt;Tag&gt;**](Tag.md)| Tag attributes to removed |
11815
+
11816
+ ### Return type
11817
+
11818
+ nil (empty response body)
11819
+
11820
+ ### Authorization
11821
+
11822
+ [UserSecurity](../README.md#UserSecurity)
11823
+
11824
+ ### HTTP request headers
11825
+
11826
+ - **Content-Type**: application/json
11827
+ - **Accept**: Not defined
11828
+
11829
+
11830
+ ## untag_ipaddress
11831
+
11832
+ > untag_ipaddress(id, tag)
11833
+
11834
+ Untag a Ipaddress
11835
+
11836
+ Untags a Ipaddress object
11837
+
11838
+ ### Example
11839
+
11840
+ ```ruby
11841
+ # load the gem
11842
+ require 'topological_inventory-api-client'
11843
+ # setup authorization
11844
+ TopologicalInventoryApiClient.configure do |config|
11845
+ # Configure HTTP basic authorization: UserSecurity
11846
+ config.username = 'YOUR USERNAME'
11847
+ config.password = 'YOUR PASSWORD'
11848
+ end
11849
+
11850
+ api_instance = TopologicalInventoryApiClient::DefaultApi.new
11851
+ id = 'id_example' # String | ID of the resource
11852
+ tag = [TopologicalInventoryApiClient::Tag.new] # Array<Tag> | Tag attributes to removed
11853
+
11854
+ begin
11855
+ #Untag a Ipaddress
11856
+ api_instance.untag_ipaddress(id, tag)
11857
+ rescue TopologicalInventoryApiClient::ApiError => e
11858
+ puts "Exception when calling DefaultApi->untag_ipaddress: #{e}"
11859
+ end
11860
+ ```
11861
+
11862
+ ### Parameters
11863
+
11864
+
11865
+ Name | Type | Description | Notes
11866
+ ------------- | ------------- | ------------- | -------------
11867
+ **id** | **String**| ID of the resource |
11868
+ **tag** | [**Array&lt;Tag&gt;**](Tag.md)| Tag attributes to removed |
11869
+
11870
+ ### Return type
11871
+
11872
+ nil (empty response body)
11873
+
11874
+ ### Authorization
11875
+
11876
+ [UserSecurity](../README.md#UserSecurity)
11877
+
11878
+ ### HTTP request headers
11879
+
11880
+ - **Content-Type**: application/json
11881
+ - **Accept**: Not defined
11882
+
11883
+
11884
+ ## untag_network
11885
+
11886
+ > untag_network(id, tag)
11887
+
11888
+ Untag a Network
11889
+
11890
+ Untags a Network object
11891
+
11892
+ ### Example
11893
+
11894
+ ```ruby
11895
+ # load the gem
11896
+ require 'topological_inventory-api-client'
11897
+ # setup authorization
11898
+ TopologicalInventoryApiClient.configure do |config|
11899
+ # Configure HTTP basic authorization: UserSecurity
11900
+ config.username = 'YOUR USERNAME'
11901
+ config.password = 'YOUR PASSWORD'
11902
+ end
11903
+
11904
+ api_instance = TopologicalInventoryApiClient::DefaultApi.new
11905
+ id = 'id_example' # String | ID of the resource
11906
+ tag = [TopologicalInventoryApiClient::Tag.new] # Array<Tag> | Tag attributes to removed
11907
+
11908
+ begin
11909
+ #Untag a Network
11910
+ api_instance.untag_network(id, tag)
11911
+ rescue TopologicalInventoryApiClient::ApiError => e
11912
+ puts "Exception when calling DefaultApi->untag_network: #{e}"
11913
+ end
11914
+ ```
11915
+
11916
+ ### Parameters
11917
+
11918
+
11919
+ Name | Type | Description | Notes
11920
+ ------------- | ------------- | ------------- | -------------
11921
+ **id** | **String**| ID of the resource |
11922
+ **tag** | [**Array&lt;Tag&gt;**](Tag.md)| Tag attributes to removed |
11923
+
11924
+ ### Return type
11925
+
11926
+ nil (empty response body)
11927
+
11928
+ ### Authorization
11929
+
11930
+ [UserSecurity](../README.md#UserSecurity)
11931
+
11932
+ ### HTTP request headers
11933
+
11934
+ - **Content-Type**: application/json
11935
+ - **Accept**: Not defined
11936
+
11937
+
11938
+ ## untag_network_adapter
11939
+
11940
+ > untag_network_adapter(id, tag)
11941
+
11942
+ Untag a NetworkAdapter
11943
+
11944
+ Untags a NetworkAdapter object
11945
+
11946
+ ### Example
11947
+
11948
+ ```ruby
11949
+ # load the gem
11950
+ require 'topological_inventory-api-client'
11951
+ # setup authorization
11952
+ TopologicalInventoryApiClient.configure do |config|
11953
+ # Configure HTTP basic authorization: UserSecurity
11954
+ config.username = 'YOUR USERNAME'
11955
+ config.password = 'YOUR PASSWORD'
11956
+ end
11957
+
11958
+ api_instance = TopologicalInventoryApiClient::DefaultApi.new
11959
+ id = 'id_example' # String | ID of the resource
11960
+ tag = [TopologicalInventoryApiClient::Tag.new] # Array<Tag> | Tag attributes to removed
11961
+
11962
+ begin
11963
+ #Untag a NetworkAdapter
11964
+ api_instance.untag_network_adapter(id, tag)
11965
+ rescue TopologicalInventoryApiClient::ApiError => e
11966
+ puts "Exception when calling DefaultApi->untag_network_adapter: #{e}"
11967
+ end
11968
+ ```
11969
+
11970
+ ### Parameters
11971
+
11972
+
11973
+ Name | Type | Description | Notes
11974
+ ------------- | ------------- | ------------- | -------------
11975
+ **id** | **String**| ID of the resource |
11976
+ **tag** | [**Array&lt;Tag&gt;**](Tag.md)| Tag attributes to removed |
11977
+
11978
+ ### Return type
11979
+
11980
+ nil (empty response body)
11981
+
11982
+ ### Authorization
11983
+
11984
+ [UserSecurity](../README.md#UserSecurity)
11985
+
11986
+ ### HTTP request headers
11987
+
11988
+ - **Content-Type**: application/json
11989
+ - **Accept**: Not defined
11990
+
11991
+
11992
+ ## untag_security_group
11993
+
11994
+ > untag_security_group(id, tag)
11995
+
11996
+ Untag a SecurityGroup
11997
+
11998
+ Untags a SecurityGroup object
11999
+
12000
+ ### Example
12001
+
12002
+ ```ruby
12003
+ # load the gem
12004
+ require 'topological_inventory-api-client'
12005
+ # setup authorization
12006
+ TopologicalInventoryApiClient.configure do |config|
12007
+ # Configure HTTP basic authorization: UserSecurity
12008
+ config.username = 'YOUR USERNAME'
12009
+ config.password = 'YOUR PASSWORD'
12010
+ end
12011
+
12012
+ api_instance = TopologicalInventoryApiClient::DefaultApi.new
12013
+ id = 'id_example' # String | ID of the resource
12014
+ tag = [TopologicalInventoryApiClient::Tag.new] # Array<Tag> | Tag attributes to removed
12015
+
12016
+ begin
12017
+ #Untag a SecurityGroup
12018
+ api_instance.untag_security_group(id, tag)
12019
+ rescue TopologicalInventoryApiClient::ApiError => e
12020
+ puts "Exception when calling DefaultApi->untag_security_group: #{e}"
12021
+ end
12022
+ ```
12023
+
12024
+ ### Parameters
12025
+
12026
+
12027
+ Name | Type | Description | Notes
12028
+ ------------- | ------------- | ------------- | -------------
12029
+ **id** | **String**| ID of the resource |
12030
+ **tag** | [**Array&lt;Tag&gt;**](Tag.md)| Tag attributes to removed |
12031
+
12032
+ ### Return type
12033
+
12034
+ nil (empty response body)
12035
+
12036
+ ### Authorization
12037
+
12038
+ [UserSecurity](../README.md#UserSecurity)
12039
+
12040
+ ### HTTP request headers
12041
+
12042
+ - **Content-Type**: application/json
12043
+ - **Accept**: Not defined
12044
+
12045
+
12046
+ ## untag_service_inventory
12047
+
12048
+ > untag_service_inventory(id, tag)
12049
+
12050
+ Untag a ServiceInventory
12051
+
12052
+ Untags a ServiceInventory object
12053
+
12054
+ ### Example
12055
+
12056
+ ```ruby
12057
+ # load the gem
12058
+ require 'topological_inventory-api-client'
12059
+ # setup authorization
12060
+ TopologicalInventoryApiClient.configure do |config|
12061
+ # Configure HTTP basic authorization: UserSecurity
12062
+ config.username = 'YOUR USERNAME'
12063
+ config.password = 'YOUR PASSWORD'
12064
+ end
12065
+
12066
+ api_instance = TopologicalInventoryApiClient::DefaultApi.new
12067
+ id = 'id_example' # String | ID of the resource
12068
+ tag = [TopologicalInventoryApiClient::Tag.new] # Array<Tag> | Tag attributes to removed
12069
+
12070
+ begin
12071
+ #Untag a ServiceInventory
12072
+ api_instance.untag_service_inventory(id, tag)
12073
+ rescue TopologicalInventoryApiClient::ApiError => e
12074
+ puts "Exception when calling DefaultApi->untag_service_inventory: #{e}"
12075
+ end
12076
+ ```
12077
+
12078
+ ### Parameters
12079
+
12080
+
12081
+ Name | Type | Description | Notes
12082
+ ------------- | ------------- | ------------- | -------------
12083
+ **id** | **String**| ID of the resource |
12084
+ **tag** | [**Array&lt;Tag&gt;**](Tag.md)| Tag attributes to removed |
12085
+
12086
+ ### Return type
12087
+
12088
+ nil (empty response body)
12089
+
12090
+ ### Authorization
12091
+
12092
+ [UserSecurity](../README.md#UserSecurity)
12093
+
12094
+ ### HTTP request headers
12095
+
12096
+ - **Content-Type**: application/json
12097
+ - **Accept**: Not defined
12098
+
12099
+
12100
+ ## untag_service_offering
12101
+
12102
+ > untag_service_offering(id, tag)
12103
+
12104
+ Untag a ServiceOffering
12105
+
12106
+ Untags a ServiceOffering object
12107
+
12108
+ ### Example
12109
+
12110
+ ```ruby
12111
+ # load the gem
12112
+ require 'topological_inventory-api-client'
12113
+ # setup authorization
12114
+ TopologicalInventoryApiClient.configure do |config|
12115
+ # Configure HTTP basic authorization: UserSecurity
12116
+ config.username = 'YOUR USERNAME'
12117
+ config.password = 'YOUR PASSWORD'
12118
+ end
12119
+
12120
+ api_instance = TopologicalInventoryApiClient::DefaultApi.new
12121
+ id = 'id_example' # String | ID of the resource
12122
+ tag = [TopologicalInventoryApiClient::Tag.new] # Array<Tag> | Tag attributes to removed
12123
+
12124
+ begin
12125
+ #Untag a ServiceOffering
12126
+ api_instance.untag_service_offering(id, tag)
12127
+ rescue TopologicalInventoryApiClient::ApiError => e
12128
+ puts "Exception when calling DefaultApi->untag_service_offering: #{e}"
12129
+ end
12130
+ ```
12131
+
12132
+ ### Parameters
12133
+
12134
+
12135
+ Name | Type | Description | Notes
12136
+ ------------- | ------------- | ------------- | -------------
12137
+ **id** | **String**| ID of the resource |
12138
+ **tag** | [**Array&lt;Tag&gt;**](Tag.md)| Tag attributes to removed |
12139
+
12140
+ ### Return type
12141
+
12142
+ nil (empty response body)
12143
+
12144
+ ### Authorization
12145
+
12146
+ [UserSecurity](../README.md#UserSecurity)
12147
+
12148
+ ### HTTP request headers
12149
+
12150
+ - **Content-Type**: application/json
12151
+ - **Accept**: Not defined
12152
+
12153
+
12154
+ ## untag_subnet
12155
+
12156
+ > untag_subnet(id, tag)
12157
+
12158
+ Untag a Subnet
12159
+
12160
+ Untags a Subnet object
12161
+
12162
+ ### Example
12163
+
12164
+ ```ruby
12165
+ # load the gem
12166
+ require 'topological_inventory-api-client'
12167
+ # setup authorization
12168
+ TopologicalInventoryApiClient.configure do |config|
12169
+ # Configure HTTP basic authorization: UserSecurity
12170
+ config.username = 'YOUR USERNAME'
12171
+ config.password = 'YOUR PASSWORD'
12172
+ end
12173
+
12174
+ api_instance = TopologicalInventoryApiClient::DefaultApi.new
12175
+ id = 'id_example' # String | ID of the resource
12176
+ tag = [TopologicalInventoryApiClient::Tag.new] # Array<Tag> | Tag attributes to removed
12177
+
12178
+ begin
12179
+ #Untag a Subnet
12180
+ api_instance.untag_subnet(id, tag)
12181
+ rescue TopologicalInventoryApiClient::ApiError => e
12182
+ puts "Exception when calling DefaultApi->untag_subnet: #{e}"
12183
+ end
12184
+ ```
12185
+
12186
+ ### Parameters
12187
+
12188
+
12189
+ Name | Type | Description | Notes
12190
+ ------------- | ------------- | ------------- | -------------
12191
+ **id** | **String**| ID of the resource |
12192
+ **tag** | [**Array&lt;Tag&gt;**](Tag.md)| Tag attributes to removed |
12193
+
12194
+ ### Return type
12195
+
12196
+ nil (empty response body)
12197
+
12198
+ ### Authorization
12199
+
12200
+ [UserSecurity](../README.md#UserSecurity)
12201
+
12202
+ ### HTTP request headers
12203
+
12204
+ - **Content-Type**: application/json
12205
+ - **Accept**: Not defined
12206
+
12207
+
12208
+ ## untag_vm
12209
+
12210
+ > untag_vm(id, tag)
12211
+
12212
+ Untag a Vm
12213
+
12214
+ Untags a Vm object
12215
+
12216
+ ### Example
12217
+
12218
+ ```ruby
12219
+ # load the gem
12220
+ require 'topological_inventory-api-client'
12221
+ # setup authorization
12222
+ TopologicalInventoryApiClient.configure do |config|
12223
+ # Configure HTTP basic authorization: UserSecurity
12224
+ config.username = 'YOUR USERNAME'
12225
+ config.password = 'YOUR PASSWORD'
12226
+ end
12227
+
12228
+ api_instance = TopologicalInventoryApiClient::DefaultApi.new
12229
+ id = 'id_example' # String | ID of the resource
12230
+ tag = [TopologicalInventoryApiClient::Tag.new] # Array<Tag> | Tag attributes to removed
12231
+
12232
+ begin
12233
+ #Untag a Vm
12234
+ api_instance.untag_vm(id, tag)
12235
+ rescue TopologicalInventoryApiClient::ApiError => e
12236
+ puts "Exception when calling DefaultApi->untag_vm: #{e}"
12237
+ end
12238
+ ```
12239
+
12240
+ ### Parameters
12241
+
12242
+
12243
+ Name | Type | Description | Notes
12244
+ ------------- | ------------- | ------------- | -------------
12245
+ **id** | **String**| ID of the resource |
12246
+ **tag** | [**Array&lt;Tag&gt;**](Tag.md)| Tag attributes to removed |
12247
+
12248
+ ### Return type
12249
+
12250
+ nil (empty response body)
12251
+
12252
+ ### Authorization
12253
+
12254
+ [UserSecurity](../README.md#UserSecurity)
12255
+
12256
+ ### HTTP request headers
12257
+
12258
+ - **Content-Type**: application/json
12259
+ - **Accept**: Not defined
12260
+
12261
+
10819
12262
  ## update_task
10820
12263
 
10821
12264
  > update_task(id, task)