Retrieve Request Result

get

/services/{version}/requests/{request}/result

Retrieve the background request result.

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

The request result was retrieved successfully.

Body ()
Root Schema : Oracle GoldenGate Asynchronous Result
Type: object
Title: Oracle GoldenGate Asynchronous Result
Resource contains the result of a request executing asynchronously
Show Source
Nested Schema : body
HTTP body of the response to the original async request
Match Any
Show Source
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
Nested Schema : body-x-anyOf[0]
Type: object
Nested Schema : items
Type: object
Show Source
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"
        }
    }
}
Back to Top