<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<p>Hi Team,<br>
<br>
In IBM we have a following requirement<br>
</p>
<ul>
<li>Show the connected redfish client info.</li>
<ul>
<li> ClientIP</li>
<li> Client Unique Identifier(unique serial number of the
client etc)<br>
</li>
</ul>
</ul>
<p><br>
Presently there is no way through which we can get this info.<br>
<br>
I have following two proposal for the above requirement.<br>
<br>
1/ (Extend the session schema)<br>
<br>
Add the IPaddress and the client Identifier as a OEM in the
session schema,<br>
Clinet IP would be read only and will be updated once the redfish
client creates the session.<br>
ClientIdentifier(Management console unique serial number etc) will
be writable property and can be set by the redfish client <br>
during creation of the session or after creating the session.<br>
<br>
<br>
2/ (Create the Manager object at runtime)<br>
once the redfish client creates the session , bmcweb internally
does the following</p>
<p>- Create the manager object whose type is "Management
Controller".</p>
<p>- Create the ethernet interface resource manager resource and
update the client IP.</p>
<p> In the second option how to set the Client unique identifier
which is to be given by the Redfish client</p>
<p> Please let me know your thoughts on the above.<br>
<br>
Ratan<br>
</p>
</body>
</html>