Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

  • new HttpEvent(correlationId: string, eventLabel: string): HttpEvent

Properties

eventId

eventId: string

Accessors

apiVersion

  • set apiVersion(apiVersion: string): void

displayName

  • get displayName(): string

eventName

  • get eventName(): string

httpMethod

  • set httpMethod(httpMethod: string): void

httpPath

  • set httpPath(httpPath: string): void

httpResponseStatus

  • set httpResponseStatus(statusCode: number): void

key

  • get key(): string

oAuthErrorCode

  • set oAuthErrorCode(errorCode: string): void

queryParams

  • set queryParams(queryParams: any): void

requestIdHeader

  • set requestIdHeader(requestIdHeader: string): void

serverErrorCode

  • set serverErrorCode(errorCode: string): void

serverSubErrorCode

  • set serverSubErrorCode(subErrorCode: string): void

speInfo

  • set speInfo(speInfo: string): void
  • Indicates whether the request was executed on a ring serving SPE traffic. An empty string indicates this occurred on an outer ring, and the string "I" indicates the request occurred on the inner ring

    Parameters

    • speInfo: string

    Returns void

telemetryCorrelationId

  • get telemetryCorrelationId(): string
  • set telemetryCorrelationId(value: string): void

url

  • set url(url: string): void

userAgent

  • set userAgent(userAgent: string): void

Methods

get

  • get(): object

start

  • start(): void

stop

  • stop(): void

Generated using TypeDoc