Skip to main content

Get all maintenance settings

GET 

/workspaces/:workspace_id/maintenances/settings

Get all maintenance settings

Request

Path Parameters

    workspace_id stringrequired

    Workspace Id

Responses

OK response.

Schema

    settings

    object[]

    Maintenance settings

  • Array [

  • asset_id stringrequired

    Unique identifier for the asset associated with the maintenance

    asset_name string

    Name of the asset associated with the maintenance

    created_at stringrequired

    Timestamp indicating when the maintenance record was created, formatted as a string

    cycles_target int64required

    Target number of operational cycles before maintenance is needed

    id stringrequired

    Unique identifier for the maintenance record

    periodic_maintenance_time int64required

    Time interval (in seconds) for periodic maintenance

    working_hour_target int64required

    Target number of working hours after which maintenance is required

    workspace_id stringrequired

    Unique identifier for the workspace associated with the maintenance

  • ]

Loading...