SystemHostInfo

SystemHostInfo
SystemHostInfo
JSON Example
{
    "availableProcessorCount": 0,
    "freeMemoryByteCount": 0,
    "totalMemoryByteCount": 0,
    "maxMemoryByteCount": 0,
    "ipAddresses": [
        "string"
    ],
    "freeDiskByteCount": 0,
    "usableDiskByteCount": 0,
    "totalDiskByteCount": 0,
    "osName": "string",
    "osFamily": "string"
}
object
properties
Optional

properties

object
environmentVariables
Optional

environmentVariables

integer As int64 As int64
availableProcessorCount
Optional

availableProcessorCount

integer As int64 As int64
freeMemoryByteCount
Optional

freeMemoryByteCount

integer As int64 As int64
totalMemoryByteCount
Optional

totalMemoryByteCount

integer As int64 As int64
maxMemoryByteCount
Optional

maxMemoryByteCount

array of string
ipAddresses
Optional

ipAddresses

integer As int64 As int64
freeDiskByteCount
Optional

freeDiskByteCount

integer As int64 As int64
usableDiskByteCount
Optional

usableDiskByteCount

integer As int64 As int64
totalDiskByteCount
Optional

totalDiskByteCount

string
osName
Optional

osName

string
osFamily
Optional

osFamily

Possible values are : WINDOWS, LINUX, MACOS, OTHER,