Mike Raineri

Results 199 comments of Mike Raineri

Right now we do not have plans for supporting that on our radar, but we certainly welcome pull requests to add new functionality.

Unfortunately this tool is a lower priority for us at this point. We tend to focus more of our time on conformance testing tools like the Redfish-Service-Validator, and other client...

Currently we don't have a method of doing this, but it seems reasonable to add based on the support of this for other tools. Do you have specific examples for...

@yadlapati your pull request should address the first two bullets. Are you planning on providing further enhancements for the second two?

The tool tends to lag behind Redfish data model in terms of functionality. It's largely dependent on what people need at a given time. When has a need for managing...

Can you please show us the code you're using with the library to perform the query? It should look something like this: ``` system_collection_response = redfish_obj.get( "/redfish/v1/systems", args = "$skip=1150"...

Thanks; a few things to try: * Can you remove `headers=self.authheaders`? The library handles adding authentication headers underneath the covers. * What's the value of `ConnObject.get("/redfish/v1/Systems", args="$skip=1150").status`? * Can you...

I think there's a bit of ambiguity in the OData CSDL spec about whether or not you can reference an inherited property when defining a key. I'll dig more into...

The wording that's a little suggestive that it's for the property in the entity being defined (and not the base type) is this statement found in section 8.3.1 of the...

There is also this statement in section 6.5 of the OData CSDL spec (version 4.01) that seems to be a bit stronger: > A key property MUST be a non-nullable...