Versions Compared

Key

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

...

  • the GET actions of Api ACM-runtime do not have paginations, in particular the following endpoints:
    • GET /onap/policy/clamp/acm/v2/compositions
    • GET /onap/policy/clamp/acm/v2/compositions/{compositionId}/instances
    • GET /onap/policy/clamp/acm/v2/participants
  • The monitoring should not scan all compositions and instances, but only compositions and instances that are in transitional state.
  • Restart scenario has not been tested yet

Page and size of the pagination

...

Assuming that paginationDefaultSize = 10, the page and size of the pagination will be defined as the example below:

endpointpagesize
GET /onap/policy/clamp/acm/v2/compositions010
GET /onap/policy/clamp/acm/v2/compositions?page=1&size=515
GET /onap/policy/clamp/acm/v2/compositions?page=2210
GET /onap/policy/clamp/acm/v2/compositions?size=20020

Restart scenario

Not tested yet, but it should be slow-down the participants. Maybe a database support could fix it.