<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hi James,</p>
    <p>I was looking at the current master metadata redfish url
      implementation and seems that is not correct.</p>
    <p>Currently redfish/v1 and redfish/v1/$metadata is giving the same
      service root data(service root).</p>
    <pre style="box-sizing: inherit; margin: 0px; padding: 0px 4px; --saf-0:rgba(var(--sk_foreground_low,29,28,29),0.13); font-size: 13px; line-height: inherit; font-variant-ligatures: contextual; white-space: pre-wrap; overflow-wrap: break-word; word-break: normal; tab-size: 4; font-family: inherit; border-top-color: ; border-top-style: ; border-width: 0px; border-right-color: ; border-right-style: ; border-bottom-color: ; border-bottom-style: ; border-left-color: ; border-left-style: ; border-image-source: ; border-image-slice: ; border-image-width: ; border-image-outset: ; border-image-repeat: ; border-radius: 0px; background: rgb(255, 255, 255); color: rgb(29, 28, 29); z-index: 2; position: relative; overflow: visible; -webkit-tap-highlight-color: transparent; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;">curl -k -H "X-Auth-Token: $bmc_token" -X GET <a class="moz-txt-link-freetext" href="https://$">https://$</a>{bmc}/redfish/v1
curl -k -H "X-Auth-Token: $bmc_token" -X GET <a class="moz-txt-link-freetext" href="https://$">https://$</a>{bmc}/redfish/v1/$metadata</pre>
    <p>I am hoping the redfish/v1/$metadata should return the following
      data<br>
    </p>
    <p><a class="moz-txt-link-freetext" href="https://github.com/openbmc/bmcweb/blob/master/static/redfish/v1/%24metadata/index.xml">https://github.com/openbmc/bmcweb/blob/master/static/redfish/v1/%24metadata/index.xml</a><br>
    </p>
    <p>Ratan<br>
    </p>
    <p><br>
    </p>
    <p><br>
    </p>
  </body>
</html>