Class HeartbeatGroupManager

Constructors

Properties

Methods

Constructors

Properties

apiClient: AxiosInstance

Methods

  • Permanently deletes an existing heartbeat group.

    Parameters

    • heartbeat_group_id: string

      Heartbeat group ID you want to remove

    Returns Promise<boolean>

    True if success

  • Returns a list of all your heartbeat groups.

    Parameters

    • __namedParameters: {
          page?: number;
      } = {}
      • Optional page?: number

    Returns Promise<any>

  • Update the attributes of an existing heartbeat group. Send only the parameters you wish to change

    Parameters

    • heartbeat_group_id: string

      Heartbeat Group ID you want to change

    • newHeartbeatGroup: Partial<any>

    Returns Promise<any>

Generated using TypeDoc