Get logs under items
POST/v1/:projectName/log/under
Get logs under items
Request
Path Parameters
projectName stringrequired
projectName
- application/json
Body
required
logsUnderRq
itemIds int64[]
logLevel string
Possible values: [error
, warn
, info
, debug
, trace
, fatal
, unknown
]
Responses
- 200
OK
- */*
- Schema
- Example (from schema)
Schema
Array [
]
property name*
object[]
binaryContent
object
contentType stringrequired
id stringrequired
thumbnailId stringrequired
id int64required
itemId int64
launchId int64
level string
Possible values: [error
, warn
, info
, debug
, trace
, fatal
, unknown
]
message string
thumbnail string
time date-time
uuid stringrequired
{}
Loading...