Service stitching – IES services

Service stitching algorithm for IES services 

The following are the service stitching algorithm for IES services with their stitching criteria:

Algorithm

Stitching Criteria

service-name 

matching service-name

IES service stitching with service-name algorithm

Services which are to be stitched with service-name algorithm should have same service names on the end sites.

 

Stitch the IES service created on MD NE using the following API:

POST: (https://{{server}}/restconf/data/nsp-service-intent:stitchservices)

BODY:

{ 
    "input":{ 
        "service-type":"ies", 
        "algorithm":"service-name", 
        "sites":["92.168.98.97","92.168.96.215"] 
    } 
} 

RESPONSE:

{ 
    "response": { 
        "status": 0, 
        "startRow": 0, 
        "endRow": 0, 
        "totalRows": 1, 
        "data": "Successfully submitted to Job Manager for Service Stitch processing with Job Name: ies_service-name-1528357814456", 
        "errors": null 
    } 
} 

Once the IES service stitching is successful, ensure the service gets listed in the NSP Service Management in 'Unknown' state.

End of steps