xref: /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Cable.events.yaml (revision bfcb5d0c39571cd5f0215d22e9f7fee0c23dfd59)
1version: 1.0.0
2
3errors:
4    - name: CableDisconnected
5      severity: warning
6      metadata:
7          - name: PortId
8            type: string
9            primary: true
10            description: The port where an expected cable is not connected.
11      en:
12          description: An expected cable is not connected.
13          message: An expected cable on port {PortId} is not connected.
14          resolution: Check and fix cable connections.
15      errno: ENODEV
16
17events:
18    - name: CableConnected
19      metadata:
20          - name: PortId
21            type: string
22            primary: true
23            description: The port where an expected cable is connected.
24      en:
25          description: An expected cable is connected.
26          message: An expected cable on port {PortId} is connected.
27