Skip to main content

Get Device meta data

GET 

/api/v1/device/:deviceId

This service message allow to get device meta data and properties

Request

Path Parameters

    deviceId stringrequired

Responses

Schema

    id stringrequired
    lastUpdatedDate date-time
    lastConnectionDate date-time
    name string
    OS string
    availableStorage string
    power number
    bandwidth number
    operativeState boolean
    groupName string
    groupId number
    uid number
    formations string[]
    platformName string
    deviceTypeName string
    devices string[]
    deviceParentId string
    deviceParentName string
    deviceParentUid number
Loading...