Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace LogListTypeEndpoint

The LOG_LIST type endpoint configuration. The list of logs is first fetched using the listEndpoint configuration, and then the logs are subsequently fetched using the logEndpoints, which reference the list endpoint response. For time based incremental collection, specify the START_TIME macro with the desired time format, example: {START_TIME:yyMMddHHmmssZ}. For offset based incremental collection, specify the START_OFFSET macro with offset identifier in the API response, example: {START_OFFSET:$.offset}

Properties

Const endpointType

endpointType: string = "LOG_LIST"

listEndpoint

listEndpoint: LogListEndpoint

logEndpoints

logEndpoints: Array<LogEndpoint>

Log endpoints, which reference the listEndpoint response, to fetch log data.

Methods

getDeserializedJsonObj

getJsonObj