ServicePathListResult

ServicePathListResult
ServicePathListResult

Service path list

AllOf
This class requires all of the following:
JSON Example
{
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "_self": {},
    "cursor": "string",
    "result_count": 0,
    "sort_ascending": false,
    "sort_by": "string",
    "results": [
        {
            "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
        }
    ]
}