Critical Events

get

/services/{version}/logs/events

This endpoint provides a log of all critical events that occur in replication processes.

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

The log details were retrieved successfully.

Body ()
Root Schema : Application log properties
Type: object
Title: Application log properties
Show Source
Example Response (application/json)
{
    "$schema":"api:standardResponse",
    "links":[
        {
            "href":"http://localhost:11001/services/v2/logs/events",
            "mediaType":"text/plain",
            "rel":"alternate"
        },
        {
            "href":"http://localhost:11001/services/v2/logs/events",
            "mediaType":"application/json",
            "rel":"canonical"
        },
        {
            "href":"http://localhost:11001/services/v2/logs/events",
            "mediaType":"application/json",
            "rel":"self"
        },
        {
            "href":"http://localhost:11001/services/v2/metadata-catalog/log",
            "mediaType":"application/schema+json",
            "rel":"describedby"
        }
    ],
    "messages":[
    ],
    "response":{
        "$schema":"ogg:log",
        "enabled":true
    }
}
Back to Top