blob: 3e285a58fca2ec1f47fcb284b4bda98286130f4b [file] [log] [blame]
Ninad Palsule927d0932023-03-06 11:42:02 -06001description: >
Ninad Palsuleb9f7c1d2023-05-16 10:39:31 -05002 Provides methods for supported consoles in the system. This interface should
3 be used to retrieve the console data.
Ninad Palsule927d0932023-03-06 11:42:02 -06004
Ninad Palsuleb9f7c1d2023-05-16 10:39:31 -05005methods:
6 - name: Connect
Ninad Palsule927d0932023-03-06 11:42:02 -06007 description: >
Ninad Palsuleb9f7c1d2023-05-16 10:39:31 -05008 Returns the unix socket file descriptor. The consumer can user this
9 descriptor to read the console data.
10 returns:
11 - name: fd
12 type: unixfd
13 description: >
14 The file descriptor to the unix socket.
15 errors:
16 - xyz.openbmc_project.Common.Error.InternalFailure
17 - xyz.openbmc_project.User.Common.Error.NoResource