Versions Compared

Key

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

...

  • Source:
    • Entity with unique name
    • contains properties
    • filterable, pagable(size: 10, 20, 50, 100), sortable (multiple properties,ascending, descending, default)
    • properties have unique names per entity (not translated - will be translated through seperate service if neccessary)
    • CRUD (Create, Read, Update, Delete)-functionalities
    • auth required, token based (has to be optimized - maybe independent from odl)
    • export function
    • additional result information:
      • result size (number of all elements for filter)
      • page number (1..n,  if requested page>n page=n)
      • page size (number of current filtered elements)
    • payload: JSON (no '-' for properties, entities)
    • yang spec !
    • Language 
    • Localization
    • change events via websocket (needs subscription for this entity)

...