dell / redfish-ansible-module

Ansible modules for Out-Of-Band Controllers using Redfish APIs
GNU General Public License v3.0
197 stars 80 forks source link

Update the root URI to match the DMTF specification #76

Closed troyhebe closed 6 years ago

troyhebe commented 6 years ago

According to the DMTF Redfish specification section "6.2 Protocol version", page 23, Version 1.5.0 at: https://www.dmtf.org/sites/default/files/standards/documents/DSP0266_1.5.0.pdf.

The root URI for this version of the Redfish protocol shall be "/redfish/v1/"

Some implementations require the URI is terminated with a '/' as defined by the specification.

jose-delarosa commented 6 years ago

Noted. Let me do some testing on the upstream submission modules.

jose-delarosa commented 6 years ago

https://github.com/ansible/ansible/pull/45295

jose-delarosa commented 6 years ago

Fixed in https://github.com/ansible/ansible/pull/45295.