NSX Edge에서 동-서 네트워크 검사 서비스 또는 서비스 체인에 적용되는 서비스 체인과 연결된 서비스 경로 목록을 가져옵니다.

서비스 체인 ID에 연결된 서비스 경로를 확인합니다.

사전 요구 사항

프로시저

  • 다음 API 명령을 실행합니다.
    GET https://<policy-mgr>/policy/api/v1/infra/service-chains/<service-chain-id>/service-paths
    
    Sample Response: 
    	
    	{
    	    "results": [{
    	        "service_path_id": 38,
    	        "service_chain_uuid": "85677e98-a3a1-4989-9c60-eeb6a04515bf",
    	        "service_chain_id": 2,
    	        "forward_path": {
    	            "unidir_service_path_id": 75,
    	            "host_cross_count": 0,
    	            "is_active": true,
    	            "in_maintenance_mode": false,
    	            "hops": [{
    	                "mac_address": "00:50:56:83:e9:0f",
    	                "vif": "4d7bfaa9-4770-435a-99de-8b9756ac025a",
    	                "is_active_from_mp": true,
    	                "is_active_from_ccp": true,
    	                "is_active_from_dp": true,
    	                "in_maintenance_mode": false,
    	                "nsh_liveness_support": false,
    	                "can_decrement_si": false,
    	                "action": "REDIRECT"
    	            }]
    	        },
    	        "reverse_path": {
    	            "unidir_service_path_id": 76,
    	            "host_cross_count": 0,
    	            "is_active": true,
    	            "in_maintenance_mode": false,
    	            "hops": [{
    	                "mac_address": "00:50:56:83:e9:0f",
    	                "vif": "4d7bfaa9-4770-435a-99de-8b9756ac025a",
    	                "is_active_from_mp": true,
    	                "is_active_from_ccp": true,
    	                "is_active_from_dp": true,
    	                "in_maintenance_mode": false,
    	                "nsh_liveness_support": false,
    	                "can_decrement_si": false,
    	                "action": "REDIRECT"
    	            }]
    	        }
    	    }],
    	    "result_count": 1
    	}