Critical Events
get
/services/{version}/logs/events
Required Role: Administrator
This endpoint provides a log of all critical events that occur in replication processes.
Request
Path Parameters
-
version(required): string
Oracle GoldenGate Service API version.
Allowed Values:[ "v2" ]
Response
Supported Media Types
- application/json
- text/plain
200 Response
The log details were retrieved successfully.
Root Schema : Application log properties
Type:
object
Title:
Show Source
Application log properties
-
$schema:
Allowed Values:
[ "ogg:log" ]
-
enabled(required):
boolean
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
}
}