This data source provides details about a specific Console History Content resource in Oracle Cloud Infrastructure Core service.
Gets the actual console history data (not the metadata). See CaptureConsoleHistory for details about using the console history operations.
data "oci_core_console_history_data" "test_console_history_data" {
#Required
console_history_id = oci_core_console_history.test_console_history.id
#Optional
length = var.console_history_content_length
offset = var.console_history_content_offset
}
The following arguments are supported:
console_history_id
- (Required) The OCID of the console history.length
- (Optional) Length of the snapshot data to retrieve. Cannot be less than 10240.offset
- (Optional) Offset of the snapshot data to retrieve.The following attributes are exported:
data
- The console history data.