Ninad Palsule | 927d093 | 2023-03-06 11:42:02 -0600 | [diff] [blame] | 1 | description: > |
| 2 | Provides properties for supported consoles in the system. |
| 3 | |
| 4 | properties: |
| 5 | - name: SocketName |
| 6 | type: array[byte] |
| 7 | description: > |
| 8 | Unix socket identifier for a console. This is used by a process like |
| 9 | bmcweb to put consoles, most likely host serial consoles, out on |
| 10 | WebSocket Secure (wss). |
| 11 | |
| 12 | This attribute provides unix abstract socket name and its first |
| 13 | character is always null hence the attribute type is an array of bytes |
| 14 | instead of string. The byte array does not include a null terminator. |
| 15 | flags: |
| 16 | - readonly |