logging
get all logs
Query Parameters
Name
Type
Description
{
"content": [
{
"_id": {
"$oid": "6093a452fe1bf7c011505484"
},
"number": 3,
"cluster_id": "custom-id",
"binds": [
"a",
"b",
"c"
],
"data": {
"summary": "test",
"description": "demo",
"created_at": {
"$date": 1530260127000
}
},
"lavel": "info",
"created_at": {
"$date": 1620288593015
}
}
]
}insert log
Request Body
Name
Type
Description
Last updated
Was this helpful?