InlineResourceOperation1

InlineResourceOperation1
InlineResourceOperation1
JSON Example
{
    "operation_types": [
        "string"
    ],
    "resource_pointer": "string"
}
array of string
operation_types
Required

Operation types.

Possible values are : POST_CREATE, POST_UPDATE, PRE_DELETE,
string
resource_pointer
Required

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.