blob: 027b9d67b83414cee6bfd6608931141d5bb45a92 [file] [log] [blame]
Suryakanth Sekar4ad91702019-03-13 17:18:22 +05301description: >
Patrick Williamsa1347412022-12-06 10:56:22 -06002 Provides properties for IPMI RMCP+ session objects. Provides RMCP+ session
3 information as session objects with sessionID_sessionHandle(unique
4 identifier)as path suffix.
Suryakanth Sekar4ad91702019-03-13 17:18:22 +05305
6properties:
7 - name: SessionHandle
8 type: byte
9 description: >
10 Session Handle,unique number to locate the session.
11 errors:
12 - xyz.openbmc_project.Common.Error.InternalFailure
13 - name: ChannelNum
14 type: byte
15 description: >
16 channelnumber which session is created.
17 errors:
18 - xyz.openbmc_project.Common.Error.InternalFailure
19 - name: CurrentPrivilege
20 type: byte
21 description: >
22 Privilege of the session.
23 errors:
24 - xyz.openbmc_project.Common.Error.InternalFailure
25 - name: RemoteIPAddr
26 type: uint32
27 description: >
28 Remote IP address.
29 errors:
30 - xyz.openbmc_project.Common.Error.InternalFailure
31 - name: RemotePort
32 type: uint16
33 description: >
34 Remote IP Port.
35 errors:
36 - xyz.openbmc_project.Common.Error.InternalFailure
37 - name: RemoteMACAddress
38 type: array[byte]
39 description: >
40 Remote MAC address.
41 errors:
42 - xyz.openbmc_project.Common.Error.InternalFailure
43 - name: UserID
44 type: byte
45 description: >
Patrick Williams8da396c2022-03-14 14:21:02 -050046 Session created by given user ID.
Suryakanth Sekar4ad91702019-03-13 17:18:22 +053047 errors:
48 - xyz.openbmc_project.Common.Error.InternalFailure
49 - name: State
50 type: byte
51 default: 0
52 description: >
53 Session state.
54 errors:
55 - xyz.openbmc_project.Common.Error.InternalFailure