Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


The interface to the Change Management (CM) Schedule Optimizer Engine

...

is not a REST API but rather a internal definition of the input/output to the MiniZinc based schedule optimizer engine.targeted for Dublin.

...


CMSO API Swagger Pages

Children Display

...

  • Replacement of domainData with commonData name / value structure. This structure is used to provide carrier specific to all of the underlying interfaces, some of which are carrier specific (i.e. Topology and Ticket Management).
  • Inclusion of elementData name / value structure for every element to be changed.  This structure is used to provide carrier specific to all of the underlying interfaces, some of which are carrier specific (i.e. Topology and Ticket Management).
  • Move of callbackData from domainData structure to the request attribute for each element.   The request attribute represents the exact message to b provided to SO to initiate the change request.

CMSO Optimization Engine Interface

...

Input

Code Block
titleOptimization Engine Request
linenumberstrue
collapsetrue

This request will represent the information gathered by the Scheduler Optimizer to be passed to the Mini Zinc schedule optimizer engine.

CMSO Optimization Engine Interface

...

Output

Code Block
titleOptimization Engine Response
linenumberstrue
collapsetrue

...