managedDevice

Extends: fmManagedElement
Namespace: (default namespace)

Common configuration data of a device.

XML

Attributes

name type description
uri string URI of device

Elements

name (type) min/max
occurs
description
instanceId (string) 0/1 Indicates the instanceID of the device.
hostname (string) 1/1 Indicates the host name of the device.
platform (string) 1/1
ipaddr (string) 0/1 Indicates the IP address of the device.
serial (string) 1/1 Indicates the hardware serial number of the device.
osVersion (string) 1/1 Indicates the version and release level of Junos OS running on the device.
family (DeviceFamily) 1/1 Indicates the device family (EX, QFabric, ...)
type (DeviceType) 0/1 Indicates the configuration type of the device (stand-alone, VC, etc).
connStatus (LinkStatus) 0/1 Indicates whether the device is up or down.
configState (ConfigState) 0/1 Indicates the configuration state of the device.

JSON

property type description
uri string URI of device
instanceId instanceId (string) Indicates the instanceID of the device.
hostname hostname (string) Indicates the host name of the device.
platform platform (string)
ipaddr ipaddr (string) Indicates the IP address of the device.
serial serial (string) Indicates the hardware serial number of the device.
osVersion osVersion (string) Indicates the version and release level of Junos OS running on the device.
family family (DeviceFamily) Indicates the device family (EX, QFabric, ...)
type type (DeviceType) Indicates the configuration type of the device (stand-alone, VC, etc).
connStatus connStatus (LinkStatus) Indicates whether the device is up or down.
configState configState (ConfigState) Indicates the configuration state of the device.