Retrieve an existing Bounded Recovery Extant Object Ages Statistics

get

/services/{version}/mpoints/{item}/brExtantObjectAges

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Body ()
Root Schema : Oracle GoldenGate Bounded Recovery extant(current) object ages statistics
Type: object
Title: Oracle GoldenGate Bounded Recovery extant(current) object ages statistics
Show Source
Nested Schema : buckets
Type: array
Minimum Number of Items: 0
Maximum Number of Items: 2147483647
Show Source
Nested Schema : items
Type: object
Show Source
Example Response (application/json)
{
    "$schema":"api:standardResponse",
    "response":{
        "buckets":[
            {
                "exactBCP":1,
                "firstBCP":0,
                "lastBCP":0,
                "totalObjects":205
            },
            {
                "exactBCP":2,
                "firstBCP":0,
                "lastBCP":0,
                "totalObjects":25
            }
        ],
        "$schema":"mpoints:brExtantObjectAges"
    },
    "links":[
    ],
    "messages":[
    ]
}
Back to Top