NSX-T Data Center REST API
PatchResources (schema)
Patch Resources
Patch Resources is an action to create/patch resources in response to an event.
Name | Description | Type | Notes |
---|---|---|---|
body | Body Patch body representing a Hierarchical Patch payload. The resources included in the body are patched replacing the injections' keys with their actual values. |
object | Required |
injections | Injections Injections holding keys (variables) and their corresponding values. |
array of Injection | Minimum items: 1 |
resource_type | Must be set to the value PatchResources | string | Required Enum: PatchResources, SetFields |