View the Topology Service API documentation in the interactive swagger UI 

Topology Service Request Example

This represents a sample request to the Topology Service request. The request is designed to enable providing carrier specific data the the Topology Interface (commonData and elementData) In this example, we are modeling that the carrier is using different IDs (ticketManagementId and id) to identify the same element within the ticket management and topology systems, respectively.  It is up to the carrier's to define the contents of commonData and elementData  to support their individual needs. Since ONAP Dublin is providing sample implementations of both of these interfaces, the same Id will be used in both services and this will be equal to the elementId.

Topology Service Response Example

This represents a response from the Topology Service Note the following attributes

  • elementLocation.lat/lon - This is required for determining the time zone that the elements are serving - may be functionally replaced by timezone if available (TBD)
  • requiredElements - these elements are required to be available in order to accomplish the requested change
  • constraintElements - these represent elements that must be available to avoid a network outage during the requested change
  • referencedElements - appearing on new elements returned by the topology server. The referencedElements id will appear in either requiredElements or constraintElements  for the elements to be changed.

These relationships will be important for determining element availability to provide to the Schedule Optimizer Engine.  

  • No labels