NSX-T Data Center REST API
ResourceOperation (schema)
Resource Operation
    Resource Operation is an Event Source that represents a resource that
is being changed at very specific points of time, with regard to
its interaction with dao layer.
    
    
    
    
    
| Name | Description | Type | Notes | 
|---|---|---|---|
| operation_types | Operation Types Operation types. | array of ResourceOperationType | Required Minimum items: 1 | 
| resource_pointer | Resource Pointer Regex path representing a regex expression on resources. This regex is used to identify the object(s) that is/are the source of the Event. For instance: specifying "Lb* | /infra/tier-0s/vmc/ipsec-vpn-services/default" as a source means that ANY resource starting with Lb or ANY resource with "/infra/tier-0s/vmc/ipsec-vpn-services/default" as path would be the source of the event in question. | string | Required | 
| resource_type | Must be set to the value ResourceOperation | string | Required Enum: ResourceOperation, ApiRequestBody | 
