Method: OvirtSDK4::ExternalHostProviderService#test_connectivity
- Defined in:
- lib/ovirtsdk4/services.rb
#test_connectivity(opts = {}) ⇒ Object
In order to test connectivity for external provider we need to run following request where 123 is an id of a provider.
POST /ovirt-engine/api/externalhostproviders/123/testconnectivity HTTP/1.1
37414 37415 37416 |
# File 'lib/ovirtsdk4/services.rb', line 37414 def test_connectivity(opts = {}) internal_action(:testconnectivity, nil, TEST_CONNECTIVITY, opts) end |