public class ExavaultApiRequestLog extends Object implements ModelInterface
| Modifier and Type | Field and Description |
|---|---|
Long |
durationMs
Duration (in milliseconds)
|
String |
endpoint
Name of API Endpoint
|
String |
errorMessage
Error message, if applicable
|
String |
errorType
Error type, if applicable
|
String |
requestIp
IP of requesting client
|
String |
requestMethod
HTTP Method
|
Long |
responseCode
HTTP Response Code
|
Boolean |
success
`false` if HTTP Response Code is 4xx or 5xx
|
Date |
timestamp
Start Time of Action
|
String |
userAgent
User-Agent
|
String |
version
Exavault API Version
|
| Constructor and Description |
|---|
ExavaultApiRequestLog() |
ExavaultApiRequestLog(HashMap<String,Object> parameters) |
ExavaultApiRequestLog(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
static ListIterator<ExavaultApiRequestLog> |
all() |
static ListIterator<ExavaultApiRequestLog> |
all(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ListIterator<ExavaultApiRequestLog> |
list()
Parameters:
cursor - string - Used for pagination.
|
static ListIterator<ExavaultApiRequestLog> |
list(HashMap<String,Object> parameters) |
static ListIterator<ExavaultApiRequestLog> |
list(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetOptionspublic Date timestamp
public String endpoint
public String version
public String requestIp
public String requestMethod
public String errorType
public String errorMessage
public String userAgent
public Long responseCode
public Boolean success
public Long durationMs
public static ListIterator<ExavaultApiRequestLog> list() throws RuntimeException
RuntimeExceptionpublic static ListIterator<ExavaultApiRequestLog> list(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static ListIterator<ExavaultApiRequestLog> list(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ListIterator<ExavaultApiRequestLog> all() throws RuntimeException
RuntimeExceptionpublic static ListIterator<ExavaultApiRequestLog> all(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionCopyright © 2024 com.github.files-com. All rights reserved.