Assign a steering parameter to a service tunnel directed from node A to node B.
Request:
{ "data": { "steeringParameters": [ { "name": { "string": "nodeAtonodeB" } } ] } }
Response:
{ "status": 0, "startRow": 0, "endRow": 1, "totalRows": 1, "data": { "id": "4065-6e4b61c1-fa60-4872-b1af-36b436ae7610", "appId": null, "operationalState": "UP", "adminState": "UP", "neDeploymentState": "DEPLOYED", "externalIds": [ { "context": "NFM_P", "location": [ "135.121.156.100" ], "id": "serviceTunnel:from-11.11.11.11-id-1" } ], "name": "from-11.11.11.11-id-1", "serviceType": "TUNNEL", "tenantIds": [ "0" ], "objective": "COST", "bidirectional": "ANY_REVERSE_ROUTE", "bw": 50000, "reverseBW": null, "maxLatency": 0, "maxCost": 0, "maxHops": 0, "lifeCycle": { "phase": "Deployment", "state": "Deployed", "reason": "Service tunnel resynched from NFM-P" }, "templateId": null, "tunnelSelectionId": null, "pathProfileId": null, "groupId": null, "endpoints": [ { "id": null, "appId": null, "operationalState": null, "adminState": null, "neDeploymentState": null, "externalIds": null, "neId": "1526-ff2a9aed-27be-4870-9020-a0c75432ff1f", "neName": "A-11.11.11.11", "portId": null, "portName": null, "serviceId": "4065-6e4b61c1-fa60-4872-b1af-36b436ae7610", "name": "11_22_1506488367280", "innerTag": null, "outerTag": null, "siteServiceQosProfile": { "qosProfile": 0, "ingressOverrideQueues": null, "egressOverrideQueues": null, "ingressParam": null, "egressParam": null }, "isHub": null, "aggregateBw": 50000, "@class": "com.alu.wsc.api.generated.v4.L2ServiceEndpoint" }, { "id": null, "appId": null, "operationalState": null, "adminState": null, "neDeploymentState": null, "externalIds": null, "neId": "1536-65f5928f-863c-458f-ad90-487f24648993", "neName": "B-22.22.22.22", "portId": null, "portName": null, "serviceId": "4065-6e4b61c1-fa60-4872-b1af-36b436ae7610", "name": "11_22_1506488367280", "innerTag": null, "outerTag": null, "siteServiceQosProfile": { "qosProfile": 0, "ingressOverrideQueues": null, "egressOverrideQueues": null, "ingressParam": null, "egressParam": null }, "isHub": null, "aggregateBw": 0, "@class": "com.alu.wsc.api.generated.v4.L2ServiceEndpoint" } ], "sourceNodeId": { "ipv6Address": null, "ipv4Address": { "string": "11.11.11.11" } }, "destinationNodeId": { "ipv6Address": null, "ipv4Address": { "string": "22.22.22.22" } }, "sourceEndpoints": [ { "nodeId": "1536-65f5928f-863c-458f-ad90-487f24648993", "portId": "2634-f886f20b-2c98-4f0c-8918-08edf68cf961" }, { "nodeId": "1526-ff2a9aed-27be-4870-9020-a0c75432ff1f", "portId": "2126-df2a0378-a459-430d-ae35-83518281c079" } ], "destinationEndpoints": [ { "nodeId": "1536-65f5928f-863c-458f-ad90-487f24648993", "portId": "2634-f886f20b-2c98-4f0c-8918-08edf68cf961" }, { "nodeId": "1526-ff2a9aed-27be-4870-9020-a0c75432ff1f", "portId": "2126-df2a0378-a459-430d-ae35-83518281c079" } ], "underlyingTransport": "MPLS", "steeringParameters": [ "nodeAtonodeB" ], "ownership": { "consumable": true, "modifiable": true, "deletable": true }, "availableBw": 0, "description": null, "latency": 0, "cost": 1000, "hops": 1, "@class": "com.alu.wsc.api.generated.v4.BaseService" } }