The device attributes

Hierarchy

  • DeviceAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
description?: string

The device description

deviceType?: string

The device type

integration?: string

The device integration

Count of the device interfaces by status

ipAddress?: string

The device IP address

location?: string

The device location

model?: string

The device model

name?: string

The device name

osHostname?: string

The device OS hostname

osName?: string

The device OS name

osVersion?: string

The device OS version

pingStatus?: string

The device ping status

productName?: string

The device product name

serialNumber?: string

The device serial number

status?: string

The device SNMP status

subnet?: string

The device subnet

sysObjectId?: string

The device sys_object_id

tags?: string[]

The list of device tags

vendor?: string

The device vendor

version?: string

The device version

Generated using TypeDoc