Skip to main content

Get a device with its platform and group data by ID

GET 

/api/v1/org/devices/:deviceId

Get a device with its platform and group data by ID

Request

Path Parameters

    deviceId stringrequired

Responses

Schema

    id stringrequired
    name string
    groupName string
    platformId string

    Platform instance id reported by the agent.

    platformName string
    deviceTypeName string
    groupId number
    uid string
    devices string[]
Loading...