Skip to main content

Get maintenance status for every asset

GET 

/workspaces/:workspace_id/maintenances

Get maintenance status for every asset

Request

Path Parameters

    workspace_id stringrequired

    Workspace Id

Responses

OK response.

Schema

  • Array [

  • asset_id string

    Unique identifier for the asset

    asset_name string

    Name of the asset

    asset_type string

    Type or category of the asset

    created_at string

    Timestamp indicating when the asset was created, formatted as a string

    cycles_maintenance_condition double

    Percentage of cycles condition triggering maintenance

    cycles_target int64

    Target cycles for the asset

    device_id string

    Unique identifier for the device

    last_maintenance string

    Timestamp of the last maintenance performed, formatted as a string

    next_maintenance_date string

    Timestamp indicating the date of the next scheduled maintenance, formatted as a string

    periodic_maintenance_time double

    Periodic maintenance time in seconds

    periodic_time_left double

    Remaining periodic time in seconds before maintenance

    periodic_time_maintenance_condition double

    Percentage of periodic time condition triggering maintenance

    time_left double

    Estimated remaining time in seconds before maintenance is required

    working_hour_target int64

    Target working hours for the asset

    working_time int64

    Total working time of the asset in seconds

    working_time_maintenance_condition double

    Percentage of working time condition triggering maintenance

  • ]

Loading...