Default Log
get
/services/{version}/deployments/{deployment}/services/{service}/logs/default
Required Role: Administrator
Retrieve the service log
Request
Path Parameters
-
deployment(required): string
Minimum Length:
1
Maximum Length:32
Pattern:^[A-Za-z][A-Za-z0-9-_.]*$
Name for the Oracle GoldenGate deployment.
-
service(required): string
Minimum Length:
1
Maximum Length:32
Pattern:^[A-Za-z][A-Za-z0-9]*$
Name of the service.
-
version(required): string
Oracle GoldenGate Service API version.
Allowed Values:[ "v2" ]
Response
Supported Media Types
- application/json
- text/plain
200 Response
The log was 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:11000/services/v2/deployments/Local/services/adminsrvr/logs/default",
"mediaType":"text/plain",
"rel":"alternate"
},
{
"href":"http://localhost:11000/services/v2/deployments/Local/services/adminsrvr/logs/default",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11000/services/v2/deployments/Local/services/adminsrvr/logs/default",
"mediaType":"application/json",
"rel":"self"
},
{
"href":"http://localhost:11000/services/v2/metadata-catalog/default",
"mediaType":"application/schema+json",
"rel":"describedby"
}
],
"messages":[
],
"response":{
"$schema":"ogg:log",
"enabled":true
}
}