Derek Chan
Derek Chan
Sorry, I fat-fingered the submit button too quickly. From the Redfish specification: > RFC3986-compliant URIs may also contain the query, ?query, and frag, #frag, components. For information about queries, see...
Hmm, we're mostly using `getPayloadByNodeName` and `getPayloadByIndex` to retrieve payloads and crawl the resource tree starting from the root. In our use case, we aren't really using any hardcoded URIs....
Sounds good, I'll send up a PR with this implementation when I get the chance. It'll just be cleaning up our hacked version to use getPayloadForPathString.
Taking another look at this, does the Redpath API conform to the [JSON Pointer standard RFC6901](https://www.ietf.org/rfc/rfc6901.txt) that is referenced by the Redfish Spec Section 6.1.1. URIs? > If a property...
I'd imagine we'd need more ifdef guards if we want to support versions of libcurl that don't have `CURLOPT_UNIX_SOCKET_PATH` defined. We could fix that up later, but for now we're...
Thanks Mike, I'm wondering if the structure you are describing would extend to Chassis hierarchies to simpli For example, for a hypothetical system with multiple identical compute risers: ``` [...
Need to work on this some more.
Internally at Google we've been investigating a different way of fetching the equivalent ContainedByChassis information using other properties within Location; I don't think this pull is relevant any longer.
Yes looks like we have an alternative.