Skip to main content

Retrieve Fault Rule

Retrieve the details of an existing FaultRule.

Path Parameters

  • id string required

    Possible values: Value must match regular expression ^[0-9]+$

    The id of the relevant record

Responses

OK


Schema

  • id integer

    Possible values: >= 1

  • created_at date-time

    The date and time at which this record was created.

  • updated_at date-time

    The date and time at which this record was most recently updated.

  • account_id integer

    Possible values: >= 1

  • code string

    The diagnostic trouble code.

  • description string

    A short description about the problem.

  • priority_handling string

    Possible values: [off, ignore, critical]

    The priority handling for the alert. This is configurable through the Fleetio dashboard under Fault Rules.

  • name string

    A short name for the alert.

Loading...