InlineServiceChain1
{
"forward_path_service_profiles": [
{
"is_valid": false,
"target_display_name": "string",
"target_id": "string",
"target_type": "string"
}
],
"on_failure_policy": "string",
"path_selection_policy": "string",
"reverse_path_service_profiles": [
"ResourceReference Object"
],
"service_attachments": [
"ResourceReference Object"
],
"service_chain_id": "string"
}
List of ServiceInsertionServiceProfiles that constitutes the the service chain. The forward path service profiles are applied to ingress traffic.
Failure policy for the service tells datapath, the action to take i.e to allow or block traffic during failure scenarios.
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 - means to prefer local service insances. REMOTE - preference is to redirect to the SVM co-located on the same host.
List of ServiceInsertionServiceProfiles id. 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.
Service attachment specifies the scope i.e Service plane at which the SVMs are deployed.
A unique id generated for every service chain. This is not a uuid.