Packages

trait EventsAPIClient extends APIClient

Linear Supertypes
APIClient, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EventsAPIClient
  2. APIClient
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def _requester: Option[Requester]
    Attributes
    protected
    Definition Classes
    APIClient
  2. abstract def apiKey: String
    Attributes
    protected
    Definition Classes
    APIClient
  3. abstract def appKey: String
    Attributes
    protected
    Definition Classes
    APIClient
  4. abstract def getEvent(id: Long): Event
  5. abstract def postEvent(title: String, text: String, dateHappened: Instant = Instant.now(), priority: Priority = Priority.Normal, host: String = "", tags: Seq[String] = Seq.empty, alertType: AlertType = AlertType.Info, aggregationKey: String = "", sourceTypeName: String = "", relatedEventId: Long = 0, deviceName: String = ""): PostEventResponse
  6. abstract def query(start: Instant, end: Instant, priority: Priority = null, sources: Seq[String] = Seq.empty, tags: Seq[String] = Seq.empty, unaggregated: Boolean = false): Seq[Event]
  7. abstract def site: DatadogSite
    Definition Classes
    APIClient

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def baseUrl: String
    Attributes
    protected
    Definition Classes
    APIClient
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def httpGet[Res](path: String, params: Seq[(String, String)] = Seq.empty)(implicit arg0: DDPickle.Reader[Res]): Res
    Attributes
    protected
    Definition Classes
    APIClient
  13. def httpPost[Req, Res](path: String, data: Req)(implicit arg0: DDPickle.Writer[Req], arg1: DDPickle.Reader[Res]): Res
    Attributes
    protected
    Definition Classes
    APIClient
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  19. def toString(): String
    Definition Classes
    AnyRef → Any
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  21. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  22. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from APIClient

Inherited from AnyRef

Inherited from Any

Ungrouped