|
Post by ratagupt on May 18, 2020 6:35:27 GMT
In IBM we have a following requirement Show the connected redfish client info. ClientIP Client Unique Identifier(unique number of the client etc) Presently there is no way through which we can get this info. I was thinking of extending the session schema to show the connected client info(connected client IP address)
Suggestion please?
|
|
|
Post by jautor on May 19, 2020 18:35:39 GMT
Note that a Session could be used from multiple addresses, so something like "IP address where the Session was created from"? That seems reasonable to add as it can provide the admin with that list of "who are these sessions for?"
Where does the client unique identifier come from? We do have UserName in the Session, and the SessionType.
Jeff
|
|
|
Post by ratagupt on May 21, 2020 9:38:50 GMT
> Note that a Session could be used from multiple addresses, so something like "IP address where the Session was created from"? That seems reasonable to add as it can provide the admin with that list of "who are these sessions for?"
I meant the same that "IP address where the Session was created from"
> Where does the client unique identifier come from? We do have UserName in the Session, and the SessionType.
We have a requirement in IBM where client gives it a unique identifier string so that BMC knows that this system is managed by this unique client We could have used IP address but IP address can be changed as you have mentioned before.
|
|