Interface GetAdminLogsRequest._FinalStage
- All Known Implementing Classes:
GetAdminLogsRequest.Builder
- Enclosing class:
GetAdminLogsRequest
public static interface GetAdminLogsRequest._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()Filter by app context id to inspect a specific context's traffic.End of the time window (ISO-8601 UTC; defaults to now).errorsOnly(Boolean errorsOnly) errorsOnly(Optional<Boolean> errorsOnly) If true, return only requests with a status of 400 or higher.Filter by API key id to inspect a specific credential's traffic.Maximum number of log entries to return per page (1–500; defaults to 200).Filter by HTTP method (GET,POST,PUT, orDELETE).Filter by resource type.
-
Method Details
-
build
GetAdminLogsRequest build() -
additionalProperty
-
additionalProperties
-
endTime
End of the time window (ISO-8601 UTC; defaults to now).
-
endTime
-
resource
Filter by resource type. One of
documents,records,search,schemas,folders,clients,orgs,users,usage,auth,models,ping,rag,chat,ask,erasure-requests, orexport. -
resource
-
method
Filter by HTTP method (
GET,POST,PUT, orDELETE). -
method
-
keyId
Filter by API key id to inspect a specific credential's traffic.
-
keyId
-
contextId
Filter by app context id to inspect a specific context's traffic.
-
contextId
-
errorsOnly
If true, return only requests with a status of 400 or higher.
-
errorsOnly
-
limit
Maximum number of log entries to return per page (1–500; defaults to 200).
-
limit
-