Skip to content
Ask AI

system-information

AsterNOS YANG Model for the System Information

module: asternos-system-information
+--ro system-info
+--ro fan-info* [id]
| +--ro id string
| +--ro status? boolean
| +--ro direction? string
| +--ro speed? string
| +--ro presence? boolean
| +--ro timestamp? string
+--ro temperature* [device-id]
| +--ro device-id string
| +--ro temperature? decimal64
| +--ro high-threshold? string
| +--ro critical-high-threshold? string
| +--ro low-threshold? string
| +--ro critical-low-threshold? string
| +--ro warning-status? boolean
| +--ro is-replaceable? boolean
| +--ro timestamp? string
+--ro sys-eeprom
| +--ro entry* [code]
| +--ro code string
| +--ro name? string
| +--ro length? uint8
| +--ro eeprom-value? string
+--ro psu-info
| +--ro id? string
| +--ro status? string
+--ro ssd-health
| +--ro disk-type? string
| +--ro device-model? string
| +--ro health? string
| +--ro temperature? string
+--ro hardware-info
+--ro platform? string
+--ro device? string
+--ro asic? string
rpcs:
+---x system-show
| +---w input
| | +---w run-cmd? string
| +--ro output
| +--ro data? <anydata>
+---x show-version
| +--ro output
| +--ro data? <anydata>
+---x show-clock
| +--ro output
| +--ro data? <anydata>
+---x show-uptime
| +--ro output
| +--ro data? <anydata>
+---x show-memory
| +--ro output
| +--ro data? <anydata>
+---x show-reboot-cause
+--ro output
+--ro data? <anydata>
PathAccess
/system-infoRead-Only
/system-info/fan-infoRead-Only
/system-info/fan-info/idRead-Only
/system-info/fan-info/statusRead-Only
/system-info/fan-info/directionRead-Only
/system-info/fan-info/speedRead-Only
/system-info/fan-info/presenceRead-Only
/system-info/fan-info/timestampRead-Only
/system-info/temperatureRead-Only
/system-info/temperature/device-idRead-Only
/system-info/temperature/temperatureRead-Only
/system-info/temperature/high-thresholdRead-Only
/system-info/temperature/critical-high-thresholdRead-Only
/system-info/temperature/low-thresholdRead-Only
/system-info/temperature/critical-low-thresholdRead-Only
/system-info/temperature/warning-statusRead-Only
/system-info/temperature/is-replaceableRead-Only
/system-info/temperature/timestampRead-Only
/system-info/sys-eepromRead-Only
/system-info/sys-eeprom/entryRead-Only
/system-info/sys-eeprom/entry/codeRead-Only
/system-info/sys-eeprom/entry/nameRead-Only
/system-info/sys-eeprom/entry/lengthRead-Only
/system-info/sys-eeprom/entry/eeprom-valueRead-Only
/system-info/psu-infoRead-Only
/system-info/psu-info/idRead-Only
/system-info/psu-info/statusRead-Only
/system-info/ssd-healthRead-Only
/system-info/ssd-health/disk-typeRead-Only
/system-info/ssd-health/device-modelRead-Only
/system-info/ssd-health/healthRead-Only
/system-info/ssd-health/temperatureRead-Only
/system-info/hardware-infoRead-Only
/system-info/hardware-info/platformRead-Only
/system-info/hardware-info/deviceRead-Only
/system-info/hardware-info/asicRead-Only

Path

/system-info

Node Type

container

Description

System information.

Access

Read-Only

Path

/system-info/fan-info

Node Type

list

Access

Read-Only

Path

/system-info/fan-info/id

Node Type

leaf

Description

Fan ID.

Access

Read-Only

Data Type

Path

/system-info/fan-info/status

Node Type

leaf

Description

Fan status.

Access

Read-Only

Data Type

Constraints

Valid in [true, false]

Path

/system-info/fan-info/direction

Node Type

leaf

Description

The rotation direction of the fan.

Access

Read-Only

Data Type

Path

/system-info/fan-info/speed

Node Type

leaf

Description

Fan speed.

Access

Read-Only

Data Type

Path

/system-info/fan-info/presence

Node Type

leaf

Description

The presence status of the fan.

Access

Read-Only

Data Type

Constraints

Valid in [true, false]

Path

/system-info/fan-info/timestamp

Node Type

leaf

Description

Last update timestamp.

Access

Read-Only

Data Type

Path

/system-info/temperature

Node Type

list

Access

Read-Only

Path

/system-info/temperature/device-id

Node Type

leaf

Description

Device ID.

Access

Read-Only

Data Type

Path

/system-info/temperature/temperature

Node Type

leaf

Description

The temperature of this device.

Access

Read-Only

Data Type

Path

/system-info/temperature/high-threshold

Node Type

leaf

Description

High threshold of this device.

Access

Read-Only

Data Type

/system-info/temperature/critical-high-threshold

Section titled “/system-info/temperature/critical-high-threshold”

Path

/system-info/temperature/critical-high-threshold

Node Type

leaf

Description

Critical high threshold of this device.

Access

Read-Only

Data Type

Path

/system-info/temperature/low-threshold

Node Type

leaf

Description

Low threshold of this device.

Access

Read-Only

Data Type

/system-info/temperature/critical-low-threshold

Section titled “/system-info/temperature/critical-low-threshold”

Path

/system-info/temperature/critical-low-threshold

Node Type

leaf

Description

Critical low threshold of this device.

Access

Read-Only

Data Type

Path

/system-info/temperature/warning-status

Node Type

leaf

Description

Warning status of this device.

Access

Read-Only

Data Type

Constraints

Valid in [true, false]

Path

/system-info/temperature/is-replaceable

Node Type

leaf

Description

If it is replaceable.

Access

Read-Only

Data Type

Constraints

Valid in [true, false]

Path

/system-info/temperature/timestamp

Node Type

leaf

Description

Last update timestamp.

Access

Read-Only

Data Type

Path

/system-info/sys-eeprom

Node Type

container

Access

Read-Only

Path

/system-info/sys-eeprom/entry

Node Type

list

Access

Read-Only

Path

/system-info/sys-eeprom/entry/code

Node Type

leaf

Description

System EEPROM code.

Access

Read-Only

Data Type

Path

/system-info/sys-eeprom/entry/name

Node Type

leaf

Description

System EEPROM TLV name.

Access

Read-Only

Data Type

Path

/system-info/sys-eeprom/entry/length

Node Type

leaf

Description

System EEPROM data length.

Access

Read-Only

Data Type

/system-info/sys-eeprom/entry/eeprom-value

Section titled “/system-info/sys-eeprom/entry/eeprom-value”

Path

/system-info/sys-eeprom/entry/eeprom-value

Node Type

leaf

Description

System EEPROM data value.

Access

Read-Only

Data Type

Path

/system-info/psu-info

Node Type

container

Access

Read-Only

Path

/system-info/psu-info/id

Node Type

leaf

Description

PSU ID.

Access

Read-Only

Data Type

Path

/system-info/psu-info/status

Node Type

leaf

Description

Power Supply Unit Status.

Access

Read-Only

Data Type

Path

/system-info/ssd-health

Node Type

container

Access

Read-Only

Path

/system-info/ssd-health/disk-type

Node Type

leaf

Description

SSD disk type.

Access

Read-Only

Data Type

Path

/system-info/ssd-health/device-model

Node Type

leaf

Description

SSD device model.

Access

Read-Only

Data Type

Path

/system-info/ssd-health/health

Node Type

leaf

Description

SSD health.

Access

Read-Only

Data Type

Path

/system-info/ssd-health/temperature

Node Type

leaf

Description

SSD temperature.

Access

Read-Only

Data Type

Path

/system-info/hardware-info

Node Type

container

Access

Read-Only

Path

/system-info/hardware-info/platform

Node Type

leaf

Description

Hardware platform information.

Access

Read-Only

Data Type

Path

/system-info/hardware-info/device

Node Type

leaf

Description

Device Type.

Access

Read-Only

Data Type

Path

/system-info/hardware-info/asic

Node Type

leaf

Description

ASIC type.

Access

Read-Only

Data Type