Fetch System Logs
POST
/api/v1/developer/system/logs
Authorizations
bearerAuth
Type
HTTP (bearer)
Parameters
Query Parameters
page_num
Type
string
page_size
Type
string
Request Body
application/json
JSON "topic": "string", "since": 0, "until": 0, "actor_id": "string"
{
}
Responses
Successful response
application/json
JSON "code": "string", "msg": "string", "data": { "hits": [ { "@timestamp": "string", "_id": "string", "_source": { "actor": { "id": "string", "type": "string", "display_name": "string", "alternate_id": "string", "alternate_name": "string", "avatar": "string", "sso_picture": "string" }, "event": { "type": "string", "display_message": "string", "result": "string", "published": 0, "reason": "string", "tag": "string" }, "authentication": { "credential_provider": "string", "issuer": "string" }, "target": [ { "id": "string", "type": "string", "display_name": "string", "alternate_id": "string", "alternate_name": "string" } ], "tag": "string" } } ], "page": 0, "total": 0 }
{
}