Skip to main content

Create Fault Rule

Creates a new Fault Rule

Request Body

  • code string required

    Possible values: <= 255 characters

    The diagnostic trouble code.

  • description string

    A short description about the problem.

  • name string

    Possible values: <= 255 characters

    A short name for the alert.

Responses

OK

Response Headers


    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...