Skip to main content

Get all devices with catalogId

GET 

/api/v1/project/devices/catalogId/:catalogId

Get all devices with catalogId

Request

Path Parameters

    catalogId stringrequired

Responses

Schema

  • Array [

  • ID stringrequired
    MAC string
    IP string
    OS string
    serialNumber string
    possibleBandwidth string
    availableStorage string
  • ]

Loading...