Common fields shared by all log types.

Export

BaseLog

Hierarchy

  • BaseLog

Properties

_id?: any

A unique ID for the log entry.

Memberof

BaseLog

app_id?: any

The App's internal client ID value.

Memberof

BaseLog

co_id?: any

A correlation ID for the request that issued the logged operation.

Memberof

BaseLog

completed?: any

An ISO 8601 timestamp for the completion of the logged operation.

Memberof

BaseLog

domain_id?: any

The domain ID.

Memberof

BaseLog

group_id?: any

The App's Atlas Project ID value.

Memberof

BaseLog

request_method?: any

The HTTP method used by the incoming request.

Memberof

BaseLog

request_url?: any

The URL that the incoming request was sent to.

Memberof

BaseLog

started?: any

An ISO 8601 timestamp for the start of the logged operation.

Memberof

BaseLog

Generated using TypeDoc