The device attributes

Hierarchy

  • GetDeviceAttributes

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

A description of the device.

deviceType?: string

The type of the device.

integration?: string

The integration of the device.

ipAddress?: string

The IP address of the device.

location?: string

The location of the device.

model?: string

The model of the device.

name?: string

The name of the device.

osHostname?: string

The operating system hostname of the device.

osName?: string

The operating system name of the device.

osVersion?: string

The operating system version of the device.

pingStatus?: string

The ping status of the device.

productName?: string

The product name of the device.

serialNumber?: string

The serial number of the device.

status?: string

The status of the device.

subnet?: string

The subnet of the device.

sysObjectId?: string

The device sys_object_id.

tags?: string[]

A list of tags associated with the device.

vendor?: string

The vendor of the device.

version?: string

The version of the device.

Generated using TypeDoc