ServicePath

ServicePath
ServicePath

An instance of service chain that consists of forward and reverse service paths.

JSON Example
{
    "forward_path": {
        "hops": [
            {
                "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"
            }
        ],
        "host_cross_count": 0,
        "in_maintenance_mode": false,
        "is_active": false,
        "unidir_service_path_id": 0
    },
    "reverse_path": {
        "hops": [
            {
                "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"
            }
        ],
        "host_cross_count": 0,
        "in_maintenance_mode": false,
        "is_active": false,
        "unidir_service_path_id": 0
    },
    "service_chain_id": 0,
    "service_chain_uuid": "string",
    "service_path_id": 0
}
forward_path
Optional

Representing either forward or reverse service path for ingress or egress traffic respectively.

reverse_path
Optional

Representing either forward or reverse service path for ingress or egress traffic respectively.

integer As int64 As int64
service_chain_id
Optional

A unique id of a service chain.

string
service_chain_uuid
Optional

Uuid of a service chain.

integer As int64 As int64
service_path_id
Optional

Unique identifier of a service path.