Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ListWafLogsRequest

example

Click here to see how to use ListWafLogsRequest.

Properties

Optional accessRuleKey

accessRuleKey: Array<string>

Filters logs by access rule key.

Optional action

action: Array<Action>

Filters logs by Web Application Firewall action.

Optional clientAddress

clientAddress: Array<string>

Filters logs by client IP address.

Optional countryCode

countryCode: Array<string>

Filters logs by country code. Country codes are in ISO 3166-1 alpha-2 format. For a list of codes, see ISO's website.

Optional countryName

countryName: Array<string>

Filter logs by country name.

Optional fingerprint

fingerprint: Array<string>

Filter logs by device fingerprint.

Optional httpMethod

httpMethod: Array<HttpMethod>

Filter logs by HTTP method.

Optional incidentKey

incidentKey: Array<string>

Filter logs by incident key.

Optional limit

limit: undefined | number

The maximum number of items to return in a paginated call. If unspecified, defaults to {@code 20}.

Optional logType

logType: Array<LogType>

Filter by log type. For more information about WAF logs, see Logs.

Optional opcRequestId

opcRequestId: undefined | string

The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.

Optional originAddress

originAddress: Array<string>

Filter by origin IP address.

Optional page

page: undefined | string

The value of the {@code opc-next-page} response header from the previous paginated call.

Optional protectionRuleKey

protectionRuleKey: Array<string>

Filter by protection rule key.

Optional referrer

referrer: Array<string>

Filter by referrer.

Optional requestUrl

requestUrl: Array<string>

Filter by request URL.

Optional responseCode

responseCode: Array<number>

Filter by response code.

Optional retryConfiguration

retryConfiguration: RetryConfiguration

RetryConfiguration to be used for the request NOTE : Retries are not supported for requests that have binary or stream bodies this also affects UploadManager operations For all requests with binary/stream bodies, retry attempts are not made

Optional textContains

textContains: undefined | string

A full text search for logs.

Optional threatFeedKey

threatFeedKey: Array<string>

Filter by threat feed key.

Optional timeObservedGreaterThanOrEqualTo

timeObservedGreaterThanOrEqualTo: Date

A filter that matches log entries where the observed event occurred on or after a date and time specified in RFC 3339 format. If unspecified, defaults to two hours before receipt of the request.

Optional timeObservedLessThan

timeObservedLessThan: Date

A filter that matches log entries where the observed event occurred before a date and time, specified in RFC 3339 format.

Optional userAgent

userAgent: Array<string>

Filter by user agent.

waasPolicyId

waasPolicyId: string

The OCID of the WAAS policy.