ServicePathHop

ServicePathHop
ServicePathHop

Represents a service VM implementing a particular service in a service chain

JSON Example
{
    "action": "string",
    "can_decrement_si": false,
    "in_maintenance_mode": false,
    "is_active_from_ccp": false,
    "is_active_from_dp": false,
    "is_active_from_mp": false,
    "mac_address": "string",
    "nsh_liveness_support": false,
    "vif": "string"
}
string
action
Optional

Action that will be taken by the corresponding service VM of the hop.

Possible values are : SERVICE_ACTION_INVALID, COPY, REDIRECT,
boolean
can_decrement_si
Optional

Indicating whether service is configured to decrement SI field in NSH metadata.

boolean
in_maintenance_mode
Optional

Indicating the maintenance mode of the corresponding service VM.

boolean
is_active_from_ccp
Optional

Indicating whether the corresponding service VM is active or not per CCP.

boolean
is_active_from_dp
Optional

Indicating whether the corresponding service VM is active or not per DP.

boolean
is_active_from_mp
Optional

Indicating whether the corresponding service VM is active or not per MP.

string
mac_address
Optional

MAC address of the virtual network interface.

boolean
nsh_liveness_support
Optional

Indicating whether NSH liveness is supported or not by the corresponding service VM.

string
vif
Optional

ID of the virtual network interface.