@edgible-team/sdk
Edgible
Preparing search index...
index
ApplicationLogsResult
Interface ApplicationLogsResult
Response of GET /organizations/{org}/applications/{id}/logs.
interface
ApplicationLogsResult
{
applicationId
:
string
;
applicationName
:
string
;
logs
:
LogEntry
[]
;
timeRange
:
ApplicationMetricsTimeRange
;
totalLogs
:
number
;
}
Index
Properties
application
Id
application
Name
logs
time
Range
total
Logs
Properties
application
Id
applicationId
:
string
application
Name
applicationName
:
string
logs
logs
:
LogEntry
[]
time
Range
timeRange
:
ApplicationMetricsTimeRange
total
Logs
totalLogs
:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
application
Id
application
Name
logs
time
Range
total
Logs
Edgible
@edgible-team/sdk
Loading...
Response of GET /organizations/{org}/applications/{id}/logs.