Skip to main content

List Fault Rules

Returns a list of your Fault Rules.

Responses

OK

Response Headers

  • X-PaginationLimit string

    The per page limit. Currently set to 100 but subject to change at any time.

  • X-Pagination-Current-Page string

    The current page. Defaults to 1.

  • X-Pagination-Total-Pages string

    The total number of pages in the result set. Use this along with Pagination-Current-Page to determine if there are any remaining pages/records to be retrieved.

  • X-Pagination-Total-Count string

    The total number of records in the result set (across all pages).


Schema

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