Data Source: oci_fleet_apps_management_scheduler_executions

This data source provides the list of Scheduler Executions in Oracle Cloud Infrastructure Fleet Apps Management service.

Returns a list of all Fleets that are scheduled.

Example Usage

data "oci_fleet_apps_management_scheduler_executions" "test_scheduler_executions" {

	#Optional
	compartment_id = var.compartment_id
	display_name = var.scheduler_execution_display_name
	resource_id = oci_cloud_guard_resource.test_resource.id
	runbook_id = oci_fleet_apps_management_runbook.test_runbook.id
	runbook_version_name = oci_fleet_apps_management_runbook_version.test_runbook_version.name
	scheduler_defintion_id = oci_fleet_apps_management_scheduler_defintion.test_scheduler_defintion.id
	scheduler_job_id = oci_database_migration_job.test_job.id
	substate = var.scheduler_execution_substate
	time_scheduled_greater_than_or_equal_to = var.scheduler_execution_time_scheduled_greater_than_or_equal_to
	time_scheduled_less_than = var.scheduler_execution_time_scheduled_less_than
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

SchedulerExecution Reference

The following attributes are exported: