Class ListWafLogsRequest


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20181116")
    public class ListWafLogsRequest
    extends BmcRequest<Void>

    Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/waas/ListWafLogsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWafLogsRequest.

    • Constructor Detail

      • ListWafLogsRequest

        public ListWafLogsRequest()
    • Method Detail

      • getWaasPolicyId

        public String getWaasPolicyId()
        The OCID of the WAAS policy.
      • getOpcRequestId

        public String getOpcRequestId()
        The unique Oracle-assigned identifier for the request.

        If you need to contact Oracle about a particular request, please provide the request ID.

      • getLimit

        public Integer getLimit()
        The maximum number of items to return in a paginated call.

        If unspecified, defaults to 20.

      • getPage

        public String getPage()
        The value of the opc-next-page response header from the previous paginated call.
      • getTimeObservedGreaterThanOrEqualTo

        public Date getTimeObservedGreaterThanOrEqualTo()
        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.

      • getTimeObservedLessThan

        public Date getTimeObservedLessThan()
        A filter that matches log entries where the observed event occurred before a date and time, specified in RFC 3339 format.
      • getTextContains

        public String getTextContains()
        A full text search for logs.
      • getAccessRuleKey

        public List<String> getAccessRuleKey()
        Filters logs by access rule key.
      • getClientAddress

        public List<String> getClientAddress()
        Filters logs by client IP address.
      • getCountryCode

        public List<String> getCountryCode()
        Filters logs by country code.

        Country codes are in ISO 3166-1 alpha-2 format. For a list of codes, see ISO’s website.

      • getCountryName

        public List<String> getCountryName()
        Filter logs by country name.
      • getFingerprint

        public List<String> getFingerprint()
        Filter logs by device fingerprint.
      • getIncidentKey

        public List<String> getIncidentKey()
        Filter logs by incident key.
      • getOriginAddress

        public List<String> getOriginAddress()
        Filter by origin IP address.
      • getReferrer

        public List<String> getReferrer()
        Filter by referrer.
      • getRequestUrl

        public List<String> getRequestUrl()
        Filter by request URL.
      • getResponseCode

        public List<Integer> getResponseCode()
        Filter by response code.
      • getThreatFeedKey

        public List<String> getThreatFeedKey()
        Filter by threat feed key.
      • getUserAgent

        public List<String> getUserAgent()
        Filter by user agent.
      • getProtectionRuleKey

        public List<String> getProtectionRuleKey()
        Filter by protection rule key.
      • builder

        public static ListWafLogsRequest.Builder builder()
        Return a new builder for this request object.
        Returns:
        builder for the request object
      • equals

        public boolean equals​(Object o)
        Description copied from class: BmcRequest
        Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.
        Overrides:
        equals in class BmcRequest<Void>
      • hashCode

        public int hashCode()
        Description copied from class: BmcRequest
        Uses getInvocationCallback and getRetryConfiguration to generate a hash.
        Overrides:
        hashCode in class BmcRequest<Void>