> ## Documentation Index
> Fetch the complete documentation index at: https://docs.coralogix.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

# Entities Service overview

## Constants

<details>
  <summary>OrderByDirection</summary>

  | Value                            |
  | -------------------------------- |
  | `ORDER_BY_DIRECTION_UNSPECIFIED` |
  | `ASC`                            |
  | `DESC`                           |
</details>

<details>
  <summary>ConnectorType</summary>

  | Value                        |
  | ---------------------------- |
  | `CONNECTOR_TYPE_UNSPECIFIED` |
  | `SLACK`                      |
  | `GENERIC_HTTPS`              |
  | `PAGERDUTY`                  |
  | `AWS`                        |
  | `IBM_EVENT_NOTIFICATIONS`    |
</details>

<details>
  <summary>PresetType</summary>

  | Value                     |
  | ------------------------- |
  | `PRESET_TYPE_UNSPECIFIED` |
  | `SYSTEM`                  |
  | `CUSTOM`                  |
</details>

<details>
  <summary>TriggerType</summary>

  | Value                      |
  | -------------------------- |
  | `TRIGGER_TYPE_UNSPECIFIED` |
  | `MANUAL`                   |
  | `AUTOMATIC`                |
</details>

<details>
  <summary>FailureReason</summary>

  | Value                               |
  | ----------------------------------- |
  | `FAILURE_REASON_UNSPECIFIED`        |
  | `INVALID_TEMPLATE`                  |
  | `FIELD_NOT_FOUND`                   |
  | `TEMPLATE_EXCEEDS_MAX_LENGTH`       |
  | `RENDERED_VALUE_EXCEEDS_MAX_LENGTH` |
</details>
