Retrieve an existing Distribution Server Table Statistics

get

/services/{version}/mpoints/{item}/distsrvrTableStats

Required Role: User

Retrieve an existing Distribution Server Table Statistics

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Body ()
Root Schema : Oracle GoldenGate Distribution Server Table statistics
Type: object
Title: Oracle GoldenGate Distribution Server Table statistics
Show Source
Nested Schema : statistics
Type: array
Minimum Number of Items: 0
Maximum Number of Items: 2147483647
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : stats
Type: object
Show Source
Nested Schema : tableName
Match Any
Show Source
Nested Schema : tableName-x-anyOf[1]
Match Any
Show Source
  • Minimum Length: 3
    Maximum Length: 261
    Pattern: ^([^.*?"]{1,128}|["].{1,128}["])[.]([^.*?"]{1,128}|["].{1,128}["])$
  • Minimum Length: 5
    Maximum Length: 392
    Pattern: ^([^.*?"]{1,128}|["].{1,128}["])[.]([^.*?"]{1,128}|["].{1,128}["])[.]([^.*?"]{1,128}|["].{1,128}["])$
Example Response (application/json)
{
    "$schema":"api:standardResponse",
    "response":{
        "$schema":"mpoints:distsrvrTableStats",
        "statistics":[
            {
                "totalInserts":"10",
                "tableName":"U1.ACCOUNT",
                "totalOthers":"2",
                "name":"PROD.PATH.1",
                "totalDeletes":"30",
                "lcrsReceived":"96",
                "totalDDLs":"0",
                "totalProcedures":"0",
                "totalUpdates":"20",
                "lcrsSent":"10"
            },
            {
                "totalInserts":"10",
                "tableName":"U1.CUSTOMER",
                "totalOthers":"2",
                "name":"PROD.PATH.1",
                "totalDeletes":"30",
                "lcrsReceived":"96",
                "totalDDLs":"0",
                "totalProcedures":"0",
                "totalUpdates":"20",
                "lcrsSent":"10"
            },
            {
                "totalInserts":"5",
                "tableName":"U1.ACCOUNT",
                "totalOthers":"1",
                "name":"PROD.PATH.2",
                "totalDeletes":"0",
                "lcrsReceived":"43",
                "totalDDLs":"0",
                "totalProcedures":"0",
                "totalUpdates":"2",
                "lcrsSent":"15"
            },
            {
                "totalInserts":"5",
                "tableName":"U1.CUSTOMER",
                "totalOthers":"1",
                "name":"PROD.PATH.2",
                "totalDeletes":"0",
                "lcrsReceived":"43",
                "totalDDLs":"0",
                "totalProcedures":"0",
                "totalUpdates":"2",
                "lcrsSent":"15"
            }
        ]
    },
    "messages":[
    ],
    "links":[
    ]
}
Back to Top