This data source provides details about a specific Repository Mirrorrecord History resource in Oracle Cloud Infrastructure Devops service.
Returns a list of mirror entry in history within 30 days
data "oci_devops_repository_mirrorrecord_history" "test_repository_mirrorrecord_history" {
#Required
repository_id = oci_devops_repository.test_repository.id
}
The following arguments are supported:
repository_id
- (Required) unique Repository identifier.The following attributes are exported:
items
- List of mirror entry objects.
end_time
- The time complete a mirror operation.enqueue_time
- The time to enqueue a mirror operation.mirror_status
- Mirror status of current mirror entry.start_time
- The time to start a mirror operation.work_request_id
- Workrequest Id to track current mirror operation