Skip to content

Records usage

José Bonnet edited this page Aug 29, 2017 · 9 revisions

This page details the Records-related endpoints of the SONATA Gatekeeper API.

Records are created or updated as a consequence of service instantiation, which creates or updates one record per each service and function instance.

/records/services

GET

Through this endpoint GET request, the Gatekeeper returns a paginated list of service records.

  • Request:
curl <base URL>/records/services -H 'authorization:bearer <token>'
  • Response:

/records/functions

GET

Through this endpoint GET request, the Gatekeeper returns a paginated list of function records.

  • Request:
curl <base URL>/records/functions -H 'authorization:bearer <token>'
  • Response:
Clone this wiki locally