InlinePolicyServiceChain1

InlinePolicyServiceChain1
InlinePolicyServiceChain1
JSON Example
{
    "failure_policy": "string",
    "forward_path_service_profiles": [
        "string"
    ],
    "path_selection_policy": "string",
    "reverse_path_service_profiles": [
        "string"
    ],
    "service_segment_path": [
        "string"
    ]
}
string
failure_policy
Optional

Failure policy for the service defines the action to be taken i.e to allow or to block the traffic during failure scenarios.

Possible values are : ALLOW, BLOCK,
array of string
forward_path_service_profiles
Required

Forward path service profiles are applied to ingress traffic.

string
path_selection_policy
Optional

Path selection policy can be - ANY - Service Insertion is free to redirect to any service path regardless of any load balancing considerations or flow pinning. LOCAL - Preference to be given to local service insances. REMOTE - Preference to be given to the SVM co-located on the same host. ROUND_ROBIN - All active service paths are hit with equal probability.

Possible values are : ANY, LOCAL, REMOTE, ROUND_ROBIN,
array of string
reverse_path_service_profiles
Optional

Reverse path service profiles are applied to egress traffic and is optional. 2 different set of profiles can be defined for forward and reverse path. If not defined, the reverse of the forward path service profile is applied.

array of string
service_segment_path
Required

Path to service segment using which the traffic needs to be redirected.