Skip to content

Proxy URLs

Bill Majurski edited this page Aug 13, 2019 · 1 revision

These URLs apply to the Proxy.

The proxy has a base URL of http://host:port/proxy. The URLs below are relative to this base.

Channel control

/channel

GET - list of channel IDs
POST - create a channel. Posted JSON is described here.

/channel/<id>

GET - get channel config
DELETE - the channel

Messages through a channel

/fhir/<id>

messages to the channel identified by . Supports GET/PUT/POST/DELETE.

Channel logs

/log/*

GET - a log entry.

Each request to the proxy returns a custom header with a link to a log URL. The returned document (HTML) describes all the tasks of the event.

x-proxy-event: http://host:port/proxy/log/environment/testsession/resourceType/eventId
Clone this wiki locally