You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

While the current input to POMBA is a service instance id, in some cases, it is necessary to decompose this service its is parts in order to get more information about this service. To facilitate this, a Service Decomposition Microservice has been created. Initial us of this API is by the Network Discovery Context Builder. The Microservice is available within the SDNC repository.


See also Service Decomposition Microservice

Inputs

/service-decomposition/service/context?serviceInstanceId=<service_instance_id>

Outputs

name and ids of service components. Note that currently other information is also returned, but this may get removed in future releases

{
    "relationship-list": {
        "relationship": [  
            {
                "related-to": "generic-vnf",
                "relationship-data": [
                    {
                        "relationship-value": "id",
...
                    }
                ],
...
                ]
            },
...

  }
}


Example

Coming soon




  • No labels