NSX-T Data Center REST API
ApiRequestBody (type)
{ "additionalProperties": false, "description": "API Request Body is an Event Source that represents an API request body that is being reveived as part of an API. Supported Request Bodies are those received as part of a PATCH/PUT/POST request.", "extends": { "$ref": "Source }, "id": "ApiRequestBody", "module_id": "PolicyReaction", "polymorphic-type-descriptor": { "type-identifier": "ApiRequestBody" }, "properties": { "resource_pointer": { "description": "Regex path representing a regex expression on resources. This regex is used to identify the request body(ies) 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.", "required": true, "title": "Resource Pointer", "type": "string" }, "resource_type": { "description": "Event Source resource type.", "enum": [ "ResourceOperation", "ApiRequestBody" ], "required": true, "title": "Resource Type", "type": "string" } }, "title": "API Request Body", "type": "object" }