HewlettPackard / oneview-redfish-toolkit

HPE OneView Redfish Toolkit provides a REST service to answer DMTF's Redfish compliant requests by querying HPE OneView
Apache License 2.0
18 stars 21 forks source link

Improvement performance for multiple OneViews #464

Closed victorhugorodrigues closed 5 years ago

victorhugorodrigues commented 5 years ago

On toolkit request for a single resource, not collection, after check which OneView client use for the first OneView resource (serverHardware, serverProfileTemplate, etc.) we can use this same OneView client for all subsequent calls on OneView on the same request context.