A new field has been added to the /ovirt-engine/api/hosts/xxxx/storage endpoint that represents the multipaths that are NOT faulty as an integer value. This is useful for monitoring (you can compare 'available_paths' to 'paths' and trigger an alert when 'available_paths' is lower than 'paths'.
Fixes issue https://github.com/oVirt/ovirt-engine/issues/366
Changes introduced with this PR
/ovirt-engine/api/hosts/xxxx/storage
endpoint that represents the multipaths that are NOT faulty as an integer value. This is useful for monitoring (you can compare 'available_paths' to 'paths' and trigger an alert when 'available_paths' is lower than 'paths'.This commit needs https://github.com/oVirt/ovirt-engine-api-model/pull/106 before merge.
Are you the owner of the code you are sending in, or do you have permission of the owner?
Yes