InlineServiceInsertionServiceProfile1

InlineServiceInsertionServiceProfile1
InlineServiceInsertionServiceProfile1
JSON Example
{
    "attributes": [
        {
            "attribute_type": "string",
            "display_name": "string",
            "key": "string",
            "read_only": false,
            "value": "string"
        }
    ],
    "redirection_action": "string",
    "service_id": "string",
    "vendor_template_id": "string"
}
array of Attribute
attributes
Optional
Constraints: maxItems: 128

List of attributes specific to a partner for which the service is created. These attributes are passed on to the partner appliance and are opaque to the NSX Manager. If a vendor template exposes configurables, then the values are specified here.

string
redirection_action
Optional
Constraints: default: PUNT

The redirection action represents if the packet is exclusively redirected to the service, or if a copy is forwarded to the service. The service insertion profile inherits the redirection action if already specified at the vendor template. However the service profile cannot overide the action specified at the vendor template.

Possible values are : PUNT, COPY,
string
service_id
Optional

The service to which the service profile belongs.

string
vendor_template_id
Required

Id of the vendor template to be used by the servive profile.