-
Notifications
You must be signed in to change notification settings - Fork 18
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.
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:
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: