Retrieve Request Result
get
/services/{version}/requests/{request}/result
Required Role: User
Retrieve the background request result.
Request
Path Parameters
-
request(required): integer
Identifier for background request.
-
version(required): string
Oracle GoldenGate Service API version.
Allowed Values:[ "v2" ]
Response
Supported Media Types
- application/json
200 Response
The request result was retrieved successfully.
Root Schema : Oracle GoldenGate Asynchronous Result
Type:
object
Title:
Oracle GoldenGate Asynchronous Result
Resource contains the result of a request executing asynchronously
Show Source
-
$schema:
Allowed Values:
[ "ogg:requestResult" ]
-
body:
body
HTTP body of the response to the original async request
-
headers(required):
array headers
Minimum Number of Items:
1
Maximum Number of Items:128
List of the HTTP headers of the response to the original asynchronous request -
status(required):
object status
HTTP status line of the response to the original asynchronous request
Nested Schema : body
HTTP body of the response to the original async request
Match Any
Show Source
-
object body-x-anyOf[0]
-
string
Minimum Length:
0
Maximum Length:131072
Nested Schema : headers
Type:
array
Minimum Number of Items:
1
Maximum Number of Items:
128
List of the HTTP headers of the response to the original asynchronous request
Show Source
Nested Schema : status
Type:
object
HTTP status line of the response to the original asynchronous request
Show Source
-
code:
integer
Minimum Value:
100
Maximum Value:599
HTTP response status code -
reason:
string
Minimum Length:
2
Maximum Length:32
HTTP response reason phrase
Nested Schema : body-x-anyOf[0]
Type:
object
Nested Schema : items
Type:
Show Source
object
-
name:
string
Minimum Length:
1
Maximum Length:128
HTTP response header name -
value:
string
Minimum Length:
0
Maximum Length:4096
HTTP response header value
Example Response (application/json)
{
"$schema":"api:standardResponse",
"links":[
{
"href":"http://localhost:11001/services/v2/requests/425988401/result",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/requests/425988401/result",
"mediaType":"application/json",
"rel":"self"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/result",
"mediaType":"application/schema+json",
"rel":"describedby"
}
],
"messages":[
],
"response":{
"$schema":"ogg:requestResult",
"body":{
"$schema":"api:standardResponse",
"links":[
{
"href":"http://localhost:11001/services/v2/requests",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/requests",
"mediaType":"application/json",
"rel":"self"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/requests",
"mediaType":"application/schema+json",
"rel":"describedby"
}
],
"messages":[
],
"response":{
"$schema":"ogg:collection",
"items":[
{
"$schema":"ogg:collectionItem",
"links":[
{
"href":"http://localhost:11001/services/v2/requests/425988401",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/requests/425988401/result",
"mediaType":"application/json",
"rel":"related"
}
],
"name":"425988401"
}
]
}
},
"headers":[
{
"name":"Content-Type",
"value":"application/json"
},
{
"name":"Set-Cookie",
"value":"ogg.sca.gIvwRALfQjSq8zwbZJuLxg=46SpIns/XkVR2h3wxYnn3+F728wOMyx6i4z7jhD+iOVAHeVoMHYnAM5lqecZgvi1kXyX7gyf8yl0mE++EBudC0hzOEIF6Z9mwuCo4nt/NuHOLGyPD2hIcWzKmwMjVk9ZCIwdEUtTZ86no0T8ijNvWKI79AdRifm/xvj7PteFUDTf+PY6Df0VqyvQ5os/jVQUSJLdjPloN9VEcPzF09p2qBtmDVX7Gti34GK8NwXKYOFvEnjXcwbX6sCd3Q4wiVS7Jr4oFamF+UasBUQCVB5jsH8VIDX8kvrxfUFMOtvkVL2KsYNFQDi05+c9O5vjC0EGG/ShWNF/wnoQbexNPmbEOcVwaij2zIIjwCAANkhWxsob+60FAhM250UB9SGxjzFkHS2YfLWUJcvyq5XLi9ajnuo5n0s0qvQSwBU6Zurf+4O3zc5isQyx/tBexPzqYoRjLcR6VENkaZLoNfCRALiIk//zwtbt8xAeCkOZuYAO4jLPuQc6plF2gyP3wdCT5EdWk7+gQc+XURjVJkv80Mrgoz0Frs6UlZlLhNK+Pfy+Rym4WMrqB78WxuaJTHOV8P960y8YGUZ7FFZ75LFRtmJnAaVv5Drf12mAZvuQUboEUlxp9RxIK+g8XxVpDP2PIktisDTGyyPBiLS9TDxwpupcm3z+JWfzfxxzfdddk4LlxOftKCWIVGgVyXrHnA==.0FMeTAhkIA+8B8DD9E9iBikB6O6rNsJIWgH/VAnGHSM=.n4MdpBxXLwyRofMxWmqmE3ZTp2ubPg+I5p5vC4lI9eo=; Domain=localhost; Path=/; HttpOnly; SameSite=strict"
}
],
"status":{
"code":"200",
"reason":"OK"
}
}
}