ルート・スキーマ: Oracle GoldenGate Receiver Server Statistics
型: object
タイトル: Oracle GoldenGate Receiver Server Statistics
ソースの表示
{
"title":"Oracle GoldenGate Receiver Server Statistics",
"type":"object",
"properties":{
"$schema":{
"enum":[
"mpoints:recvsrvrStats"
]
},
"recvsrvrStats":{
"type":"array",
"minItems":0,
"maxItems":2147483647,
"items":{
"type":"object",
"properties":{
"totalMessagesSent":{
"description":"Total Number of Messages Sent",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
"totalSends":{
"description":"Total Number of Sends",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
"remoteUri":{
"description":"URI of the Target",
"type":"string",
"minLength":1,
"maxLength":512
},
"lastCommandReceived":{
"description":"Last Command Received",
"type":"string",
"minLength":1,
"maxLength":512
},
"lastFileReceived":{
"description":"Last File Received",
"type":"string",
"minLength":1,
"maxLength":512
},
"flushSizeThreshold":{
"description":"Threshold Size for Flushing the Buffer",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
"isAlive":{
"description":"The path is connected to Distribution Server",
"type":"boolean"
},
"targetFileName":{
"description":"Target File Name",
"type":"string",
"minLength":1,
"maxLength":512
},
"sendBufferSize":{
"description":"Size of the Send Buffer",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
"localUri":{
"description":"URI of the Source",
"type":"string",
"minLength":1,
"maxLength":512
},
"lastDataTimestamp":{
"description":"Timestamp of the Last Data Received",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":20,
"maxLength":32
},
{
"type":"null"
}
]
},
"totalReceives":{
"description":"Total Number of Receives",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
"messageBufferSize":{
"description":"Size of the Message Buffer",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
"totalBytesReceived":{
"description":"Total Number of Bytes Received",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
"flushTimeThreshold":{
"description":"Threshold Time for Flushing the Buffer",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
"totalBytesWritten":{
"description":"Total File Bytes Written",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
"totalSendWaitTime":{
"description":"Total Send Wait Time",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
"receiveBufferSize":{
"description":"Size of the Receive Buffer",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
"totalMessagesReceived":{
"description":"Total Number of Messages Received",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
"lastStarted":{
"description":"Timestamp of the last time started.",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":20,
"maxLength":32
},
{
"type":"null"
}
]
},
"totalReceiveWaitTime":{
"description":"Total Receive Wait Time",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
"lastCommandTimestamp":{
"description":"Timestamp of the Last Command Received",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":20,
"maxLength":32
},
{
"type":"null"
}
]
},
"totalCommands":{
"description":"Total Number of Commands",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
"pathName":{
"description":"Name of the Path",
"type":"string",
"minLength":1,
"maxLength":512
},
"totalBytesSent":{
"description":"Total Number of Bytes Sent",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
}
},
"additionalProperties":false
}
}
},
"additionalProperties":false
}
ネストされたスキーマ: recvsrvrStats
型: array
最小アイテム数: 0
最大アイテム数: 2147483647
ソースの表示
{
"type":"array",
"minItems":0,
"maxItems":2147483647,
"items":{
"type":"object",
"properties":{
"totalMessagesSent":{
"description":"Total Number of Messages Sent",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
"totalSends":{
"description":"Total Number of Sends",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
"remoteUri":{
"description":"URI of the Target",
"type":"string",
"minLength":1,
"maxLength":512
},
"lastCommandReceived":{
"description":"Last Command Received",
"type":"string",
"minLength":1,
"maxLength":512
},
"lastFileReceived":{
"description":"Last File Received",
"type":"string",
"minLength":1,
"maxLength":512
},
"flushSizeThreshold":{
"description":"Threshold Size for Flushing the Buffer",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
"isAlive":{
"description":"The path is connected to Distribution Server",
"type":"boolean"
},
"targetFileName":{
"description":"Target File Name",
"type":"string",
"minLength":1,
"maxLength":512
},
"sendBufferSize":{
"description":"Size of the Send Buffer",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
"localUri":{
"description":"URI of the Source",
"type":"string",
"minLength":1,
"maxLength":512
},
"lastDataTimestamp":{
"description":"Timestamp of the Last Data Received",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":20,
"maxLength":32
},
{
"type":"null"
}
]
},
"totalReceives":{
"description":"Total Number of Receives",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
"messageBufferSize":{
"description":"Size of the Message Buffer",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
"totalBytesReceived":{
"description":"Total Number of Bytes Received",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
"flushTimeThreshold":{
"description":"Threshold Time for Flushing the Buffer",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
"totalBytesWritten":{
"description":"Total File Bytes Written",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
"totalSendWaitTime":{
"description":"Total Send Wait Time",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
"receiveBufferSize":{
"description":"Size of the Receive Buffer",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
"totalMessagesReceived":{
"description":"Total Number of Messages Received",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
"lastStarted":{
"description":"Timestamp of the last time started.",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":20,
"maxLength":32
},
{
"type":"null"
}
]
},
"totalReceiveWaitTime":{
"description":"Total Receive Wait Time",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
"lastCommandTimestamp":{
"description":"Timestamp of the Last Command Received",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":20,
"maxLength":32
},
{
"type":"null"
}
]
},
"totalCommands":{
"description":"Total Number of Commands",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
"pathName":{
"description":"Name of the Path",
"type":"string",
"minLength":1,
"maxLength":512
},
"totalBytesSent":{
"description":"Total Number of Bytes Sent",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
}
},
"additionalProperties":false
}
}
ネストされたスキーマ: items
型: object
ソースの表示
{
"type":"object",
"properties":{
"totalMessagesSent":{
"description":"Total Number of Messages Sent",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
"totalSends":{
"description":"Total Number of Sends",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
"remoteUri":{
"description":"URI of the Target",
"type":"string",
"minLength":1,
"maxLength":512
},
"lastCommandReceived":{
"description":"Last Command Received",
"type":"string",
"minLength":1,
"maxLength":512
},
"lastFileReceived":{
"description":"Last File Received",
"type":"string",
"minLength":1,
"maxLength":512
},
"flushSizeThreshold":{
"description":"Threshold Size for Flushing the Buffer",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
"isAlive":{
"description":"The path is connected to Distribution Server",
"type":"boolean"
},
"targetFileName":{
"description":"Target File Name",
"type":"string",
"minLength":1,
"maxLength":512
},
"sendBufferSize":{
"description":"Size of the Send Buffer",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
"localUri":{
"description":"URI of the Source",
"type":"string",
"minLength":1,
"maxLength":512
},
"lastDataTimestamp":{
"description":"Timestamp of the Last Data Received",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":20,
"maxLength":32
},
{
"type":"null"
}
]
},
"totalReceives":{
"description":"Total Number of Receives",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
"messageBufferSize":{
"description":"Size of the Message Buffer",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
"totalBytesReceived":{
"description":"Total Number of Bytes Received",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
"flushTimeThreshold":{
"description":"Threshold Time for Flushing the Buffer",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
"totalBytesWritten":{
"description":"Total File Bytes Written",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
"totalSendWaitTime":{
"description":"Total Send Wait Time",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
"receiveBufferSize":{
"description":"Size of the Receive Buffer",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
"totalMessagesReceived":{
"description":"Total Number of Messages Received",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
"lastStarted":{
"description":"Timestamp of the last time started.",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":20,
"maxLength":32
},
{
"type":"null"
}
]
},
"totalReceiveWaitTime":{
"description":"Total Receive Wait Time",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
"lastCommandTimestamp":{
"description":"Timestamp of the Last Command Received",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":20,
"maxLength":32
},
{
"type":"null"
}
]
},
"totalCommands":{
"description":"Total Number of Commands",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
},
"pathName":{
"description":"Name of the Path",
"type":"string",
"minLength":1,
"maxLength":512
},
"totalBytesSent":{
"description":"Total Number of Bytes Sent",
"type":"integer",
"minimum":0,
"maximum":9.223372036854776E18
}
},
"additionalProperties":false
}
ネストされたスキーマ: lastCommandTimestamp
受信された最後のコマンドのタイムスタンプ
1つに一致
ソースの表示
- string
最小長: 20
最大長: 32
パターン: ^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$
- null
{
"description":"Timestamp of the Last Command Received",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":20,
"maxLength":32
},
{
"type":"null"
}
]
}
ネストされたスキーマ: lastDataTimestamp
受信された最後のデータのタイムスタンプ
1つに一致
ソースの表示
- string
最小長: 20
最大長: 32
パターン: ^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$
- null
{
"description":"Timestamp of the Last Data Received",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":20,
"maxLength":32
},
{
"type":"null"
}
]
}
ネストされたスキーマ: lastStarted
前回の起動時のタイムスタンプ。
1つに一致
ソースの表示
- string
最小長: 20
最大長: 32
パターン: ^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$
- null
{
"description":"Timestamp of the last time started.",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":20,
"maxLength":32
},
{
"type":"null"
}
]
}