Description of problem: Section 6.192.3 of the REST-API Guide seems to provide an incorrect example; PUT /ovirt-engine/api/storageconnections/123 With a request body like this: <storage_connection> <address>mynewnfs.example.com</address> <host> <name>myhost</name> </host> </storage_connection> This actually "works", i.e. doesn't get an error, and does in fact check that the host exists. However, if it updates something, it's not the 'storage_server_connections' table. Version-Release number of selected component (if applicable): RHV 4.1 How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
This section of the API documentation would have been written by a storage SME, so I'm going to defer this one to the 'Storage' team for review first; if a fix is required, it will need to be submitted as a patch to the API code. Apologies if component is incorrect. Please reassign as needed.
Shani, please review and see if a fix is needed in the docs