get
/services/{version}/extracts/{extract}/info/checkpoints
必要なロール: ユーザー
Extractプロセスのチェックポイント情報を取得します。
リクエスト
パス・パラメータ
- extract(必須): string
最小長:
1
最大長:8
パターン:^[A-Z_$][A-Z0-9_$]*$
Extractの名前。Extract名は大文字で、先頭が英字、その後に英数字が最大で7文字続きます。
- version(必須): string
Oracle GoldenGateサービスのAPIバージョン。
指定できる値:[ "v2" ]
問合せパラメータ
- history: string
返される履歴チェックポイント・レコードの数
レスポンス
サポートされるメディア・タイプ
- application/json
200レスポンス
Extractプロセスのチェックポイント情報が正常に取得されました。
本文()
ルート・スキーマ: Collection of all checkpoints for an extract process
型:
object
タイトル:
ソースの表示
Collection of all checkpoints for an extract process
- $schema:
指定できる値:
[ "ogg:extractCheckpoints" ]
- current(必須): object current
Extractプロセスの1つのチェックポイント
- history: array history
最小アイテム数:
1
最大アイテム数:100
{
"title":"Collection of all checkpoints for an extract process",
"required":[
"current"
],
"type":"object",
"properties":{
"$schema":{
"enum":[
"ogg:extractCheckpoints"
]
},
"current":{
"description":"Single checkpoint for an extract process",
"type":"object",
"properties":{
"input":{
"description":"Checkpoint details for each input",
"type":"array",
"items":{
"description":"Checkpoint details for a single input",
"x-oneOf":[
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[a-zA-Z0-9_#$/-]*$",
"minLength":"2",
"maxLength":"512"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[a-zA-Z0-9_#$/-]*$",
"minLength":"2",
"maxLength":"512"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"recovery":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryBegin":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryPrevious":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryEnd":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current",
"recovery"
],
"additionalProperties":false
}
]
},
"minItems":"1",
"maxItems":"128"
},
"output":{
"description":"Checkpoint details for each trail output",
"type":"array",
"items":{
"type":"object",
"properties":{
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[a-zA-Z0-9_#$/-]*$",
"minLength":"2",
"maxLength":"512"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
}
},
"required":[
"current"
],
"additionalProperties":false
},
"minItems":"1",
"maxItems":"128"
}
},
"additionalProperties":false
},
"history":{
"type":"array",
"items":{
"description":"Single checkpoint for an extract process",
"type":"object",
"properties":{
"input":{
"description":"Checkpoint details for each input",
"type":"array",
"items":{
"description":"Checkpoint details for a single input",
"x-oneOf":[
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[a-zA-Z0-9_#$/-]*$",
"minLength":"2",
"maxLength":"512"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[a-zA-Z0-9_#$/-]*$",
"minLength":"2",
"maxLength":"512"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"recovery":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryBegin":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryPrevious":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryEnd":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current",
"recovery"
],
"additionalProperties":false
}
]
},
"minItems":"1",
"maxItems":"128"
},
"output":{
"description":"Checkpoint details for each trail output",
"type":"array",
"items":{
"type":"object",
"properties":{
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[a-zA-Z0-9_#$/-]*$",
"minLength":"2",
"maxLength":"512"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
}
},
"required":[
"current"
],
"additionalProperties":false
},
"minItems":"1",
"maxItems":"128"
}
},
"required":[
"input",
"output"
],
"additionalProperties":false
},
"minItems":"1",
"maxItems":"100"
}
},
"additionalProperties":false
}
ネストされたスキーマ: current
型:
object
Extractプロセスの1つのチェックポイント
ソースの表示
- input: array input
最小アイテム数:
1
最大アイテム数:128
入力ごとのチェックポイントの詳細 - output: array output
最小アイテム数:
1
最大アイテム数:128
トレイル出力ごとのチェックポイントの詳細
{
"description":"Single checkpoint for an extract process",
"type":"object",
"properties":{
"input":{
"description":"Checkpoint details for each input",
"type":"array",
"items":{
"description":"Checkpoint details for a single input",
"x-oneOf":[
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[a-zA-Z0-9_#$/-]*$",
"minLength":"2",
"maxLength":"512"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[a-zA-Z0-9_#$/-]*$",
"minLength":"2",
"maxLength":"512"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"recovery":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryBegin":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryPrevious":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryEnd":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current",
"recovery"
],
"additionalProperties":false
}
]
},
"minItems":"1",
"maxItems":"128"
},
"output":{
"description":"Checkpoint details for each trail output",
"type":"array",
"items":{
"type":"object",
"properties":{
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[a-zA-Z0-9_#$/-]*$",
"minLength":"2",
"maxLength":"512"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
}
},
"required":[
"current"
],
"additionalProperties":false
},
"minItems":"1",
"maxItems":"128"
}
},
"additionalProperties":false
}
ネストされたスキーマ: history
型:
array
最小アイテム数:
1
最大アイテム数:
ソースの表示
100
- 配列: object items
Extractプロセスの1つのチェックポイント
{
"type":"array",
"items":{
"description":"Single checkpoint for an extract process",
"type":"object",
"properties":{
"input":{
"description":"Checkpoint details for each input",
"type":"array",
"items":{
"description":"Checkpoint details for a single input",
"x-oneOf":[
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[a-zA-Z0-9_#$/-]*$",
"minLength":"2",
"maxLength":"512"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[a-zA-Z0-9_#$/-]*$",
"minLength":"2",
"maxLength":"512"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"recovery":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryBegin":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryPrevious":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryEnd":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current",
"recovery"
],
"additionalProperties":false
}
]
},
"minItems":"1",
"maxItems":"128"
},
"output":{
"description":"Checkpoint details for each trail output",
"type":"array",
"items":{
"type":"object",
"properties":{
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[a-zA-Z0-9_#$/-]*$",
"minLength":"2",
"maxLength":"512"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
}
},
"required":[
"current"
],
"additionalProperties":false
},
"minItems":"1",
"maxItems":"128"
}
},
"required":[
"input",
"output"
],
"additionalProperties":false
},
"minItems":"1",
"maxItems":"100"
}
ネストされたスキーマ: input
型:
array
最小アイテム数:
1
最大アイテム数:
128
入力ごとのチェックポイントの詳細
ソースの表示
{
"description":"Checkpoint details for each input",
"type":"array",
"items":{
"description":"Checkpoint details for a single input",
"x-oneOf":[
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[a-zA-Z0-9_#$/-]*$",
"minLength":"2",
"maxLength":"512"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[a-zA-Z0-9_#$/-]*$",
"minLength":"2",
"maxLength":"512"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"recovery":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryBegin":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryPrevious":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryEnd":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current",
"recovery"
],
"additionalProperties":false
}
]
},
"minItems":"1",
"maxItems":"128"
}
ネストされたスキーマ: output
型:
array
最小アイテム数:
1
最大アイテム数:
128
トレイル出力ごとのチェックポイントの詳細
ソースの表示
{
"description":"Checkpoint details for each trail output",
"type":"array",
"items":{
"type":"object",
"properties":{
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[a-zA-Z0-9_#$/-]*$",
"minLength":"2",
"maxLength":"512"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
}
},
"required":[
"current"
],
"additionalProperties":false
},
"minItems":"1",
"maxItems":"128"
}
ネストされたスキーマ: items
1つの入力のチェックポイントの詳細
1つに一致
ソースの表示
{
"description":"Checkpoint details for a single input",
"x-oneOf":[
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[a-zA-Z0-9_#$/-]*$",
"minLength":"2",
"maxLength":"512"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[a-zA-Z0-9_#$/-]*$",
"minLength":"2",
"maxLength":"512"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"recovery":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryBegin":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryPrevious":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryEnd":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current",
"recovery"
],
"additionalProperties":false
}
]
}
ネストされたスキーマ: items-x-oneOf[0]
型:
ソースの表示
object
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[a-zA-Z0-9_#$/-]*$",
"minLength":"2",
"maxLength":"512"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[a-zA-Z0-9_#$/-]*$",
"minLength":"2",
"maxLength":"512"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
}
ネストされたスキーマ: items-x-oneOf[1]
型:
ソースの表示
object
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
}
ネストされたスキーマ: items-x-oneOf[2]
型:
ソースの表示
object
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
}
ネストされたスキーマ: items-x-oneOf[3]
型:
ソースの表示
object
- boundedRecoveryBegin: object boundedRecoveryBegin
- boundedRecoveryEnd: object boundedRecoveryEnd
- boundedRecoveryPrevious: object boundedRecoveryPrevious
- current(必須): object current
- recovery(必須): object recovery
- starting(必須): object starting
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"recovery":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryBegin":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryPrevious":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryEnd":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current",
"recovery"
],
"additionalProperties":false
}
ネストされたスキーマ: current
型:
ソースの表示
object
- name(必須): string
最小長:
2
最大長:512
パターン:^[a-zA-Z0-9_#$/-]*$
トレイルの名前 - offset(必須): offset
- path: string
最小長:
1
最大長:4096
トレイル・データが格納されるパス - sequence(必須): integer
最小値:
0
最大値:999999999
デフォルト値:0
トレイル・ファイル順序番号 - sequenceLength(必須):
指定できる値:
[ "6", "9" ]
順序ファイル名の字数 - sequenceLengthFlip(必須): boolean
順序番号の長さが変化することを示します
- timestamp(必須): timestamp
チェックポイントが記録された時間
{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[a-zA-Z0-9_#$/-]*$",
"minLength":"2",
"maxLength":"512"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
}
ネストされたスキーマ: starting
型:
ソースの表示
object
- name(必須): string
最小長:
2
最大長:512
パターン:^[a-zA-Z0-9_#$/-]*$
トレイルの名前 - offset(必須): offset
- path: string
最小長:
1
最大長:4096
トレイル・データが格納されるパス - sequence(必須): integer
最小値:
0
最大値:999999999
デフォルト値:0
トレイル・ファイル順序番号 - sequenceLength(必須):
指定できる値:
[ "6", "9" ]
順序ファイル名の字数 - sequenceLengthFlip(必須): boolean
順序番号の長さが変化することを示します
- timestamp(必須): timestamp
チェックポイントが記録された時間
{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[a-zA-Z0-9_#$/-]*$",
"minLength":"2",
"maxLength":"512"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
}
ネストされたスキーマ: offset
1つに一致
ソースの表示
-
指定できる値:
[ "-2" ]
BEGIN NOWの特殊な値 - integer
最小値:
0
最大値:2147483647
トレイル順序ファイルのオフセット
{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
}
ネストされたスキーマ: timestamp
チェックポイントが記録された時間
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":"Time the checkpoint was recorded",
"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"
}
]
}
ネストされたスキーマ: offset
1つに一致
ソースの表示
-
指定できる値:
[ "-2" ]
BEGIN NOWの特殊な値 - integer
最小値:
0
最大値:2147483647
トレイル順序ファイルのオフセット
{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
}
ネストされたスキーマ: timestamp
チェックポイントが記録された時間
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":"Time the checkpoint was recorded",
"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"
}
]
}
ネストされたスキーマ: current
型:
ソースの表示
object
- name(必須): string
最小長:
1
最大長:4096
ファイルの名前 - offset(必須): integer
最小値:
0
最大値:9223372036854776000
ファイル内のオフセット - timestamp(必須): timestamp
チェックポイントが記録された時間
{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
}
ネストされたスキーマ: starting
型:
ソースの表示
object
- name(必須): string
最小長:
1
最大長:4096
ファイルの名前 - offset(必須): integer
最小値:
0
最大値:9223372036854776000
ファイル内のオフセット - timestamp(必須): timestamp
チェックポイントが記録された時間
{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
}
ネストされたスキーマ: timestamp
チェックポイントが記録された時間
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":"Time the checkpoint was recorded",
"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"
}
]
}
ネストされたスキーマ: timestamp
チェックポイントが記録された時間
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":"Time the checkpoint was recorded",
"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"
}
]
}
ネストされたスキーマ: current
型:
ソースの表示
object
- name(必須): name
表の名前
- sequence(必須): integer
最小値:
0
最大値:9223372036854776000
表のレコード数 - timestamp(必須): timestamp
チェックポイントが記録された時間
{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
}
ネストされたスキーマ: starting
型:
ソースの表示
object
- name(必須): name
表の名前
- sequence(必須): integer
最小値:
0
最大値:9223372036854776000
表のレコード数 - timestamp(必須): timestamp
チェックポイントが記録された時間
{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
}
ネストされたスキーマ: name
表の名前
いずれかに一致
ソースの表示
- string
最小長:
1
最大長:130
パターン:^([^.*?"]{1,128}|["].{1,128}["])$
- name-x-anyOf[1]
{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
}
ネストされたスキーマ: timestamp
チェックポイントが記録された時間
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":"Time the checkpoint was recorded",
"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"
}
]
}
ネストされたスキーマ: name-x-anyOf[1]
いずれかに一致
ソースの表示
- string
最小長:
3
最大長:261
パターン:^([^.*?"]{1,128}|["].{1,128}["])[.]([^.*?"]{1,128}|["].{1,128}["])$
- string
最小長:
5
最大長:392
パターン:^([^.*?"]{1,128}|["].{1,128}["])[.]([^.*?"]{1,128}|["].{1,128}["])[.]([^.*?"]{1,128}|["].{1,128}["])$
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
ネストされたスキーマ: name
表の名前
いずれかに一致
ソースの表示
- string
最小長:
1
最大長:130
パターン:^([^.*?"]{1,128}|["].{1,128}["])$
- name-x-anyOf[1]
{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
}
ネストされたスキーマ: timestamp
チェックポイントが記録された時間
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":"Time the checkpoint was recorded",
"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"
}
]
}
ネストされたスキーマ: name-x-anyOf[1]
いずれかに一致
ソースの表示
- string
最小長:
3
最大長:261
パターン:^([^.*?"]{1,128}|["].{1,128}["])[.]([^.*?"]{1,128}|["].{1,128}["])$
- string
最小長:
5
最大長:392
パターン:^([^.*?"]{1,128}|["].{1,128}["])[.]([^.*?"]{1,128}|["].{1,128}["])[.]([^.*?"]{1,128}|["].{1,128}["])$
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
ネストされたスキーマ: boundedRecoveryBegin
型:
ソースの表示
object
- csn(必須): csn
- journalContext: object journalContext
DB2400ジャーナル・チェックポイント情報。
- name(必須): name
アーカイブ・ログの名前
- offset(必須): integer
最小値:
0
最大値:2147483647
アーカイブ・ログのオフセット - sequence(必須): integer
最小値:
0
最大値:4294967295
アーカイブ・ログの順序 - thread(必須): integer
最小値:
0
最大値:4294967295
統合キャプチャのスレッド数 - timestamp(必須): timestamp
チェックポイントが記録された時間
{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
ネストされたスキーマ: boundedRecoveryEnd
型:
ソースの表示
object
- csn(必須): csn
- journalContext: object journalContext
DB2400ジャーナル・チェックポイント情報。
- name(必須): name
アーカイブ・ログの名前
- offset(必須): integer
最小値:
0
最大値:2147483647
アーカイブ・ログのオフセット - sequence(必須): integer
最小値:
0
最大値:4294967295
アーカイブ・ログの順序 - thread(必須): integer
最小値:
0
最大値:4294967295
統合キャプチャのスレッド数 - timestamp(必須): timestamp
チェックポイントが記録された時間
{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
ネストされたスキーマ: boundedRecoveryPrevious
型:
ソースの表示
object
- csn(必須): csn
- journalContext: object journalContext
DB2400ジャーナル・チェックポイント情報。
- name(必須): name
アーカイブ・ログの名前
- offset(必須): integer
最小値:
0
最大値:2147483647
アーカイブ・ログのオフセット - sequence(必須): integer
最小値:
0
最大値:4294967295
アーカイブ・ログの順序 - thread(必須): integer
最小値:
0
最大値:4294967295
統合キャプチャのスレッド数 - timestamp(必須): timestamp
チェックポイントが記録された時間
{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
ネストされたスキーマ: current
型:
ソースの表示
object
- csn(必須): csn
- journalContext: object journalContext
DB2400ジャーナル・チェックポイント情報。
- name(必須): name
アーカイブ・ログの名前
- offset(必須): integer
最小値:
0
最大値:2147483647
アーカイブ・ログのオフセット - sequence(必須): integer
最小値:
0
最大値:4294967295
アーカイブ・ログの順序 - thread(必須): integer
最小値:
0
最大値:4294967295
統合キャプチャのスレッド数 - timestamp(必須): timestamp
チェックポイントが記録された時間
{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
ネストされたスキーマ: recovery
型:
ソースの表示
object
- csn(必須): csn
- journalContext: object journalContext
DB2400ジャーナル・チェックポイント情報。
- name(必須): name
アーカイブ・ログの名前
- offset(必須): integer
最小値:
0
最大値:2147483647
アーカイブ・ログのオフセット - sequence(必須): integer
最小値:
0
最大値:4294967295
アーカイブ・ログの順序 - thread(必須): integer
最小値:
0
最大値:4294967295
統合キャプチャのスレッド数 - timestamp(必須): timestamp
チェックポイントが記録された時間
{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
ネストされたスキーマ: starting
型:
ソースの表示
object
- csn(必須): csn
- journalContext: object journalContext
DB2400ジャーナル・チェックポイント情報。
- name(必須): name
アーカイブ・ログの名前
- offset(必須): integer
最小値:
0
最大値:2147483647
アーカイブ・ログのオフセット - sequence(必須): integer
最小値:
0
最大値:4294967295
アーカイブ・ログの順序 - thread(必須): integer
最小値:
0
最大値:4294967295
統合キャプチャのスレッド数 - timestamp(必須): timestamp
チェックポイントが記録された時間
{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
ネストされたスキーマ: csn
1つに一致
ソースの表示
{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
}
ネストされたスキーマ: journalContext
型:
object
DB2400ジャーナル・チェックポイント情報。
ソースの表示
- journal: string
最小長:
3
最大長:23
パターン:^([^.*?/]{1,10}[/][^.*?/]{1,10})$
ジャーナルの名前 - journalReceiver: string
最小長:
3
最大長:23
パターン:^([^.*?/]{1,10}[/][^.*?/]{1,10})$
ジャーナル・レシーバの名前 - journalSequenceNumber: integer
最小値:
1
最大値:18446744073709552000
ジャーナル順序番号例:78654321
{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
ネストされたスキーマ: name
アーカイブ・ログの名前
1つに一致
ソースの表示
{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
ネストされたスキーマ: timestamp
チェックポイントが記録された時間
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":"Time the checkpoint was recorded",
"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"
}
]
}
ネストされたスキーマ: csn-x-oneOf[0]
1つに一致
ソースの表示
- integer
最小値:
0
最大値:9223372036854776000
Oracle Databaseの場合のシステム変更番号(標準形式)。例:6488359
- string
最小長:
3
最大長:64
パターン:[0-9]+[.][0-9]+
Oracle Databaseの場合のシステム変更番号(代替形式)。例:6488359.3456712
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
}
ネストされたスキーマ: csn
1つに一致
ソースの表示
{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
}
ネストされたスキーマ: journalContext
型:
object
DB2400ジャーナル・チェックポイント情報。
ソースの表示
- journal: string
最小長:
3
最大長:23
パターン:^([^.*?/]{1,10}[/][^.*?/]{1,10})$
ジャーナルの名前 - journalReceiver: string
最小長:
3
最大長:23
パターン:^([^.*?/]{1,10}[/][^.*?/]{1,10})$
ジャーナル・レシーバの名前 - journalSequenceNumber: integer
最小値:
1
最大値:18446744073709552000
ジャーナル順序番号例:78654321
{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
ネストされたスキーマ: name
アーカイブ・ログの名前
1つに一致
ソースの表示
{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
ネストされたスキーマ: timestamp
チェックポイントが記録された時間
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":"Time the checkpoint was recorded",
"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"
}
]
}
ネストされたスキーマ: csn-x-oneOf[0]
1つに一致
ソースの表示
- integer
最小値:
0
最大値:9223372036854776000
Oracle Databaseの場合のシステム変更番号(標準形式)。例:6488359
- string
最小長:
3
最大長:64
パターン:[0-9]+[.][0-9]+
Oracle Databaseの場合のシステム変更番号(代替形式)。例:6488359.3456712
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
}
ネストされたスキーマ: csn
1つに一致
ソースの表示
{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
}
ネストされたスキーマ: journalContext
型:
object
DB2400ジャーナル・チェックポイント情報。
ソースの表示
- journal: string
最小長:
3
最大長:23
パターン:^([^.*?/]{1,10}[/][^.*?/]{1,10})$
ジャーナルの名前 - journalReceiver: string
最小長:
3
最大長:23
パターン:^([^.*?/]{1,10}[/][^.*?/]{1,10})$
ジャーナル・レシーバの名前 - journalSequenceNumber: integer
最小値:
1
最大値:18446744073709552000
ジャーナル順序番号例:78654321
{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
ネストされたスキーマ: name
アーカイブ・ログの名前
1つに一致
ソースの表示
{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
ネストされたスキーマ: timestamp
チェックポイントが記録された時間
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":"Time the checkpoint was recorded",
"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"
}
]
}
ネストされたスキーマ: csn-x-oneOf[0]
1つに一致
ソースの表示
- integer
最小値:
0
最大値:9223372036854776000
Oracle Databaseの場合のシステム変更番号(標準形式)。例:6488359
- string
最小長:
3
最大長:64
パターン:[0-9]+[.][0-9]+
Oracle Databaseの場合のシステム変更番号(代替形式)。例:6488359.3456712
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
}
ネストされたスキーマ: csn
1つに一致
ソースの表示
{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
}
ネストされたスキーマ: journalContext
型:
object
DB2400ジャーナル・チェックポイント情報。
ソースの表示
- journal: string
最小長:
3
最大長:23
パターン:^([^.*?/]{1,10}[/][^.*?/]{1,10})$
ジャーナルの名前 - journalReceiver: string
最小長:
3
最大長:23
パターン:^([^.*?/]{1,10}[/][^.*?/]{1,10})$
ジャーナル・レシーバの名前 - journalSequenceNumber: integer
最小値:
1
最大値:18446744073709552000
ジャーナル順序番号例:78654321
{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
ネストされたスキーマ: name
アーカイブ・ログの名前
1つに一致
ソースの表示
{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
ネストされたスキーマ: timestamp
チェックポイントが記録された時間
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":"Time the checkpoint was recorded",
"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"
}
]
}
ネストされたスキーマ: csn-x-oneOf[0]
1つに一致
ソースの表示
- integer
最小値:
0
最大値:9223372036854776000
Oracle Databaseの場合のシステム変更番号(標準形式)。例:6488359
- string
最小長:
3
最大長:64
パターン:[0-9]+[.][0-9]+
Oracle Databaseの場合のシステム変更番号(代替形式)。例:6488359.3456712
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
}
ネストされたスキーマ: csn
1つに一致
ソースの表示
{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
}
ネストされたスキーマ: journalContext
型:
object
DB2400ジャーナル・チェックポイント情報。
ソースの表示
- journal: string
最小長:
3
最大長:23
パターン:^([^.*?/]{1,10}[/][^.*?/]{1,10})$
ジャーナルの名前 - journalReceiver: string
最小長:
3
最大長:23
パターン:^([^.*?/]{1,10}[/][^.*?/]{1,10})$
ジャーナル・レシーバの名前 - journalSequenceNumber: integer
最小値:
1
最大値:18446744073709552000
ジャーナル順序番号例:78654321
{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
ネストされたスキーマ: name
アーカイブ・ログの名前
1つに一致
ソースの表示
{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
ネストされたスキーマ: timestamp
チェックポイントが記録された時間
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":"Time the checkpoint was recorded",
"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"
}
]
}
ネストされたスキーマ: csn-x-oneOf[0]
1つに一致
ソースの表示
- integer
最小値:
0
最大値:9223372036854776000
Oracle Databaseの場合のシステム変更番号(標準形式)。例:6488359
- string
最小長:
3
最大長:64
パターン:[0-9]+[.][0-9]+
Oracle Databaseの場合のシステム変更番号(代替形式)。例:6488359.3456712
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
}
ネストされたスキーマ: csn
1つに一致
ソースの表示
{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
}
ネストされたスキーマ: journalContext
型:
object
DB2400ジャーナル・チェックポイント情報。
ソースの表示
- journal: string
最小長:
3
最大長:23
パターン:^([^.*?/]{1,10}[/][^.*?/]{1,10})$
ジャーナルの名前 - journalReceiver: string
最小長:
3
最大長:23
パターン:^([^.*?/]{1,10}[/][^.*?/]{1,10})$
ジャーナル・レシーバの名前 - journalSequenceNumber: integer
最小値:
1
最大値:18446744073709552000
ジャーナル順序番号例:78654321
{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
ネストされたスキーマ: name
アーカイブ・ログの名前
1つに一致
ソースの表示
{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
ネストされたスキーマ: timestamp
チェックポイントが記録された時間
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":"Time the checkpoint was recorded",
"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"
}
]
}
ネストされたスキーマ: csn-x-oneOf[0]
1つに一致
ソースの表示
- integer
最小値:
0
最大値:9223372036854776000
Oracle Databaseの場合のシステム変更番号(標準形式)。例:6488359
- string
最小長:
3
最大長:64
パターン:[0-9]+[.][0-9]+
Oracle Databaseの場合のシステム変更番号(代替形式)。例:6488359.3456712
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
}
ネストされたスキーマ: items
型:
ソースの表示
object
{
"type":"object",
"properties":{
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[a-zA-Z0-9_#$/-]*$",
"minLength":"2",
"maxLength":"512"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
}
},
"required":[
"current"
],
"additionalProperties":false
}
ネストされたスキーマ: current
型:
ソースの表示
object
- name(必須): string
最小長:
2
最大長:512
パターン:^[a-zA-Z0-9_#$/-]*$
トレイルの名前 - offset(必須): offset
- path: string
最小長:
1
最大長:4096
トレイル・データが格納されるパス - sequence(必須): integer
最小値:
0
最大値:999999999
デフォルト値:0
トレイル・ファイル順序番号 - sequenceLength(必須):
指定できる値:
[ "6", "9" ]
順序ファイル名の字数 - sequenceLengthFlip(必須): boolean
順序番号の長さが変化することを示します
- timestamp(必須): timestamp
チェックポイントが記録された時間
{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[a-zA-Z0-9_#$/-]*$",
"minLength":"2",
"maxLength":"512"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
}
ネストされたスキーマ: offset
1つに一致
ソースの表示
-
指定できる値:
[ "-2" ]
BEGIN NOWの特殊な値 - integer
最小値:
0
最大値:2147483647
トレイル順序ファイルのオフセット
{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
}
ネストされたスキーマ: timestamp
チェックポイントが記録された時間
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":"Time the checkpoint was recorded",
"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"
}
]
}
ネストされたスキーマ: items
型:
object
Extractプロセスの1つのチェックポイント
ソースの表示
- input(必須): array input
最小アイテム数:
1
最大アイテム数:128
入力ごとのチェックポイントの詳細 - output(必須): array output
最小アイテム数:
1
最大アイテム数:128
トレイル出力ごとのチェックポイントの詳細
{
"description":"Single checkpoint for an extract process",
"type":"object",
"properties":{
"input":{
"description":"Checkpoint details for each input",
"type":"array",
"items":{
"description":"Checkpoint details for a single input",
"x-oneOf":[
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[a-zA-Z0-9_#$/-]*$",
"minLength":"2",
"maxLength":"512"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[a-zA-Z0-9_#$/-]*$",
"minLength":"2",
"maxLength":"512"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"recovery":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryBegin":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryPrevious":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryEnd":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current",
"recovery"
],
"additionalProperties":false
}
]
},
"minItems":"1",
"maxItems":"128"
},
"output":{
"description":"Checkpoint details for each trail output",
"type":"array",
"items":{
"type":"object",
"properties":{
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[a-zA-Z0-9_#$/-]*$",
"minLength":"2",
"maxLength":"512"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
}
},
"required":[
"current"
],
"additionalProperties":false
},
"minItems":"1",
"maxItems":"128"
}
},
"required":[
"input",
"output"
],
"additionalProperties":false
}
ネストされたスキーマ: input
型:
array
最小アイテム数:
1
最大アイテム数:
128
入力ごとのチェックポイントの詳細
ソースの表示
{
"description":"Checkpoint details for each input",
"type":"array",
"items":{
"description":"Checkpoint details for a single input",
"x-oneOf":[
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[a-zA-Z0-9_#$/-]*$",
"minLength":"2",
"maxLength":"512"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[a-zA-Z0-9_#$/-]*$",
"minLength":"2",
"maxLength":"512"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"recovery":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryBegin":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryPrevious":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryEnd":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current",
"recovery"
],
"additionalProperties":false
}
]
},
"minItems":"1",
"maxItems":"128"
}
ネストされたスキーマ: output
型:
array
最小アイテム数:
1
最大アイテム数:
128
トレイル出力ごとのチェックポイントの詳細
ソースの表示
{
"description":"Checkpoint details for each trail output",
"type":"array",
"items":{
"type":"object",
"properties":{
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[a-zA-Z0-9_#$/-]*$",
"minLength":"2",
"maxLength":"512"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
}
},
"required":[
"current"
],
"additionalProperties":false
},
"minItems":"1",
"maxItems":"128"
}
ネストされたスキーマ: items
1つの入力のチェックポイントの詳細
1つに一致
ソースの表示
{
"description":"Checkpoint details for a single input",
"x-oneOf":[
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[a-zA-Z0-9_#$/-]*$",
"minLength":"2",
"maxLength":"512"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[a-zA-Z0-9_#$/-]*$",
"minLength":"2",
"maxLength":"512"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"recovery":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryBegin":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryPrevious":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryEnd":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current",
"recovery"
],
"additionalProperties":false
}
]
}
ネストされたスキーマ: items-x-oneOf[0]
型:
ソースの表示
object
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[a-zA-Z0-9_#$/-]*$",
"minLength":"2",
"maxLength":"512"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[a-zA-Z0-9_#$/-]*$",
"minLength":"2",
"maxLength":"512"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
}
ネストされたスキーマ: items-x-oneOf[1]
型:
ソースの表示
object
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
}
ネストされたスキーマ: items-x-oneOf[2]
型:
ソースの表示
object
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
}
ネストされたスキーマ: items-x-oneOf[3]
型:
ソースの表示
object
- boundedRecoveryBegin: object boundedRecoveryBegin
- boundedRecoveryEnd: object boundedRecoveryEnd
- boundedRecoveryPrevious: object boundedRecoveryPrevious
- current(必須): object current
- recovery(必須): object recovery
- starting(必須): object starting
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"recovery":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryBegin":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryPrevious":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryEnd":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current",
"recovery"
],
"additionalProperties":false
}
ネストされたスキーマ: current
型:
ソースの表示
object
- name(必須): string
最小長:
2
最大長:512
パターン:^[a-zA-Z0-9_#$/-]*$
トレイルの名前 - offset(必須): offset
- path: string
最小長:
1
最大長:4096
トレイル・データが格納されるパス - sequence(必須): integer
最小値:
0
最大値:999999999
デフォルト値:0
トレイル・ファイル順序番号 - sequenceLength(必須):
指定できる値:
[ "6", "9" ]
順序ファイル名の字数 - sequenceLengthFlip(必須): boolean
順序番号の長さが変化することを示します
- timestamp(必須): timestamp
チェックポイントが記録された時間
{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[a-zA-Z0-9_#$/-]*$",
"minLength":"2",
"maxLength":"512"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
}
ネストされたスキーマ: starting
型:
ソースの表示
object
- name(必須): string
最小長:
2
最大長:512
パターン:^[a-zA-Z0-9_#$/-]*$
トレイルの名前 - offset(必須): offset
- path: string
最小長:
1
最大長:4096
トレイル・データが格納されるパス - sequence(必須): integer
最小値:
0
最大値:999999999
デフォルト値:0
トレイル・ファイル順序番号 - sequenceLength(必須):
指定できる値:
[ "6", "9" ]
順序ファイル名の字数 - sequenceLengthFlip(必須): boolean
順序番号の長さが変化することを示します
- timestamp(必須): timestamp
チェックポイントが記録された時間
{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[a-zA-Z0-9_#$/-]*$",
"minLength":"2",
"maxLength":"512"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
}
ネストされたスキーマ: offset
1つに一致
ソースの表示
-
指定できる値:
[ "-2" ]
BEGIN NOWの特殊な値 - integer
最小値:
0
最大値:2147483647
トレイル順序ファイルのオフセット
{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
}
ネストされたスキーマ: timestamp
チェックポイントが記録された時間
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":"Time the checkpoint was recorded",
"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"
}
]
}
ネストされたスキーマ: offset
1つに一致
ソースの表示
-
指定できる値:
[ "-2" ]
BEGIN NOWの特殊な値 - integer
最小値:
0
最大値:2147483647
トレイル順序ファイルのオフセット
{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
}
ネストされたスキーマ: timestamp
チェックポイントが記録された時間
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":"Time the checkpoint was recorded",
"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"
}
]
}
ネストされたスキーマ: current
型:
ソースの表示
object
- name(必須): string
最小長:
1
最大長:4096
ファイルの名前 - offset(必須): integer
最小値:
0
最大値:9223372036854776000
ファイル内のオフセット - timestamp(必須): timestamp
チェックポイントが記録された時間
{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
}
ネストされたスキーマ: starting
型:
ソースの表示
object
- name(必須): string
最小長:
1
最大長:4096
ファイルの名前 - offset(必須): integer
最小値:
0
最大値:9223372036854776000
ファイル内のオフセット - timestamp(必須): timestamp
チェックポイントが記録された時間
{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
}
ネストされたスキーマ: timestamp
チェックポイントが記録された時間
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":"Time the checkpoint was recorded",
"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"
}
]
}
ネストされたスキーマ: timestamp
チェックポイントが記録された時間
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":"Time the checkpoint was recorded",
"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"
}
]
}
ネストされたスキーマ: current
型:
ソースの表示
object
- name(必須): name
表の名前
- sequence(必須): integer
最小値:
0
最大値:9223372036854776000
表のレコード数 - timestamp(必須): timestamp
チェックポイントが記録された時間
{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
}
ネストされたスキーマ: starting
型:
ソースの表示
object
- name(必須): name
表の名前
- sequence(必須): integer
最小値:
0
最大値:9223372036854776000
表のレコード数 - timestamp(必須): timestamp
チェックポイントが記録された時間
{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
}
ネストされたスキーマ: name
表の名前
いずれかに一致
ソースの表示
- string
最小長:
1
最大長:130
パターン:^([^.*?"]{1,128}|["].{1,128}["])$
- name-x-anyOf[1]
{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
}
ネストされたスキーマ: timestamp
チェックポイントが記録された時間
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":"Time the checkpoint was recorded",
"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"
}
]
}
ネストされたスキーマ: name-x-anyOf[1]
いずれかに一致
ソースの表示
- string
最小長:
3
最大長:261
パターン:^([^.*?"]{1,128}|["].{1,128}["])[.]([^.*?"]{1,128}|["].{1,128}["])$
- string
最小長:
5
最大長:392
パターン:^([^.*?"]{1,128}|["].{1,128}["])[.]([^.*?"]{1,128}|["].{1,128}["])[.]([^.*?"]{1,128}|["].{1,128}["])$
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
ネストされたスキーマ: name
表の名前
いずれかに一致
ソースの表示
- string
最小長:
1
最大長:130
パターン:^([^.*?"]{1,128}|["].{1,128}["])$
- name-x-anyOf[1]
{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
}
ネストされたスキーマ: timestamp
チェックポイントが記録された時間
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":"Time the checkpoint was recorded",
"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"
}
]
}
ネストされたスキーマ: name-x-anyOf[1]
いずれかに一致
ソースの表示
- string
最小長:
3
最大長:261
パターン:^([^.*?"]{1,128}|["].{1,128}["])[.]([^.*?"]{1,128}|["].{1,128}["])$
- string
最小長:
5
最大長:392
パターン:^([^.*?"]{1,128}|["].{1,128}["])[.]([^.*?"]{1,128}|["].{1,128}["])[.]([^.*?"]{1,128}|["].{1,128}["])$
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
ネストされたスキーマ: boundedRecoveryBegin
型:
ソースの表示
object
- csn(必須): csn
- journalContext: object journalContext
DB2400ジャーナル・チェックポイント情報。
- name(必須): name
アーカイブ・ログの名前
- offset(必須): integer
最小値:
0
最大値:2147483647
アーカイブ・ログのオフセット - sequence(必須): integer
最小値:
0
最大値:4294967295
アーカイブ・ログの順序 - thread(必須): integer
最小値:
0
最大値:4294967295
統合キャプチャのスレッド数 - timestamp(必須): timestamp
チェックポイントが記録された時間
{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
ネストされたスキーマ: boundedRecoveryEnd
型:
ソースの表示
object
- csn(必須): csn
- journalContext: object journalContext
DB2400ジャーナル・チェックポイント情報。
- name(必須): name
アーカイブ・ログの名前
- offset(必須): integer
最小値:
0
最大値:2147483647
アーカイブ・ログのオフセット - sequence(必須): integer
最小値:
0
最大値:4294967295
アーカイブ・ログの順序 - thread(必須): integer
最小値:
0
最大値:4294967295
統合キャプチャのスレッド数 - timestamp(必須): timestamp
チェックポイントが記録された時間
{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
ネストされたスキーマ: boundedRecoveryPrevious
型:
ソースの表示
object
- csn(必須): csn
- journalContext: object journalContext
DB2400ジャーナル・チェックポイント情報。
- name(必須): name
アーカイブ・ログの名前
- offset(必須): integer
最小値:
0
最大値:2147483647
アーカイブ・ログのオフセット - sequence(必須): integer
最小値:
0
最大値:4294967295
アーカイブ・ログの順序 - thread(必須): integer
最小値:
0
最大値:4294967295
統合キャプチャのスレッド数 - timestamp(必須): timestamp
チェックポイントが記録された時間
{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
ネストされたスキーマ: current
型:
ソースの表示
object
- csn(必須): csn
- journalContext: object journalContext
DB2400ジャーナル・チェックポイント情報。
- name(必須): name
アーカイブ・ログの名前
- offset(必須): integer
最小値:
0
最大値:2147483647
アーカイブ・ログのオフセット - sequence(必須): integer
最小値:
0
最大値:4294967295
アーカイブ・ログの順序 - thread(必須): integer
最小値:
0
最大値:4294967295
統合キャプチャのスレッド数 - timestamp(必須): timestamp
チェックポイントが記録された時間
{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
ネストされたスキーマ: recovery
型:
ソースの表示
object
- csn(必須): csn
- journalContext: object journalContext
DB2400ジャーナル・チェックポイント情報。
- name(必須): name
アーカイブ・ログの名前
- offset(必須): integer
最小値:
0
最大値:2147483647
アーカイブ・ログのオフセット - sequence(必須): integer
最小値:
0
最大値:4294967295
アーカイブ・ログの順序 - thread(必須): integer
最小値:
0
最大値:4294967295
統合キャプチャのスレッド数 - timestamp(必須): timestamp
チェックポイントが記録された時間
{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
ネストされたスキーマ: starting
型:
ソースの表示
object
- csn(必須): csn
- journalContext: object journalContext
DB2400ジャーナル・チェックポイント情報。
- name(必須): name
アーカイブ・ログの名前
- offset(必須): integer
最小値:
0
最大値:2147483647
アーカイブ・ログのオフセット - sequence(必須): integer
最小値:
0
最大値:4294967295
アーカイブ・ログの順序 - thread(必須): integer
最小値:
0
最大値:4294967295
統合キャプチャのスレッド数 - timestamp(必須): timestamp
チェックポイントが記録された時間
{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
},
"journalContext":{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
ネストされたスキーマ: csn
1つに一致
ソースの表示
{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
}
ネストされたスキーマ: journalContext
型:
object
DB2400ジャーナル・チェックポイント情報。
ソースの表示
- journal: string
最小長:
3
最大長:23
パターン:^([^.*?/]{1,10}[/][^.*?/]{1,10})$
ジャーナルの名前 - journalReceiver: string
最小長:
3
最大長:23
パターン:^([^.*?/]{1,10}[/][^.*?/]{1,10})$
ジャーナル・レシーバの名前 - journalSequenceNumber: integer
最小値:
1
最大値:18446744073709552000
ジャーナル順序番号例:78654321
{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
ネストされたスキーマ: name
アーカイブ・ログの名前
1つに一致
ソースの表示
{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
ネストされたスキーマ: timestamp
チェックポイントが記録された時間
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":"Time the checkpoint was recorded",
"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"
}
]
}
ネストされたスキーマ: csn-x-oneOf[0]
1つに一致
ソースの表示
- integer
最小値:
0
最大値:9223372036854776000
Oracle Databaseの場合のシステム変更番号(標準形式)。例:6488359
- string
最小長:
3
最大長:64
パターン:[0-9]+[.][0-9]+
Oracle Databaseの場合のシステム変更番号(代替形式)。例:6488359.3456712
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
}
ネストされたスキーマ: csn
1つに一致
ソースの表示
{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
}
ネストされたスキーマ: journalContext
型:
object
DB2400ジャーナル・チェックポイント情報。
ソースの表示
- journal: string
最小長:
3
最大長:23
パターン:^([^.*?/]{1,10}[/][^.*?/]{1,10})$
ジャーナルの名前 - journalReceiver: string
最小長:
3
最大長:23
パターン:^([^.*?/]{1,10}[/][^.*?/]{1,10})$
ジャーナル・レシーバの名前 - journalSequenceNumber: integer
最小値:
1
最大値:18446744073709552000
ジャーナル順序番号例:78654321
{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
ネストされたスキーマ: name
アーカイブ・ログの名前
1つに一致
ソースの表示
{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
ネストされたスキーマ: timestamp
チェックポイントが記録された時間
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":"Time the checkpoint was recorded",
"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"
}
]
}
ネストされたスキーマ: csn-x-oneOf[0]
1つに一致
ソースの表示
- integer
最小値:
0
最大値:9223372036854776000
Oracle Databaseの場合のシステム変更番号(標準形式)。例:6488359
- string
最小長:
3
最大長:64
パターン:[0-9]+[.][0-9]+
Oracle Databaseの場合のシステム変更番号(代替形式)。例:6488359.3456712
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
}
ネストされたスキーマ: csn
1つに一致
ソースの表示
{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
}
ネストされたスキーマ: journalContext
型:
object
DB2400ジャーナル・チェックポイント情報。
ソースの表示
- journal: string
最小長:
3
最大長:23
パターン:^([^.*?/]{1,10}[/][^.*?/]{1,10})$
ジャーナルの名前 - journalReceiver: string
最小長:
3
最大長:23
パターン:^([^.*?/]{1,10}[/][^.*?/]{1,10})$
ジャーナル・レシーバの名前 - journalSequenceNumber: integer
最小値:
1
最大値:18446744073709552000
ジャーナル順序番号例:78654321
{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
ネストされたスキーマ: name
アーカイブ・ログの名前
1つに一致
ソースの表示
{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
ネストされたスキーマ: timestamp
チェックポイントが記録された時間
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":"Time the checkpoint was recorded",
"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"
}
]
}
ネストされたスキーマ: csn-x-oneOf[0]
1つに一致
ソースの表示
- integer
最小値:
0
最大値:9223372036854776000
Oracle Databaseの場合のシステム変更番号(標準形式)。例:6488359
- string
最小長:
3
最大長:64
パターン:[0-9]+[.][0-9]+
Oracle Databaseの場合のシステム変更番号(代替形式)。例:6488359.3456712
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
}
ネストされたスキーマ: csn
1つに一致
ソースの表示
{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
}
ネストされたスキーマ: journalContext
型:
object
DB2400ジャーナル・チェックポイント情報。
ソースの表示
- journal: string
最小長:
3
最大長:23
パターン:^([^.*?/]{1,10}[/][^.*?/]{1,10})$
ジャーナルの名前 - journalReceiver: string
最小長:
3
最大長:23
パターン:^([^.*?/]{1,10}[/][^.*?/]{1,10})$
ジャーナル・レシーバの名前 - journalSequenceNumber: integer
最小値:
1
最大値:18446744073709552000
ジャーナル順序番号例:78654321
{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
ネストされたスキーマ: name
アーカイブ・ログの名前
1つに一致
ソースの表示
{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
ネストされたスキーマ: timestamp
チェックポイントが記録された時間
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":"Time the checkpoint was recorded",
"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"
}
]
}
ネストされたスキーマ: csn-x-oneOf[0]
1つに一致
ソースの表示
- integer
最小値:
0
最大値:9223372036854776000
Oracle Databaseの場合のシステム変更番号(標準形式)。例:6488359
- string
最小長:
3
最大長:64
パターン:[0-9]+[.][0-9]+
Oracle Databaseの場合のシステム変更番号(代替形式)。例:6488359.3456712
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
}
ネストされたスキーマ: csn
1つに一致
ソースの表示
{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
}
ネストされたスキーマ: journalContext
型:
object
DB2400ジャーナル・チェックポイント情報。
ソースの表示
- journal: string
最小長:
3
最大長:23
パターン:^([^.*?/]{1,10}[/][^.*?/]{1,10})$
ジャーナルの名前 - journalReceiver: string
最小長:
3
最大長:23
パターン:^([^.*?/]{1,10}[/][^.*?/]{1,10})$
ジャーナル・レシーバの名前 - journalSequenceNumber: integer
最小値:
1
最大値:18446744073709552000
ジャーナル順序番号例:78654321
{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
ネストされたスキーマ: name
アーカイブ・ログの名前
1つに一致
ソースの表示
{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
ネストされたスキーマ: timestamp
チェックポイントが記録された時間
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":"Time the checkpoint was recorded",
"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"
}
]
}
ネストされたスキーマ: csn-x-oneOf[0]
1つに一致
ソースの表示
- integer
最小値:
0
最大値:9223372036854776000
Oracle Databaseの場合のシステム変更番号(標準形式)。例:6488359
- string
最小長:
3
最大長:64
パターン:[0-9]+[.][0-9]+
Oracle Databaseの場合のシステム変更番号(代替形式)。例:6488359.3456712
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
}
ネストされたスキーマ: csn
1つに一致
ソースの表示
{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
}
ネストされたスキーマ: journalContext
型:
object
DB2400ジャーナル・チェックポイント情報。
ソースの表示
- journal: string
最小長:
3
最大長:23
パターン:^([^.*?/]{1,10}[/][^.*?/]{1,10})$
ジャーナルの名前 - journalReceiver: string
最小長:
3
最大長:23
パターン:^([^.*?/]{1,10}[/][^.*?/]{1,10})$
ジャーナル・レシーバの名前 - journalSequenceNumber: integer
最小値:
1
最大値:18446744073709552000
ジャーナル順序番号例:78654321
{
"description":"DB2400 Journal checkpoint information.",
"type":"object",
"properties":{
"journal":{
"description":"The name of Journal",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalReceiver":{
"description":"The name of Journal Receiver",
"type":"string",
"pattern":"^([^.*?/]{1,10}[/][^.*?/]{1,10})$",
"minLength":"3",
"maxLength":"23"
},
"journalSequenceNumber":{
"description":"Journal sequence number",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"example":"78654321"
}
},
"additionalProperties":false
}
ネストされたスキーマ: name
アーカイブ・ログの名前
1つに一致
ソースの表示
{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
ネストされたスキーマ: timestamp
チェックポイントが記録された時間
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":"Time the checkpoint was recorded",
"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"
}
]
}
ネストされたスキーマ: csn-x-oneOf[0]
1つに一致
ソースの表示
- integer
最小値:
0
最大値:9223372036854776000
Oracle Databaseの場合のシステム変更番号(標準形式)。例:6488359
- string
最小長:
3
最大長:64
パターン:[0-9]+[.][0-9]+
Oracle Databaseの場合のシステム変更番号(代替形式)。例:6488359.3456712
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
}
ネストされたスキーマ: items
型:
ソースの表示
object
{
"type":"object",
"properties":{
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[a-zA-Z0-9_#$/-]*$",
"minLength":"2",
"maxLength":"512"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
}
},
"required":[
"current"
],
"additionalProperties":false
}
ネストされたスキーマ: current
型:
ソースの表示
object
- name(必須): string
最小長:
2
最大長:512
パターン:^[a-zA-Z0-9_#$/-]*$
トレイルの名前 - offset(必須): offset
- path: string
最小長:
1
最大長:4096
トレイル・データが格納されるパス - sequence(必須): integer
最小値:
0
最大値:999999999
デフォルト値:0
トレイル・ファイル順序番号 - sequenceLength(必須):
指定できる値:
[ "6", "9" ]
順序ファイル名の字数 - sequenceLengthFlip(必須): boolean
順序番号の長さが変化することを示します
- timestamp(必須): timestamp
チェックポイントが記録された時間
{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"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"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[a-zA-Z0-9_#$/-]*$",
"minLength":"2",
"maxLength":"512"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
}
ネストされたスキーマ: offset
1つに一致
ソースの表示
-
指定できる値:
[ "-2" ]
BEGIN NOWの特殊な値 - integer
最小値:
0
最大値:2147483647
トレイル順序ファイルのオフセット
{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
}
ネストされたスキーマ: timestamp
チェックポイントが記録された時間
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":"Time the checkpoint was recorded",
"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"
}
]
}
レスポンスの例(application/json)
{
"$schema":"api:standardResponse",
"links":[
{
"href":"http://localhost:9012/services/v2/extracts/EXTN/info/checkpoints",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:9012/services/v2/extracts/EXTN/info/checkpoints",
"mediaType":"application/json",
"rel":"self"
},
{
"href":"http://localhost:9012/services/v2/metadata-catalog/extractCheckpoints",
"mediaType":"application/schema+json",
"rel":"describedby"
}
],
"messages":[
],
"response":{
"$schema":"ogg:extractCheckpoints",
"current":{
"input":[
{
"boundedRecoveryBegin":{
"csn":null,
"name":null,
"offset":"0",
"sequence":"0",
"thread":"1",
"timestamp":"2024-04-03T22:33:51.797Z"
},
"boundedRecoveryEnd":{
"csn":null,
"name":null,
"offset":"0",
"sequence":"0",
"thread":"1",
"timestamp":"2024-04-03T22:33:51.797Z"
},
"boundedRecoveryPrevious":{
"csn":null,
"name":null,
"offset":"0",
"sequence":"0",
"thread":"1",
"timestamp":"2024-04-03T22:33:51.797Z"
},
"current":{
"csn":"2101471",
"name":null,
"offset":"0",
"sequence":"0",
"thread":"1",
"timestamp":"2024-04-03T22:35:18.000Z"
},
"recovery":{
"csn":"2101175",
"name":null,
"offset":"13582864",
"sequence":"7",
"thread":"1",
"timestamp":"2024-04-03T22:34:35.000Z"
},
"starting":{
"csn":null,
"name":null,
"offset":"0",
"sequence":"0",
"thread":"1",
"timestamp":"2024-04-03T22:33:44.000Z"
}
}
],
"output":[
{
"current":{
"name":"ea",
"offset":"7882",
"path":"north/",
"sequence":"0",
"sequenceLength":"9",
"sequenceLengthFlip":false,
"timestamp":"2024-04-03T22:35:21.936Z"
}
}
]
}
}
}