This data source provides details about a specific Namespace Storage Recall Count resource in Oracle Cloud Infrastructure Log Analytics service.
This API gets the number of recalls made and the maximum recalls that can be made
data "oci_log_analytics_namespace_storage_recall_count" "test_namespace_storage_recall_count" {
#Required
namespace = var.namespace_storage_recall_count_namespace
}
The following arguments are supported:
namespace
- (Required) The Logging Analytics namespace used for the request. The following attributes are exported:
recall_count
- This is the total number of recalls made so farrecall_failed
- This is the number of recalls that failedrecall_limit
- This is the maximum number of recalls (including successful and pending recalls) allowedrecall_pending
- This is the number of recalls in pending staterecall_succeeded
- This is the number of recalls that succeeded