Skip Navigation

JSONStore API

BEMS
supports generic data storage in JSON format of client application data for a URI. This section describes the API to create, update, fetch, and delete these client data. The following subsections uses the "bookmarks" client data as an example of this API usage.
You must specify the
BEMS
endpoint in the API. The endpoint specifies where the object address is located.
Endpoint: <
BEMS
>/<
serviceName
>
  • Where <
    BEMS
    > is the FQDN of
    BEMS
    .
  • Where <
    serviceName
    > is the name of the service or URI to synchronize.