Juniper Networks · Schema

SystemInfo

AutomationCloudData CenterEnterpriseNetworkingSDNSecurityFortune 1000

Properties

Name Type Description
hostname string Device hostname.
model string Device model (e.g., vSRX, vSRX3.0).
junos_version string Junos OS version.
serial_number string Virtual serial number.
uptime string System uptime string.
last_reboot_reason string Reason for the last reboot.
View JSON Schema on GitHub

JSON Schema

juniper-networks-systeminfo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SystemInfo",
  "title": "SystemInfo",
  "type": "object",
  "properties": {
    "hostname": {
      "type": "string",
      "description": "Device hostname."
    },
    "model": {
      "type": "string",
      "description": "Device model (e.g., vSRX, vSRX3.0)."
    },
    "junos_version": {
      "type": "string",
      "description": "Junos OS version."
    },
    "serial_number": {
      "type": "string",
      "description": "Virtual serial number."
    },
    "uptime": {
      "type": "string",
      "description": "System uptime string."
    },
    "last_reboot_reason": {
      "type": "string",
      "description": "Reason for the last reboot."
    }
  }
}