ルート・スキーマ: Oracle GoldenGate Distribution Server Path statistics
型: object
タイトル: Oracle GoldenGate Distribution Server Path statistics
ソースの表示
{
"title":"Oracle GoldenGate Distribution Server Path statistics",
"required":[
"statistics"
],
"type":"object",
"properties":{
"$schema":{
"enum":[
"mpoints:distsrvrPathStats"
]
},
"statistics":{
"type":"array",
"minItems":"0",
"maxItems":"2147483647",
"items":{
"type":"object",
"properties":{
"totalInserts":{
"description":"Total Number of Inserts",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
},
"totalUpserts":{
"description":"Total Number of Upserts",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
},
"totalOthers":{
"description":"Total Number of Other Commands",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
},
"name":{
"description":"Path Name",
"type":"string",
"minLength":"1",
"maxLength":"240"
},
"status":{
"description":"Path Status",
"enum":[
"paused",
"running",
"stopping",
"stopped",
"killed",
"uninitialized"
],
"default":"stopped"
},
"targetInitiated":{
"description":"Indicates that this path is target initiated",
"type":"boolean"
},
"totalDeletes":{
"description":"Total Number of Deletes",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
},
"lcrsReceived":{
"description":"Number of LCRs Received",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
},
"totalDDLs":{
"description":"Total Number of DDLs",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
},
"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"
}
]
},
"totalProcedures":{
"description":"Total Number of Procedures",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
},
"totalUpdates":{
"description":"Total Number of Updates",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
},
"lcrsSent":{
"description":"Number of LCRs Sent",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
},
"lag":{
"description":"Process lag in seconds",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"additionalProperties":false
}
}
},
"additionalProperties":false
}
ネストされたスキーマ: statistics
型: array
最小アイテム数: 0
最大アイテム数: 2147483647
ソースの表示
{
"type":"array",
"minItems":"0",
"maxItems":"2147483647",
"items":{
"type":"object",
"properties":{
"totalInserts":{
"description":"Total Number of Inserts",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
},
"totalUpserts":{
"description":"Total Number of Upserts",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
},
"totalOthers":{
"description":"Total Number of Other Commands",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
},
"name":{
"description":"Path Name",
"type":"string",
"minLength":"1",
"maxLength":"240"
},
"status":{
"description":"Path Status",
"enum":[
"paused",
"running",
"stopping",
"stopped",
"killed",
"uninitialized"
],
"default":"stopped"
},
"targetInitiated":{
"description":"Indicates that this path is target initiated",
"type":"boolean"
},
"totalDeletes":{
"description":"Total Number of Deletes",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
},
"lcrsReceived":{
"description":"Number of LCRs Received",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
},
"totalDDLs":{
"description":"Total Number of DDLs",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
},
"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"
}
]
},
"totalProcedures":{
"description":"Total Number of Procedures",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
},
"totalUpdates":{
"description":"Total Number of Updates",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
},
"lcrsSent":{
"description":"Number of LCRs Sent",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
},
"lag":{
"description":"Process lag in seconds",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"additionalProperties":false
}
}
ネストされたスキーマ: items
型: object
ソースの表示
{
"type":"object",
"properties":{
"totalInserts":{
"description":"Total Number of Inserts",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
},
"totalUpserts":{
"description":"Total Number of Upserts",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
},
"totalOthers":{
"description":"Total Number of Other Commands",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
},
"name":{
"description":"Path Name",
"type":"string",
"minLength":"1",
"maxLength":"240"
},
"status":{
"description":"Path Status",
"enum":[
"paused",
"running",
"stopping",
"stopped",
"killed",
"uninitialized"
],
"default":"stopped"
},
"targetInitiated":{
"description":"Indicates that this path is target initiated",
"type":"boolean"
},
"totalDeletes":{
"description":"Total Number of Deletes",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
},
"lcrsReceived":{
"description":"Number of LCRs Received",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
},
"totalDDLs":{
"description":"Total Number of DDLs",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
},
"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"
}
]
},
"totalProcedures":{
"description":"Total Number of Procedures",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
},
"totalUpdates":{
"description":"Total Number of Updates",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
},
"lcrsSent":{
"description":"Number of LCRs Sent",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
},
"lag":{
"description":"Process lag in seconds",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"additionalProperties":false
}
ネストされたスキーマ: 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"
}
]
}