opencomputeproject / HWMgmt-DeviceMgr-DeviceManager

Device Manager collects device data and notifications from each device, and make the data available on a predetermined output bus for consumers.
Apache License 2.0
23 stars 12 forks source link

Missing Session in SessionService #84

Open ehaligow opened 3 weeks ago

ehaligow commented 3 weeks ago

After running the Validator, one session could not be acquired.

/redfish/v1/SessionService/Sessions/0d37afcd-fe90-496e-b7b9-e540385e2010: URI could not be acquired: 404 /redfish/v1/SessionService/Sessions/0d37afcd-fe90-496e-b7b9-e540385e2010: This resource is inaccessible and cannot be validated or traversed for links.

ehaligow commented 2 weeks ago

Get on Sessions return list of sessions, one of which is not present in db. Thus, after sending GET on the Session, we will receive 404.