Retrieve an existing Bounded Recovery Extant Object Sizes Statistics

get

/services/{version}/mpoints/{item}/brExtantObjectSizes

Required Role: User

Retrieve an existing Bounded Recovery Extant Object Sizes Statistics

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Body ()
Root Schema : Oracle GoldenGate Bounded Recovery extant(current) object sizes statistics
Type: object
Title: Oracle GoldenGate Bounded Recovery extant(current) 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":"1048576",
                "upperBound":"2097151",
                "totalObjects":"25"
            },
            {
                "exactSize":"0",
                "lowerBound":"2097152",
                "upperBound":"4194303",
                "totalObjects":"63"
            },
            {
                "exactSize":"0",
                "lowerBound":"4194304",
                "upperBound":"8388607",
                "totalObjects":"137"
            },
            {
                "exactSize":"0",
                "lowerBound":"16777216",
                "upperBound":"33554431",
                "totalObjects":"5"
            },
            {
                "exactSize":"0",
                "lowerBound":"8388608",
                "upperBound":"16777215",
                "totalObjects":"5"
            }
        ],
        "$schema":"mpoints:brExtantObjectSizes"
    },
    "messages":[
    ],
    "links":[
    ]
}
Back to Top