Retrieve the data stream service error messages if applicable
get
/services/{version}/stream/{streamName}/info/errors
Required Role: User
Retrieve the data stream service error messages if applicable
Request
Path Parameters
-
streamName(required): string
Minimum Length:
1
Maximum Length:32
Pattern:^[A-Za-z][A-Za-z0-9-_.]*$
-
version(required): string
Oracle GoldenGate Service API version.
Allowed Values:[ "v2" ]
Response
Supported Media Types
- application/json
200 Response
data stream error messages retrieved successfully.
Root Schema : Oracle GoldenGate Data Stream Service Errors
Type:
object
Title:
Oracle GoldenGate Data Stream Service Errors
Errorss issued by Oracle GoldenGate Data Stream Service
Show Source
-
$schema:
Allowed Values:
[ "ogg:dataStreamErrors" ]
-
errors(required):
array errors
Minimum Number of Items:
0
Maximum Number of Items:2147483647
Nested Schema : errors
Type:
array
Minimum Number of Items:
0
Maximum Number of Items:
Show Source
2147483647
-
Array of:
string
Minimum Length:
0
Maximum Length:4095
Example Response (application/json)
{
"$schema":"api:standardResponse",
"links":[
{
"rel":"canonical",
"href":"http://localhost:9002/services/v2/stream/mystream1/info/errors",
"mediaType":"application/json"
},
{
"rel":"self",
"href":"http://localhost:9002/services/v2/stream/mystream1/info/errors",
"mediaType":"application/json"
},
{
"rel":"describedby",
"href":"http://localhost:9002/services/v2/metadata-catalog/streamNameErrors",
"mediaType":"application/schema+json"
}
],
"response":{
"errors":[
"OGG-02191 Incompatible record 101 in /ogg/dirdat/a1000000009, rba 532 when getting trail header"
]
},
"messages":[
]
}