Skip to main content

Create new maintenance intervention

POST 

/workspaces/:workspace_id/maintenances

Create new maintenance intervention

Request

Path Parameters

    workspace_id stringrequired

    Workspace Id

Body

required

    asset_id stringrequired

    Unique identifier for the asset undergoing maintenance

    description string

    Detailed description of the maintenance intervention

    maintenance_done boolean

    Boolean flag indicating if the maintenance has been completed

    operator stringrequired

    Unique identifier for the operator performing the maintenance

    periodic_time_left double

    Estimated remaining periodic time (in seconds) before the next maintenance is required

    periodic_time_maintenance_condition double

    Percentage of elapsed periodic time since the last maintenance or time-based maintenance condition

    ts_maintenance stringrequired

    Timestamp indicating when the maintenance is scheduled or performed, formatted as a string

    working_time_left double

    Estimated remaining working time (in seconds) before the next maintenance is required

    working_time_maintenance_condition double

    Percentage of working time consumed before maintenance was deemed necessary

Responses

Created response.

Loading...