Reference Guide

SupportAssist Enterprise
33 REST API Guide SupportAssist Enterprise
2.6.4 Retrieve devices
The JSON schema for retrieving device details is as follows:
{
"type" : "object",
"id" : "Device",
"properties" : {
"id" : {
"type" : "string"
},
"friendlyName" : {
"type" : "string"
},
"address" : {
"type" : "string"
},
"serviceTag" : {
"type" : "string"
},
"uiDeviceType" : {
"type" : "string"
"enum" : ["Server , Storage , Networking , Chassis , Software , Solution ,
VirtualMachine”]
},
"deviceSubtype" : {
"type" : "string"
"enum" : ["Windows", "Linux", "ESX", "EXSi", "Webscale"]
},
"deviceFamily" : {
"type" : "string"
"enum" : ["SCVMM", "SANHQ", "vCenter", "HitKitVSMForVMWare"]
},
"model" : {
"type" : "string"
},
"osInformation" : {
"type" : "object",
"id" : "OSInformation",
"properties" : {
"code" : {
"type" : "string",
"enum" : [ "WIN", "SLES", "RHEL", "CENTOS", "DEBIAN", "UBUNTU", "ESX",
"ESXi", "XenServer", "UNCLASSIFIED", "OEL", "OracleVMserver" ]
},
"type" : {
"type" : "string"
},
"architecture" : {
"type" : "string",
"enum" : [ "x86", "x64", "UNCLASSIFIED" ]
},
"majorVersion" : {
"type" : "string"
},
"minorVersion" : {
"type" : "string"
},
"revisionNumber" : {