Dispositivos ADM
Este campo representa a los dispositivos descubiertos por Aranda DEVICE MANAGEMENT ADM
{
"classDevice": [
{
"name": "",
"fields": [
{
"type": "",
"name": ""
}
]
}
],
"mapper": [
],
"dataReference": [
],
"classMapper": [
],
"classCMDB": [
]
}
- Sus propiedades
Propiedades | Descripción |
---|---|
Fields | Lista de las propiedades que tienen los dispositivos. ver Atributos del Dispositivo |
Name | Nombre del dispositivo: Application. Laptop. Desktop. Router. Switch. Server. Printer. Processor. Disk. LogicalDisk. Memory. |
Atributos del dispositivo (fields)
Representa las propiedades de los dispositivos de Aranda DEVICE MANAGEMENT ADM: tipo de valor, nombre del campo.
Atributos | Descripción |
---|---|
Type | Tipo de valor que tiene la propiedad del dispositivo registrado en la plataforma de ADM, estos valores pueden ser: int, long, float, decimal, boolean, date, string. |
Name | Nombre de la propiedad del dispositivo |
Propiedades de los dispositivos
DEVICE: Laptop, Desktop, Router, Switch, Server, Printer.
{
"cpuCore": (type: int),
"cpuLogic": (type: int),
"diskAvailable": (type: int),
"diskTotal": (type: long),
"macAddressRegister": (type: string),
"operationSystem": (type: string),
"totalRam": (type: long),
"agentProfile": (type: string),
"agentVersion": (type: string),
"completeIpAddress": (type: string),
"creationDate": (type: date),
"daysSinceLastInventory": (type: int),
"description": (type: string),
"discovery": (type: boolean),
"diskUsage": (type: long),
"domain": (type: string),
"id": (type: int),
"ipRegistred": (type: string),
"lastCommunicationUpdate": (type: date),
"lastInventory": (type: date),
"manufacturer": (type: string),
"memoryUsage": (type: long),
"model": (type: string),
"name": (type: string),
"operatingSystem": (type: string),
"operatingSystemVersion": (type: string),
"responsibleUserEmail": (type: string),
"responsibleUserId": (type: int),
"responsibleUserName": (type: string),
"serial": (type: string),
"status": (type: string),
"type": (type: string),
"userName": (type: string),
"virtualization": (type: string),
"vpro": (type: boolean)
}
DISK
{
"busType": (type: string),
"diskId":(type: int),
"features": (type: string),
"freeSpace":(type: long),
"id": (type: int),
"manufacturer": (type: string),
"mediaType": (type: string),
"model": (type: string),
"pnpDeviceId": (type: string),
"serial": (type: string),
"size": (type: long),
"usedSpace": (type: long),
}
PROCESSOR
{
"coreCount": (type: long),
"family": (type: string),
"features": (type: string),
"frequency": (type: long),
"label": (type: string),
"logicalProcessors": (type: long),
"manufacturer": (type: string),
"model": (type: string),
"serial": (type: string),
"socket": (type: string),
"speed": (type: long)
}
LOGICAL DISK
{
"deviceDiskId": (type: long),
"driverType": (type: string),
"fileSystem": (type: string),
"freeSpace":(type: long),
"totalSpace": (type: long),
"name": (type: string),
"usedSpace": (type: long),
"volumenName": (type: string)
}
MEMORY
{
"bank": (type: string),
"formFactor": (type: string),
"handler": (type: string),
"id": (type: int),
"manufacturer": (type: string),
"model": (type: string),
"name": (type: string),
"serial": (type: string),
"size": (type: long),
"speed": (type: int),
"type": (type: string)
}
SOFTWARE: Application
{
"date": (type: date),
"deviceId": (type: int),
"id": (type: int),
"manufacturer": (type: string),
"name": (type: string),
"type": (type: string),
"uninstallString": (type: string),
"version": (type: string)
}
⚐ Nota: Para mayor información consulte las APIs de la plataforma ADM.
Ver Configuración ServiceNow ↪