oneview-sdk 5.2.0 → 5.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +11 -0
- data/Gemfile +0 -0
- data/Guardfile +0 -0
- data/LICENSE +0 -0
- data/README.md +0 -0
- data/Rakefile +0 -0
- data/TESTING.md +0 -0
- data/bin/oneview-sdk-ruby +0 -0
- data/endpoints-support.md +221 -186
- data/lib/oneview-sdk.rb +4 -3
- data/lib/oneview-sdk/cli.rb +9 -9
- data/lib/oneview-sdk/client.rb +6 -6
- data/lib/oneview-sdk/config_loader.rb +0 -0
- data/lib/oneview-sdk/exceptions.rb +0 -0
- data/lib/oneview-sdk/image-streamer/client.rb +4 -4
- data/lib/oneview-sdk/image-streamer/resource/api300.rb +0 -0
- data/lib/oneview-sdk/image-streamer/resource/api300/artifact_bundle.rb +1 -1
- data/lib/oneview-sdk/image-streamer/resource/api300/build_plan.rb +0 -0
- data/lib/oneview-sdk/image-streamer/resource/api300/deployment_group.rb +0 -0
- data/lib/oneview-sdk/image-streamer/resource/api300/deployment_plan.rb +0 -0
- data/lib/oneview-sdk/image-streamer/resource/api300/golden_image.rb +1 -1
- data/lib/oneview-sdk/image-streamer/resource/api300/os_volume.rb +0 -0
- data/lib/oneview-sdk/image-streamer/resource/api300/plan_script.rb +0 -0
- data/lib/oneview-sdk/image-streamer/resource/api300/resource.rb +0 -0
- data/lib/oneview-sdk/image_streamer.rb +0 -0
- data/lib/oneview-sdk/resource.rb +5 -6
- data/lib/oneview-sdk/resource/api200.rb +0 -0
- data/lib/oneview-sdk/resource/api200/client_certificate.rb +0 -0
- data/lib/oneview-sdk/resource/api200/connection_template.rb +0 -0
- data/lib/oneview-sdk/resource/api200/datacenter.rb +0 -0
- data/lib/oneview-sdk/resource/api200/enclosure.rb +5 -6
- data/lib/oneview-sdk/resource/api200/enclosure_group.rb +0 -0
- data/lib/oneview-sdk/resource/api200/ethernet_network.rb +0 -0
- data/lib/oneview-sdk/resource/api200/event.rb +0 -0
- data/lib/oneview-sdk/resource/api200/fabric.rb +0 -0
- data/lib/oneview-sdk/resource/api200/fc_network.rb +0 -0
- data/lib/oneview-sdk/resource/api200/fcoe_network.rb +0 -0
- data/lib/oneview-sdk/resource/api200/firmware_bundle.rb +0 -0
- data/lib/oneview-sdk/resource/api200/firmware_driver.rb +0 -0
- data/lib/oneview-sdk/resource/api200/id_pool.rb +0 -0
- data/lib/oneview-sdk/resource/api200/interconnect.rb +1 -1
- data/lib/oneview-sdk/resource/api200/lig_uplink_set.rb +0 -0
- data/lib/oneview-sdk/resource/api200/logical_downlink.rb +0 -0
- data/lib/oneview-sdk/resource/api200/logical_enclosure.rb +0 -0
- data/lib/oneview-sdk/resource/api200/logical_interconnect.rb +0 -0
- data/lib/oneview-sdk/resource/api200/logical_interconnect_group.rb +6 -6
- data/lib/oneview-sdk/resource/api200/logical_switch.rb +5 -3
- data/lib/oneview-sdk/resource/api200/logical_switch_group.rb +0 -0
- data/lib/oneview-sdk/resource/api200/login_detail.rb +27 -0
- data/lib/oneview-sdk/resource/api200/managed_san.rb +0 -0
- data/lib/oneview-sdk/resource/api200/network_set.rb +0 -0
- data/lib/oneview-sdk/resource/api200/power_device.rb +0 -0
- data/lib/oneview-sdk/resource/api200/rack.rb +8 -1
- data/lib/oneview-sdk/resource/api200/resource.rb +0 -0
- data/lib/oneview-sdk/resource/api200/san_manager.rb +0 -0
- data/lib/oneview-sdk/resource/api200/server_hardware.rb +10 -4
- data/lib/oneview-sdk/resource/api200/server_hardware_type.rb +1 -1
- data/lib/oneview-sdk/resource/api200/server_profile.rb +2 -2
- data/lib/oneview-sdk/resource/api200/server_profile_template.rb +0 -0
- data/lib/oneview-sdk/resource/api200/storage_pool.rb +6 -0
- data/lib/oneview-sdk/resource/api200/storage_system.rb +7 -1
- data/lib/oneview-sdk/resource/api200/switch.rb +1 -1
- data/lib/oneview-sdk/resource/api200/unmanaged_device.rb +0 -0
- data/lib/oneview-sdk/resource/api200/uplink_set.rb +0 -0
- data/lib/oneview-sdk/resource/api200/user.rb +5 -4
- data/lib/oneview-sdk/resource/api200/version.rb +27 -0
- data/lib/oneview-sdk/resource/api200/volume.rb +21 -17
- data/lib/oneview-sdk/resource/api200/volume_attachment.rb +0 -0
- data/lib/oneview-sdk/resource/api200/volume_snapshot.rb +0 -0
- data/lib/oneview-sdk/resource/api200/volume_template.rb +7 -10
- data/lib/oneview-sdk/resource/api200/web_server_certificate.rb +0 -0
- data/lib/oneview-sdk/resource/api300.rb +1 -1
- data/lib/oneview-sdk/resource/api300/c7000.rb +0 -0
- data/lib/oneview-sdk/resource/api300/c7000/client_certificate.rb +0 -0
- data/lib/oneview-sdk/resource/api300/c7000/connection_template.rb +0 -0
- data/lib/oneview-sdk/resource/api300/c7000/datacenter.rb +0 -0
- data/lib/oneview-sdk/resource/api300/c7000/enclosure.rb +0 -0
- data/lib/oneview-sdk/resource/api300/c7000/enclosure_group.rb +0 -0
- data/lib/oneview-sdk/resource/api300/c7000/ethernet_network.rb +0 -0
- data/lib/oneview-sdk/resource/api300/c7000/event.rb +0 -0
- data/lib/oneview-sdk/resource/api300/c7000/fabric.rb +0 -0
- data/lib/oneview-sdk/resource/api300/c7000/fc_network.rb +0 -0
- data/lib/oneview-sdk/resource/api300/c7000/fcoe_network.rb +0 -0
- data/lib/oneview-sdk/resource/api300/c7000/firmware_bundle.rb +0 -0
- data/lib/oneview-sdk/resource/api300/c7000/firmware_driver.rb +0 -0
- data/lib/oneview-sdk/resource/api300/c7000/id_pool.rb +0 -0
- data/lib/oneview-sdk/resource/api300/c7000/interconnect.rb +0 -0
- data/lib/oneview-sdk/resource/api300/c7000/internal_link_set.rb +0 -0
- data/lib/oneview-sdk/resource/api300/c7000/lig_uplink_set.rb +0 -0
- data/lib/oneview-sdk/resource/api300/c7000/logical_downlink.rb +0 -0
- data/lib/oneview-sdk/resource/api300/c7000/logical_enclosure.rb +0 -0
- data/lib/oneview-sdk/resource/api300/c7000/logical_interconnect.rb +0 -0
- data/lib/oneview-sdk/resource/api300/c7000/logical_interconnect_group.rb +0 -0
- data/lib/oneview-sdk/resource/api300/c7000/logical_switch.rb +0 -0
- data/lib/oneview-sdk/resource/api300/c7000/logical_switch_group.rb +0 -0
- data/lib/oneview-sdk/resource/api300/c7000/login_detail.rb +23 -0
- data/lib/oneview-sdk/resource/api300/c7000/managed_san.rb +0 -0
- data/lib/oneview-sdk/resource/api300/c7000/network_set.rb +0 -0
- data/lib/oneview-sdk/resource/api300/c7000/power_device.rb +0 -0
- data/lib/oneview-sdk/resource/api300/c7000/rack.rb +0 -0
- data/lib/oneview-sdk/resource/api300/c7000/resource.rb +0 -0
- data/lib/oneview-sdk/resource/api300/c7000/san_manager.rb +0 -0
- data/lib/oneview-sdk/resource/api300/c7000/scope.rb +3 -5
- data/lib/oneview-sdk/resource/api300/c7000/server_hardware.rb +0 -0
- data/lib/oneview-sdk/resource/api300/c7000/server_hardware_type.rb +0 -0
- data/lib/oneview-sdk/resource/api300/c7000/server_profile.rb +0 -0
- data/lib/oneview-sdk/resource/api300/c7000/server_profile_template.rb +0 -0
- data/lib/oneview-sdk/resource/api300/c7000/storage_pool.rb +0 -0
- data/lib/oneview-sdk/resource/api300/c7000/storage_system.rb +0 -0
- data/lib/oneview-sdk/resource/api300/c7000/switch.rb +0 -0
- data/lib/oneview-sdk/resource/api300/c7000/unmanaged_device.rb +0 -0
- data/lib/oneview-sdk/resource/api300/c7000/uplink_set.rb +0 -0
- data/lib/oneview-sdk/resource/api300/c7000/user.rb +0 -0
- data/lib/oneview-sdk/resource/api300/c7000/version.rb +23 -0
- data/lib/oneview-sdk/resource/api300/c7000/volume.rb +0 -0
- data/lib/oneview-sdk/resource/api300/c7000/volume_attachment.rb +0 -0
- data/lib/oneview-sdk/resource/api300/c7000/volume_snapshot.rb +0 -0
- data/lib/oneview-sdk/resource/api300/c7000/volume_template.rb +0 -0
- data/lib/oneview-sdk/resource/api300/c7000/web_server_certificate.rb +0 -0
- data/lib/oneview-sdk/resource/api300/synergy.rb +0 -0
- data/lib/oneview-sdk/resource/api300/synergy/client_certificate.rb +0 -0
- data/lib/oneview-sdk/resource/api300/synergy/connection_template.rb +0 -0
- data/lib/oneview-sdk/resource/api300/synergy/datacenter.rb +0 -0
- data/lib/oneview-sdk/resource/api300/synergy/drive_enclosure.rb +0 -0
- data/lib/oneview-sdk/resource/api300/synergy/enclosure.rb +1 -1
- data/lib/oneview-sdk/resource/api300/synergy/enclosure_group.rb +0 -0
- data/lib/oneview-sdk/resource/api300/synergy/ethernet_network.rb +0 -0
- data/lib/oneview-sdk/resource/api300/synergy/event.rb +0 -0
- data/lib/oneview-sdk/resource/api300/synergy/fabric.rb +0 -0
- data/lib/oneview-sdk/resource/api300/synergy/fc_network.rb +0 -0
- data/lib/oneview-sdk/resource/api300/synergy/fcoe_network.rb +0 -0
- data/lib/oneview-sdk/resource/api300/synergy/firmware_bundle.rb +0 -0
- data/lib/oneview-sdk/resource/api300/synergy/firmware_driver.rb +0 -0
- data/lib/oneview-sdk/resource/api300/synergy/id_pool.rb +0 -0
- data/lib/oneview-sdk/resource/api300/synergy/interconnect.rb +0 -0
- data/lib/oneview-sdk/resource/api300/synergy/internal_link_set.rb +0 -0
- data/lib/oneview-sdk/resource/api300/synergy/lig_uplink_set.rb +0 -0
- data/lib/oneview-sdk/resource/api300/synergy/logical_downlink.rb +0 -0
- data/lib/oneview-sdk/resource/api300/synergy/logical_enclosure.rb +0 -0
- data/lib/oneview-sdk/resource/api300/synergy/logical_interconnect.rb +0 -0
- data/lib/oneview-sdk/resource/api300/synergy/logical_interconnect_group.rb +0 -0
- data/lib/oneview-sdk/resource/api300/synergy/login_detail.rb +23 -0
- data/lib/oneview-sdk/resource/api300/synergy/managed_san.rb +0 -0
- data/lib/oneview-sdk/resource/api300/synergy/network_set.rb +0 -0
- data/lib/oneview-sdk/resource/api300/synergy/os_deployment_plan.rb +0 -0
- data/lib/oneview-sdk/resource/api300/synergy/power_device.rb +0 -0
- data/lib/oneview-sdk/resource/api300/synergy/rack.rb +0 -0
- data/lib/oneview-sdk/resource/api300/synergy/resource.rb +0 -0
- data/lib/oneview-sdk/resource/api300/synergy/san_manager.rb +0 -0
- data/lib/oneview-sdk/resource/api300/synergy/sas_interconnect.rb +0 -0
- data/lib/oneview-sdk/resource/api300/synergy/sas_logical_interconnect.rb +0 -0
- data/lib/oneview-sdk/resource/api300/synergy/sas_logical_interconnect_group.rb +0 -0
- data/lib/oneview-sdk/resource/api300/synergy/scope.rb +0 -0
- data/lib/oneview-sdk/resource/api300/synergy/server_hardware.rb +0 -0
- data/lib/oneview-sdk/resource/api300/synergy/server_hardware_type.rb +0 -0
- data/lib/oneview-sdk/resource/api300/synergy/server_profile.rb +0 -0
- data/lib/oneview-sdk/resource/api300/synergy/server_profile_template.rb +0 -0
- data/lib/oneview-sdk/resource/api300/synergy/storage_pool.rb +0 -0
- data/lib/oneview-sdk/resource/api300/synergy/storage_system.rb +0 -0
- data/lib/oneview-sdk/resource/api300/synergy/switch.rb +0 -0
- data/lib/oneview-sdk/resource/api300/synergy/unmanaged_device.rb +0 -0
- data/lib/oneview-sdk/resource/api300/synergy/uplink_set.rb +0 -0
- data/lib/oneview-sdk/resource/api300/synergy/user.rb +0 -0
- data/lib/oneview-sdk/resource/api300/synergy/version.rb +23 -0
- data/lib/oneview-sdk/resource/api300/synergy/volume.rb +0 -0
- data/lib/oneview-sdk/resource/api300/synergy/volume_attachment.rb +0 -0
- data/lib/oneview-sdk/resource/api300/synergy/volume_snapshot.rb +0 -0
- data/lib/oneview-sdk/resource/api300/synergy/volume_template.rb +0 -0
- data/lib/oneview-sdk/resource/api300/synergy/web_server_certificate.rb +0 -0
- data/lib/oneview-sdk/resource/api500.rb +1 -1
- data/lib/oneview-sdk/resource/api500/c7000.rb +0 -0
- data/lib/oneview-sdk/resource/api500/c7000/client_certificate.rb +0 -0
- data/lib/oneview-sdk/resource/api500/c7000/connection_template.rb +0 -0
- data/lib/oneview-sdk/resource/api500/c7000/datacenter.rb +0 -0
- data/lib/oneview-sdk/resource/api500/c7000/enclosure.rb +0 -0
- data/lib/oneview-sdk/resource/api500/c7000/enclosure_group.rb +0 -0
- data/lib/oneview-sdk/resource/api500/c7000/ethernet_network.rb +0 -0
- data/lib/oneview-sdk/resource/api500/c7000/event.rb +0 -0
- data/lib/oneview-sdk/resource/api500/c7000/fabric.rb +0 -0
- data/lib/oneview-sdk/resource/api500/c7000/fc_network.rb +0 -0
- data/lib/oneview-sdk/resource/api500/c7000/fcoe_network.rb +0 -0
- data/lib/oneview-sdk/resource/api500/c7000/firmware_bundle.rb +0 -0
- data/lib/oneview-sdk/resource/api500/c7000/firmware_driver.rb +0 -0
- data/lib/oneview-sdk/resource/api500/c7000/id_pool.rb +0 -0
- data/lib/oneview-sdk/resource/api500/c7000/interconnect.rb +0 -0
- data/lib/oneview-sdk/resource/api500/c7000/internal_link_set.rb +0 -0
- data/lib/oneview-sdk/resource/api500/c7000/lig_uplink_set.rb +0 -0
- data/lib/oneview-sdk/resource/api500/c7000/logical_downlink.rb +0 -0
- data/lib/oneview-sdk/resource/api500/c7000/logical_enclosure.rb +0 -0
- data/lib/oneview-sdk/resource/api500/c7000/logical_interconnect.rb +0 -0
- data/lib/oneview-sdk/resource/api500/c7000/logical_interconnect_group.rb +0 -0
- data/lib/oneview-sdk/resource/api500/c7000/logical_switch.rb +0 -0
- data/lib/oneview-sdk/resource/api500/c7000/logical_switch_group.rb +0 -0
- data/lib/oneview-sdk/resource/api500/c7000/login_detail.rb +23 -0
- data/lib/oneview-sdk/resource/api500/c7000/managed_san.rb +0 -0
- data/lib/oneview-sdk/resource/api500/c7000/network_set.rb +0 -0
- data/lib/oneview-sdk/resource/api500/c7000/power_device.rb +0 -0
- data/lib/oneview-sdk/resource/api500/c7000/rack.rb +0 -0
- data/lib/oneview-sdk/resource/api500/c7000/resource.rb +0 -0
- data/lib/oneview-sdk/resource/api500/c7000/san_manager.rb +0 -0
- data/lib/oneview-sdk/resource/api500/c7000/scope.rb +0 -0
- data/lib/oneview-sdk/resource/api500/c7000/server_hardware.rb +0 -0
- data/lib/oneview-sdk/resource/api500/c7000/server_hardware_type.rb +0 -0
- data/lib/oneview-sdk/resource/api500/c7000/server_profile.rb +0 -0
- data/lib/oneview-sdk/resource/api500/c7000/server_profile_template.rb +0 -0
- data/lib/oneview-sdk/resource/api500/c7000/storage_pool.rb +7 -1
- data/lib/oneview-sdk/resource/api500/c7000/storage_system.rb +3 -3
- data/lib/oneview-sdk/resource/api500/c7000/switch.rb +0 -0
- data/lib/oneview-sdk/resource/api500/c7000/unmanaged_device.rb +0 -0
- data/lib/oneview-sdk/resource/api500/c7000/uplink_set.rb +0 -0
- data/lib/oneview-sdk/resource/api500/c7000/user.rb +0 -0
- data/lib/oneview-sdk/resource/api500/c7000/version.rb +23 -0
- data/lib/oneview-sdk/resource/api500/c7000/volume.rb +21 -14
- data/lib/oneview-sdk/resource/api500/c7000/volume_attachment.rb +0 -0
- data/lib/oneview-sdk/resource/api500/c7000/volume_snapshot.rb +0 -0
- data/lib/oneview-sdk/resource/api500/c7000/volume_template.rb +3 -5
- data/lib/oneview-sdk/resource/api500/c7000/web_server_certificate.rb +0 -0
- data/lib/oneview-sdk/resource/api500/synergy.rb +0 -0
- data/lib/oneview-sdk/resource/api500/synergy/client_certificate.rb +0 -0
- data/lib/oneview-sdk/resource/api500/synergy/connection_template.rb +0 -0
- data/lib/oneview-sdk/resource/api500/synergy/datacenter.rb +0 -0
- data/lib/oneview-sdk/resource/api500/synergy/drive_enclosure.rb +0 -0
- data/lib/oneview-sdk/resource/api500/synergy/enclosure.rb +0 -0
- data/lib/oneview-sdk/resource/api500/synergy/enclosure_group.rb +0 -0
- data/lib/oneview-sdk/resource/api500/synergy/ethernet_network.rb +0 -0
- data/lib/oneview-sdk/resource/api500/synergy/event.rb +0 -0
- data/lib/oneview-sdk/resource/api500/synergy/fabric.rb +0 -0
- data/lib/oneview-sdk/resource/api500/synergy/fc_network.rb +0 -0
- data/lib/oneview-sdk/resource/api500/synergy/fcoe_network.rb +0 -0
- data/lib/oneview-sdk/resource/api500/synergy/firmware_bundle.rb +0 -0
- data/lib/oneview-sdk/resource/api500/synergy/firmware_driver.rb +0 -0
- data/lib/oneview-sdk/resource/api500/synergy/id_pool.rb +0 -0
- data/lib/oneview-sdk/resource/api500/synergy/interconnect.rb +0 -0
- data/lib/oneview-sdk/resource/api500/synergy/internal_link_set.rb +0 -0
- data/lib/oneview-sdk/resource/api500/synergy/lig_uplink_set.rb +0 -0
- data/lib/oneview-sdk/resource/api500/synergy/logical_downlink.rb +0 -0
- data/lib/oneview-sdk/resource/api500/synergy/logical_enclosure.rb +0 -0
- data/lib/oneview-sdk/resource/api500/synergy/logical_interconnect.rb +0 -0
- data/lib/oneview-sdk/resource/api500/synergy/logical_interconnect_group.rb +0 -0
- data/lib/oneview-sdk/resource/api500/synergy/login_detail.rb +23 -0
- data/lib/oneview-sdk/resource/api500/synergy/managed_san.rb +0 -0
- data/lib/oneview-sdk/resource/api500/synergy/network_set.rb +0 -0
- data/lib/oneview-sdk/resource/api500/synergy/os_deployment_plan.rb +0 -0
- data/lib/oneview-sdk/resource/api500/synergy/power_device.rb +0 -0
- data/lib/oneview-sdk/resource/api500/synergy/rack.rb +0 -0
- data/lib/oneview-sdk/resource/api500/synergy/resource.rb +0 -0
- data/lib/oneview-sdk/resource/api500/synergy/san_manager.rb +0 -0
- data/lib/oneview-sdk/resource/api500/synergy/sas_interconnect.rb +0 -0
- data/lib/oneview-sdk/resource/api500/synergy/sas_logical_interconnect.rb +0 -0
- data/lib/oneview-sdk/resource/api500/synergy/sas_logical_interconnect_group.rb +0 -0
- data/lib/oneview-sdk/resource/api500/synergy/scope.rb +0 -0
- data/lib/oneview-sdk/resource/api500/synergy/server_hardware.rb +0 -0
- data/lib/oneview-sdk/resource/api500/synergy/server_hardware_type.rb +0 -0
- data/lib/oneview-sdk/resource/api500/synergy/server_profile.rb +0 -0
- data/lib/oneview-sdk/resource/api500/synergy/server_profile_template.rb +0 -0
- data/lib/oneview-sdk/resource/api500/synergy/storage_pool.rb +0 -0
- data/lib/oneview-sdk/resource/api500/synergy/storage_system.rb +0 -0
- data/lib/oneview-sdk/resource/api500/synergy/switch.rb +0 -0
- data/lib/oneview-sdk/resource/api500/synergy/unmanaged_device.rb +0 -0
- data/lib/oneview-sdk/resource/api500/synergy/uplink_set.rb +0 -0
- data/lib/oneview-sdk/resource/api500/synergy/user.rb +0 -0
- data/lib/oneview-sdk/resource/api500/synergy/version.rb +23 -0
- data/lib/oneview-sdk/resource/api500/synergy/volume.rb +0 -0
- data/lib/oneview-sdk/resource/api500/synergy/volume_attachment.rb +0 -0
- data/lib/oneview-sdk/resource/api500/synergy/volume_snapshot.rb +0 -0
- data/lib/oneview-sdk/resource/api500/synergy/volume_template.rb +0 -0
- data/lib/oneview-sdk/resource/api500/synergy/web_server_certificate.rb +0 -0
- data/lib/oneview-sdk/resource_helper.rb +0 -0
- data/lib/oneview-sdk/rest.rb +7 -6
- data/lib/oneview-sdk/scmb.rb +0 -0
- data/lib/oneview-sdk/ssl_helper.rb +3 -2
- data/lib/oneview-sdk/version.rb +1 -1
- data/oneview-sdk.gemspec +3 -2
- metadata +31 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7de5f12195e3879da0a264352799be43c106ae55
|
4
|
+
data.tar.gz: c654183241324ff039ea3f7430512944ce3b2fbd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 872f45454ab5132afbe02aa31c1d6cef442e4886b52e24fb310b493c24cbd29b9422b0f5b7d21e782a2f9897a6bc4e53dda36890eb0fb18e9c33148ff88dd1ce
|
7
|
+
data.tar.gz: '009abb11ffe424060a5e6aa9e3a2dd1f6ee162cbc21deae8b26c7beb793fb56968ae69ba704a45bcb7ec3dd83eba76cde950bd3e9c1f9276bf019fd07d41ed01'
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,14 @@
|
|
1
|
+
## v5.3.0
|
2
|
+
|
3
|
+
#### New Resources:
|
4
|
+
- Login Detail
|
5
|
+
- Version
|
6
|
+
|
7
|
+
#### Bug fixes & Enhancements
|
8
|
+
- [#226](https://github.com/HewlettPackard/oneview-sdk-ruby/issues/226) Add_rack_resource method returns NOMATCHING_ETAG_MESSAGE.
|
9
|
+
- [#294](https://github.com/HewlettPackard/oneview-sdk-ruby/issues/294) Overridden methods without receiving header parameter.
|
10
|
+
- [#301](https://github.com/HewlettPackard/oneview-sdk-ruby/issues/301) Bug - Race condition when requiring oneview-sdk gem on ruby 2.4
|
11
|
+
|
1
12
|
## v5.2.0
|
2
13
|
|
3
14
|
#### New Features:
|
data/Gemfile
CHANGED
File without changes
|
data/Guardfile
CHANGED
File without changes
|
data/LICENSE
CHANGED
File without changes
|
data/README.md
CHANGED
File without changes
|
data/Rakefile
CHANGED
File without changes
|
data/TESTING.md
CHANGED
File without changes
|
data/bin/oneview-sdk-ruby
CHANGED
File without changes
|
data/endpoints-support.md
CHANGED
@@ -3,8 +3,8 @@
|
|
3
3
|
| Item | Meaning |
|
4
4
|
| ------------------ | --------------------------------------------- |
|
5
5
|
| :white_check_mark: | Endpoint implemented in the Ruby SDK for this API version :tada: |
|
6
|
+
| :heavy_multiplication_x: | Endpoint considered as 'out-of-scope' for the Ruby SDK |
|
6
7
|
| :heavy_minus_sign: | Endpoint not available for this API Version |
|
7
|
-
| :x: | Endpoint considered as 'out-of-scope' for the Ruby SDK |
|
8
8
|
|
9
9
|
<br />
|
10
10
|
|
@@ -25,41 +25,41 @@ OneviewSDK::Datacenter.find_by(@client, width: 11000).map(&:remove)
|
|
25
25
|
| Endpoints | Verb | V200 | V300 | V500 |
|
26
26
|
| --------------------------------------------------------------------------------------- | -------- | :------------------: | :------------------: | :------------------: |
|
27
27
|
| **Alerts** |
|
28
|
-
|<sub>/rest/alerts </sub> |GET | | |
|
29
|
-
|<sub>/rest/alerts </sub> |DELETE |
|
30
|
-
|<sub>/rest/alerts/{id} </sub> |GET |
|
31
|
-
|<sub>/rest/alerts/{id} </sub> |PUT |
|
32
|
-
|<sub>/rest/alerts/{id} </sub> |DELETE |
|
33
|
-
|<sub>/rest/alerts/AlertChangeLog/{id}</sub> |DELETE |
|
34
|
-
| **Appliance Time and Locale Configuration**
|
35
|
-
|<sub>/rest/appliance/configuration/time-locale</sub> |GET |
|
36
|
-
|<sub>/rest/appliance/configuration/time-locale</sub> |POST |
|
28
|
+
|<sub>/rest/alerts </sub> |GET | | |
|
29
|
+
|<sub>/rest/alerts </sub> |DELETE | | |
|
30
|
+
|<sub>/rest/alerts/{id} </sub> |GET | | |
|
31
|
+
|<sub>/rest/alerts/{id} </sub> |PUT | | |
|
32
|
+
|<sub>/rest/alerts/{id} </sub> |DELETE | | |
|
33
|
+
|<sub>/rest/alerts/AlertChangeLog/{id}</sub> |DELETE | | |
|
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
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 |
|
43
|
-
|<sub>/rest/backups/config</sub> |PUT |
|
44
|
-
|<sub>/rest/backups/remotearchive/{id}</sub> |PUT |
|
45
|
-
|<sub>/rest/backups/remotearchive/{id}</sub> |DELETE |
|
46
|
-
|<sub>/rest/backups/{id}</sub> |GET |
|
47
|
-
|<sub>/rest/backups/{id}</sub> |DELETE |
|
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
48
|
| **Certificate Authority** |
|
49
|
-
|<sub>/rest/certificates/ca</sub> |GET |
|
50
|
-
|<sub>/rest/certificates/ca/crl</sub> |GET |
|
51
|
-
|<sub>/rest/certificates/ca/{aliasName}</sub> |DELETE |
|
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
52
|
| **Certificates Client RabbitMq** |
|
53
|
-
|<sub>/rest/certificates/client/rabbitmq</sub> |POST |
|
54
|
-
|<sub>/rest/certificates/client/rabbitmq/keypair/{aliasName}</sub> |GET |
|
55
|
-
|<sub>/rest/certificates/client/rabbitmq/keys/{aliasName}</sub> |GET |
|
56
|
-
|<sub>/rest/certificates/client/rabbitmq/{aliasName}</sub> |GET |
|
57
|
-
| **Connection
|
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
|
+
| **Connection Templates** |
|
58
58
|
|<sub>/rest/connection-templates</sub> |GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
59
59
|
|<sub>/rest/connection-templates/defaultConnectionTemplate</sub> |GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
60
60
|
|<sub>/rest/connection-templates/{id}</sub> |GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
61
61
|
|<sub>/rest/connection-templates/{id}</sub> |PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
62
|
-
| **
|
62
|
+
| **Datacenters** |
|
63
63
|
|<sub>/rest/datacenters</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
64
64
|
|<sub>/rest/datacenters</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
65
65
|
|<sub>/rest/datacenters</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
@@ -73,7 +73,15 @@ OneviewSDK::Datacenter.find_by(@client, width: 11000).map(&:remove)
|
|
73
73
|
|<sub>/rest/drive-enclosures/{id}</sub> | PATCH | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |
|
74
74
|
|<sub>/rest/drive-enclosures/{id}/port-map</sub> | GET | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |
|
75
75
|
|<sub>/rest/drive-enclosures/{id}/refreshState</sub> | PUT | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |
|
76
|
-
| **Enclosure**
|
76
|
+
| **Enclosure Groups** |
|
77
|
+
|<sub>/rest/enclosure-groups</sub> | GET | :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: |
|
79
|
+
|<sub>/rest/enclosure-groups/{id}</sub> | GET | :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: |
|
81
|
+
|<sub>/rest/enclosure-groups/{id}</sub> | DELETE | :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: |
|
83
|
+
|<sub>/rest/enclosure-groups/{id}/script</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
84
|
+
| **Enclosures** |
|
77
85
|
|<sub>/rest/enclosures</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
78
86
|
|<sub>/rest/enclosures</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
79
87
|
|<sub>/rest/enclosures/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
@@ -86,22 +94,16 @@ OneviewSDK::Datacenter.find_by(@client, width: 11000).map(&:remove)
|
|
86
94
|
|<sub>/rest/enclosures/{id}/script</sub> | GET | :white_check_mark: | :white_check_mark: | :heavy_minus_sign: |
|
87
95
|
|<sub>/rest/enclosures/{id}/sso</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
88
96
|
|<sub>/rest/enclosures/{id}/utilization</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
89
|
-
| **Enclosure Group** |
|
90
|
-
|<sub>/rest/enclosure-groups</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
91
|
-
|<sub>/rest/enclosure-groups</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
92
|
-
|<sub>/rest/enclosure-groups/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
93
|
-
|<sub>/rest/enclosure-groups/{id}</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
94
|
-
|<sub>/rest/enclosure-groups/{id}</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
95
|
-
|<sub>/rest/enclosure-groups/script</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
96
|
-
|<sub>/rest/enclosure-groups/script</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
97
97
|
| **Endpoints** |
|
98
|
-
|<sub>/rest/fc-sans/endpoints</sub> | GET | :
|
99
|
-
|
|
98
|
+
|<sub>/rest/fc-sans/endpoints</sub> | GET | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
|
99
|
+
|<sub>/rest/fc-sans/endpoints/{id}</sub> | GET | :heavy_minus_sign: | :heavy_multiplication_x: | :heavy_multiplication_x:
|
100
|
+
| **Ethernet Networks** |
|
100
101
|
|<sub>/rest/ethernet-networks</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
101
102
|
|<sub>/rest/ethernet-networks</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
102
103
|
|<sub>/rest/ethernet-networks/bulk</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
103
104
|
|<sub>/rest/ethernet-networks/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
104
105
|
|<sub>/rest/ethernet-networks/{id}</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
106
|
+
|<sub>/rest/ethernet-networks/{id}</sub> | PATCH | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |
|
105
107
|
|<sub>/rest/ethernet-networks/{id}</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
106
108
|
|<sub>/rest/ethernet-networks/{id}/associatedProfiles</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
107
109
|
|<sub>/rest/ethernet-networks/{id}/associatedUplinkGroups</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
@@ -109,73 +111,85 @@ OneviewSDK::Datacenter.find_by(@client, width: 11000).map(&:remove)
|
|
109
111
|
|<sub>/rest/events</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
110
112
|
|<sub>/rest/events</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
111
113
|
|<sub>/rest/events/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
112
|
-
| **
|
114
|
+
| **Fabrics** |
|
113
115
|
|<sub>/rest/fabrics</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
114
116
|
|<sub>/rest/fabrics/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
115
117
|
|<sub>/rest/fabrics/{id}/reserved-vlan-range</sub> | GET | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |
|
116
118
|
|<sub>/rest/fabrics/{id}/reserved-vlan-range</sub> | PUT | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |
|
117
|
-
| **FC
|
119
|
+
| **FC Networks** |
|
118
120
|
|<sub>/rest/fc-networks</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
119
121
|
|<sub>/rest/fc-networks</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
120
122
|
|<sub>/rest/fc-networks/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
123
|
+
|<sub>/rest/fc-networks/{id}</sub> | PATCH | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |
|
121
124
|
|<sub>/rest/fc-networks/{id}</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
122
125
|
|<sub>/rest/fc-networks/{id}</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
123
|
-
| **FCoE
|
126
|
+
| **FCoE Networks** |
|
124
127
|
|<sub>/rest/fcoe-networks</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
125
128
|
|<sub>/rest/fcoe-networks</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
126
129
|
|<sub>/rest/fcoe-networks/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
130
|
+
|<sub>/rest/fcoe-networks/{id}</sub> | PATCH | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |
|
127
131
|
|<sub>/rest/fcoe-networks/{id}</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
128
132
|
|<sub>/rest/fcoe-networks/{id}</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
129
|
-
| **Firmware
|
133
|
+
| **Firmware Bundles** |
|
130
134
|
|<sub>/rest/firmware-bundles</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
131
|
-
| **Firmware
|
135
|
+
| **Firmware Drivers** |
|
132
136
|
|<sub>/rest/firmware-drivers</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
133
137
|
|<sub>/rest/firmware-drivers</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
134
138
|
|<sub>/rest/firmware-drivers/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
135
139
|
|<sub>/rest/firmware-drivers/{id}</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
136
|
-
| **
|
137
|
-
|<sub>/rest/id-pools/{poolType}
|
138
|
-
|<sub>/rest/id-pools/{poolType}
|
139
|
-
|<sub>/rest/id-pools/{poolType}/allocator
|
140
|
-
|<sub>/rest/id-pools/{poolType}/checkrangeavailability
|
141
|
-
|<sub>/rest/id-pools/{poolType}/collector
|
142
|
-
|<sub>/rest/id-pools/{poolType}/generate
|
143
|
-
|<sub>/rest/id-pools/{poolType}/validate
|
144
|
-
|<sub>/rest/id-pools/{poolType}/validate
|
145
|
-
| **
|
146
|
-
|<sub>/rest/id-pools/
|
147
|
-
|<sub>/rest/id-pools/
|
148
|
-
|<sub>/rest/id-pools/
|
149
|
-
|<sub>/rest/id-pools/
|
150
|
-
|<sub>/rest/id-pools/
|
151
|
-
|<sub>/rest/id-pools/
|
152
|
-
|
153
|
-
|<sub>/rest/id-pools/
|
154
|
-
|
|
155
|
-
|<sub>/rest/id-pools/
|
156
|
-
|<sub>/rest/id-pools/
|
157
|
-
|<sub>/rest/id-pools/
|
158
|
-
|
159
|
-
|<sub>/rest/id-pools/
|
160
|
-
|<sub>/rest/id-pools/
|
161
|
-
|<sub>/rest/id-pools/
|
162
|
-
|<sub>/rest/id-pools/
|
163
|
-
|
|
164
|
-
|<sub>/rest/id-pools/
|
165
|
-
|<sub>/rest/id-pools/
|
166
|
-
|<sub>/rest/id-pools/
|
167
|
-
|
168
|
-
|<sub>/rest/id-pools/
|
169
|
-
|<sub>/rest/id-pools/
|
170
|
-
|<sub>/rest/id-pools/
|
171
|
-
|<sub>/rest/id-pools/
|
172
|
-
|
|
173
|
-
|<sub>/rest/
|
174
|
-
|<sub>/rest/
|
175
|
-
|
|
140
|
+
| **ID Pools** |
|
141
|
+
|<sub>/rest/id-pools/{poolType}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
142
|
+
|<sub>/rest/id-pools/{poolType}</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
143
|
+
|<sub>/rest/id-pools/{poolType}/allocator</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
144
|
+
|<sub>/rest/id-pools/{poolType}/checkrangeavailability</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
145
|
+
|<sub>/rest/id-pools/{poolType}/collector</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
146
|
+
|<sub>/rest/id-pools/{poolType}/generate</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
147
|
+
|<sub>/rest/id-pools/{poolType}/validate</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
148
|
+
|<sub>/rest/id-pools/{poolType}/validate</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
149
|
+
| **ID Pools IPv4 Ranges** |
|
150
|
+
|<sub>/rest/id-pools/ipv4/ranges</sub> | POST | | |
|
151
|
+
|<sub>/rest/id-pools/ipv4/ranges/{id}</sub> | GET | | |
|
152
|
+
|<sub>/rest/id-pools/ipv4/ranges/{id}</sub> | PUT | | |
|
153
|
+
|<sub>/rest/id-pools/ipv4/ranges/{id}</sub> | DELETE | | |
|
154
|
+
|<sub>/rest/id-pools/ipv4/ranges/{id}/allocated-fragments</sub> | GET | | |
|
155
|
+
|<sub>/rest/id-pools/ipv4/ranges/{id}/free-fragments</sub> | GET | | |
|
156
|
+
| **ID Pools IPv4 Subnets** |
|
157
|
+
|<sub>/rest/id-pools/ipv4/subnets</sub> | GET | | |
|
158
|
+
|<sub>/rest/id-pools/ipv4/subnets</sub> | POST | | |
|
159
|
+
|<sub>/rest/id-pools/ipv4/subnets/{id}</sub> | GET | | |
|
160
|
+
|<sub>/rest/id-pools/ipv4/subnets/{id}</sub> | PUT | | |
|
161
|
+
|<sub>/rest/id-pools/ipv4/subnets/{id}</sub> | DELETE | | |
|
162
|
+
| **ID Pools vMAC Ranges** |
|
163
|
+
|<sub>/rest/id-pools/vmac/ranges</sub> | POST | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
|
164
|
+
|<sub>/rest/id-pools/vmac/ranges/{id}</sub> | GET | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
|
165
|
+
|<sub>/rest/id-pools/vmac/ranges/{id}</sub> | PUT | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
|
166
|
+
|<sub>/rest/id-pools/vmac/ranges/{id}</sub> | DELETE | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
|
167
|
+
|<sub>/rest/id-pools/vmac/ranges/{id}/allocated-fragments</sub> | GET | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
|
168
|
+
|<sub>/rest/id-pools/vmac/ranges/{id}/allocator</sub> | PUT | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
|
169
|
+
|<sub>/rest/id-pools/vmac/ranges/{id}/collector</sub> | PUT | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
|
170
|
+
|<sub>/rest/id-pools/vmac/ranges/{id}/free-fragments</sub> | GET | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
|
171
|
+
| **ID Pools vSN Ranges** |
|
172
|
+
|<sub>/rest/id-pools/vsn/ranges</sub> | POST | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
|
173
|
+
|<sub>/rest/id-pools/vsn/ranges/{id}</sub> | GET | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
|
174
|
+
|<sub>/rest/id-pools/vsn/ranges/{id}</sub> | PUT | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
|
175
|
+
|<sub>/rest/id-pools/vsn/ranges/{id}</sub> | DELETE | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
|
176
|
+
|<sub>/rest/id-pools/vsn/ranges/{id}/allocated-fragments</sub> | GET | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
|
177
|
+
|<sub>/rest/id-pools/vsn/ranges/{id}/allocator</sub> | PUT | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
|
178
|
+
|<sub>/rest/id-pools/vsn/ranges/{id}/collector</sub> | PUT | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
|
179
|
+
|<sub>/rest/id-pools/vsn/ranges/{id}/free-fragments</sub> | GET | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
|
180
|
+
| **ID Pools vWWN Ranges** |
|
181
|
+
|<sub>/rest/id-pools/vwwn/ranges</sub> | POST | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
|
182
|
+
|<sub>/rest/id-pools/vwwn/ranges/{id}</sub> | GET | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
|
183
|
+
|<sub>/rest/id-pools/vwwn/ranges/{id}</sub> | PUT | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
|
184
|
+
|<sub>/rest/id-pools/vwwn/ranges/{id}</sub> | DELETE | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
|
185
|
+
|<sub>/rest/id-pools/vwwn/ranges/{id}/allocated-fragments</sub> | GET | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
|
186
|
+
|<sub>/rest/id-pools/vwwn/ranges/{id}/allocator</sub> | PUT | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
|
187
|
+
|<sub>/rest/id-pools/vwwn/ranges/{id}/collector</sub> | PUT | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
|
188
|
+
|<sub>/rest/id-pools/vwwn/ranges/{id}/free-fragments</sub> | GET | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
|
189
|
+
| **Interconnect Link Topologies** |
|
176
190
|
|<sub>/rest/interconnect-link-topologies</sub> | GET | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |
|
177
191
|
|<sub>/rest/interconnect-link-topologies/{id}</sub> | GET | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |
|
178
|
-
| **Interconnect
|
192
|
+
| **Interconnect Types** |
|
179
193
|
|<sub>/rest/interconnect-types</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
180
194
|
|<sub>/rest/interconnect-types/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
181
195
|
| **Interconnects** |
|
@@ -184,27 +198,35 @@ OneviewSDK::Datacenter.find_by(@client, width: 11000).map(&:remove)
|
|
184
198
|
|<sub>/rest/interconnects/{id}</sub> | PATCH | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
185
199
|
|<sub>/rest/interconnects/{id}/configuration</sub> | PUT | :heavy_minus_sign: | :heavy_minus_sign: | :white_check_mark: |
|
186
200
|
|<sub>/rest/interconnects/{id}/pluggableModuleInformation</sub> | GET | :heavy_minus_sign: | :heavy_minus_sign: | :white_check_mark: |
|
187
|
-
|<sub>/rest/interconnects/{id}/ports</sub> | GET | :
|
201
|
+
|<sub>/rest/interconnects/{id}/ports</sub> | GET | :heavy_minus_sign: | :heavy_multiplication_x: | :heavy_multiplication_x: |
|
188
202
|
|<sub>/rest/interconnects/{id}/ports</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
189
|
-
|<sub>/rest/interconnects/{id}/ports/{portId:.+}</sub> | GET | :
|
203
|
+
|<sub>/rest/interconnects/{id}/ports/{portId:.+}</sub> | GET | :heavy_minus_sign: | :heavy_multiplication_x: | :heavy_multiplication_x: |
|
190
204
|
|<sub>/rest/interconnects/{id}/resetportprotection</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
191
|
-
|<sub>/rest/interconnects/{id}/statistics</sub> |
|
205
|
+
|<sub>/rest/interconnects/{id}/statistics</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
192
206
|
|<sub>/rest/interconnects/{id}/statistics/{portName:.+}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
193
207
|
|<sub>/rest/interconnects/{id}/statistics/{portName:.+}/subport/{subportNum}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
194
208
|
|<sub>/rest/interconnects/{id}/update-ports</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
195
209
|
|<sub>/rest/interconnects/{id}/nameServers</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
210
|
+
| **Internal Link Sets** |
|
211
|
+
|<sub>/rest/internal-link-sets</sub> | GET | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |
|
212
|
+
|<sub>/rest/internal-link-sets/{id}</sub> | GET | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |
|
196
213
|
| **Labels** |
|
197
|
-
|<sub>/rest/labels</sub> | GET |
|
198
|
-
|<sub>/rest/labels/resources</sub> | POST |
|
199
|
-
|<sub>/rest/labels/resources/**</sub> | GET |
|
200
|
-
|<sub>/rest/labels/resources/**</sub> | PUT |
|
201
|
-
|<sub>/rest/labels/resources/**</sub> | DELETE |
|
202
|
-
|<sub>/rest/labels/
|
203
|
-
| **
|
214
|
+
|<sub>/rest/labels</sub> | GET | | |
|
215
|
+
|<sub>/rest/labels/resources</sub> | POST | | |
|
216
|
+
|<sub>/rest/labels/resources/**</sub> | GET | | |
|
217
|
+
|<sub>/rest/labels/resources/**</sub> | PUT | | |
|
218
|
+
|<sub>/rest/labels/resources/**</sub> | DELETE | | |
|
219
|
+
|<sub>/rest/labels/{id}</sub> | GET | | |
|
220
|
+
| **Licenses** |
|
221
|
+
|<sub>/rest/licenses</sub> |GET | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
|
222
|
+
|<sub>/rest/licenses</sub> |POST | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
|
223
|
+
|<sub>/rest/licenses/{id}</sub> |GET | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
|
224
|
+
|<sub>/rest/licenses/{licenseId}</sub> |DELETE | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
|
225
|
+
| **Logical Downlinks** |
|
204
226
|
|<sub>/rest/logical-downlinks</sub> |GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
205
|
-
|<sub>/rest/logical-downlinks/withoutEthernet</sub> |GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
206
227
|
|<sub>/rest/logical-downlinks/{id}</sub> |GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
207
|
-
|<sub>/rest/logical-downlinks/
|
228
|
+
|<sub>/rest/logical-downlinks/withoutEthernet</sub> |GET | :white_check_mark: | :heavy_minus_sign: | :heavy_minus_sign: |
|
229
|
+
|<sub>/rest/logical-downlinks/{id}/withoutEthernet</sub> |GET | :white_check_mark: | :heavy_minus_sign: | :heavy_minus_sign: |
|
208
230
|
| **Logical Enclosures** |
|
209
231
|
|<sub>/rest/logical-enclosures</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
210
232
|
|<sub>/rest/logical-enclosures</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
@@ -217,19 +239,28 @@ OneviewSDK::Datacenter.find_by(@client, width: 11000).map(&:remove)
|
|
217
239
|
|<sub>/rest/logical-enclosures/{id}/script</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
218
240
|
|<sub>/rest/logical-enclosures/{id}/support-dumps</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
219
241
|
|<sub>/rest/logical-enclosures/{id}/updateFromGroup</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
242
|
+
| **Logical Interconnect Groups** |
|
243
|
+
|<sub>/rest/logical-interconnect-groups</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
244
|
+
|<sub>/rest/logical-interconnect-groups</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
245
|
+
|<sub>/rest/logical-interconnect-groups/defaultSettings</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
246
|
+
|<sub>/rest/logical-interconnect-groups/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
247
|
+
|<sub>/rest/logical-interconnect-groups/{id}</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
248
|
+
|<sub>/rest/logical-interconnect-groups/{id}</sub> | PATCH | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |
|
249
|
+
|<sub>/rest/logical-interconnect-groups/{id}</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
250
|
+
|<sub>/rest/logical-interconnect-groups/{id}/settings</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
220
251
|
| **Logical Interconnects** |
|
221
252
|
|<sub>/rest/logical-interconnects</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
222
253
|
|<sub>/rest/logical-interconnects/locations/interconnects</sub> | POST | :white_check_mark: | :heavy_minus_sign: | :heavy_minus_sign: |
|
223
254
|
|<sub>/rest/logical-interconnects/locations/interconnects</sub> | DELETE | :white_check_mark: | :heavy_minus_sign: | :heavy_minus_sign: |
|
224
255
|
|<sub>/rest/logical-interconnects/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
225
256
|
|<sub>/rest/logical-interconnects/{id}/compliance</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
226
|
-
|<sub>/rest/logical-interconnects/{id}/ethernetSettings</sub> | GET |
|
257
|
+
|<sub>/rest/logical-interconnects/{id}/ethernetSettings</sub> | GET | :heavy_minus_sign: | :heavy_multiplication_x: |:heavy_multiplication_x:
|
227
258
|
|<sub>/rest/logical-interconnects/{id}/ethernetSettings</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
228
259
|
|<sub>/rest/logical-interconnects/{id}/firmware</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
229
260
|
|<sub>/rest/logical-interconnects/{id}/firmware</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
230
|
-
|<sub>/rest/logical-interconnects/{id}/forwarding-information-base</sub> | GET | :
|
231
|
-
|<sub>/rest/logical-interconnects/{id}/forwarding-information-base</sub> | POST | :
|
232
|
-
|<sub>/rest/logical-interconnects/{id}/forwarding-information-base/{dumpFileName}.{suffix}</sub>
|
261
|
+
|<sub>/rest/logical-interconnects/{id}/forwarding-information-base</sub> | GET | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
|
262
|
+
|<sub>/rest/logical-interconnects/{id}/forwarding-information-base</sub> | POST | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
|
263
|
+
|<sub>/rest/logical-interconnects/{id}/forwarding-information-base/{dumpFileName}.{suffix}</sub> | GET | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
|
233
264
|
|<sub>/rest/logical-interconnects/{id}/internalNetworks</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
234
265
|
|<sub>/rest/logical-interconnects/{id}/internalVlans</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
235
266
|
|<sub>/rest/logical-interconnects/{id}/qos-aggregated-configuration</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
@@ -237,75 +268,73 @@ OneviewSDK::Datacenter.find_by(@client, width: 11000).map(&:remove)
|
|
237
268
|
|<sub>/rest/logical-interconnects/{id}/settings</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
238
269
|
|<sub>/rest/logical-interconnects/{id}/snmp-configuration</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
239
270
|
|<sub>/rest/logical-interconnects/{id}/snmp-configuration</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
240
|
-
|<sub>/rest/logical-interconnects/{id}/support-dumps</sub> | POST |
|
271
|
+
|<sub>/rest/logical-interconnects/{id}/support-dumps</sub> | POST | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
|
241
272
|
|<sub>/rest/logical-interconnects/{id}/unassignedUplinkPortsForPortMonitor</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
242
273
|
|<sub>/rest/logical-interconnects/{id}/configuration</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
243
274
|
|<sub>/rest/logical-interconnects/{id}/port-monitor</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
244
275
|
|<sub>/rest/logical-interconnects/{id}/port-monitor</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
245
276
|
|<sub>/rest/logical-interconnects/{id}/telemetry-configurations/{tcId}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
246
|
-
|
|
247
|
-
|<sub>/rest/logical-
|
248
|
-
|<sub>/rest/logical-
|
249
|
-
|
250
|
-
|<sub>/rest/logical-interconnect-groups/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
251
|
-
|<sub>/rest/logical-interconnect-groups/{id}</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
252
|
-
|<sub>/rest/logical-interconnect-groups/{id}</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
253
|
-
|<sub>/rest/logical-interconnect-groups/{id}/settings</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
254
|
-
| **Logical Switch Group** |
|
277
|
+
|<sub>/rest/logical-interconnects/{id}/telemetry-configurations/{tcId}</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
278
|
+
|<sub>/rest/logical-interconnects/compliance</sub> | POST | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
|
279
|
+
|<sub>/rest/logical-interconnects/{id}</sub> | PATCH | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |
|
280
|
+
| **Logical Switch Groups** |
|
255
281
|
|<sub>/rest/logical-switch-groups</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
256
|
-
|<sub>/rest/logical-switch-groups</sub> |POST
|
257
|
-
|<sub>/rest/logical-switch-groups/{id}</sub> |GET
|
258
|
-
|<sub>/rest/logical-switch-groups/{id}</sub> |
|
259
|
-
|<sub>/rest/logical-switch-groups/{id}</sub> |
|
282
|
+
|<sub>/rest/logical-switch-groups</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
283
|
+
|<sub>/rest/logical-switch-groups/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
284
|
+
|<sub>/rest/logical-switch-groups/{id}</sub> | PATCH | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |
|
285
|
+
|<sub>/rest/logical-switch-groups/{id}</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
286
|
+
|<sub>/rest/logical-switch-groups/{id}</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
260
287
|
| **Logical Switches** |
|
261
288
|
|<sub>/rest/logical-switches</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
262
|
-
|<sub>/rest/logical-switches</sub> |POST
|
263
|
-
|<sub>/rest/logical-switches/{id}</sub> |GET
|
264
|
-
|<sub>/rest/logical-switches/{id}</sub> |
|
265
|
-
|<sub>/rest/logical-switches/{id}</sub> |
|
266
|
-
|<sub>/rest/logical-switches/{id}
|
289
|
+
|<sub>/rest/logical-switches</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
290
|
+
|<sub>/rest/logical-switches/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
291
|
+
|<sub>/rest/logical-switches/{id}</sub> | PATCH | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |
|
292
|
+
|<sub>/rest/logical-switches/{id}</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
293
|
+
|<sub>/rest/logical-switches/{id}</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
294
|
+
|<sub>/rest/logical-switches/{id}/refresh</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
267
295
|
| **Login Details** |
|
268
|
-
|<sub>/rest/logindetails</sub> | GET | |
|
296
|
+
|<sub>/rest/logindetails</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
269
297
|
| **Managed SANs** |
|
270
298
|
|<sub>/rest/fc-sans/managed-sans</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
271
299
|
|<sub>/rest/fc-sans/managed-sans/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
272
|
-
|<sub>/rest/fc-sans/managed-sans/{id}</sub> | PUT | :white_check_mark: |
|
300
|
+
|<sub>/rest/fc-sans/managed-sans/{id}</sub> | PUT | :white_check_mark: | :heavy_minus_sign: | :white_check_mark: |
|
273
301
|
|<sub>/rest/fc-sans/managed-sans/{id}/endpoints</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
274
|
-
|<sub>/rest/fc-sans/managed-sans/{id}/endpoints</sub> | POST | :
|
302
|
+
|<sub>/rest/fc-sans/managed-sans/{id}/endpoints</sub> | POST | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
|
275
303
|
|<sub>/rest/fc-sans/managed-sans/{id}/issues</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
276
304
|
|<sub>/rest/fc-sans/managed-sans/WWN+</sub> | GET | :heavy_minus_sign: | :white_check_mark: | :heavy_minus_sign: |
|
277
305
|
| **Metric Streaming** |
|
278
|
-
|<sub>/rest/metrics/capability</sub> | GET |
|
279
|
-
|<sub>/rest/metrics/configuration</sub> | GET |
|
280
|
-
|<sub>/rest/metrics/configuration</sub> | PUT |
|
306
|
+
|<sub>/rest/metrics/capability</sub> | GET | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
|
307
|
+
|<sub>/rest/metrics/configuration</sub> | GET | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
|
308
|
+
|<sub>/rest/metrics/configuration</sub> | PUT | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
|
281
309
|
| **Migratable VC Domains** |
|
282
|
-
|<sub>/rest/migratable-vc-domains</sub> | GET | :heavy_minus_sign: |
|
283
|
-
|<sub>/rest/migratable-vc-domains</sub> | POST |
|
284
|
-
|<sub>/rest/migratable-vc-domains/{id}</sub> | PUT |
|
285
|
-
|<sub>/rest/migratable-vc-domains/{id}</sub> | GET |
|
286
|
-
|<sub>/rest/migratable-vc-domains/{id}</sub> | DELETE |
|
287
|
-
| **Network
|
288
|
-
|<sub>/rest/network-sets</sub> |GET
|
310
|
+
|<sub>/rest/migratable-vc-domains</sub> | GET | :heavy_minus_sign: | :heavy_multiplication_x: | :heavy_multiplication_x: |
|
311
|
+
|<sub>/rest/migratable-vc-domains</sub> | POST | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
|
312
|
+
|<sub>/rest/migratable-vc-domains/{id}</sub> | PUT | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
|
313
|
+
|<sub>/rest/migratable-vc-domains/{id}</sub> | GET | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
|
314
|
+
|<sub>/rest/migratable-vc-domains/{id}</sub> | DELETE | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
|
315
|
+
| **Network Sets** |
|
316
|
+
|<sub>/rest/network-sets</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
289
317
|
|<sub>/rest/network-sets</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
290
318
|
|<sub>/rest/network-sets/withoutEthernet</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
291
319
|
|<sub>/rest/network-sets/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
292
320
|
|<sub>/rest/network-sets/{id}</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
293
321
|
|<sub>/rest/network-sets/{id}</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
294
322
|
|<sub>/rest/network-sets/{id}/withoutEthernet</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
323
|
+
|<sub>/rest/network-sets/{id}</sub> | PATCH | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |
|
295
324
|
| **OS Deployment Plans** |
|
296
|
-
|<sub>/rest/os-deployment-plans
|
325
|
+
|<sub>/rest/os-deployment-plans/</sub> | GET | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |
|
297
326
|
|<sub>/rest/os-deployment-plans/{id}</sub> | GET | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |
|
298
327
|
| **OS Deployment Servers** |
|
299
|
-
|<sub>/rest/os-deployment-servers</sub>
|
300
|
-
|<sub>/rest/os-deployment-servers</sub>
|
301
|
-
|<sub>/rest/os-deployment-servers/image-streamer-appliances</sub>
|
302
|
-
|<sub>/rest/os-deployment-servers/image-streamer-appliances/{id}</sub> | GET | :heavy_minus_sign: |
|
303
|
-
|<sub>/rest/os-deployment-servers/network</sub> | GET | :heavy_minus_sign: |
|
304
|
-
|<sub>/rest/deployment-servers/security-mode/security-compatibility-checker</sub> | POST |
|
305
|
-
|<sub>/rest/os-deployment-servers/{id}</sub>
|
306
|
-
|<sub>/rest/os-deployment-servers/{id}</sub>
|
307
|
-
|<sub>/rest/os-deployment-servers/{id}</sub>
|
308
|
-
| **Power
|
328
|
+
|<sub>/rest/os-deployment-servers</sub> | GET | :heavy_minus_sign: | | |
|
329
|
+
|<sub>/rest/os-deployment-servers</sub> | POST | :heavy_minus_sign: | | |
|
330
|
+
|<sub>/rest/os-deployment-servers/image-streamer-appliances</sub> | GET | :heavy_minus_sign: | | |
|
331
|
+
|<sub>/rest/os-deployment-servers/image-streamer-appliances/{id}</sub> | GET | :heavy_minus_sign: | | |
|
332
|
+
|<sub>/rest/os-deployment-servers/network</sub> | GET | :heavy_minus_sign: | | |
|
333
|
+
|<sub>/rest/deployment-servers/security-mode/security-compatibility-checker</sub> | POST | :heavy_minus_sign: | :heavy_minus_sign: | |
|
334
|
+
|<sub>/rest/os-deployment-servers/{id}</sub> | GET | :heavy_minus_sign: | | |
|
335
|
+
|<sub>/rest/os-deployment-servers/{id}</sub> | PUT | :heavy_minus_sign: | | |
|
336
|
+
|<sub>/rest/os-deployment-servers/{id}</sub> | DELETE | :heavy_minus_sign: | | |
|
337
|
+
| **Power Devices** |
|
309
338
|
|<sub>/rest/power-devices</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
310
339
|
|<sub>/rest/power-devices</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
311
340
|
|<sub>/rest/power-devices</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
@@ -316,11 +345,15 @@ OneviewSDK::Datacenter.find_by(@client, width: 11000).map(&:remove)
|
|
316
345
|
|<sub>/rest/power-devices/{id}/powerState</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
317
346
|
|<sub>/rest/power-devices/{id}/powerState</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
318
347
|
|<sub>/rest/power-devices/{id}/refreshState</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
319
|
-
|<sub>/rest/power-devices/{id}/synchronous</sub> | DELETE | :
|
348
|
+
|<sub>/rest/power-devices/{id}/synchronous</sub> | DELETE | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
|
320
349
|
|<sub>/rest/power-devices/{id}/uidState</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
321
350
|
|<sub>/rest/power-devices/{id}/uidState</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
322
351
|
|<sub>/rest/power-devices/{id}/utilization</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
323
|
-
| **
|
352
|
+
| **Providers** |
|
353
|
+
|<sub>/rest/fc-sans/providers</sub> | GET | | | |
|
354
|
+
|<sub>/rest/fc-sans/providers/{id}</sub> | GET | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |
|
355
|
+
|<sub>/rest/fc-sans/providers/{id}/device-managers</sub> | POST | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |
|
356
|
+
| **Racks** |
|
324
357
|
|<sub>/rest/racks</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
325
358
|
|<sub>/rest/racks</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
326
359
|
|<sub>/rest/racks</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
@@ -329,19 +362,19 @@ OneviewSDK::Datacenter.find_by(@client, width: 11000).map(&:remove)
|
|
329
362
|
|<sub>/rest/racks/{id}</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
330
363
|
|<sub>/rest/racks/{id}/deviceTopology</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
331
364
|
| **Restores** |
|
332
|
-
|<sub>/rest/restores</sub> | GET
|
333
|
-
|<sub>/rest/restores</sub> | POST |
|
334
|
-
|<sub>/rest/restores/failures</sub> | GET
|
335
|
-
|<sub>/rest/restores/{id}</sub> | GET
|
365
|
+
|<sub>/rest/restores</sub> | GET | | |
|
366
|
+
|<sub>/rest/restores</sub> | POST | | |
|
367
|
+
|<sub>/rest/restores/failures</sub> | GET | | |
|
368
|
+
|<sub>/rest/restores/{id}</sub> | GET | | |
|
336
369
|
| **Roles** |
|
337
|
-
|<sub>/rest/roles</sub> | GET |
|
338
|
-
|<sub>/rest/roles/{roleName}</sub> | GET |
|
370
|
+
|<sub>/rest/roles</sub> | GET | | |
|
371
|
+
|<sub>/rest/roles/{roleName}</sub> | GET | | |
|
339
372
|
| **SAN Managers** |
|
340
|
-
|<sub>/rest/fc-sans/device-managers</sub> | GET | :white_check_mark: | :
|
341
|
-
|<sub>/rest/fc-sans/device-managers/{id}</sub> | GET | :white_check_mark: | :
|
373
|
+
|<sub>/rest/fc-sans/device-managers</sub> | GET | :white_check_mark: | :heavy_minus_sign: | :white_check_mark: |
|
374
|
+
|<sub>/rest/fc-sans/device-managers/{id}</sub> | GET | :white_check_mark: | :heavy_minus_sign: | :white_check_mark: |
|
342
375
|
|<sub>/rest/fc-sans/device-managers/{id}</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
343
376
|
|<sub>/rest/fc-sans/device-managers/{id}</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
344
|
-
|<sub>/rest/fc-sans/providers/{id}/device-managers</sub> | POST | :white_check_mark: | :
|
377
|
+
|<sub>/rest/fc-sans/providers/{id}/device-managers</sub> | POST | :white_check_mark: | :heavy_minus_sign: | :heavy_minus_sign: |
|
345
378
|
| **SAS Interconnect Types** |
|
346
379
|
|<sub>/rest/sas-interconnect-types</sub> | GET | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |
|
347
380
|
|<sub>/rest/sas-interconnect-types/{id}</sub> | GET | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |
|
@@ -373,13 +406,13 @@ OneviewSDK::Datacenter.find_by(@client, width: 11000).map(&:remove)
|
|
373
406
|
|<sub>/rest/sas-logical-jbods/{id}</sub> | GET | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |
|
374
407
|
|<sub>/rest/sas-logical-jbods/{id}/drives</sub> | GET | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |
|
375
408
|
| **Scopes** |
|
376
|
-
|<sub>/rest/scopes
|
409
|
+
|<sub>/rest/scopes</sub> | POST | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |
|
377
410
|
|<sub>/rest/scopes</sub> | GET | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |
|
378
411
|
|<sub>/rest/scopes/{id}</sub> | GET | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |
|
379
412
|
|<sub>/rest/scopes/{id}</sub> | PUT | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |
|
380
413
|
|<sub>/rest/scopes/{id}</sub> | PATCH | :heavy_minus_sign: | :heavy_minus_sign: | :white_check_mark: |
|
381
414
|
|<sub>/rest/scopes/{id}</sub> | DELETE | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |
|
382
|
-
|<sub>/rest/scopes/{id}/resource-assignments</sub> | PATCH | :heavy_minus_sign: | :white_check_mark: | :
|
415
|
+
|<sub>/rest/scopes/{id}/resource-assignments</sub> | PATCH | :heavy_minus_sign: | :white_check_mark: | :heavy_minus_sign: |
|
383
416
|
| **Server Hardware** |
|
384
417
|
|<sub>/rest/server-hardware</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
385
418
|
|<sub>/rest/server-hardware</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
@@ -389,7 +422,7 @@ OneviewSDK::Datacenter.find_by(@client, width: 11000).map(&:remove)
|
|
389
422
|
|<sub>/rest/server-hardware/{id}/environmentalConfiguration</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
390
423
|
|<sub>/rest/server-hardware/{id}/environmentalConfiguration</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
391
424
|
|<sub>/rest/server-hardware/{id}/iloSsoUrl</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
392
|
-
|<sub>/rest/server-hardware/{id}/
|
425
|
+
|<sub>/rest/server-hardware/{id}/javaRemoteConsoleUrl</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
393
426
|
|<sub>/rest/server-hardware/{id}/mpFirmwareVersion</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
394
427
|
|<sub>/rest/server-hardware/{id}/physicalServerHardware</sub> | GET | :heavy_minus_sign: | :heavy_minus_sign: | :white_check_mark: |
|
395
428
|
|<sub>/rest/server-hardware/{id}/powerState</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
@@ -399,17 +432,26 @@ OneviewSDK::Datacenter.find_by(@client, width: 11000).map(&:remove)
|
|
399
432
|
|<sub>/rest/server-hardware/{id} | PATCH | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |
|
400
433
|
|<sub>/rest/server-hardware/*/firmware | GET | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |
|
401
434
|
|<sub>/rest/server-hardware/{id}/firmware | GET | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |
|
402
|
-
| **Server Hardware
|
435
|
+
| **Server Hardware Types** |
|
403
436
|
|<sub>/rest/server-hardware-types</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
404
437
|
|<sub>/rest/server-hardware-types/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
405
438
|
|<sub>/rest/server-hardware-types/{id}</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
406
439
|
|<sub>/rest/server-hardware-types/{id}</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
407
|
-
| **Server Profile**
|
440
|
+
| **Server Profile Templates** |
|
441
|
+
|<sub>/rest/server-profile-templates</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
442
|
+
|<sub>/rest/server-profile-templates</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
443
|
+
|<sub>/rest/server-profile-templates/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
444
|
+
|<sub>/rest/server-profile-templates/{id}</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
445
|
+
|<sub>/rest/server-profile-templates/{id}</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
446
|
+
|<sub>/rest/server-profile-templates/{id}/new-profile</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
447
|
+
|<sub>/rest/server-profile-templates/{id}/transformation</sub> | GET | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |
|
448
|
+
| **Server Profiles** |
|
408
449
|
|<sub>/rest/server-profiles</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
409
450
|
|<sub>/rest/server-profiles</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
410
451
|
|<sub>/rest/server-profiles</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
411
452
|
|<sub>/rest/server-profiles/available-networks</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
412
453
|
|<sub>/rest/server-profiles/available-servers</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
454
|
+
|<sub>/rest/server-profiles/available-storage-system</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
413
455
|
|<sub>/rest/server-profiles/available-storage-systems</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
414
456
|
|<sub>/rest/server-profiles/available-targets</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
415
457
|
|<sub>/rest/server-profiles/profile-ports</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
@@ -421,14 +463,6 @@ OneviewSDK::Datacenter.find_by(@client, width: 11000).map(&:remove)
|
|
421
463
|
|<sub>/rest/server-profiles/{id}/new-profile-template</sub> | GET | :heavy_minus_sign: | :heavy_minus_sign: | :white_check_mark: |
|
422
464
|
|<sub>/rest/server-profiles/{id}/messages</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
423
465
|
|<sub>/rest/server-profiles/{id}/transformation</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
424
|
-
| **Server Profile Template** |
|
425
|
-
|<sub>/rest/server-profile-templates</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
426
|
-
|<sub>/rest/server-profile-templates</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
427
|
-
|<sub>/rest/server-profile-templates/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
428
|
-
|<sub>/rest/server-profile-templates/{id}</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
429
|
-
|<sub>/rest/server-profile-templates/{id}</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
430
|
-
|<sub>/rest/server-profile-templates/{id}/new-profile</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
431
|
-
|<sub>/rest/server-profile-templates/{id}/transformation</sub> | GET | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |
|
432
466
|
| **Storage Pools** |
|
433
467
|
|<sub>/rest/storage-pools</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
434
468
|
|<sub>/rest/storage-pools</sub> | POST | :white_check_mark: | :white_check_mark: | :heavy_minus_sign: |
|
@@ -436,7 +470,7 @@ OneviewSDK::Datacenter.find_by(@client, width: 11000).map(&:remove)
|
|
436
470
|
|<sub>/rest/storage-pools/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
437
471
|
|<sub>/rest/storage-pools/{id}</sub> | PUT | :heavy_minus_sign: | :heavy_minus_sign: | :white_check_mark: |
|
438
472
|
|<sub>/rest/storage-pools/{id}</sub> | DELETE | :white_check_mark: | :white_check_mark: | :heavy_minus_sign: |
|
439
|
-
| **Storage
|
473
|
+
| **Storage Systems** |
|
440
474
|
|<sub>/rest/storage-systems</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
441
475
|
|<sub>/rest/storage-systems</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
442
476
|
|<sub>/rest/storage-systems/host-types</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
@@ -448,14 +482,14 @@ OneviewSDK::Datacenter.find_by(@client, width: 11000).map(&:remove)
|
|
448
482
|
|<sub>/rest/storage-systems/{id}/managedPorts/{portId}</sub> | GET | :white_check_mark: | :white_check_mark: | :heavy_minus_sign: |
|
449
483
|
|<sub>/rest/storage-systems/{id}/reachable-ports</sub> | GET | :heavy_minus_sign: | :heavy_minus_sign: | :white_check_mark: |
|
450
484
|
|<sub>/rest/storage-systems/{id}/templates</sub> | GET | :heavy_minus_sign: | :heavy_minus_sign: | :white_check_mark: |
|
451
|
-
| **Storage Volume
|
485
|
+
| **Storage Volume Attachments** |
|
452
486
|
|<sub>/rest/storage-volume-attachments</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
453
487
|
|<sub>/rest/storage-volume-attachments/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
454
488
|
|<sub>/rest/storage-volume-attachments/repair</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
455
489
|
|<sub>/rest/storage-volume-attachments/repair</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
456
|
-
|<sub>/rest/storage-volume-attachments/{
|
490
|
+
|<sub>/rest/storage-volume-attachments/{attachmentId}/paths</sub> | GET | :white_check_mark: | :white_check_mark: | :heavy_minus_sign: |
|
457
491
|
|<sub>/rest/storage-volume-attachments/{attachmentId)/paths/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :heavy_minus_sign: |
|
458
|
-
| **Storage Volume
|
492
|
+
| **Storage Volume Templates** |
|
459
493
|
|<sub>/rest/storage-volume-templates</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
460
494
|
|<sub>/rest/storage-volume-templates</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
461
495
|
|<sub>/rest/storage-volume-templates/connectable-volume-templates</sub> | GET | :white_check_mark: | :white_check_mark: | :heavy_minus_sign: |
|
@@ -464,7 +498,10 @@ OneviewSDK::Datacenter.find_by(@client, width: 11000).map(&:remove)
|
|
464
498
|
|<sub>/rest/storage-volume-templates/{id}</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
465
499
|
|<sub>/rest/storage-volume-templates/{id}</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
466
500
|
|<sub>/rest/storage-volume-templates/{id}/compatible-systems</sub> | GET | :heavy_minus_sign: | :heavy_minus_sign: | :white_check_mark: |
|
467
|
-
| **Switch**
|
501
|
+
| **Switch Types** |
|
502
|
+
|<sub>/rest/switch-types</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
503
|
+
|<sub>/rest/switch-types/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
504
|
+
| **Switches** |
|
468
505
|
|<sub>/rest/switches</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
469
506
|
|<sub>/rest/switches/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
470
507
|
|<sub>/rest/switches/{id}</sub> | PATCH | :heavy_minus_sign: | :heavy_minus_sign: | :white_check_mark: |
|
@@ -473,13 +510,10 @@ OneviewSDK::Datacenter.find_by(@client, width: 11000).map(&:remove)
|
|
473
510
|
|<sub>/rest/switches/{id}/statistics</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
474
511
|
|<sub>/rest/switches/{id}/statistics/{portName:.+}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
475
512
|
|<sub>/rest/switches/{id}/update-ports</sub> | PUT | :heavy_minus_sign: | :white_check_mark: | :white_check_mark: |
|
476
|
-
| **
|
477
|
-
|<sub>/rest/switch-types</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
478
|
-
|<sub>/rest/switch-types/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
479
|
-
| **Task** |
|
513
|
+
| **Tasks** |
|
480
514
|
|<sub>/rest/tasks</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
481
515
|
|<sub>/rest/tasks/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
482
|
-
| **Unmanaged
|
516
|
+
| **Unmanaged Devices** |
|
483
517
|
|<sub>/rest/unmanaged-devices</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
484
518
|
|<sub>/rest/unmanaged-devices</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
485
519
|
|<sub>/rest/unmanaged-devices</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
@@ -496,10 +530,11 @@ OneviewSDK::Datacenter.find_by(@client, width: 11000).map(&:remove)
|
|
496
530
|
| **Users** |
|
497
531
|
|<sub>/rest/users</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
498
532
|
|<sub>/rest/users</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
533
|
+
|<sub>/rest/users</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
499
534
|
|<sub>/rest/users</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
500
535
|
|<sub>/rest/users</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
501
|
-
|<sub>/rest/users/administrator/resetPassword</sub> | PUT | :
|
502
|
-
|<sub>/rest/users/changePassword</sub> | POST | :
|
536
|
+
|<sub>/rest/users/administrator/resetPassword</sub> | PUT | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
|
537
|
+
|<sub>/rest/users/changePassword</sub> | POST | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
|
503
538
|
|<sub>/rest/users/role/{userName}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
504
539
|
|<sub>/rest/users/roles</sub> | DELETE | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
505
540
|
|<sub>/rest/users/roles/users/{role}</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
@@ -510,8 +545,8 @@ OneviewSDK::Datacenter.find_by(@client, width: 11000).map(&:remove)
|
|
510
545
|
|<sub>/rest/users/{userName}/roles</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
511
546
|
|<sub>/rest/users/{userName}/roles</sub> | PUT | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
512
547
|
| **Version** |
|
513
|
-
|<sub>/rest/version</sub> | GET |
|
514
|
-
| **
|
548
|
+
|<sub>/rest/version</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | | | |
|
549
|
+
| **Volumes** |
|
515
550
|
|<sub>/rest/storage-volumes</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
516
551
|
|<sub>/rest/storage-volumes</sub> | POST | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
517
552
|
|<sub>/rest/storage-volumes/attachable-volumes</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
@@ -549,15 +584,15 @@ OneviewSDK::Datacenter.find_by(@client, width: 11000).map(&:remove)
|
|
549
584
|
|<sub> /rest/artifact-bundles/{id} </sub> | PUT(update attr) | :white_check_mark: |
|
550
585
|
|<sub> /rest/artifact-bundles/{id} </sub> | DELETE | :white_check_mark: |
|
551
586
|
|<sub> /rest/artifact-bundles/{id}/stopArtifactCreate </sub> | PUT | :white_check_mark: |
|
587
|
+
| **Deployment Groups** |
|
588
|
+
|<sub> /rest/deployment-groups</sub> | GET | :white_check_mark: |
|
589
|
+
|<sub> /rest/deployment-groups/{id}</sub> | GET | :white_check_mark: |
|
552
590
|
| **Deployment Plans** |
|
553
591
|
|<sub> /rest/deployment-plans </sub> | POST | :white_check_mark: |
|
554
592
|
|<sub> /rest/deployment-plans </sub> | GET | :white_check_mark: |
|
555
593
|
|<sub> /rest/deployment-plans/{id} </sub> | GET | :white_check_mark: |
|
556
594
|
|<sub> /rest/deployment-plans/{id} </sub> | PUT | :white_check_mark: |
|
557
595
|
|<sub> /rest/deployment-plans/{id} </sub> | DELETE | :white_check_mark: |
|
558
|
-
| **Deployment Groups** |
|
559
|
-
|<sub> /rest/deployment-groups</sub> | GET | :white_check_mark: |
|
560
|
-
|<sub> /rest/deployment-groups/{id}</sub> | GET | :white_check_mark: |
|
561
596
|
| **Golden Images** |
|
562
597
|
|<sub> /rest/golden-images</sub> | POST(create) | :white_check_mark: |
|
563
598
|
|<sub> /rest/golden-images</sub> | POST(upload) | :white_check_mark: |
|