-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Labels
New ResourceNew Request for an ONTAP ResourceNew Request for an ONTAP Resource
Milestone
Description
Description
I am requesting a new resource to manage FPolicy events in NetApp ONTAP. Currently, there is no Terraform resource to create and manage custom FPolicy events, which define the scope and triggers of file monitoring policies.
Requested Resource(s) and/or Data Source(s)
netapp-ontap_protocols_fpolicy_event- Resource to create and manage FPolicy events
Potential Terraform Configuration
# Create an FPolicy event for file monitoring
resource "netapp-ontap_protocols_fpolicy_event" "file_access_event" {
cx_profile_name = "cluster4"
svm_name = "carchi-test"
name = "file-access-monitoring"
# Protocol specification
protocol = "cifs"
# High priority fields
file_operations = [
"create",
"write",
"rename",
"delete"
]
# Filters
filters = [
"monitor-ads",
"exclude-directory"
]
}References
Would you like to implement a fix?
None
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
New ResourceNew Request for an ONTAP ResourceNew Request for an ONTAP Resource
Type
Projects
Status
2.5.0