Skip to content

[New Resource]: netapp-ontap_protocols_fpolicy_event #624

@suhasbshekar

Description

@suhasbshekar

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

Metadata

Metadata

Assignees

Labels

New ResourceNew Request for an ONTAP Resource

Type

No type

Projects

Status

2.5.0

Relationships

None yet

Development

No branches or pull requests

Issue actions