oneview-sdk 5.7.0 → 5.8.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (142) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +38 -1
  3. data/Gemfile +2 -1
  4. data/README.md +10 -1
  5. data/endpoints-support.md +227 -333
  6. data/lib/oneview-sdk.rb +1 -1
  7. data/lib/oneview-sdk/resource/api1000.rb +66 -0
  8. data/lib/oneview-sdk/resource/api1000/c7000.rb +27 -0
  9. data/lib/oneview-sdk/resource/api1000/c7000/enclosure.rb +22 -0
  10. data/lib/oneview-sdk/resource/api1000/c7000/enclosure_group.rb +22 -0
  11. data/lib/oneview-sdk/resource/api1000/c7000/ethernet_network.rb +22 -0
  12. data/lib/oneview-sdk/resource/api1000/c7000/fc_network.rb +22 -0
  13. data/lib/oneview-sdk/resource/api1000/c7000/fcoe_network.rb +23 -0
  14. data/lib/oneview-sdk/resource/api1000/c7000/interconnect.rb +23 -0
  15. data/lib/oneview-sdk/resource/api1000/c7000/lig_uplink_set.rb +21 -0
  16. data/lib/oneview-sdk/resource/api1000/c7000/logical_enclosure.rb +22 -0
  17. data/lib/oneview-sdk/resource/api1000/c7000/logical_interconnect.rb +32 -0
  18. data/lib/oneview-sdk/resource/api1000/c7000/logical_interconnect_group.rb +32 -0
  19. data/lib/oneview-sdk/resource/api1000/c7000/network_set.rb +22 -0
  20. data/lib/oneview-sdk/resource/api1000/c7000/scope.rb +22 -0
  21. data/lib/oneview-sdk/resource/api1000/c7000/server_hardware.rb +32 -0
  22. data/lib/oneview-sdk/resource/api1000/c7000/server_hardware_type.rb +32 -0
  23. data/lib/oneview-sdk/resource/api1000/c7000/server_profile.rb +32 -0
  24. data/lib/oneview-sdk/resource/api1000/c7000/server_profile_template.rb +33 -0
  25. data/lib/oneview-sdk/resource/api1000/c7000/storage_pool.rb +22 -0
  26. data/lib/oneview-sdk/resource/api1000/c7000/storage_system.rb +35 -0
  27. data/lib/oneview-sdk/resource/api1000/c7000/uplink_set.rb +32 -0
  28. data/lib/oneview-sdk/resource/api1000/c7000/volume.rb +22 -0
  29. data/lib/oneview-sdk/resource/api1000/c7000/volume_attachment.rb +22 -0
  30. data/lib/oneview-sdk/resource/api1000/c7000/volume_template.rb +22 -0
  31. data/lib/oneview-sdk/resource/api1000/synergy.rb +27 -0
  32. data/lib/oneview-sdk/resource/api1000/synergy/enclosure.rb +22 -0
  33. data/lib/oneview-sdk/resource/api1000/synergy/enclosure_group.rb +22 -0
  34. data/lib/oneview-sdk/resource/api1000/synergy/ethernet_network.rb +22 -0
  35. data/lib/oneview-sdk/resource/api1000/synergy/fc_network.rb +22 -0
  36. data/lib/oneview-sdk/resource/api1000/synergy/fcoe_network.rb +22 -0
  37. data/lib/oneview-sdk/resource/api1000/synergy/interconnect.rb +22 -0
  38. data/lib/oneview-sdk/resource/api1000/synergy/lig_uplink_set.rb +21 -0
  39. data/lib/oneview-sdk/resource/api1000/synergy/logical_enclosure.rb +22 -0
  40. data/lib/oneview-sdk/resource/api1000/synergy/logical_interconnect.rb +32 -0
  41. data/lib/oneview-sdk/resource/api1000/synergy/logical_interconnect_group.rb +33 -0
  42. data/lib/oneview-sdk/resource/api1000/synergy/network_set.rb +22 -0
  43. data/lib/oneview-sdk/resource/api1000/synergy/os_deployment_plan.rb +22 -0
  44. data/lib/oneview-sdk/resource/api1000/synergy/scope.rb +22 -0
  45. data/lib/oneview-sdk/resource/api1000/synergy/server_hardware.rb +32 -0
  46. data/lib/oneview-sdk/resource/api1000/synergy/server_hardware_type.rb +22 -0
  47. data/lib/oneview-sdk/resource/api1000/synergy/server_profile.rb +25 -0
  48. data/lib/oneview-sdk/resource/api1000/synergy/server_profile_template.rb +22 -0
  49. data/lib/oneview-sdk/resource/api1000/synergy/storage_pool.rb +22 -0
  50. data/lib/oneview-sdk/resource/api1000/synergy/storage_system.rb +22 -0
  51. data/lib/oneview-sdk/resource/api1000/synergy/uplink_set.rb +32 -0
  52. data/lib/oneview-sdk/resource/api1000/synergy/volume.rb +22 -0
  53. data/lib/oneview-sdk/resource/api1000/synergy/volume_attachment.rb +22 -0
  54. data/lib/oneview-sdk/resource/api1000/synergy/volume_template.rb +22 -0
  55. data/lib/oneview-sdk/resource/api1200.rb +66 -0
  56. data/lib/oneview-sdk/resource/api1200/c7000.rb +27 -0
  57. data/lib/oneview-sdk/resource/api1200/c7000/enclosure.rb +32 -0
  58. data/lib/oneview-sdk/resource/api1200/c7000/enclosure_group.rb +32 -0
  59. data/lib/oneview-sdk/resource/api1200/c7000/ethernet_network.rb +35 -0
  60. data/lib/oneview-sdk/resource/api1200/c7000/fc_network.rb +22 -0
  61. data/lib/oneview-sdk/resource/api1200/c7000/fcoe_network.rb +23 -0
  62. data/lib/oneview-sdk/resource/api1200/c7000/interconnect.rb +33 -0
  63. data/lib/oneview-sdk/resource/api1200/c7000/lig_uplink_set.rb +21 -0
  64. data/lib/oneview-sdk/resource/api1200/c7000/logical_enclosure.rb +22 -0
  65. data/lib/oneview-sdk/resource/api1200/c7000/logical_interconnect.rb +32 -0
  66. data/lib/oneview-sdk/resource/api1200/c7000/logical_interconnect_group.rb +32 -0
  67. data/lib/oneview-sdk/resource/api1200/c7000/network_set.rb +32 -0
  68. data/lib/oneview-sdk/resource/api1200/c7000/scope.rb +22 -0
  69. data/lib/oneview-sdk/resource/api1200/c7000/server_hardware.rb +22 -0
  70. data/lib/oneview-sdk/resource/api1200/c7000/server_hardware_type.rb +22 -0
  71. data/lib/oneview-sdk/resource/api1200/c7000/server_profile.rb +32 -0
  72. data/lib/oneview-sdk/resource/api1200/c7000/server_profile_template.rb +33 -0
  73. data/lib/oneview-sdk/resource/api1200/c7000/storage_pool.rb +22 -0
  74. data/lib/oneview-sdk/resource/api1200/c7000/storage_system.rb +22 -0
  75. data/lib/oneview-sdk/resource/api1200/c7000/uplink_set.rb +32 -0
  76. data/lib/oneview-sdk/resource/api1200/c7000/volume.rb +22 -0
  77. data/lib/oneview-sdk/resource/api1200/c7000/volume_attachment.rb +22 -0
  78. data/lib/oneview-sdk/resource/api1200/c7000/volume_template.rb +22 -0
  79. data/lib/oneview-sdk/resource/api1200/synergy.rb +27 -0
  80. data/lib/oneview-sdk/resource/api1200/synergy/enclosure.rb +32 -0
  81. data/lib/oneview-sdk/resource/api1200/synergy/enclosure_group.rb +32 -0
  82. data/lib/oneview-sdk/resource/api1200/synergy/ethernet_network.rb +35 -0
  83. data/lib/oneview-sdk/resource/api1200/synergy/fc_network.rb +22 -0
  84. data/lib/oneview-sdk/resource/api1200/synergy/fcoe_network.rb +22 -0
  85. data/lib/oneview-sdk/resource/api1200/synergy/interconnect.rb +22 -0
  86. data/lib/oneview-sdk/resource/api1200/synergy/lig_uplink_set.rb +21 -0
  87. data/lib/oneview-sdk/resource/api1200/synergy/logical_enclosure.rb +32 -0
  88. data/lib/oneview-sdk/resource/api1200/synergy/logical_interconnect.rb +32 -0
  89. data/lib/oneview-sdk/resource/api1200/synergy/logical_interconnect_group.rb +32 -0
  90. data/lib/oneview-sdk/resource/api1200/synergy/network_set.rb +22 -0
  91. data/lib/oneview-sdk/resource/api1200/synergy/os_deployment_plan.rb +22 -0
  92. data/lib/oneview-sdk/resource/api1200/synergy/scope.rb +22 -0
  93. data/lib/oneview-sdk/resource/api1200/synergy/server_hardware.rb +22 -0
  94. data/lib/oneview-sdk/resource/api1200/synergy/server_hardware_type.rb +22 -0
  95. data/lib/oneview-sdk/resource/api1200/synergy/server_profile.rb +25 -0
  96. data/lib/oneview-sdk/resource/api1200/synergy/server_profile_template.rb +22 -0
  97. data/lib/oneview-sdk/resource/api1200/synergy/storage_pool.rb +22 -0
  98. data/lib/oneview-sdk/resource/api1200/synergy/storage_system.rb +22 -0
  99. data/lib/oneview-sdk/resource/api1200/synergy/uplink_set.rb +32 -0
  100. data/lib/oneview-sdk/resource/api1200/synergy/volume.rb +22 -0
  101. data/lib/oneview-sdk/resource/api1200/synergy/volume_attachment.rb +22 -0
  102. data/lib/oneview-sdk/resource/api1200/synergy/volume_template.rb +22 -0
  103. data/lib/oneview-sdk/resource/api600/synergy/logical_interconnect_group.rb +2 -2
  104. data/lib/oneview-sdk/resource/api800/c7000/enclosure.rb +22 -0
  105. data/lib/oneview-sdk/resource/api800/c7000/fc_network.rb +22 -0
  106. data/lib/oneview-sdk/resource/api800/c7000/fcoe_network.rb +23 -0
  107. data/lib/oneview-sdk/resource/api800/c7000/interconnect.rb +23 -0
  108. data/lib/oneview-sdk/resource/api800/c7000/lig_uplink_set.rb +21 -0
  109. data/lib/oneview-sdk/resource/api800/c7000/logical_enclosure.rb +22 -0
  110. data/lib/oneview-sdk/resource/api800/c7000/logical_interconnect.rb +32 -0
  111. data/lib/oneview-sdk/resource/api800/c7000/logical_interconnect_group.rb +32 -0
  112. data/lib/oneview-sdk/resource/api800/c7000/network_set.rb +22 -0
  113. data/lib/oneview-sdk/resource/api800/c7000/server_hardware.rb +22 -0
  114. data/lib/oneview-sdk/resource/api800/c7000/server_hardware_type.rb +10 -0
  115. data/lib/oneview-sdk/resource/api800/c7000/server_profile.rb +10 -0
  116. data/lib/oneview-sdk/resource/api800/c7000/storage_pool.rb +22 -0
  117. data/lib/oneview-sdk/resource/api800/c7000/storage_system.rb +22 -0
  118. data/lib/oneview-sdk/resource/api800/c7000/uplink_set.rb +22 -0
  119. data/lib/oneview-sdk/resource/api800/c7000/volume.rb +22 -0
  120. data/lib/oneview-sdk/resource/api800/c7000/volume_attachment.rb +22 -0
  121. data/lib/oneview-sdk/resource/api800/c7000/volume_template.rb +22 -0
  122. data/lib/oneview-sdk/resource/api800/synergy/enclosure.rb +22 -0
  123. data/lib/oneview-sdk/resource/api800/synergy/fc_network.rb +22 -0
  124. data/lib/oneview-sdk/resource/api800/synergy/fcoe_network.rb +22 -0
  125. data/lib/oneview-sdk/resource/api800/synergy/interconnect.rb +22 -0
  126. data/lib/oneview-sdk/resource/api800/synergy/lig_uplink_set.rb +21 -0
  127. data/lib/oneview-sdk/resource/api800/synergy/logical_enclosure.rb +22 -0
  128. data/lib/oneview-sdk/resource/api800/synergy/logical_interconnect.rb +32 -0
  129. data/lib/oneview-sdk/resource/api800/synergy/logical_interconnect_group.rb +33 -0
  130. data/lib/oneview-sdk/resource/api800/synergy/network_set.rb +22 -0
  131. data/lib/oneview-sdk/resource/api800/synergy/server_hardware.rb +22 -0
  132. data/lib/oneview-sdk/resource/api800/synergy/server_hardware_type.rb +2 -2
  133. data/lib/oneview-sdk/resource/api800/synergy/server_profile.rb +1 -1
  134. data/lib/oneview-sdk/resource/api800/synergy/storage_pool.rb +22 -0
  135. data/lib/oneview-sdk/resource/api800/synergy/storage_system.rb +22 -0
  136. data/lib/oneview-sdk/resource/api800/synergy/uplink_set.rb +22 -0
  137. data/lib/oneview-sdk/resource/api800/synergy/volume.rb +22 -0
  138. data/lib/oneview-sdk/resource/api800/synergy/volume_attachment.rb +22 -0
  139. data/lib/oneview-sdk/resource/api800/synergy/volume_template.rb +22 -0
  140. data/lib/oneview-sdk/version.rb +1 -1
  141. data/oneview-sdk.gemspec +1 -1
  142. metadata +132 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 60c7874bd15c197837e096eaed6f84325fa0b9573e3a8577f989f432999b929c
4
- data.tar.gz: 118c6401d3317ffbf7e9523de36dff1dd88ba35d17cc0e40ea9c3f1bfe0e9f77
3
+ metadata.gz: 8cec14164c4a4d07bd5a434fc8108da9870aba18f5d9d628ccb6689faaabbfd1
4
+ data.tar.gz: bd07d7e854a575fead67449975e3ccdd5c2c459b2df5264d09a85fa596c67447
5
5
  SHA512:
6
- metadata.gz: 88057502465806b2d9b1177c6628e4c092f4f80a0315b61f59c1886efaeb329c0b550e28700e0f950cdc7133e8c1264435f4e0944edd40920e564d5077031c30
7
- data.tar.gz: b228f8c6adaf9bf7fed3b6bb0c1412c462e68acfe8c4bde6dd02005ead05af25c0b7dc3e4658ca979eae7f0526794570184cd7af3a96fb21737d058a6ac85d55
6
+ metadata.gz: 5a72954d447d7c80a760afaf890a6dd4e52bc121cf964910ff0d55a0948baf6373d4a899f862878177cda5e6f19d5006c6c539e810d2e50ee56176017d424dd8
7
+ data.tar.gz: 1b0c59478f93061984314eb088e7360897793969b4910c2bb8ce8cdc0c6ce279931d7ff7a7cff4b81731ca52b4851722b3e2b95c64f3f41f487ded5c634fff41
@@ -1,3 +1,40 @@
1
+ ## v5.8.0
2
+
3
+ #### Notes
4
+ - This release removes the support for Ruby 2.2 and added support for Ruby 2.5.
5
+ - This release supports OneView Rest API versions 800/1000/1200 minimally where we can use OneView v4.10/v4.20/v5.0 with this SDK. No new fields are added/deleted to support OneView Rest API 800/1000/1200. Complete support will be done in next releases.
6
+ - This release also fixes few bugs listed below.
7
+
8
+ #### Features Supported
9
+ This release adds support to OneView Rest API version 800/1000/1200 for the hardware variants C7000 and Synergy to the already existing features:
10
+ - Enclosure
11
+ - Enclosure Group
12
+ - Ethernet Network
13
+ - FC Network
14
+ - FCoE Network
15
+ - Interconnect
16
+ - Interconnect Type
17
+ - Logical Enclosure
18
+ - Logical Interconnect
19
+ - Logical Interconnect Group
20
+ - Network Set
21
+ - Scope
22
+ - Server Hardware
23
+ - Server Hardware Types
24
+ - Server Profile
25
+ - Server Profile Template
26
+ - Storage Pool
27
+ - Storage System
28
+ - Uplink Set
29
+ - Volume
30
+ - Volume Attachment
31
+ - Volume Template
32
+ - OS Deployment Plan
33
+
34
+ #### Bug fixes & Enhancements
35
+ - [#377](https://github.com/HewlettPackard/oneview-sdk-ruby/issues/377) Travis build failed as Listen dependency does not support Ruby 2.2.x.
36
+ - [#372](https://github.com/HewlettPackard/oneview-sdk-ruby/issues/372) Failed to create logical interconnect groups for API600. Fixed by inheriting from API500 resource.
37
+
1
38
  ## v5.7.0
2
39
 
3
40
  #### Notes
@@ -22,7 +59,7 @@ This release fixes few bugs which are listed below.
22
59
 
23
60
  #### New Resource
24
61
  Alerts
25
-
62
+
26
63
  #### Bug fixes & Enhancements
27
64
  - [#362](https://github.com/HewlettPackard/oneview-sdk-ruby/issues/362) Added helper method to change request body for Server Profile for API600.
28
65
  - [#354](https://github.com/HewlettPackard/oneview-sdk-ruby/issues/354) Input data has be to be a part of body, but not the header for import certificate method in enclosure.
data/Gemfile CHANGED
@@ -1,8 +1,9 @@
1
1
  source 'https://rubygems.org'
2
+ ruby RUBY_VERSION
2
3
  gemspec
3
4
 
4
5
  begin
5
- if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('2.2.6')
6
+ if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('2.3.1')
6
7
  group :development do
7
8
  gem 'guard-rspec'
8
9
  gem 'guard-rubocop'
data/README.md CHANGED
@@ -167,7 +167,7 @@ You may notice resource classes being accessed in a few different ways; for exam
167
167
  require 'oneview-sdk'
168
168
 
169
169
  # Show defaults:
170
- OneviewSDK::SUPPORTED_API_VERSIONS # [200, 300, 500, 600, 800]
170
+ OneviewSDK::SUPPORTED_API_VERSIONS # [200, 300, 500, 600, 800, 1000,1200]
171
171
  OneviewSDK::DEFAULT_API_VERSION # 200
172
172
  OneviewSDK.api_version # 200
173
173
  OneviewSDK.api_version_updated? # false
@@ -204,6 +204,15 @@ OneviewSDK::API800::DEFAULT_VARIANT # 'C7000'
204
204
  OneviewSDK::API800.variant # 'C7000'
205
205
  OneviewSDK::API800.variant_updated? # false
206
206
 
207
+ OneviewSDK::API1000::SUPPORTED_VARIANTS # ['C7000', 'Synergy']
208
+ OneviewSDK::API1000::DEFAULT_VARIANT # 'C7000'
209
+ OneviewSDK::API1000.variant # 'C7000'
210
+ OneviewSDK::API1000.variant_updated? # false
211
+
212
+ OneviewSDK::API1200::SUPPORTED_VARIANTS # ['C7000', 'Synergy']
213
+ OneviewSDK::API1200::DEFAULT_VARIANT # 'C7000'
214
+ OneviewSDK::API1200.variant # 'C7000'
215
+ OneviewSDK::API1200.variant_updated? # false
207
216
  # Therefore, there is 1 more namespace level to the real resource class name
208
217
  OneviewSDK::EthernetNetwork # OneviewSDK::API300::C7000::EthernetNetwork
209
218
  OneviewSDK::API300::EthernetNetwork # OneviewSDK::API300::C7000::EthernetNetwork
@@ -11,7 +11,7 @@
11
11
  ***Notes***
12
12
 
13
13
  * If an endpoint is not marked as implemented for a specific API, it can still be used in compatibility mode for the supported API versions.
14
- * If an example is not working on a supported API version, verify the [HPE OneView REST API Documentation](http://h17007.www1.hpe.com/docs/enterprise/servers/oneview3.1/cic-api/en/api-docs/current/index.html) for the API version being used, since the expected attributes for that resource might have changed.
14
+ * If an example is not working on a supported API version, verify the [HPE OneView REST API Documentation](http://h17007.www1.hpe.com/docs/enterprise/servers/oneview4.1/cic-api/en/index.html#) for the API version being used, since the expected attributes for that resource might have changed.
15
15
  * For DELETE endpoints which remove multiple resources at once using a filter, that functionality is considered as implemented so long as a DELETE by `{id}` is implemented for that resource.
16
16
  The user may then call the method `find_by` to filter the resources and use a looping function to remove all matching results, similarly to the following example:
17
17
  ```ruby
@@ -21,9 +21,8 @@ OneviewSDK::Datacenter.find_by(@client, width: 11000).map(&:remove)
21
21
  <br />
22
22
 
23
23
  ## HPE OneView
24
-
25
- | Endpoints | Verb | V200 | V300 | V500 | V600 | V800
26
- | --------------------------------------------------------------------------------------- | -------- | :------------------: | :------------------: | :------------------: | :------------------: | :------------------: |
24
+ | Endpoints | Verb | V200 | V300 | V500 |V600 |V800 | V1000 | V1200 |
25
+ | --------------------------------------------------------------------------------------- | -------- | :------------------: | :------------------: | :------------------: | :------------------: | :------------------: | :------------------: | :------------------: |
27
26
  | **Alerts** |
28
27
  |<sub>/rest/alerts</sub> |GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
29
28
  |<sub>/rest/alerts</sub> |DELETE | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
@@ -31,29 +30,6 @@ OneviewSDK::Datacenter.find_by(@client, width: 11000).map(&:remove)
31
30
  |<sub>/rest/alerts/{id}</sub> |PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
32
31
  |<sub>/rest/alerts/{id}</sub> |DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
33
32
  |<sub>/rest/alerts/AlertChangeLog/{id}</sub> |DELETE | :white_check_mark: | :white_check_mark: |:white_check_mark: | :white_check_mark: |
34
- | **Appliance Time and Locale Configuration** |
35
- |<sub>/rest/appliance/configuration/time-locale</sub> |GET | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
36
- |<sub>/rest/appliance/configuration/time-locale</sub> |POST | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
37
- | **Backups** |
38
- |<sub>/rest/backups</sub> |GET | | |
39
- |<sub>/rest/backups</sub> |POST | | |
40
- |<sub>/rest/backups/archive</sub> |POST | | |
41
- |<sub>/rest/backups/archive/{id}</sub> |GET | | |
42
- |<sub>/rest/backups/config</sub> |GET | :heavy_minus_sign: | |
43
- |<sub>/rest/backups/config</sub> |PUT | :heavy_minus_sign: | |
44
- |<sub>/rest/backups/remotearchive/{id}</sub> |PUT | :heavy_minus_sign: | |
45
- |<sub>/rest/backups/remotearchive/{id}</sub> |DELETE | :heavy_minus_sign: | |
46
- |<sub>/rest/backups/{id}</sub> |GET | | |
47
- |<sub>/rest/backups/{id}</sub> |DELETE | | |
48
- | **Certificate Authority** |
49
- |<sub>/rest/certificates/ca</sub> |GET | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x:
50
- |<sub>/rest/certificates/ca/crl</sub> |GET | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x:
51
- |<sub>/rest/certificates/ca/{aliasName}</sub> |DELETE | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x:
52
- | **Certificates Client RabbitMq** |
53
- |<sub>/rest/certificates/client/rabbitmq</sub> |POST | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x:
54
- |<sub>/rest/certificates/client/rabbitmq/keypair/{aliasName}</sub> |GET | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x:
55
- |<sub>/rest/certificates/client/rabbitmq/keys/{aliasName}</sub> |GET | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x:
56
- |<sub>/rest/certificates/client/rabbitmq/{aliasName}</sub> |GET | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x:
57
33
  | **Connection Templates** |
58
34
  |<sub>/rest/connection-templates</sub> |GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
59
35
  |<sub>/rest/connection-templates/defaultConnectionTemplate</sub> |GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
@@ -74,41 +50,39 @@ OneviewSDK::Datacenter.find_by(@client, width: 11000).map(&:remove)
74
50
  |<sub>/rest/drive-enclosures/{id}/port-map</sub> | GET | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |
75
51
  |<sub>/rest/drive-enclosures/{id}/refreshState</sub> | PUT | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |
76
52
  | **Enclosure Groups** |
77
- |<sub>/rest/enclosure-groups</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
78
- |<sub>/rest/enclosure-groups</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
79
- |<sub>/rest/enclosure-groups/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
80
- |<sub>/rest/enclosure-groups/{id}</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
81
- |<sub>/rest/enclosure-groups/{id}</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
82
- |<sub>/rest/enclosure-groups/{id}/script</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
83
- |<sub>/rest/enclosure-groups/{id}/script</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
53
+ |<sub>/rest/enclosure-groups</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
54
+ |<sub>/rest/enclosure-groups</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
55
+ |<sub>/rest/enclosure-groups/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
56
+ |<sub>/rest/enclosure-groups/{id}</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
57
+ |<sub>/rest/enclosure-groups/{id}</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
58
+ |<sub>/rest/enclosure-groups/{id}/script</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
59
+ |<sub>/rest/enclosure-groups/{id}/script</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
84
60
  | **Enclosures** |
85
- |<sub>/rest/enclosures</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
86
- |<sub>/rest/enclosures</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
87
- |<sub>/rest/enclosures/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
88
- |<sub>/rest/enclosures/{id}</sub> | PATCH | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
89
- |<sub>/rest/enclosures/{id}</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
90
- |<sub>/rest/enclosures/{id}/configuration</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
91
- |<sub>/rest/enclosures/{id}/environmentalConfiguration</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
92
- |<sub>/rest/enclosures/{id}/environmentalConfiguration</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
93
- |<sub>/rest/enclosures/{id}/refreshState</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
94
- |<sub>/rest/enclosures/{id}/script</sub> | GET | :white_check_mark: | :white_check_mark: | :heavy_minus_sign: | :heavy_minus_sign: |
95
- |<sub>/rest/enclosures/{id}/sso</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
96
- |<sub>/rest/enclosures/{id}/utilization</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
97
- |<sub>/rest/enclosures/{id}/https/certificaterequest</sub> | POST | :heavy_minus_sign: | :heavy_minus_sign: | :heavy_minus_sign: | :white_check_mark: |
98
- |<sub>/rest/enclosures/{id}/https/certificaterequest</sub> | GET | :heavy_minus_sign: | :heavy_minus_sign: | :heavy_minus_sign: | :white_check_mark: |
99
- |<sub>/rest/enclosures/{id}/https/certificaterequest</sub> | PUT | :heavy_minus_sign: | :heavy_minus_sign: | :heavy_minus_sign: | :white_check_mark: |
100
- | **Endpoints** |
101
- |<sub>/rest/fc-sans/endpoints</sub> | GET | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
102
- |<sub>/rest/fc-sans/endpoints/{id}</sub> | GET | :heavy_minus_sign: | :heavy_multiplication_x: | :heavy_multiplication_x:
61
+ |<sub>/rest/enclosures</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
62
+ |<sub>/rest/enclosures</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
63
+ |<sub>/rest/enclosures/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
64
+ |<sub>/rest/enclosures/{id}</sub> | PATCH | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
65
+ |<sub>/rest/enclosures/{id}</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
66
+ |<sub>/rest/enclosures/{id}/configuration</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
67
+ |<sub>/rest/enclosures/{id}/environmentalConfiguration</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
68
+ |<sub>/rest/enclosures/{id}/environmentalConfiguration</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
69
+ |<sub>/rest/enclosures/{id}/refreshState</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
70
+ |<sub>/rest/enclosures/{id}/script</sub> | GET | :white_check_mark: | :white_check_mark: | :heavy_minus_sign: | :heavy_minus_sign: |:heavy_minus_sign: |:heavy_minus_sign: |:heavy_minus_sign: |
71
+ |<sub>/rest/enclosures/{id}/sso</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
72
+ |<sub>/rest/enclosures/{id}/utilization</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
73
+ |<sub>/rest/enclosures/{id}/https/certificaterequest</sub> | POST | :heavy_minus_sign: | :heavy_minus_sign: | :heavy_minus_sign: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
74
+ |<sub>/rest/enclosures/{id}/https/certificaterequest</sub> | GET | :heavy_minus_sign: | :heavy_minus_sign: | :heavy_minus_sign: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
75
+ |<sub>/rest/enclosures/{id}/https/certificaterequest</sub> | PUT | :heavy_minus_sign: | :heavy_minus_sign: | :heavy_minus_sign: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
103
76
  | **Ethernet Networks** |
104
- |<sub>/rest/ethernet-networks</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
105
- |<sub>/rest/ethernet-networks</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
106
- |<sub>/rest/ethernet-networks/bulk</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
107
- |<sub>/rest/ethernet-networks/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
108
- |<sub>/rest/ethernet-networks/{id}</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
109
- |<sub>/rest/ethernet-networks/{id}</sub> | PATCH | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: | :heavy_minus_sign: | |<sub>/rest/ethernet-networks/{id}</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
110
- |<sub>/rest/ethernet-networks/{id}/associatedProfiles</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
111
- |<sub>/rest/ethernet-networks/{id}/associatedUplinkGroups</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
77
+ |<sub>/rest/ethernet-networks</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
78
+ |<sub>/rest/ethernet-networks</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
79
+ |<sub>/rest/ethernet-networks/bulk</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
80
+ |<sub>/rest/ethernet-networks/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
81
+ |<sub>/rest/ethernet-networks/{id}</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
82
+ |<sub>/rest/ethernet-networks/{id}</sub> | PATCH | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: | :heavy_minus_sign: | :heavy_minus_sign: | :heavy_minus_sign: | :heavy_minus_sign: |
83
+ |<sub>/rest/ethernet-networks/{id}</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
84
+ |<sub>/rest/ethernet-networks/{id}/associatedProfiles</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
85
+ |<sub>/rest/ethernet-networks/{id}/associatedUplinkGroups</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |
112
86
  | **Events** |
113
87
  |<sub>/rest/events</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
114
88
  |<sub>/rest/events</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: |
@@ -119,19 +93,19 @@ OneviewSDK::Datacenter.find_by(@client, width: 11000).map(&:remove)
119
93
  |<sub>/rest/fabrics/{id}/reserved-vlan-range</sub> | GET | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |
120
94
  |<sub>/rest/fabrics/{id}/reserved-vlan-range</sub> | PUT | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |
121
95
  | **FC Networks** |
122
- |<sub>/rest/fc-networks</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
123
- |<sub>/rest/fc-networks</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
124
- |<sub>/rest/fc-networks/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
125
- |<sub>/rest/fc-networks/{id}</sub> | PATCH | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: | :heavy_minus_sign: |
126
- |<sub>/rest/fc-networks/{id}</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
127
- |<sub>/rest/fc-networks/{id}</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
96
+ |<sub>/rest/fc-networks</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
97
+ |<sub>/rest/fc-networks</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
98
+ |<sub>/rest/fc-networks/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
99
+ |<sub>/rest/fc-networks/{id}</sub> | PATCH | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: | :heavy_minus_sign: | :heavy_minus_sign: | :heavy_minus_sign: | :heavy_minus_sign: |
100
+ |<sub>/rest/fc-networks/{id}</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
101
+ |<sub>/rest/fc-networks/{id}</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
128
102
  | **FCoE Networks** |
129
- |<sub>/rest/fcoe-networks</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
130
- |<sub>/rest/fcoe-networks</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
131
- |<sub>/rest/fcoe-networks/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
132
- |<sub>/rest/fcoe-networks/{id}</sub> | PATCH | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: | :heavy_minus_sign: |
133
- |<sub>/rest/fcoe-networks/{id}</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
134
- |<sub>/rest/fcoe-networks/{id}</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
103
+ |<sub>/rest/fcoe-networks</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
104
+ |<sub>/rest/fcoe-networks</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
105
+ |<sub>/rest/fcoe-networks/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
106
+ |<sub>/rest/fcoe-networks/{id}</sub> | PATCH | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: | :heavy_minus_sign: | :heavy_minus_sign: | :heavy_minus_sign: | :heavy_minus_sign: |
107
+ |<sub>/rest/fcoe-networks/{id}</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
108
+ |<sub>/rest/fcoe-networks/{id}</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
135
109
  | **Firmware Bundles** |
136
110
  |<sub>/rest/firmware-bundles</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: |
137
111
  | **Firmware Drivers** |
@@ -161,137 +135,85 @@ OneviewSDK::Datacenter.find_by(@client, width: 11000).map(&:remove)
161
135
  |<sub>/rest/id-pools/{poolType}/generate</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
162
136
  |<sub>/rest/id-pools/{poolType}/validate</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
163
137
  |<sub>/rest/id-pools/{poolType}/validate</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: |
164
- | **ID Pools IPv4 Ranges** |
165
- |<sub>/rest/id-pools/ipv4/ranges</sub> | POST | | |
166
- |<sub>/rest/id-pools/ipv4/ranges/{id}</sub> | GET | | |
167
- |<sub>/rest/id-pools/ipv4/ranges/{id}</sub> | PUT | | |
168
- |<sub>/rest/id-pools/ipv4/ranges/{id}</sub> | DELETE | | |
169
- |<sub>/rest/id-pools/ipv4/ranges/{id}/allocated-fragments</sub> | GET | | |
170
- |<sub>/rest/id-pools/ipv4/ranges/{id}/free-fragments</sub> | GET | | |
171
- | **ID Pools IPv4 Subnets** |
172
- |<sub>/rest/id-pools/ipv4/subnets</sub> | GET | | |
173
- |<sub>/rest/id-pools/ipv4/subnets</sub> | POST | | |
174
- |<sub>/rest/id-pools/ipv4/subnets/{id}</sub> | GET | | |
175
- |<sub>/rest/id-pools/ipv4/subnets/{id}</sub> | PUT | | |
176
- |<sub>/rest/id-pools/ipv4/subnets/{id}</sub> | DELETE | | |
177
- | **ID Pools vMAC Ranges** |
178
- |<sub>/rest/id-pools/vmac/ranges</sub> | POST | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
179
- |<sub>/rest/id-pools/vmac/ranges/{id}</sub> | GET | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
180
- |<sub>/rest/id-pools/vmac/ranges/{id}</sub> | PUT | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
181
- |<sub>/rest/id-pools/vmac/ranges/{id}</sub> | DELETE | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
182
- |<sub>/rest/id-pools/vmac/ranges/{id}/allocated-fragments</sub> | GET | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
183
- |<sub>/rest/id-pools/vmac/ranges/{id}/allocator</sub> | PUT | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
184
- |<sub>/rest/id-pools/vmac/ranges/{id}/collector</sub> | PUT | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
185
- |<sub>/rest/id-pools/vmac/ranges/{id}/free-fragments</sub> | GET | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
186
- | **ID Pools vSN Ranges** |
187
- |<sub>/rest/id-pools/vsn/ranges</sub> | POST | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
188
- |<sub>/rest/id-pools/vsn/ranges/{id}</sub> | GET | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
189
- |<sub>/rest/id-pools/vsn/ranges/{id}</sub> | PUT | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
190
- |<sub>/rest/id-pools/vsn/ranges/{id}</sub> | DELETE | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
191
- |<sub>/rest/id-pools/vsn/ranges/{id}/allocated-fragments</sub> | GET | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
192
- |<sub>/rest/id-pools/vsn/ranges/{id}/allocator</sub> | PUT | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
193
- |<sub>/rest/id-pools/vsn/ranges/{id}/collector</sub> | PUT | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
194
- |<sub>/rest/id-pools/vsn/ranges/{id}/free-fragments</sub> | GET | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
195
- | **ID Pools vWWN Ranges** |
196
- |<sub>/rest/id-pools/vwwn/ranges</sub> | POST | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
197
- |<sub>/rest/id-pools/vwwn/ranges/{id}</sub> | GET | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
198
- |<sub>/rest/id-pools/vwwn/ranges/{id}</sub> | PUT | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
199
- |<sub>/rest/id-pools/vwwn/ranges/{id}</sub> | DELETE | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
200
- |<sub>/rest/id-pools/vwwn/ranges/{id}/allocated-fragments</sub> | GET | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
201
- |<sub>/rest/id-pools/vwwn/ranges/{id}/allocator</sub> | PUT | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
202
- |<sub>/rest/id-pools/vwwn/ranges/{id}/collector</sub> | PUT | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
203
- |<sub>/rest/id-pools/vwwn/ranges/{id}/free-fragments</sub> | GET | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
204
138
  | **Interconnect Link Topologies** |
205
139
  |<sub>/rest/interconnect-link-topologies</sub> | GET | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |
206
140
  |<sub>/rest/interconnect-link-topologies/{id}</sub> | GET | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |
207
141
  | **Interconnect Types** |
208
- |<sub>/rest/interconnect-types</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
209
- |<sub>/rest/interconnect-types/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
142
+ |<sub>/rest/interconnect-types</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |
143
+ |<sub>/rest/interconnect-types/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |
210
144
  | **Interconnects** |
211
- |<sub>/rest/interconnects</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
212
- |<sub>/rest/interconnects/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
213
- |<sub>/rest/interconnects/{id}</sub> | PATCH | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
214
- |<sub>/rest/interconnects/{id}/configuration</sub> | PUT | :heavy_minus_sign: | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |
215
- |<sub>/rest/interconnects/{id}/pluggableModuleInformation</sub> | GET | :heavy_minus_sign: | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |
216
- |<sub>/rest/interconnects/{id}/ports</sub> | GET | :heavy_minus_sign: | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
217
- |<sub>/rest/interconnects/{id}/ports</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
218
- |<sub>/rest/interconnects/{id}/ports/{portId:.+}</sub> | GET | :heavy_minus_sign: | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
219
- |<sub>/rest/interconnects/{id}/resetportprotection</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
220
- |<sub>/rest/interconnects/{id}/statistics</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
221
- |<sub>/rest/interconnects/{id}/statistics/{portName:.+}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
222
- |<sub>/rest/interconnects/{id}/statistics/{portName:.+}/subport/{subportNum}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
223
- |<sub>/rest/interconnects/{id}/update-ports</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
224
- |<sub>/rest/interconnects/{id}/nameServers</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
145
+ |<sub>/rest/interconnects</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
146
+ |<sub>/rest/interconnects/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
147
+ |<sub>/rest/interconnects/{id}</sub> | PATCH | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
148
+ |<sub>/rest/interconnects/{id}/configuration</sub> | PUT | :heavy_minus_sign: | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
149
+ |<sub>/rest/interconnects/{id}/pluggableModuleInformation</sub> | GET | :heavy_minus_sign: | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
150
+ |<sub>/rest/interconnects/{id}/ports</sub> | GET | :heavy_minus_sign: | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |:heavy_multiplication_x: |
151
+ |<sub>/rest/interconnects/{id}/ports</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
152
+ |<sub>/rest/interconnects/{id}/ports/{portId:.+}</sub> | GET | :heavy_minus_sign: | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |:heavy_multiplication_x: |
153
+ |<sub>/rest/interconnects/{id}/resetportprotection</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
154
+ |<sub>/rest/interconnects/{id}/statistics</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
155
+ |<sub>/rest/interconnects/{id}/statistics/{portName:.+}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
156
+ |<sub>/rest/interconnects/{id}/statistics/{portName:.+}/subport/{subportNum}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
157
+ |<sub>/rest/interconnects/{id}/update-ports</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
158
+ |<sub>/rest/interconnects/{id}/nameServers</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
225
159
  | **Internal Link Sets** |
226
160
  |<sub>/rest/internal-link-sets</sub> | GET | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
227
161
  |<sub>/rest/internal-link-sets/{id}</sub> | GET | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
228
- | **Labels** |
229
- |<sub>/rest/labels</sub> | GET | | |
230
- |<sub>/rest/labels/resources</sub> | POST | | |
231
- |<sub>/rest/labels/resources/**</sub> | GET | | |
232
- |<sub>/rest/labels/resources/**</sub> | PUT | | |
233
- |<sub>/rest/labels/resources/**</sub> | DELETE | | |
234
- |<sub>/rest/labels/{id}</sub> | GET | | |
235
- | **Licenses** |
236
- |<sub>/rest/licenses</sub> |GET | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
237
- |<sub>/rest/licenses</sub> |POST | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
238
- |<sub>/rest/licenses/{id}</sub> |GET | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
239
- |<sub>/rest/licenses/{licenseId}</sub> |DELETE | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
240
162
  | **Logical Downlinks** |
241
163
  |<sub>/rest/logical-downlinks</sub> |GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
242
164
  |<sub>/rest/logical-downlinks/{id}</sub> |GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
243
165
  |<sub>/rest/logical-downlinks/withoutEthernet</sub> |GET | :white_check_mark: | :heavy_minus_sign: | :heavy_minus_sign: |
244
166
  |<sub>/rest/logical-downlinks/{id}/withoutEthernet</sub> |GET | :white_check_mark: | :heavy_minus_sign: | :heavy_minus_sign: |
245
167
  | **Logical Enclosures** |
246
- |<sub>/rest/logical-enclosures</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
247
- |<sub>/rest/logical-enclosures</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
248
- |<sub>/rest/logical-enclosures/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
249
- |<sub>/rest/logical-enclosures/{id}</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
250
- |<sub>/rest/logical-enclosures/{id}</sub> | PATCH | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
251
- |<sub>/rest/logical-enclosures/{id}</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
252
- |<sub>/rest/logical-enclosures/{id}/configuration</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
253
- |<sub>/rest/logical-enclosures/{id}/script</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
254
- |<sub>/rest/logical-enclosures/{id}/script</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
255
- |<sub>/rest/logical-enclosures/{id}/support-dumps</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
256
- |<sub>/rest/logical-enclosures/{id}/updateFromGroup</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
168
+ |<sub>/rest/logical-enclosures</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: | :white_check_mark: | :white_check_mark: |
169
+ |<sub>/rest/logical-enclosures</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: | :white_check_mark: | :white_check_mark: |
170
+ |<sub>/rest/logical-enclosures/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: | :white_check_mark: | :white_check_mark: |
171
+ |<sub>/rest/logical-enclosures/{id}</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: | :white_check_mark: | :white_check_mark: |
172
+ |<sub>/rest/logical-enclosures/{id}</sub> | PATCH | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: | :white_check_mark: | :white_check_mark: |
173
+ |<sub>/rest/logical-enclosures/{id}</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: | :white_check_mark: | :white_check_mark: |
174
+ |<sub>/rest/logical-enclosures/{id}/configuration</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: | :white_check_mark: | :white_check_mark: |
175
+ |<sub>/rest/logical-enclosures/{id}/script</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: | :white_check_mark: | :white_check_mark: |
176
+ |<sub>/rest/logical-enclosures/{id}/script</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: | :white_check_mark: | :white_check_mark: |
177
+ |<sub>/rest/logical-enclosures/{id}/support-dumps</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: | :white_check_mark: | :white_check_mark: |
178
+ |<sub>/rest/logical-enclosures/{id}/updateFromGroup</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: | :white_check_mark: | :white_check_mark: |
257
179
  | **Logical Interconnect Groups** |
258
- |<sub>/rest/logical-interconnect-groups</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
259
- |<sub>/rest/logical-interconnect-groups</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
260
- |<sub>/rest/logical-interconnect-groups/defaultSettings</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
261
- |<sub>/rest/logical-interconnect-groups/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
262
- |<sub>/rest/logical-interconnect-groups/{id}</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
263
- |<sub>/rest/logical-interconnect-groups/{id}</sub> | PATCH | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: | :heavy_minus_sign: |
264
- |<sub>/rest/logical-interconnect-groups/{id}</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
265
- |<sub>/rest/logical-interconnect-groups/{id}/settings</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
180
+ |<sub>/rest/logical-interconnect-groups</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
181
+ |<sub>/rest/logical-interconnect-groups</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
182
+ |<sub>/rest/logical-interconnect-groups/defaultSettings</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
183
+ |<sub>/rest/logical-interconnect-groups/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
184
+ |<sub>/rest/logical-interconnect-groups/{id}</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
185
+ |<sub>/rest/logical-interconnect-groups/{id}</sub> | PATCH | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: | :heavy_minus_sign: |:heavy_minus_sign: |:heavy_minus_sign: |:heavy_minus_sign: |
186
+ |<sub>/rest/logical-interconnect-groups/{id}</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
187
+ |<sub>/rest/logical-interconnect-groups/{id}/settings</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
266
188
  | **Logical Interconnects** |
267
- |<sub>/rest/logical-interconnects</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
268
- |<sub>/rest/logical-interconnects/locations/interconnects</sub> | POST | :white_check_mark: | :heavy_minus_sign: | :heavy_minus_sign: | :heavy_minus_sign: |
269
- |<sub>/rest/logical-interconnects/locations/interconnects</sub> | DELETE | :white_check_mark: | :heavy_minus_sign: | :heavy_minus_sign: | :heavy_minus_sign: |
270
- |<sub>/rest/logical-interconnects/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
271
- |<sub>/rest/logical-interconnects/{id}/compliance</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
272
- |<sub>/rest/logical-interconnects/{id}/ethernetSettings</sub> | GET | :heavy_minus_sign: | :heavy_multiplication_x: |:heavy_multiplication_x: | :heavy_multiplication_x: |
273
- |<sub>/rest/logical-interconnects/{id}/ethernetSettings</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
274
- |<sub>/rest/logical-interconnects/{id}/firmware</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
275
- |<sub>/rest/logical-interconnects/{id}/firmware</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
276
- |<sub>/rest/logical-interconnects/{id}/forwarding-information-base</sub> | GET | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
277
- |<sub>/rest/logical-interconnects/{id}/forwarding-information-base</sub> | POST | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
278
- |<sub>/rest/logical-interconnects/{id}/forwarding-information-base/{dumpFileName}.{suffix}</sub> | GET | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
279
- |<sub>/rest/logical-interconnects/{id}/internalNetworks</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
280
- |<sub>/rest/logical-interconnects/{id}/internalVlans</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
281
- |<sub>/rest/logical-interconnects/{id}/qos-aggregated-configuration</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
282
- |<sub>/rest/logical-interconnects/{id}/qos-aggregated-configuration</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
283
- |<sub>/rest/logical-interconnects/{id}/settings</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :heavy_minus_sign: |
284
- |<sub>/rest/logical-interconnects/{id}/snmp-configuration</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
285
- |<sub>/rest/logical-interconnects/{id}/snmp-configuration</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
286
- |<sub>/rest/logical-interconnects/{id}/support-dumps</sub> | POST | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
287
- |<sub>/rest/logical-interconnects/{id}/unassignedUplinkPortsForPortMonitor</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
288
- |<sub>/rest/logical-interconnects/{id}/configuration</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
289
- |<sub>/rest/logical-interconnects/{id}/port-monitor</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
290
- |<sub>/rest/logical-interconnects/{id}/port-monitor</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
291
- |<sub>/rest/logical-interconnects/{id}/telemetry-configurations/{tcId}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
292
- |<sub>/rest/logical-interconnects/{id}/telemetry-configurations/{tcId}</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
293
- |<sub>/rest/logical-interconnects/compliance</sub> | PUT | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
294
- |<sub>/rest/logical-interconnects/{id}</sub> | PATCH | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: | :heavy_minus_sign: |
189
+ |<sub>/rest/logical-interconnects</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
190
+ |<sub>/rest/logical-interconnects/locations/interconnects</sub> | POST | :white_check_mark: | :heavy_minus_sign: | :heavy_minus_sign: | :heavy_minus_sign: |:heavy_minus_sign: |:heavy_minus_sign: |:heavy_minus_sign: |
191
+ |<sub>/rest/logical-interconnects/locations/interconnects</sub> | DELETE | :white_check_mark: | :heavy_minus_sign: | :heavy_minus_sign: | :heavy_minus_sign: |:heavy_minus_sign: |:heavy_minus_sign: |:heavy_minus_sign: |
192
+ |<sub>/rest/logical-interconnects/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: | :white_check_mark: | :white_check_mark: |
193
+ |<sub>/rest/logical-interconnects/{id}/compliance</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: | :white_check_mark: |
194
+ |<sub>/rest/logical-interconnects/{id}/ethernetSettings</sub> | GET | :heavy_minus_sign: | :heavy_multiplication_x: |:heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |:heavy_multiplication_x: |:heavy_multiplication_x: |
195
+ |<sub>/rest/logical-interconnects/{id}/ethernetSettings</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
196
+ |<sub>/rest/logical-interconnects/{id}/firmware</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
197
+ |<sub>/rest/logical-interconnects/{id}/firmware</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
198
+ |<sub>/rest/logical-interconnects/{id}/forwarding-information-base</sub> | GET | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |:heavy_multiplication_x: |:heavy_multiplication_x: |
199
+ |<sub>/rest/logical-interconnects/{id}/forwarding-information-base</sub> | POST | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |:heavy_multiplication_x: |:heavy_multiplication_x: |
200
+ |<sub>/rest/logical-interconnects/{id}/forwarding-information-base/{dumpFileName}.{suffix}</sub> | GET | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |:heavy_multiplication_x: |:heavy_multiplication_x: |
201
+ |<sub>/rest/logical-interconnects/{id}/internalNetworks</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
202
+ |<sub>/rest/logical-interconnects/{id}/internalVlans</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
203
+ |<sub>/rest/logical-interconnects/{id}/qos-aggregated-configuration</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
204
+ |<sub>/rest/logical-interconnects/{id}/qos-aggregated-configuration</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
205
+ |<sub>/rest/logical-interconnects/{id}/settings</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :heavy_minus_sign: |:heavy_minus_sign: |:heavy_minus_sign: |:heavy_minus_sign: |
206
+ |<sub>/rest/logical-interconnects/{id}/snmp-configuration</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
207
+ |<sub>/rest/logical-interconnects/{id}/snmp-configuration</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
208
+ |<sub>/rest/logical-interconnects/{id}/support-dumps</sub> | POST | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |:heavy_multiplication_x: |:heavy_multiplication_x: |
209
+ |<sub>/rest/logical-interconnects/{id}/unassignedUplinkPortsForPortMonitor</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
210
+ |<sub>/rest/logical-interconnects/{id}/configuration</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
211
+ |<sub>/rest/logical-interconnects/{id}/port-monitor</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
212
+ |<sub>/rest/logical-interconnects/{id}/port-monitor</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
213
+ |<sub>/rest/logical-interconnects/{id}/telemetry-configurations/{tcId}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
214
+ |<sub>/rest/logical-interconnects/{id}/telemetry-configurations/{tcId}</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
215
+ |<sub>/rest/logical-interconnects/compliance</sub> | PUT | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |:heavy_multiplication_x: |
216
+ |<sub>/rest/logical-interconnects/{id}</sub> | PATCH | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: | :heavy_minus_sign: |:heavy_minus_sign: |:heavy_minus_sign: |:heavy_minus_sign: |
295
217
  | **Logical Switch Groups** |
296
218
  |<sub>/rest/logical-switch-groups</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
297
219
  |<sub>/rest/logical-switch-groups</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
@@ -317,38 +239,18 @@ OneviewSDK::Datacenter.find_by(@client, width: 11000).map(&:remove)
317
239
  |<sub>/rest/fc-sans/managed-sans/{id}/endpoints</sub> | POST | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
318
240
  |<sub>/rest/fc-sans/managed-sans/{id}/issues</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
319
241
  |<sub>/rest/fc-sans/managed-sans/WWN+</sub> | GET | :heavy_minus_sign: | :white_check_mark: | :heavy_minus_sign: | :heavy_minus_sign: |
320
- | **Metric Streaming** |
321
- |<sub>/rest/metrics/capability</sub> | GET | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
322
- |<sub>/rest/metrics/configuration</sub> | GET | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
323
- |<sub>/rest/metrics/configuration</sub> | PUT | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
324
- | **Migratable VC Domains** |
325
- |<sub>/rest/migratable-vc-domains</sub> | GET | :heavy_minus_sign: | :heavy_multiplication_x: | :heavy_multiplication_x: |
326
- |<sub>/rest/migratable-vc-domains</sub> | POST | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
327
- |<sub>/rest/migratable-vc-domains/{id}</sub> | PUT | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
328
- |<sub>/rest/migratable-vc-domains/{id}</sub> | GET | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
329
- |<sub>/rest/migratable-vc-domains/{id}</sub> | DELETE | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
330
242
  | **Network Sets** |
331
- |<sub>/rest/network-sets</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
332
- |<sub>/rest/network-sets</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
333
- |<sub>/rest/network-sets/withoutEthernet</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
334
- |<sub>/rest/network-sets/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
335
- |<sub>/rest/network-sets/{id}</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
336
- |<sub>/rest/network-sets/{id}</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
337
- |<sub>/rest/network-sets/{id}/withoutEthernet</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
338
- |<sub>/rest/network-sets/{id}</sub> | PATCH | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: | :heavy_minus_sign: |
243
+ |<sub>/rest/network-sets</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
244
+ |<sub>/rest/network-sets</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: | :white_check_mark: | :white_check_mark: |
245
+ |<sub>/rest/network-sets/withoutEthernet</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
246
+ |<sub>/rest/network-sets/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
247
+ |<sub>/rest/network-sets/{id}</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
248
+ |<sub>/rest/network-sets/{id}</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
249
+ |<sub>/rest/network-sets/{id}/withoutEthernet</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: | :white_check_mark: | :white_check_mark: |
250
+ |<sub>/rest/network-sets/{id}</sub> | PATCH | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: | :heavy_minus_sign: |:heavy_minus_sign: | :heavy_minus_sign: | :heavy_minus_sign: |
339
251
  | **OS Deployment Plans** |
340
- |<sub>/rest/os-deployment-plans/</sub> | GET | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
341
- |<sub>/rest/os-deployment-plans/{id}</sub> | GET | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
342
- | **OS Deployment Servers** |
343
- |<sub>/rest/os-deployment-servers</sub> | GET | :heavy_minus_sign: | | |
344
- |<sub>/rest/os-deployment-servers</sub> | POST | :heavy_minus_sign: | | |
345
- |<sub>/rest/os-deployment-servers/image-streamer-appliances</sub> | GET | :heavy_minus_sign: | | |
346
- |<sub>/rest/os-deployment-servers/image-streamer-appliances/{id}</sub> | GET | :heavy_minus_sign: | | |
347
- |<sub>/rest/os-deployment-servers/network</sub> | GET | :heavy_minus_sign: | | |
348
- |<sub>/rest/deployment-servers/security-mode/security-compatibility-checker</sub> | POST | :heavy_minus_sign: | :heavy_minus_sign: | |
349
- |<sub>/rest/os-deployment-servers/{id}</sub> | GET | :heavy_minus_sign: | | |
350
- |<sub>/rest/os-deployment-servers/{id}</sub> | PUT | :heavy_minus_sign: | | |
351
- |<sub>/rest/os-deployment-servers/{id}</sub> | DELETE | :heavy_minus_sign: | | |
252
+ |<sub>/rest/os-deployment-plans/</sub> | GET | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
253
+ |<sub>/rest/os-deployment-plans/{id}</sub> | GET | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
352
254
  | **Power Devices** |
353
255
  |<sub>/rest/power-devices</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
354
256
  |<sub>/rest/power-devices</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: |
@@ -376,14 +278,6 @@ OneviewSDK::Datacenter.find_by(@client, width: 11000).map(&:remove)
376
278
  |<sub>/rest/racks/{id}</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: |
377
279
  |<sub>/rest/racks/{id}</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: |
378
280
  |<sub>/rest/racks/{id}/deviceTopology</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
379
- | **Restores** |
380
- |<sub>/rest/restores</sub> | GET | | |
381
- |<sub>/rest/restores</sub> | POST | | |
382
- |<sub>/rest/restores/failures</sub> | GET | | |
383
- |<sub>/rest/restores/{id}</sub> | GET | | |
384
- | **Roles** |
385
- |<sub>/rest/roles</sub> | GET | | |
386
- |<sub>/rest/roles/{roleName}</sub> | GET | | |
387
281
  | **SAN Managers** |
388
282
  |<sub>/rest/fc-sans/device-managers</sub> | GET | :white_check_mark: | :heavy_minus_sign: | :white_check_mark: |
389
283
  |<sub>/rest/fc-sans/device-managers/{id}</sub> | GET | :white_check_mark: | :heavy_minus_sign: | :white_check_mark: |
@@ -421,103 +315,103 @@ OneviewSDK::Datacenter.find_by(@client, width: 11000).map(&:remove)
421
315
  |<sub>/rest/sas-logical-jbods/{id}</sub> | GET | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: | :white_check_mark:
422
316
  |<sub>/rest/sas-logical-jbods/{id}/drives</sub> | GET | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: | :white_check_mark:
423
317
  | **Scopes** |
424
- |<sub>/rest/scopes</sub> | POST | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: | :white_check_mark:
425
- |<sub>/rest/scopes</sub> | GET | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: | :white_check_mark:
426
- |<sub>/rest/scopes/{id}</sub> | GET | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: | :white_check_mark:
427
- |<sub>/rest/scopes/{id}</sub> | PUT | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: | :white_check_mark:
428
- |<sub>/rest/scopes/{id}</sub> | PATCH | :heavy_minus_sign: | :heavy_minus_sign: | :white_check_mark: | :white_check_mark:
429
- |<sub>/rest/scopes/{id}</sub> | DELETE | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: | :white_check_mark:
430
- |<sub>/rest/scopes/{id}/resource-assignments</sub> | PATCH | :heavy_minus_sign: | :white_check_mark: | :heavy_minus_sign: | :heavy_minus_sign:
431
- |<sub>/rest/scopes/resources/{resource_uri}</sub> | GET | :heavy_minus_sign: | :heavy_minus_sign: | :heavy_minus_sign: | :white_check_mark:
432
- |<sub>/rest/scopes/resources/{resource_uri}</sub> | PUT | :heavy_minus_sign: | :heavy_minus_sign: | :heavy_minus_sign: | :white_check_mark:
433
- |<sub>/rest/scopes/resources/{resource_uri}</sub> | PATCH | :heavy_minus_sign: | :heavy_minus_sign: | :heavy_minus_sign: | :white_check_mark:
318
+ |<sub>/rest/scopes</sub> | POST | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: | :white_check_mark:| :white_check_mark: |:white_check_mark: |:white_check_mark: |
319
+ |<sub>/rest/scopes</sub> | GET | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: | :white_check_mark:| :white_check_mark: |:white_check_mark: |:white_check_mark: |
320
+ |<sub>/rest/scopes/{id}</sub> | GET | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: | :white_check_mark:| :white_check_mark: |:white_check_mark: |:white_check_mark: |
321
+ |<sub>/rest/scopes/{id}</sub> | PUT | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: | :white_check_mark:| :white_check_mark: |:white_check_mark: |:white_check_mark: |
322
+ |<sub>/rest/scopes/{id}</sub> | PATCH | :heavy_minus_sign: | :heavy_minus_sign: | :white_check_mark: | :white_check_mark:| :white_check_mark: |:white_check_mark: |:white_check_mark: |
323
+ |<sub>/rest/scopes/{id}</sub> | DELETE | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: | :white_check_mark:| :white_check_mark: |:white_check_mark: |:white_check_mark: |
324
+ |<sub>/rest/scopes/{id}/resource-assignments</sub> | PATCH | :heavy_minus_sign: | :white_check_mark: | :heavy_minus_sign: | :heavy_minus_sign:| :heavy_minus_sign: |:heavy_minus_sign: |:heavy_minus_sign: |
325
+ |<sub>/rest/scopes/resources/{resource_uri}</sub> | GET | :heavy_minus_sign: | :heavy_minus_sign: | :heavy_minus_sign: | :white_check_mark:| :white_check_mark: |:white_check_mark: |:white_check_mark: |
326
+ |<sub>/rest/scopes/resources/{resource_uri}</sub> | PUT | :heavy_minus_sign: | :heavy_minus_sign: | :heavy_minus_sign: | :white_check_mark:| :white_check_mark: |:white_check_mark: |:white_check_mark: |
327
+ |<sub>/rest/scopes/resources/{resource_uri}</sub> | PATCH | :heavy_minus_sign: | :heavy_minus_sign: | :heavy_minus_sign: | :white_check_mark:| :white_check_mark: |:white_check_mark: |:white_check_mark: |
434
328
  | **Server Hardware** |
435
- |<sub>/rest/server-hardware</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
436
- |<sub>/rest/server-hardware</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
437
- |<sub>/rest/server-hardware/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
438
- |<sub>/rest/server-hardware/{id}</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
439
- |<sub>/rest/server-hardware/{id}/bios</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
440
- |<sub>/rest/server-hardware/{id}/environmentalConfiguration</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
441
- |<sub>/rest/server-hardware/{id}/environmentalConfiguration</sub> | PUT | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
442
- |<sub>/rest/server-hardware/{id}/iloSsoUrl</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
443
- |<sub>/rest/server-hardware/{id}/javaRemoteConsoleUrl</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
444
- |<sub>/rest/server-hardware/{id}/mpFirmwareVersion</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
445
- |<sub>/rest/server-hardware/{id}/physicalServerHardware</sub> | GET | :heavy_minus_sign: | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |
446
- |<sub>/rest/server-hardware/{id}/powerState</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
447
- |<sub>/rest/server-hardware/{id}/refreshState</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
448
- |<sub>/rest/server-hardware/{id}/remoteConsoleUrl</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
449
- |<sub>/rest/server-hardware/{id}/utilization</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
450
- |<sub>/rest/server-hardware/{id} | PATCH | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
451
- |<sub>/rest/server-hardware/*/firmware | GET | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
452
- |<sub>/rest/server-hardware/{id}/firmware | GET | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
453
- |<sub>/rest/server-hardware/discovery | POST | :heavy_minus_sign: | :heavy_minus_sign: | :heavy_minus_sign: | :white_check_mark: |
329
+ |<sub>/rest/server-hardware</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
330
+ |<sub>/rest/server-hardware</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
331
+ |<sub>/rest/server-hardware/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
332
+ |<sub>/rest/server-hardware/{id}</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
333
+ |<sub>/rest/server-hardware/{id}/bios</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
334
+ |<sub>/rest/server-hardware/{id}/environmentalConfiguration</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
335
+ |<sub>/rest/server-hardware/{id}/environmentalConfiguration</sub> | PUT | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |:heavy_multiplication_x: |
336
+ |<sub>/rest/server-hardware/{id}/iloSsoUrl</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
337
+ |<sub>/rest/server-hardware/{id}/javaRemoteConsoleUrl</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
338
+ |<sub>/rest/server-hardware/{id}/mpFirmwareVersion</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
339
+ |<sub>/rest/server-hardware/{id}/physicalServerHardware</sub> | GET | :heavy_minus_sign: | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
340
+ |<sub>/rest/server-hardware/{id}/powerState</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
341
+ |<sub>/rest/server-hardware/{id}/refreshState</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
342
+ |<sub>/rest/server-hardware/{id}/remoteConsoleUrl</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
343
+ |<sub>/rest/server-hardware/{id}/utilization</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
344
+ |<sub>/rest/server-hardware/{id} | PATCH | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
345
+ |<sub>/rest/server-hardware/*/firmware | GET | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
346
+ |<sub>/rest/server-hardware/{id}/firmware | GET | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
347
+ |<sub>/rest/server-hardware/discovery | POST | :heavy_minus_sign: | :heavy_minus_sign: | :heavy_minus_sign: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
454
348
  | **Server Hardware Types** |
455
- |<sub>/rest/server-hardware-types</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
456
- |<sub>/rest/server-hardware-types/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
457
- |<sub>/rest/server-hardware-types/{id}</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
458
- |<sub>/rest/server-hardware-types/{id}</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
349
+ |<sub>/rest/server-hardware-types</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
350
+ |<sub>/rest/server-hardware-types/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
351
+ |<sub>/rest/server-hardware-types/{id}</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
352
+ |<sub>/rest/server-hardware-types/{id}</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
459
353
  | **Server Profile Templates** |
460
- |<sub>/rest/server-profile-templates</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
461
- |<sub>/rest/server-profile-templates</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
462
- |<sub>/rest/server-profile-templates/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
463
- |<sub>/rest/server-profile-templates/{id}</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
464
- |<sub>/rest/server-profile-templates/{id}</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
465
- |<sub>/rest/server-profile-templates/{id}/new-profile</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
466
- |<sub>/rest/server-profile-templates/{id}/transformation</sub> | GET | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
467
- |<sub>/rest/server-profile-templates/available-networks | GET | :heavy_minus_sign: | :heavy_minus_sign: | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |
354
+ |<sub>/rest/server-profile-templates</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |
355
+ |<sub>/rest/server-profile-templates</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |
356
+ |<sub>/rest/server-profile-templates/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |
357
+ |<sub>/rest/server-profile-templates/{id}</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |
358
+ |<sub>/rest/server-profile-templates/{id}</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |
359
+ |<sub>/rest/server-profile-templates/{id}/new-profile</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |
360
+ |<sub>/rest/server-profile-templates/{id}/transformation</sub> | GET | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |
361
+ |<sub>/rest/server-profile-templates/available-networks | GET | :heavy_minus_sign: | :heavy_minus_sign: | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |
468
362
  | **Server Profiles** |
469
- |<sub>/rest/server-profiles</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark:
470
- |<sub>/rest/server-profiles</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark:
471
- |<sub>/rest/server-profiles</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark:
472
- |<sub>/rest/server-profiles/available-networks</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark:
473
- |<sub>/rest/server-profiles/available-servers</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark:
474
- |<sub>/rest/server-profiles/available-storage-system</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :heavy_minus_sign:
475
- |<sub>/rest/server-profiles/available-storage-systems</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :heavy_minus_sign:
476
- |<sub>/rest/server-profiles/available-targets</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark:
477
- |<sub>/rest/server-profiles/profile-ports</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark:
478
- |<sub>/rest/server-profiles/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark:
479
- |<sub>/rest/server-profiles/{id}</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark:
480
- |<sub>/rest/server-profiles/{id}</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark:
481
- |<sub>/rest/server-profiles/{id}</sub> | PATCH | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark:
482
- |<sub>/rest/server-profiles/{id}/compliance-preview</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark:
483
- |<sub>/rest/server-profiles/{id}/new-profile-template</sub> | GET | :heavy_minus_sign: | :heavy_minus_sign: | :white_check_mark: | :white_check_mark:
484
- |<sub>/rest/server-profiles/{id}/messages</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :heavy_minus_sign:
485
- |<sub>/rest/server-profiles/{id}/transformation</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark:
363
+ |<sub>/rest/server-profiles</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |
364
+ |<sub>/rest/server-profiles</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |
365
+ |<sub>/rest/server-profiles</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |
366
+ |<sub>/rest/server-profiles/available-networks</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |
367
+ |<sub>/rest/server-profiles/available-servers</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |
368
+ |<sub>/rest/server-profiles/available-storage-system</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :heavy_minus_sign: | :heavy_minus_sign: |:heavy_minus_sign: |:heavy_minus_sign: |
369
+ |<sub>/rest/server-profiles/available-storage-systems</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :heavy_minus_sign: | :heavy_minus_sign: |:heavy_minus_sign: |:heavy_minus_sign: |
370
+ |<sub>/rest/server-profiles/available-targets</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |
371
+ |<sub>/rest/server-profiles/profile-ports</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |
372
+ |<sub>/rest/server-profiles/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |
373
+ |<sub>/rest/server-profiles/{id}</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |
374
+ |<sub>/rest/server-profiles/{id}</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |
375
+ |<sub>/rest/server-profiles/{id}</sub> | PATCH | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |
376
+ |<sub>/rest/server-profiles/{id}/compliance-preview</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |
377
+ |<sub>/rest/server-profiles/{id}/new-profile-template</sub> | GET | :heavy_minus_sign: | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |
378
+ |<sub>/rest/server-profiles/{id}/messages</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :heavy_minus_sign: | :heavy_minus_sign: |:heavy_minus_sign: |:heavy_minus_sign: |
379
+ |<sub>/rest/server-profiles/{id}/transformation</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |
486
380
  | **Storage Pools** |
487
- |<sub>/rest/storage-pools</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
488
- |<sub>/rest/storage-pools</sub> | POST | :white_check_mark: | :white_check_mark: | :heavy_minus_sign: | :heavy_minus_sign: |
489
- |<sub>/rest/storage-pools/reachable-storage-pools</sub> | GET | :heavy_minus_sign: | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |
490
- |<sub>/rest/storage-pools/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
491
- |<sub>/rest/storage-pools/{id}</sub> | PUT | :heavy_minus_sign: | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |
492
- |<sub>/rest/storage-pools/{id}</sub> | DELETE | :white_check_mark: | :white_check_mark: | :heavy_minus_sign: | :heavy_minus_sign: |
381
+ |<sub>/rest/storage-pools</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |
382
+ |<sub>/rest/storage-pools</sub> | POST | :white_check_mark: | :white_check_mark: | :heavy_minus_sign: | :heavy_minus_sign: | :heavy_minus_sign: |:heavy_minus_sign: |:heavy_minus_sign: |
383
+ |<sub>/rest/storage-pools/reachable-storage-pools</sub> | GET | :heavy_minus_sign: | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |
384
+ |<sub>/rest/storage-pools/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |
385
+ |<sub>/rest/storage-pools/{id}</sub> | PUT | :heavy_minus_sign: | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |
386
+ |<sub>/rest/storage-pools/{id}</sub> | DELETE | :white_check_mark: | :white_check_mark: | :heavy_minus_sign: | :heavy_minus_sign: | :heavy_minus_sign: |:heavy_minus_sign: |:heavy_minus_sign: |
493
387
  | **Storage Systems** |
494
- |<sub>/rest/storage-systems</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
495
- |<sub>/rest/storage-systems</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
496
- |<sub>/rest/storage-systems/host-types</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
497
- |<sub>/rest/storage-systems/{arrayId}/storage-pools</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
498
- |<sub>/rest/storage-systems/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
499
- |<sub>/rest/storage-systems/{id}</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
500
- |<sub>/rest/storage-systems/{id}</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
501
- |<sub>/rest/storage-systems/{id}/managedPorts</sub> | GET | :white_check_mark: | :white_check_mark: | :heavy_minus_sign: | :heavy_minus_sign: | |
502
- |<sub>/rest/storage-systems/{id}/managedPorts/{portId}</sub> | GET | :white_check_mark: | :white_check_mark: | :heavy_minus_sign: | :heavy_minus_sign: |
503
- |<sub>/rest/storage-systems/{id}/reachable-ports</sub> | GET | :heavy_minus_sign: | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |
504
- |<sub>/rest/storage-systems/{id}/templates</sub> | GET | :heavy_minus_sign: | :heavy_minus_sign: | :white_check_mark: | :white_check_mark:
388
+ |<sub>/rest/storage-systems</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
389
+ |<sub>/rest/storage-systems</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
390
+ |<sub>/rest/storage-systems/host-types</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
391
+ |<sub>/rest/storage-systems/{arrayId}/storage-pools</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
392
+ |<sub>/rest/storage-systems/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
393
+ |<sub>/rest/storage-systems/{id}</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
394
+ |<sub>/rest/storage-systems/{id}</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
395
+ |<sub>/rest/storage-systems/{id}/managedPorts</sub> | GET | :white_check_mark: | :white_check_mark: | :heavy_minus_sign: | :heavy_minus_sign: |:heavy_minus_sign: |:heavy_minus_sign: |:heavy_minus_sign: |
396
+ |<sub>/rest/storage-systems/{id}/managedPorts/{portId}</sub> | GET | :white_check_mark: | :white_check_mark: | :heavy_minus_sign: | :heavy_minus_sign: |:heavy_minus_sign: |:heavy_minus_sign: |:heavy_minus_sign: |
397
+ |<sub>/rest/storage-systems/{id}/reachable-ports</sub> | GET | :heavy_minus_sign: | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
398
+ |<sub>/rest/storage-systems/{id}/templates</sub> | GET | :heavy_minus_sign: | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
505
399
  | **Storage Volume Attachments** |
506
- |<sub>/rest/storage-volume-attachments</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
507
- |<sub>/rest/storage-volume-attachments/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
508
- |<sub>/rest/storage-volume-attachments/repair</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
509
- |<sub>/rest/storage-volume-attachments/repair</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: |
510
- |<sub>/rest/storage-volume-attachments/{attachmentId}/paths</sub> | GET | :white_check_mark: | :white_check_mark: | :heavy_minus_sign: |
511
- |<sub>/rest/storage-volume-attachments/{attachmentId)/paths/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :heavy_minus_sign: |
400
+ |<sub>/rest/storage-volume-attachments</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
401
+ |<sub>/rest/storage-volume-attachments/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
402
+ |<sub>/rest/storage-volume-attachments/repair</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
403
+ |<sub>/rest/storage-volume-attachments/repair</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
404
+ |<sub>/rest/storage-volume-attachments/{attachmentId}/paths</sub> | GET | :white_check_mark: | :white_check_mark: | :heavy_minus_sign: |:heavy_minus_sign: |:heavy_minus_sign: |:heavy_minus_sign: |:heavy_minus_sign: |
405
+ |<sub>/rest/storage-volume-attachments/{attachmentId)/paths/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :heavy_minus_sign: |:heavy_minus_sign: |:heavy_minus_sign: |:heavy_minus_sign: |:heavy_minus_sign: |
512
406
  | **Storage Volume Templates** |
513
- |<sub>/rest/storage-volume-templates</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
514
- |<sub>/rest/storage-volume-templates</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
515
- |<sub>/rest/storage-volume-templates/connectable-volume-templates</sub> | GET | :white_check_mark: | :white_check_mark: | :heavy_minus_sign: | :heavy_minus_sign: |
516
- |<sub>/rest/storage-volume-templates/reachable-volume-templates</sub> | GET | :heavy_minus_sign: | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |
517
- |<sub>/rest/storage-volume-templates/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
518
- |<sub>/rest/storage-volume-templates/{id}</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
519
- |<sub>/rest/storage-volume-templates/{id}</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
520
- |<sub>/rest/storage-volume-templates/{id}/compatible-systems</sub> | GET | :heavy_minus_sign: | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |
407
+ |<sub>/rest/storage-volume-templates</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
408
+ |<sub>/rest/storage-volume-templates</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
409
+ |<sub>/rest/storage-volume-templates/connectable-volume-templates</sub> | GET | :white_check_mark: | :white_check_mark: | :heavy_minus_sign: | :heavy_minus_sign: |:heavy_minus_sign: |:white_check_mark: |:white_check_mark: |
410
+ |<sub>/rest/storage-volume-templates/reachable-volume-templates</sub> | GET | :heavy_minus_sign: | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
411
+ |<sub>/rest/storage-volume-templates/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
412
+ |<sub>/rest/storage-volume-templates/{id}</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
413
+ |<sub>/rest/storage-volume-templates/{id}</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
414
+ |<sub>/rest/storage-volume-templates/{id}/compatible-systems</sub> | GET | :heavy_minus_sign: | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
521
415
  | **Switch Types** |
522
416
  |<sub>/rest/switch-types</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
523
417
  |<sub>/rest/switch-types/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
@@ -542,11 +436,11 @@ OneviewSDK::Datacenter.find_by(@client, width: 11000).map(&:remove)
542
436
  |<sub>/rest/unmanaged-devices/{id}</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: |
543
437
  |<sub>/rest/unmanaged-devices/{id}/environmentalConfiguration</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
544
438
  | **Uplink Sets** |
545
- |<sub>/rest/uplink-sets</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
546
- |<sub>/rest/uplink-sets</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
547
- |<sub>/rest/uplink-sets/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
548
- |<sub>/rest/uplink-sets/{id}</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
549
- |<sub>/rest/uplink-sets/{id}</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
439
+ |<sub>/rest/uplink-sets</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
440
+ |<sub>/rest/uplink-sets</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
441
+ |<sub>/rest/uplink-sets/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
442
+ |<sub>/rest/uplink-sets/{id}</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
443
+ |<sub>/rest/uplink-sets/{id}</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
550
444
  | **Users** |
551
445
  |<sub>/rest/users</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
552
446
  |<sub>/rest/users</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: |
@@ -567,20 +461,20 @@ OneviewSDK::Datacenter.find_by(@client, width: 11000).map(&:remove)
567
461
  | **Version** |
568
462
  |<sub>/rest/version</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | | | |
569
463
  | **Volumes** |
570
- |<sub>/rest/storage-volumes</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
571
- |<sub>/rest/storage-volumes</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
572
- |<sub>/rest/storage-volumes/attachable-volumes</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
573
- |<sub>/rest/storage-volumes/from-existing</sub> | POST | :heavy_minus_sign: | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |
574
- |<sub>/rest/storage-volumes/from-snapshot</sub> | POST | :heavy_minus_sign: | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |
575
- |<sub>/rest/storage-volumes/repair</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
576
- |<sub>/rest/storage-volumes/repair</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
577
- |<sub>/rest/storage-volumes/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
578
- |<sub>/rest/storage-volumes/{id}</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
579
- |<sub>/rest/storage-volumes/{id}</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
580
- |<sub>/rest/storage-volumes/{id}/snapshots</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
581
- |<sub>/rest/storage-volumes/{id}/snapshots</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
582
- |<sub>/rest/storage-volumes/{id}/snapshots/{snapshotId}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
583
- |<sub>/rest/storage-volumes/{id}/snapshots/{snapshotId}</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
464
+ |<sub>/rest/storage-volumes</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
465
+ |<sub>/rest/storage-volumes</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
466
+ |<sub>/rest/storage-volumes/attachable-volumes</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
467
+ |<sub>/rest/storage-volumes/from-existing</sub> | POST | :heavy_minus_sign: | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
468
+ |<sub>/rest/storage-volumes/from-snapshot</sub> | POST | :heavy_minus_sign: | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
469
+ |<sub>/rest/storage-volumes/repair</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
470
+ |<sub>/rest/storage-volumes/repair</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
471
+ |<sub>/rest/storage-volumes/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
472
+ |<sub>/rest/storage-volumes/{id}</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
473
+ |<sub>/rest/storage-volumes/{id}</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
474
+ |<sub>/rest/storage-volumes/{id}/snapshots</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
475
+ |<sub>/rest/storage-volumes/{id}/snapshots</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
476
+ |<sub>/rest/storage-volumes/{id}/snapshots/{snapshotId}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
477
+ |<sub>/rest/storage-volumes/{id}/snapshots/{snapshotId}</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
584
478
 
585
479
 
586
480