Skip to main content

Get machine

GET 

/workspaces/:workspace_id/machines/:asset_id

This endpoint returns the machine with the given ID.

Request

Path Parameters

    workspace_id stringrequired

    Workspace ID

    asset_id stringrequired

    Asset ID

Responses

OK response.

Schema

    alarm booleanrequired

    Alarm of the asset

    asset_type stringrequired

    Type of the asset

    created_at stringrequired

    Date of creation of the asset

    devices

    object[]

    required

    Devices of the asset

  • Array [

  • config binaryrequired

    Configuration of the device

    created_at stringrequired

    Date of creation of the device

    fleet_id stringrequired

    ID of the fleet that owns the device

    id stringrequired

    ID of the device

    name stringrequired

    Name of the device

  • ]

  • id stringrequired

    ID of the asset

    name stringrequired

    Name of the asset

    status stringrequired

    Status of the asset

Loading...