Retrieve an existing Bounded Recovery Object Sizes Statistics

get

/services/{version}/mpoints/{item}/brObjectSizes

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Body ()
Root Schema : Oracle GoldenGate Bounded Recovery persisted object sizes statistics
Type: object
Title: Oracle GoldenGate Bounded Recovery persisted object sizes 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":[
            {
                "exactSize":0,
                "lowerBound":131072,
                "upperBound":262143,
                "totalObjects":1
            },
            {
                "exactSize":0,
                "lowerBound":262144,
                "upperBound":524287,
                "totalObjects":24
            },
            {
                "exactSize":0,
                "lowerBound":524288,
                "upperBound":1048575,
                "totalObjects":146
            },
            {
                "exactSize":0,
                "lowerBound":1048576,
                "upperBound":2097151,
                "totalObjects":55
            },
            {
                "exactSize":0,
                "lowerBound":2097152,
                "upperBound":4194303,
                "totalObjects":4
            },
            {
                "exactSize":0,
                "lowerBound":4096,
                "upperBound":8191,
                "totalObjects":5
            },
            {
                "exactSize":0,
                "lowerBound":8192,
                "upperBound":16383,
                "totalObjects":190
            },
            {
                "exactSize":0,
                "lowerBound":8192,
                "upperBound":16383,
                "totalObjects":66
            },
            {
                "exactSize":0,
                "lowerBound":512,
                "upperBound":1023,
                "totalObjects":1
            },
            {
                "exactSize":0,
                "lowerBound":1024,
                "upperBound":2047,
                "totalObjects":3
            },
            {
                "exactSize":0,
                "lowerBound":8192,
                "upperBound":16383,
                "totalObjects":11
            }
        ],
        "$schema":"mpoints:brObjectSizes"
    },
    "messages":[
    ],
    "links":[
    ]
}
Back to Top