Data Source: oci_core_console_history_data

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.

Example Usage

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
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: