1description: > 2 Provides methods for supported consoles in the system. This interface should 3 be used to retrieve the console data. 4 5methods: 6 - name: Connect 7 description: > 8 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 18